|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
BeanT |
ClassBeanInfoImpl.createInstance(UnmarshallingContext context)
|
CompositeStructure |
CompositeStructureBeanInfo.createInstance(UnmarshallingContext context)
|
javax.xml.bind.JAXBElement |
ElementBeanInfoImpl.createInstance(UnmarshallingContext context)
|
abstract BeanT |
JaxBeanInfo.createInstance(UnmarshallingContext context)
Creates a new instance of the bean. |
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 |
CompositeStructureBeanInfo.reset(CompositeStructure o,
UnmarshallingContext context)
|
boolean |
ElementBeanInfoImpl.reset(javax.xml.bind.JAXBElement e,
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
|
UnmarshallingContext |
UnmarshallerImpl.coordinator
|
Methods in com.sun.xml.bind.v2.runtime.unmarshaller that return UnmarshallingContext | |
---|---|
UnmarshallingContext |
InterningXmlVisitor.getContext()
|
UnmarshallingContext |
SAXConnector.getContext()
|
UnmarshallingContext |
UnmarshallerImpl.getContext()
|
UnmarshallingContext |
UnmarshallingContext.getContext()
|
UnmarshallingContext |
UnmarshallingContext.State.getContext()
Gets the context. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |