Package com.sun.xml.bind

Interface Summary
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.
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 Summary
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 This class is the JAXB RI's default implementation of the DatatypeConverterInterface.
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.
Messages Formats error messages.
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 Summary
JAXBAssertionError Signals an assertion failure in the RI.
 

Annotation Types Summary
XmlAccessorFactory Identifies a user provided customized Accessor to be used.