Package javax.xml.bind

Interface Summary
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.
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.
 

Class Summary
AttachmentMarshaller  
AttachmentUnmarshaller  
JAXBContext The JAXBContext class provides the client's entry point to the JAXB API.
 

Exception Summary
JAXBException This is the root exception class for all JAXB exceptions.
MarshalException This exception indicates that an error has occurred while performing a marshal operation that the provider is unable to recover from.
PropertyException This exception indicates that an error was encountered while getting or setting a property.
UnmarshalException This exception indicates that an error has occurred while performing an unmarshal operation that prevents the JAXB Provider from completing the operation.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.