Binder View Source | Enable synchronization between XML infoset nodes and JAXB objects representing same XML document. |
DatatypeConverter View Source | The javaType binding declaration can be used to customize the binding of an XML schema datatype to a Java datatype. |
DatatypeConverterInterface View Source | The DatatypeConverterInterface is for JAXB provider use only. |
Element View Source | This is an element marker interface. |
JAXBContext View Source | The JAXBContext class provides the client's entry point to the JAXB API. |
JAXBElement View Source | JAXB representation of an Xml Element. |
JAXBElement.GlobalScope View Source | Designates global scope for an xml element. |
JAXBException View Source | This is the root exception class for all JAXB exceptions. |
JAXBIntrospector View Source | Provide access to JAXB xml binding data for a JAXB object. |
MarshalException View Source | This exception indicates that an error has occurred while performing a marshal operation that the provider is unable to recover from. |
Marshaller View Source | The Marshaller class is responsible for governing the process of serializing Java content trees back into XML data. |
Marshaller.Listener View Source |
Register an instance of an implementation of this class with a Marshaller to externally listen
for marshal events.
|
NotIdentifiableEvent View Source | This event indicates that a problem was encountered resolving an ID/IDREF. |
ParseConversionEvent View Source | This event indicates that a problem was encountered while converting a string from the XML data into a value of the target Java data type. |
PrintConversionEvent View Source | This event indicates that a problem was encountered while converting data from the Java content tree into its lexical representation. |
PropertyException View Source | This exception indicates that an error was encountered while getting or setting a property. |
SchemaOutputResolver View Source | Controls where a JAXB implementation puts the generates schema files. |
TypeConstraintException View Source | This exception indicates that a violation of a dynamically checked type constraint was detected. |
UnmarshalException View Source | This exception indicates that an error has occurred while performing an unmarshal operation that prevents the JAXB Provider from completing the operation. |
Unmarshaller View Source | The Unmarshaller class governs the process of deserializing XML data into newly created Java content trees, optionally validating the XML data as it is unmarshalled. |
Unmarshaller.Listener View Source |
Register an instance of an implementation of this class with Unmarshaller to externally listen
for unmarshal events.
|
UnmarshallerHandler View Source | Unmarshaller implemented as SAX ContentHandler. |
ValidationEvent View Source | This event indicates that a problem was encountered while validating the incoming XML data during an unmarshal operation, while performing on-demand validation of the Java content tree, or while marshalling the Java content tree back to XML data. |
ValidationEventHandler View Source | A basic event handler interface for validation errors. |
ValidationEventLocator View Source | Encapsulate the location of a ValidationEvent. |
ValidationException View Source | This exception indicates that an error has occurred while performing a validate operation. |
|
As of JAXB 2.0, this class is deprecated and optional. |