public class Base64Adapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<byte[],java.lang.String>
| Constructor and Description |
|---|
Base64Adapter() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
marshal(java.lang.String string) |
java.lang.String |
unmarshal(byte[] bytes) |
public java.lang.String unmarshal(byte[] bytes)
throws java.lang.Exception
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<byte[],java.lang.String>java.lang.Exceptionpublic byte[] marshal(java.lang.String string)
throws java.lang.Exception
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<byte[],java.lang.String>java.lang.Exception