All Classes and Interfaces
Class
Description
Partial default
Marshaller
implementation.Partial default
Unmarshaller
implementation.Enable JAXB marshalling to optimize storage of binary data.
Enables JAXB unmarshalling of a root document containing optimized binary data formats.
Enable synchronization between XML infoset nodes and JAXB objects
representing same XML document.
Built-in
XmlAdapter
to handle xs:token
and its derived types.This class is package private and therefore is not exposed as part of the
JAXB API.
Exception that represents a failure in a JAXB operation.
The javaType binding declaration can be used to customize the binding of
an XML schema datatype to a Java datatype.
This class is the JAXB RI's default implementation of the
DatatypeConverterInterface
.
The DatatypeConverterInterface is for JAXB 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.
PrivilegedAction
that gets the system property value.XmlAdapter
for xs:hexBinary
.Class that defines convenience methods for common, simple use of JAXB.
To improve the performance, we'll cache the last
JAXBContext
used.The
JAXBContext
class provides the client's entry point to the
JAXB API.Factory that creates new
JAXBContext
instances.JAXB representation of an Xml Element.
Designates global scope for an xml element.
This is the root exception class for all JAXB exceptions.
Provide access to JAXB xml binding data for a JAXB object.
This class is for JAXB permissions.
JAXP
Result
implementation
that unmarshals a JAXB object.JAXP
Source
implementation
that marshals a JAXB-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.Formats error messages.
Formats error messages.
Formats error messages.
Intended to be overridden on JDK9, with JEP 238 multi-release class copy.
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 JAXB implementation puts the generates
schema files.
Shared ServiceLoader/FactoryFinder Utils shared among SAAJ, JAXB and JAXWS
- this class must be duplicated to all those projects, but it's
basically generic code and we want to have it everywhere same.
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 JAXB 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.
Deprecated.
since JAXB 2.0
DomHandler
implementation for W3C DOM (org.w3c.dom
package.)Processes white space normalization.
Used by XmlAccessorOrder to control the ordering of properties and
fields in a JAXB 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 JAXB element.
Marks a field/property that its XML form is a uri reference to mime content.
Maps a JavaBean property to a XML attribute.
Maps a JavaBean property to a 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 a XML element.
Used in
XmlElementDecl.scope()
to
signal that the declaration is in the global scope.
Maps a JavaBean property to a 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 a XML namespace URI.
Enumeration of XML Schema namespace qualifications.
Marks a class that has
XmlElementDecl
s.Maps a class or an enum type to an XML element.
Maps a package name to a 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 JAXB 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 a 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 a XML Schema simple type.