Package com.sun.xml.bind

Interface Summary
JAXBObject Marker interface that marks generated content objects.
RIElement RI-generated class that implements the Element interface always also implement this interface, so that the name of the element can be obtained.
 

Class Summary
ContextFactory Deprecated. in JAXB1.0.1
ContextFactory_1_0_1 This class is responsible for producing RI JAXBContext objects.
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
Messages Formats error messages.
ProxyGroup Bridges two isomorphic interface sets in different packages.
StringInputStream Same as StringBufferInputStream.
TypeRegistry Deprecated. in JAXB1.0.1
 

Error Summary
JAXBAssertionError Signals an assertion failure in the RI.