API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.bind.annotation.adapters. XmlAdapter View Source
Author(s)

Since
JAXB 2.0
Version
Serial
Hierarchy
 Object
      XmlAdapter
Implements
Subclasses
Description
publicabstract abstract class XmlAdapter
  Adapts a Java type for custom marshaling.
See also:    XmlJavaTypeAdapter
Constructors
protected XmlAdapter ()
Do-nothing constructor for the derived classes.
Methods
Hide/Show inherited methods
publicabstract ValueType marshal ( BoundType v) throws Exception
  Convert a bound type to a value type.
publicabstract BoundType unmarshal ( ValueType v) throws Exception
  Convert a value type to a bound type.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar