Uses of Interface
com.sun.xml.bind.unmarshaller.UnmarshallingContext

Packages that use UnmarshallingContext
com.sun.xml.bind.unmarshaller   
 

Uses of UnmarshallingContext in com.sun.xml.bind.unmarshaller
 

Classes in com.sun.xml.bind.unmarshaller that implement UnmarshallingContext
 class SAXUnmarshallerHandlerImpl
          Deprecated. in JAXB1.0.1
 

Fields in com.sun.xml.bind.unmarshaller declared as UnmarshallingContext
 UnmarshallingContext ContentHandlerEx.context
          Deprecated.  
 

Methods in com.sun.xml.bind.unmarshaller with parameters of type UnmarshallingContext
 ContentHandlerEx UnmarshallableObject.getUnmarshaller(UnmarshallingContext context)
          Deprecated. Gets an unmarshaller that will unmarshall this object.
 

Constructors in com.sun.xml.bind.unmarshaller with parameters of type UnmarshallingContext
ContentHandlerEx(UnmarshallingContext _ctxt, java.lang.String _stateTextTypes)
          Deprecated.  
ContentHandlerExAdaptor(UnmarshallingContext _ctxt, org.xml.sax.ContentHandler _handler)
          Deprecated.