| Methods inherited from class javax.xml.bind.helpers.AbstractUnmarshallerImpl |
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, unmarshal |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnmarshallerImpl
public UnmarshallerImpl(DefaultJAXBContextImpl context,
TypeRegistry reg)
- Deprecated.
getUnmarshallerHandler
public UnmarshallerHandler getUnmarshallerHandler()
- Deprecated.
createUnmarshallerHandler
public SAXUnmarshallerHandler createUnmarshallerHandler(Locator locator)
- Deprecated.
- Creates and configures a new unmarshalling pipe line.
Depending on the setting, we put a validator as a filter.
- Parameters:
locator - The object that is responsible to obtain the source
location information for ValidationEvents.
- Returns:
- A component that implements both UnmarshallerHandler
and ValidationEventHandler. All the parsing errors
should be reported to this error handler for the unmarshalling
process to work correctly.
unmarshal
protected Object unmarshal(XMLReader reader,
InputSource source)
throws JAXBException
- Deprecated.
- Specified by:
unmarshal in class AbstractUnmarshallerImpl
- Throws:
JAXBException
unmarshal
public final Object unmarshal(Node node)
throws JAXBException
- Deprecated.
- Throws:
JAXBException
Copyright © 2014 Oracle Corporation. All Rights Reserved.