|
|||||||||
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<java.lang.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 | |
---|---|
java.lang.String |
marshal(byte[] bytes)
Convert a bound type to a value type. |
byte[] |
unmarshal(java.lang.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(java.lang.String s)
XmlAdapter
unmarshal
in class XmlAdapter<java.lang.String,byte[]>
s
- The value to be converted. Can be null.public java.lang.String marshal(byte[] bytes)
XmlAdapter
marshal
in class XmlAdapter<java.lang.String,byte[]>
bytes
- The value to be convereted. Can be null.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41