Uses of Class
com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext

Packages that use UnmarshallingContext
com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. 
com.sun.xml.bind.v2.runtime.unmarshaller   
 

Uses of UnmarshallingContext in com.sun.xml.bind.v2.runtime
 

Methods in com.sun.xml.bind.v2.runtime with parameters of type UnmarshallingContext
 java.lang.Object AnyTypeBeanInfo.createInstance(UnmarshallingContext context)
           
 java.lang.Object ArrayBeanInfoImpl.createInstance(UnmarshallingContext context)
           
 BeanT ClassBeanInfoImpl.createInstance(UnmarshallingContext context)
           
 javax.xml.bind.JAXBElement ElementBeanInfoImpl.createInstance(UnmarshallingContext context)
           
abstract  BeanT JaxBeanInfo.createInstance(UnmarshallingContext context)
          Creates a new instance of the bean.
 BeanT LeafBeanInfoImpl.createInstance(UnmarshallingContext context)
           
 java.lang.Object ValueListBeanInfoImpl.createInstance(UnmarshallingContext context)
           
 boolean ClassBeanInfoImpl.reset(BeanT bean, UnmarshallingContext context)
           
abstract  boolean JaxBeanInfo.reset(BeanT o, UnmarshallingContext context)
          Resets the object to the initial state, as if the object is created fresh.
 boolean LeafBeanInfoImpl.reset(BeanT bean, UnmarshallingContext context)
           
 boolean ElementBeanInfoImpl.reset(javax.xml.bind.JAXBElement e, UnmarshallingContext context)
           
 boolean AnyTypeBeanInfo.reset(java.lang.Object element, UnmarshallingContext context)
           
 boolean ArrayBeanInfoImpl.reset(java.lang.Object array, UnmarshallingContext context)
           
 boolean ValueListBeanInfoImpl.reset(java.lang.Object array, UnmarshallingContext context)
           
 

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

Fields in com.sun.xml.bind.v2.runtime.unmarshaller declared as UnmarshallingContext
 UnmarshallingContext Scope.context
           
protected  UnmarshallingContext StAXConnector.context
           
 UnmarshallingContext UnmarshallerImpl.coordinator
           
 

Methods in com.sun.xml.bind.v2.runtime.unmarshaller that return UnmarshallingContext
 UnmarshallingContext InterningXmlVisitor.getContext()
           
 UnmarshallingContext MTOMDecorator.getContext()
           
 UnmarshallingContext SAXConnector.getContext()
           
 UnmarshallingContext UnmarshallingContext.getContext()
           
 UnmarshallingContext UnmarshallingContext.State.getContext()
          Gets the context.
 UnmarshallingContext ValidatingUnmarshaller.getContext()
           
 UnmarshallingContext XmlVisitor.getContext()
          Returns the UnmarshallingContext at the end of the chain.
static UnmarshallingContext UnmarshallingContext.getInstance()
          When called from within the realm of the unmarshaller, this method returns the current UnmarshallingContext in charge.
 

Constructors in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type UnmarshallingContext
Scope(UnmarshallingContext context)