public class UnmarshallerImpl extends AbstractUnmarshallerImpl
This class can be extended by the generated code to provide type-safe unmarshall methods.
Unmarshaller.Listenervalidating| Constructor and Description |
|---|
UnmarshallerImpl(DefaultJAXBContextImpl context,
TypeRegistry reg)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SAXUnmarshallerHandler |
createUnmarshallerHandler(Locator locator)
Deprecated.
Creates and configures a new unmarshalling pipe line.
|
UnmarshallerHandler |
getUnmarshallerHandler()
Deprecated.
|
Object |
unmarshal(Node node)
Deprecated.
|
protected Object |
unmarshal(XMLReader reader,
InputSource source)
Deprecated.
|
createUnmarshalException, getAdapter, getAttachmentUnmarshaller, getEventHandler, getListener, getProperty, getSchema, getXMLReader, isValidating, setAdapter, setAdapter, setAttachmentUnmarshaller, setEventHandler, setListener, setProperty, setSchema, setValidating, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshalpublic UnmarshallerImpl(DefaultJAXBContextImpl context, TypeRegistry reg)
public UnmarshallerHandler getUnmarshallerHandler()
public SAXUnmarshallerHandler createUnmarshallerHandler(Locator locator)
locator - The object that is responsible to obtain the source
location information for ValidationEvents.protected Object unmarshal(XMLReader reader, InputSource source) throws JAXBException
unmarshal in class AbstractUnmarshallerImplJAXBExceptionpublic final Object unmarshal(Node node) throws JAXBException
JAXBExceptionCopyright © 2015 Oracle Corporation. All Rights Reserved.