javax.xml.bind.annotation.adapters
Class HexBinaryAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,byte[]>
      extended by javax.xml.bind.annotation.adapters.HexBinaryAdapter

public final class HexBinaryAdapter
extends XmlAdapter<String,byte[]>


Constructor Summary
HexBinaryAdapter()
           
 
Method Summary
 String marshal(byte[] v)
           
 byte[] unmarshal(String v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HexBinaryAdapter

public HexBinaryAdapter()
Method Detail

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.