public class ExternalEntityUnmarshaller extends Object implements Unmarshaller
Unmarshaller.Listener
Constructor and Description |
---|
ExternalEntityUnmarshaller(Unmarshaller delegate) |
public ExternalEntityUnmarshaller(Unmarshaller delegate)
public <A extends XmlAdapter> A getAdapter(Class<A> type)
getAdapter
in interface Unmarshaller
public AttachmentUnmarshaller getAttachmentUnmarshaller()
getAttachmentUnmarshaller
in interface Unmarshaller
public ValidationEventHandler getEventHandler() throws JAXBException
getEventHandler
in interface Unmarshaller
JAXBException
public Unmarshaller.Listener getListener()
getListener
in interface Unmarshaller
public Object getProperty(String name) throws PropertyException
getProperty
in interface Unmarshaller
PropertyException
public Schema getSchema()
getSchema
in interface Unmarshaller
public UnmarshallerHandler getUnmarshallerHandler()
getUnmarshallerHandler
in interface Unmarshaller
@Deprecated public boolean isValidating() throws JAXBException
isValidating
in interface Unmarshaller
JAXBException
@Deprecated public void setAdapter(XmlAdapter adapter)
setAdapter
in interface Unmarshaller
public <A extends XmlAdapter> void setAdapter(Class<A> type, A adapter)
setAdapter
in interface Unmarshaller
public void setAttachmentUnmarshaller(AttachmentUnmarshaller au)
setAttachmentUnmarshaller
in interface Unmarshaller
public void setEventHandler(ValidationEventHandler handler) throws JAXBException
setEventHandler
in interface Unmarshaller
JAXBException
public void setListener(Unmarshaller.Listener listener)
setListener
in interface Unmarshaller
public void setProperty(String name, Object value) throws PropertyException
setProperty
in interface Unmarshaller
PropertyException
public void setSchema(Schema schema)
setSchema
in interface Unmarshaller
@Deprecated public void setValidating(boolean validating) throws JAXBException
setValidating
in interface Unmarshaller
JAXBException
public Object unmarshal(File f) throws JAXBException
unmarshal
in interface Unmarshaller
JAXBException
public Object unmarshal(InputStream is) throws JAXBException
unmarshal
in interface Unmarshaller
JAXBException
public Object unmarshal(Reader reader) throws JAXBException
unmarshal
in interface Unmarshaller
JAXBException
public Object unmarshal(URL url) throws JAXBException
unmarshal
in interface Unmarshaller
JAXBException
public Object unmarshal(InputSource source) throws JAXBException
unmarshal
in interface Unmarshaller
JAXBException
public Object unmarshal(Node node) throws JAXBException
unmarshal
in interface Unmarshaller
JAXBException
public Object unmarshal(Source source) throws JAXBException
unmarshal
in interface Unmarshaller
JAXBException
public Object unmarshal(XMLStreamReader reader) throws JAXBException
unmarshal
in interface Unmarshaller
JAXBException
public Object unmarshal(XMLEventReader reader) throws JAXBException
unmarshal
in interface Unmarshaller
JAXBException
public <T> JAXBElement<T> unmarshal(Node node, Class<T> declaredType) throws JAXBException
unmarshal
in interface Unmarshaller
JAXBException
public <T> JAXBElement<T> unmarshal(Source source, Class<T> declaredType) throws JAXBException
unmarshal
in interface Unmarshaller
JAXBException
public <T> JAXBElement<T> unmarshal(XMLStreamReader reader, Class<T> declaredType) throws JAXBException
unmarshal
in interface Unmarshaller
JAXBException
public <T> JAXBElement<T> unmarshal(XMLEventReader reader, Class<T> declaredType) throws JAXBException
unmarshal
in interface Unmarshaller
JAXBException
public Unmarshaller getDelegate()
public void setDelegate(Unmarshaller delegate)
Copyright © 2013. All Rights Reserved.