| 
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01  | 
||||||||
| 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)
XmlAdapterunmarshal in class XmlAdapter<java.lang.String,byte[]>s - The value to be converted. Can be null.public java.lang.String marshal(byte[] bytes)
XmlAdaptermarshal in class XmlAdapter<java.lang.String,byte[]>bytes - The value to be convereted. Can be null.
  | 
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||