Interface | Description |
---|---|
AccessorFactory |
A means to allow the user to provide customized Accessor
to be used by JAXB.
|
CycleRecoverable |
Optional interface that can be implemented by JAXB-bound objects
to handle cycles in the object graph.
|
CycleRecoverable.Context |
This interface is implemented by the JAXB RI to provide
information about the on-going marshalling process.
|
InternalAccessorFactory |
A means to allow the user to provide customized Accessor
to be used by JAXB.
|
JAXBObject |
Marker interface that marks generated content objects.
|
Locatable |
Optional interface implemented by JAXB objects to expose
location information from which an object is unmarshalled.
|
RIElement |
RI-generated class that implements the
Element interface
always also implement this interface, so that the name of the
element can be obtained. |
ValidationEventLocatorEx |
Defines additional accessor methods for the event source location.
|
Class | Description |
---|---|
AccessorFactoryImpl | |
AnyTypeAdapter |
XmlAdapter useful for mapping interfaces. |
ContextFactory | Deprecated
in JAXB1.0.1
|
ContextFactory_1_0_1 |
This class is responsible for producing RI JAXBContext objects.
|
DatatypeConverterImpl | Deprecated
in JAXB 2.2.4 - use javax.xml.bind.DatatypeConverterImpl instead
or let us know why you can't
|
DefaultJAXBContextImpl | Deprecated
in JAXB1.0.1
|
ErrorHandlerToEventHandler |
An ErrorHandler that accepts a SAXParseException from the ValidatingUnmarshaller,
creates a ValidationEvent, and passes it onto the client app's ValidationEventHandler.
|
GrammarImpl |
Implementation of the
Grammar interface with "plugs"
that allows a grammar to be connected to other grammars
when assembled through the context path. |
GrammarImpl.Plug |
Inter-grammar connection that needs be bound.
|
GrammarInfo | Deprecated
in JAXB1.0.1
|
IDResolver |
Pluggable ID/IDREF handling layer.
|
ProxyGroup |
Bridges two isomorphic interface sets in different packages.
|
StringInputStream |
Same as
StringBufferInputStream . |
TypeRegistry | Deprecated
in JAXB1.0.1
|
Util | |
WhiteSpaceProcessor |
Processes white space normalization.
|
Error | Description |
---|---|
JAXBAssertionError |
Signals an assertion failure in the RI.
|
Annotation Type | Description |
---|---|
XmlAccessorFactory |
Identifies a user provided customized Accessor
to be used.
|
Copyright © 2019 Oracle Corporation. All rights reserved.