public final class HexBinaryAdapter extends XmlAdapter<String,byte[]>
XmlAdapter
xs:hexBinary
This XmlAdapter binds byte[] to the hexBinary representation in XML.
byte[]
HexBinaryAdapter()
String
marshal(byte[] bytes)
unmarshal(String s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HexBinaryAdapter()
public byte[] unmarshal(String s)
unmarshal
XmlAdapter<String,byte[]>
s
public String marshal(byte[] bytes)
marshal
bytes