|
JAXB v2.2.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.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.
|
JAXB 2.0 PFD Specification License | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2004 by Sun Microsystems, Inc., 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.