All Classes and Interfaces

Class
Description
Partial default Marshaller implementation.
Partial default Unmarshaller implementation.
Enable Jakarta XML Binding marshalling to optimize storage of binary data.
Enables Jakarta XML Binding unmarshalling of a root document containing optimized binary data formats.
Enable synchronization between XML infoset nodes and Jakarta XML Binding objects representing same XML document.
Built-in XmlAdapter to handle xs:token and its derived types.
Exception that represents a failure in a Jakarta XML Binding operation.
The javaType binding declaration can be used to customize the binding of an XML schema datatype to a Java datatype.
The DatatypeConverterInterface is for Jakarta XML Binding provider use only.
JAXB 1.0 only default validation event handler.
Converts an element (and its descendants) from/to DOM (or similar) representation.
This is an element marker interface.
XmlAdapter for xs:hexBinary.
Class that defines convenience methods for common, simple use of Jakarta XML Binding.
The JAXBContext class provides the client's entry point to the Jakarta XML Binding API.
Factory that creates new JAXBContext instances.
Jakarta XML Binding representation of an Xml Element.
Designates global scope for an xml element.
This is the root exception class for all Jakarta XML Binding exceptions.
Provide access to Jakarta XML Binding xml binding data for a Jakarta XML Binding object.
This class is for Jakarta XML Binding permissions.
JAXP Result implementation that unmarshalls a Jakarta XML Binding object.
JAXP Source implementation that marshals a Jakarta XML Binding-generated object.
This exception indicates that an error has occurred while performing a marshal operation that the provider is unable to recover from.
The Marshaller class is responsible for governing the process of serializing Java content trees back into XML data.
Register an instance of an implementation of this class with a Marshaller to externally listen for marshal events.
XmlAdapter to handle xs:normalizedString.
This event indicates that a problem was encountered resolving an ID/IDREF.
Default implementation of the NotIdentifiableEvent interface.
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.
Default implementation of the ParseConversionEvent interface.
This event indicates that a problem was encountered while converting data from the Java content tree into its lexical representation.
Default implementation of the PrintConversionEvent interface.
This exception indicates that an error was encountered while getting or setting a property.
Controls where a Jakarta XML Binding implementation puts the generates schema files.
This exception indicates that a violation of a dynamically checked type constraint was detected.
This exception indicates that an error has occurred while performing an unmarshal operation that prevents the Jakarta XML Binding Provider from completing the operation.
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.
Register an instance of an implementation of this class with Unmarshaller to externally listen for unmarshal events.
Unmarshaller implemented as SAX ContentHandler.
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 implementation that collects all events.
A basic event handler interface for validation errors.
Default implementation of the ValidationEvent interface.
Encapsulate the location of a ValidationEvent.
Default implementation of the ValidationEventLocator interface.
This exception indicates that an error has occurred while performing a validate operation.
DomHandler implementation for W3C DOM (org.w3c.dom package.)
Used by XmlAccessorOrder to control the ordering of properties and fields in a Jakarta XML Binding bound class.
Controls the ordering of fields and properties in a class.
Controls whether fields or Javabean properties are serialized by default.
Used by XmlAccessorType to control serialization of fields or properties.
Adapts a Java type for custom marshaling.
Maps a JavaBean property to a map of wildcard attributes.
Maps a JavaBean property to XML infoset representation and/or JAXBElement.
Marks a field/property that its XML form is a URI reference to mime content.
Maps a JavaBean property to an XML attribute.
Maps a JavaBean property to an XML element derived from property name.
Used in XmlElement.type() to signal that the type be inferred from the signature of the property.
Maps a factory method to an XML element.
Used in XmlElementDecl.scope() to signal that the declaration is in the global scope.
Maps a JavaBean property to an XML element derived from property's type.
Used in XmlElementRef.type() to signal that the type be inferred from the signature of the property.
Marks a property that refers to classes with XmlElement or JAXBElement.
A container for multiple @XmlElement annotations.
Generates a wrapper element around XML representation.
Maps an enum type Enum to XML representation.
Maps an enum constant in Enum type to XML representation.
Maps a JavaBean property to XML ID.
Maps a JavaBean property to XML IDREF.
Disable consideration of XOP encoding for datatypes that are bound to base64-encoded binary data in XML.
Use an adapter that implements XmlAdapter for custom marshaling.
Used in XmlJavaTypeAdapter.type() to signal that the type be inferred from the signature of the field, property, parameter or the class.
A container for multiple @XmlJavaTypeAdapter annotations.
Used to map a property to a list simple type.
Associates the MIME type that controls the XML representation of the property.
Annotate a JavaBean multi-valued property to support mixed content.
Associates a namespace prefix with an XML namespace URI.
Enumeration of XML Schema namespace qualifications.
Marks a class that has XmlElementDecls.
Maps a class or an enum type to an XML element.
Maps a package name to an XML namespace.
Maps a Java type to a simple schema built-in type.
Used in XmlSchemaType.type() to signal that the type be inferred from the signature of the property.
A container for multiple XmlSchemaType annotations.
Instructs Jakarta XML Binding to also bind other classes when binding this class.
Prevents the mapping of a JavaBean property/type to XML representation.
Maps a class or an enum type to an XML Schema type.
Used in XmlType.factoryClass() to signal that either factory mehod is not used or that it's in the class with this XmlType itself.
Enables mapping a class to a XML Schema complex type with a simpleContent or an XML Schema simple type.