All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description AbstractMarshallerImpl Partial defaultMarshaller
implementation.AbstractUnmarshallerImpl Partial defaultUnmarshaller
implementation.AttachmentMarshaller Enable Jakarta XML Binding marshalling to optimize storage of binary data.AttachmentUnmarshaller Enables Jakarta XML Binding unmarshalling of a root document containing optimized binary data formats.Binder<XmlNode> Enable synchronization between XML infoset nodes and Jakarta XML Binding objects representing same XML document.CollapsedStringAdapter Built-inXmlAdapter
to handlexs:token
and its derived types.DataBindingException Exception that represents a failure in a Jakarta XML Binding operation.DatatypeConverter The javaType binding declaration can be used to customize the binding of an XML schema datatype to a Java datatype.DatatypeConverterInterface The DatatypeConverterInterface is for Jakarta XML Binding provider use only.DefaultValidationEventHandler JAXB 1.0 only default validation event handler.DomHandler<ElementT,ResultT extends javax.xml.transform.Result> Converts an element (and its descendants) from/to DOM (or similar) representation.Element This is an element marker interface.HexBinaryAdapter XmlAdapter
forxs:hexBinary
.JAXB Class that defines convenience methods for common, simple use of Jakarta XML Binding.JAXBContext TheJAXBContext
class provides the client's entry point to the Jakarta XML Binding API.JAXBContextFactory Factory that creates newJAXBContext
instances.JAXBElement<T> Jakarta XML Binding representation of an Xml Element.JAXBElement.GlobalScope Designates global scope for an xml element.JAXBException This is the root exception class for all Jakarta XML Binding exceptions.JAXBIntrospector Provide access to Jakarta XML Binding xml binding data for a Jakarta XML Binding object.JAXBPermission This class is for Jakarta XML Binding permissions.JAXBResult JAXPResult
implementation that unmarshals a Jakarta XML Binding object.JAXBSource JAXPSource
implementation that marshals a Jakarta XML Binding-generated object.MarshalException This exception indicates that an error has occurred while performing a marshal operation that the provider is unable to recover from.Marshaller TheMarshaller
class is responsible for governing the process of serializing Java content trees back into XML data.Marshaller.Listener Register an instance of an implementation of this class with aMarshaller
to externally listen for marshal events.NormalizedStringAdapter XmlAdapter
to handlexs:normalizedString
.NotIdentifiableEvent This event indicates that a problem was encountered resolving an ID/IDREF.NotIdentifiableEventImpl Default implementation of the NotIdentifiableEvent interface.ParseConversionEvent 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.ParseConversionEventImpl Default implementation of the ParseConversionEvent interface.PrintConversionEvent This event indicates that a problem was encountered while converting data from the Java content tree into its lexical representation.PrintConversionEventImpl Default implementation of the PrintConversionEvent interface.PropertyException This exception indicates that an error was encountered while getting or setting a property.SchemaOutputResolver Controls where a Jakarta XML Binding implementation puts the generates schema files.TypeConstraintException This exception indicates that a violation of a dynamically checked type constraint was detected.UnmarshalException This exception indicates that an error has occurred while performing an unmarshal operation that prevents the Jakarta XML Binding Provider from completing the operation.Unmarshaller TheUnmarshaller
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 Register an instance of an implementation of this class withUnmarshaller
to externally listen for unmarshal events.UnmarshallerHandler Unmarshaller implemented as SAX ContentHandler.ValidationEvent 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.ValidationEventCollector ValidationEventHandler
implementation that collects all events.ValidationEventHandler A basic event handler interface for validation errors.ValidationEventImpl Default implementation of the ValidationEvent interface.ValidationEventLocator Encapsulate the location of a ValidationEvent.ValidationEventLocatorImpl Default implementation of the ValidationEventLocator interface.ValidationException This exception indicates that an error has occurred while performing a validate operation.Validator Deprecated. since JAXB 2.0W3CDomHandler DomHandler
implementation for W3C DOM (org.w3c.dom
package.)XmlAccessOrder Used by XmlAccessorOrder to control the ordering of properties and fields in a Jakarta XML Binding bound class.XmlAccessorOrder Controls the ordering of fields and properties in a class.XmlAccessorType Controls whether fields or Javabean properties are serialized by default.XmlAccessType Used by XmlAccessorType to control serialization of fields or properties.XmlAdapter<ValueType,BoundType> Adapts a Java type for custom marshaling.XmlAnyAttribute Maps a JavaBean property to a map of wildcard attributes.XmlAnyElement Maps a JavaBean property to XML infoset representation and/or JAXBElement.XmlAttachmentRef Marks a field/property that its XML form is a uri reference to mime content.XmlAttribute Maps a JavaBean property to a XML attribute.XmlElement Maps a JavaBean property to a XML element derived from property name.XmlElement.DEFAULT Used inXmlElement.type()
to signal that the type be inferred from the signature of the property.XmlElementDecl Maps a factory method to a XML element.XmlElementDecl.GLOBAL Used inXmlElementDecl.scope()
to signal that the declaration is in the global scope.XmlElementRef Maps a JavaBean property to a XML element derived from property's type.XmlElementRef.DEFAULT Used inXmlElementRef.type()
to signal that the type be inferred from the signature of the property.XmlElementRefs Marks a property that refers to classes withXmlElement
or JAXBElement.XmlElements A container for multiple @XmlElement
annotations.XmlElementWrapper Generates a wrapper element around XML representation.XmlEnum Maps an enum typeEnum
to XML representation.XmlEnumValue Maps an enum constant inEnum
type to XML representation.XmlID Maps a JavaBean property to XML ID.XmlIDREF Maps a JavaBean property to XML IDREF.XmlInlineBinaryData Disable consideration of XOP encoding for datatypes that are bound to base64-encoded binary data in XML.XmlJavaTypeAdapter Use an adapter that implementsXmlAdapter
for custom marshaling.XmlJavaTypeAdapter.DEFAULT Used inXmlJavaTypeAdapter.type()
to signal that the type be inferred from the signature of the field, property, parameter or the class.XmlJavaTypeAdapters A container for multiple @XmlJavaTypeAdapter
annotations.XmlList Used to map a property to a list simple type.XmlMimeType Associates the MIME type that controls the XML representation of the property.XmlMixed Annotate a JavaBean multi-valued property to support mixed content.XmlNs Associates a namespace prefix with a XML namespace URI.XmlNsForm Enumeration of XML Schema namespace qualifications.XmlRegistry Marks a class that hasXmlElementDecl
s.XmlRootElement Maps a class or an enum type to an XML element.XmlSchema Maps a package name to a XML namespace.XmlSchemaType Maps a Java type to a simple schema built-in type.XmlSchemaType.DEFAULT Used inXmlSchemaType.type()
to signal that the type be inferred from the signature of the property.XmlSchemaTypes A container for multiple @XmlSchemaType
annotations.XmlSeeAlso Instructs Jakarta XML Binding to also bind other classes when binding this class.XmlTransient Prevents the mapping of a JavaBean property/type to XML representation.XmlType Maps a class or an enum type to a XML Schema type.XmlType.DEFAULT Used inXmlType.factoryClass()
to signal that either factory mehod is not used or that it's in the class with thisXmlType
itself.XmlValue Enables mapping a class to a XML Schema complex type with a simpleContent or a XML Schema simple type.