javax.xml.bind.annotation.adapters
Class HexBinaryAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,byte[]>
javax.xml.bind.annotation.adapters.HexBinaryAdapter
public final class HexBinaryAdapter
- extends XmlAdapter<String,byte[]>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HexBinaryAdapter
public HexBinaryAdapter()
marshal
public String marshal(byte[] v)
- Specified by:
marshal
in class XmlAdapter<String,byte[]>
unmarshal
public byte[] unmarshal(String v)
- Specified by:
unmarshal
in class XmlAdapter<String,byte[]>
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.