API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.bind.annotation.adapters. HexBinaryAdapter View Source
Author(s)
Kohsuke Kawaguchi
Since
JAXB 2.0
Version
Serial
Hierarchy
 Object
      XmlAdapter
          HexBinaryAdapter
Implements
Subclasses
Description
publicfinal class HexBinaryAdapter
  XmlAdapter for xs:hexBinary.
See also:   
Constructors
public HexBinaryAdapter ()
Methods
Hide/Show inherited methods
publicabstract ValueType marshal ( BoundType v) throws Exception [Inherited From XmlAdapter]
  Convert a bound type to a value type.
public String marshal (byte[] bytes)
public byte unmarshal (String s)
publicabstract BoundType unmarshal ( ValueType v) throws Exception [Inherited From XmlAdapter]
  Convert a value type to a bound type.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar