public class UnmarshallerImpl extends AbstractUnmarshallerImpl
This class can be extended by the generated code to provide type-safe unmarshall methods.
Unmarshaller.Listener
validating
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, unmarshal
public 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 ValidationEvent
s.protected Object unmarshal(XMLReader reader, InputSource source) throws JAXBException
unmarshal
in class AbstractUnmarshallerImpl
JAXBException
public final Object unmarshal(Node node) throws JAXBException
JAXBException
Copyright © 2024 Oracle Corporation. All rights reserved.