| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
| DatatypeConverterInterface | The DatatypeConverterInterfaceis a helper class for
 implementation of customprint()andparse()methods, as specified by jaxb:javaType/@printMethod and
 jaxb:javaType/@parseMethod. | 
| Element | This interface doesn't expose any methods. | 
| Marshaller | An instance of Marshallermay be obtained by the
 JAXB user to serialize JAXB objects to various flavours of XML. | 
| NotIdentifiableEvent | This event is triggered by the various printFoo()methods of theDatatypeConverterInterface, if they are
 unable to create a lexical representation of their input. | 
| ParseConversionEvent | This event indicates a problem while resolving an IDREF. | 
| PrintConversionEvent | This event indicates a problem while resolving an IDREF. | 
| Unmarshaller | A Unmarshalleris the opposite of theMarshaller:
 It takes as input XML in either of several representations (byte or
 character stream, DOM node, or a series of SAX events) and returns
 a JAXB object with the same contents. | 
| UnmarshallerHandler | This interface is the SAX ContentHandlerrepresentation of anUnmarshaller, as
 returned byUnmarshaller.getUnmarshallerHandler(). | 
| ValidationEvent | An instance of ValidationEventindicates some
 error condition, which occurred when validating a JAXB object. | 
| ValidationEventHandler | An instance of ValidationEventHandlerallows
 to customize the reply to instances ofValidationEvent. | 
| ValidationEventLocator | The ValidationEventLocatoris an abstract
 description of the place where aValidationEventoccurred. | 
| Validator | A Validatormay be used to decide, whether
 a JAXB object is valid or not. | 
| Class Summary | |
| DatatypeConverter | This is a helper class for customized datatypes. | 
| JAXBContext | The JAXBContextprovides the JAXB users anchor to
 the implmentation and hos generated classes. | 
| Exception Summary | |
| JAXBException | This is the main exception class of JAXB. | 
| MarshalException | The MarshalExceptionis a subclass of theJAXBExceptionbeing thrown if the
 marshalling of a JAXB object failed. | 
| PropertyException | The PropertyExceptionis a subclass of theJAXBExceptionbeing thrown if setting
 or getting a property failed. | 
| TypeConstraintException | This is a runtime exception. | 
| UnmarshalException | The MarshalExceptionis a subclass of theJAXBExceptionbeing thrown if the
 unmarshalling of a JAXB object failed. | 
| ValidationException | The MarshalExceptionis a subclass of theJAXBExceptionbeing thrown if the
 validation of a JAXB object failed. | 
Clean room implementation of the JAXB standard xml-binding API.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||