Package | Description |
---|---|
jakarta.xml.bind |
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
|
jakarta.xml.bind.annotation |
Defines annotations for customizing Java program elements to XML Schema mapping.
|
jakarta.xml.bind.helpers |
Jakarta XML Binding Provider Use Only: Provides partial default implementations for
some of the
jakarta.xml.bind interfaces. |
jakarta.xml.bind.util |
Useful client utility classes.
|
jakarta.xml.ws |
This package contains the core Jakarta XML Web Services APIs.
|
jakarta.xml.ws.handler.soap |
This package defines APIs for SOAP message handlers.
|
jakarta.xml.ws.spi |
This package defines SPIs for Jakarta XML Web Services.
|
Class and Description |
---|
Binder
Enable synchronization between XML infoset nodes and Jakarta XML Binding objects
representing same XML document.
|
DatatypeConverterInterface
The DatatypeConverterInterface is for Jakarta XML Binding provider use only.
|
JAXBContext
The
JAXBContext class provides the client's entry point to the
Jakarta XML Binding API. |
JAXBElement
Jakarta XML Binding representation of 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.
|
Marshaller
The
Marshaller 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 a
Marshaller to externally listen
for marshal events. |
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.
|
Unmarshaller
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
Register an instance of an implementation of this class with
Unmarshaller 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.
|
ValidationEventHandler
A basic event handler interface for validation errors.
|
ValidationEventLocator
Encapsulate the location of a ValidationEvent.
|
Validator
Deprecated.
since JAXB 2.0
|
Class and Description |
---|
ValidationEventHandler
A basic event handler interface for validation errors.
|
Class and Description |
---|
JAXBElement
Jakarta XML Binding representation of an Xml Element.
|
JAXBException
This is the root exception class for all Jakarta XML Binding exceptions.
|
Marshaller
The
Marshaller 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 a
Marshaller to externally listen
for marshal events. |
NotIdentifiableEvent
This event indicates that a problem was encountered resolving an ID/IDREF.
|
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.
|
PrintConversionEvent
This event indicates that a problem was encountered while converting data
from the Java content tree into its lexical representation.
|
PropertyException
This exception indicates that an error was encountered while getting or
setting a property.
|
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
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
Register an instance of an implementation of this class with
Unmarshaller to externally listen
for unmarshal events. |
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.
|
ValidationEventHandler
A basic event handler interface for validation errors.
|
ValidationEventLocator
Encapsulate the location of a ValidationEvent.
|
Class and Description |
---|
JAXBContext
The
JAXBContext class provides the client's entry point to the
Jakarta XML Binding API. |
JAXBException
This is the root exception class for all Jakarta XML Binding exceptions.
|
Marshaller
The
Marshaller class is responsible for governing the process
of serializing Java content trees back into XML data. |
Unmarshaller
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. |
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.
|
ValidationEventHandler
A basic event handler interface for validation errors.
|
Class and Description |
---|
JAXBContext
The
JAXBContext class provides the client's entry point to the
Jakarta XML Binding API. |
Class and Description |
---|
JAXBContext
The
JAXBContext class provides the client's entry point to the
Jakarta XML Binding API. |
Class and Description |
---|
JAXBContext
The
JAXBContext class provides the client's entry point to the
Jakarta XML Binding API. |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.