Uses of Package
javax.xml.bind

Classes in javax.xml.bind used by javax.xml.bind
Binder
          Enable synchronization between XML infoset nodes and JAXB objects representing same XML document.
DatatypeConverterInterface
           The DatatypeConverterInterface is for JAXB provider use only.
JAXBContext
           The JAXBContext class provides the client's entry point to the JAXB API.
JAXBElement
          JAXB representation of an Xml Element.
JAXBException
          This is the root exception class for all JAXB exceptions.
JAXBIntrospector
          Provide access to JAXB xml binding data for a JAXB object.
Marshaller
           The Marshaller class is responsible for governing the process of serializing Java content trees back into XML data.
Marshaller.Listener
          

Register an instance of an implementation of this class with a Marshaller to externally listen for marshal events.

PropertyException
          This exception indicates that an error was encountered while getting or setting a property.
SchemaOutputResolver
          Controls where a JAXB implementation puts the generates schema files.
Unmarshaller
          The Unmarshaller class governs the process of deserializing XML data into newly created Java content trees, optionally validating the XML data as it is unmarshalled.
Unmarshaller.Listener
          

Register an instance of an implementation of this class with Unmarshaller to externally listen for unmarshal events.

UnmarshallerHandler
          Unmarshaller implemented as SAX ContentHandler.
ValidationEvent
          This event indicates that a problem was encountered while validating the incoming XML data during an unmarshal operation, while performing on-demand validation of the Java content tree, or while marshalling the Java content tree back to XML data.
ValidationEventHandler
          A basic event handler interface for validation errors.
ValidationEventLocator
          Encapsulate the location of a ValidationEvent.
Validator
          Deprecated. since JAXB 2.0