Package com.sun.xml.bind

Interface Summary
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
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 javax.xml.bind.DatatypeConverterInterface.
ErrorHandlerToEventHandler Deprecated. since 1.0.1 We no longer use this class in the unmarshaller.
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.
Messages Formats error messages.
ProxyGroup Bridges two isomorphic interface sets in different packages.
StringInputStream Same as StringBufferInputStream.
WhiteSpaceProcessor Processes white space normalization.
 

Error Summary
JAXBAssertionError Signals an assertion failure in the RI.