com.sun.xml.bind.api |
Runtime API for the JAX-WS RI.
This API is designed for the use by the JAX-WS RI runtime. |
Java Source File Name | Type | Comment |
AccessorException.java | Class | Signals an error in
RawAccessor .
This error is not reported to the user handler. |
Bridge.java | Class | Mini-marshaller/unmarshaller that is specialized for a particular
element name and a type. |
BridgeContext.java | Class | Holds thread specific state information for
Bridge s,
to make
Bridge thread-safe. |
ClassResolver.java | Class | Dynamically locates classes to represent elements discovered during the unmarshalling.
THIS INTERFACE IS SUBJECT TO CHANGE WITHOUT NOTICE.
Background
JAXBContext.newInstance(Class) requires that application informs JAXB
about all the classes that it may see in the instance document. |
CompositeStructure.java | Class | A JAXB Bean that works like a DOM.
This bean is bound to XML as a sequence of elements, where each
element[i] is from bridges[i] (which defines the tag name and the expected type)
and values[i] (which defines the actual value.)
This object allows you to treat multiple unrelated JAXB beans as a single tree.
This in turn allows you to marshal this tree in one marshal method invocation,
which is faster than multiple invocations of the marshal method. |
ErrorListener.java | Interface | Implemented by the driver of the compiler engine to handle
errors found during the compiliation.
This class implements
ErrorHandler so it can be
passed to anywhere where
ErrorHandler is expected.
However, to make the error handling easy (and make it work
with visitor patterns nicely), this interface is not allowed
to abort the processing. |
JAXBRIContext.java | Class | JAXBContext enhanced with JAXB RI specific functionalities. |
package-info.java | | |
RawAccessor.java | Class | Accesses a particular property of a bean. |
TypeReference.java | Class | A reference to a JAXB-bound type. |