javax.xml.bind.helpers |
JAXB Provider Use Only: Provides partial default implementations for
some of the javax.xml.bind interfaces.
JAXB Providers can extend these classes and implement the abstract
methods.
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation,
please see:
|
Java Source File Name | Type | Comment |
AbstractMarshallerImpl.java | Class | Partial default Marshaller implementation. |
AbstractUnmarshallerImpl.java | Class | Partial default Unmarshaller implementation. |
DefaultValidationEventHandler.java | Class |
JAXB 1.0 only default validation event handler. |
Messages.java | Class | Formats error messages. |
NotIdentifiableEventImpl.java | Class | Default implementation of the NotIdentifiableEvent interface.
JAXB providers are allowed to use whatever class that implements
the ValidationEvent interface. |
ParseConversionEventImpl.java | Class | Default implementation of the ParseConversionEvent interface.
JAXB providers are allowed to use whatever class that implements
the ValidationEvent interface. |
PrintConversionEventImpl.java | Class | Default implementation of the PrintConversionEvent interface.
JAXB providers are allowed to use whatever class that implements
the ValidationEvent interface. |
ValidationEventImpl.java | Class | Default implementation of the ValidationEvent interface.
JAXB providers are allowed to use whatever class that implements
the ValidationEvent interface. |
ValidationEventLocatorImpl.java | Class | Default implementation of the ValidationEventLocator interface.
JAXB providers are allowed to use whatever class that implements
the ValidationEventLocator interface. |