Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
javax.xml.bind

Classes in javax.xml.bind used by javax.xml.bind
DatatypeConverterInterface
          The DatatypeConverterInterface is a helper class for implementation of custom print() and parse() methods, as specified by jaxb:javaType/@printMethod and jaxb:javaType/@parseMethod.
JAXBContext
          The JAXBContext provides the JAXB users anchor to the implmentation and hos generated classes.
JAXBException
          This is the main exception class of JAXB.
Marshaller
          An instance of Marshaller may be obtained by the JAXB user to serialize JAXB objects to various flavours of XML.
PropertyException
          The PropertyException is a subclass of the JAXBException being thrown if setting or getting a property failed.
Unmarshaller
          A Unmarshaller is the opposite of the Marshaller: 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 org.xml.sax.ContentHandler representation of an Unmarshaller, as returned by Unmarshaller.getUnmarshallerHandler() 55 .
ValidationEvent
          An instance of ValidationEvent indicates some error condition, which occurred when validating a JAXB object.
ValidationEventHandler
          An instance of ValidationEventHandler allows to customize the reply to instances of ValidationEvent.
ValidationEventLocator
          The ValidationEventLocator is an abstract description of the place where a ValidationEvent occurred.
Validator
          A Validator may be used to decide, whether a JAXB object is valid or not.