Uses of Package
javax.xml.bind

Packages that use javax.xml.bind
javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.  
javax.xml.bind.helpers JAXB Provider Use Only: Provides partial default implementations for some of the javax.xml.bind interfaces.  
javax.xml.bind.util Useful client utility classes.  
 

Classes in javax.xml.bind used by javax.xml.bind
DatatypeConverterInterface
           The DatatypeConverterInterface is for JAXB provider use only.
JAXBContext
           The JAXBContext class provides the client's entry point to the JAXB API.
JAXBException
          This is the root exception class for all JAXB exceptions.
Marshaller
           The Marshaller class is responsible for governing the process of serializing Java content trees back into XML data.
PropertyException
          This exception indicates that an error was encountered while getting or setting a property.
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.
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
          The Validator class is responsible for controlling the validation of content trees during runtime.
 

Classes in javax.xml.bind used by javax.xml.bind.helpers
JAXBException
          This is the root exception class for all JAXB exceptions.
Marshaller
           The Marshaller class is responsible for governing the process of serializing Java content trees back into XML data.
NotIdentifiableEvent
          This event indicates that a problem was encountered resolving an ID/IDREF.
ParseConversionEvent
          This event indicates that a problem was encountered while converting a string from the XML data into a value of the target Java data type.
PrintConversionEvent
          This event indicates that a problem was encountered while converting data from the Java content tree into its lexical representation.
PropertyException
          This exception indicates that an error was encountered while getting or setting a property.
UnmarshalException
          This exception indicates that an error has occured while performing an unmarshal operation that prevents the JAXB Provider from completing the operation.
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.
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.
 

Classes in javax.xml.bind used by javax.xml.bind.util
JAXBContext
           The JAXBContext class provides the client's entry point to the JAXB API.
JAXBException
          This is the root exception class for all JAXB exceptions.
Marshaller
           The Marshaller class is responsible for governing the process of serializing Java content trees back into XML data.
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.
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.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.