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

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

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

Fields in com.sun.xml.bind.v2.runtime declared as UnmarshallerImpl
 UnmarshallerImpl BridgeContextImpl.unmarshaller
           
 

Methods in com.sun.xml.bind.v2.runtime that return UnmarshallerImpl
 UnmarshallerImpl JAXBContextImpl.createUnmarshaller()
           
 

Methods in com.sun.xml.bind.v2.runtime with parameters of type UnmarshallerImpl
 void JaxBeanInfo.invokeAfterUnmarshalMethod(UnmarshallerImpl unm, Object child, Object parent)
          Invokes the afterUnmarshal method if applicable.
 void JaxBeanInfo.invokeBeforeUnmarshalMethod(UnmarshallerImpl unm, Object child, Object parent)
          Invokes the beforeUnmarshal method if applicable.
 

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

Fields in com.sun.xml.bind.v2.runtime.unmarshaller declared as UnmarshallerImpl
 UnmarshallerImpl UnmarshallingContext.parent
           
 

Constructors in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type UnmarshallerImpl
MTOMDecorator(UnmarshallerImpl parent, XmlVisitor next, AttachmentUnmarshaller au)
           
UnmarshallingContext(UnmarshallerImpl _parent, AssociationMap assoc)
          Creates a new unmarshaller.