|
Préférences
Moteurs de recherche
|
||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.xml.bind.annotation.adapters
|
Constructor Summary | |
---|---|
HexBinaryAdapter()
|
Method Summary | |
---|---|
String |
marshal(byte[] bytes)
Convert a bound type to a value type. |
byte[] |
unmarshal(String s)
Convert a value type to a bound type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HexBinaryAdapter()
Method Detail |
---|
public byte[] unmarshal(String s)
XmlAdapter
unmarshal
in class XmlAdapter<String,byte[]>
s
- The value to be converted. Can be null.public String marshal(byte[] bytes)
XmlAdapter
marshal
in class XmlAdapter<String,byte[]>
bytes
- The value to be convereted. Can be null.