|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.bind.annotation.adapters.XmlAdapter<String,byte[]> javax.xml.bind.annotation.adapters.HexBinaryAdapter
public final class HexBinaryAdapter
XmlAdapter
for xs:hexBinary.
This XmlAdapter
binds byte[] to the hexBinary representation in XML.
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.
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.