public class UnmarshallerImpl extends Object implements ExtendedUnmarshaller
Unmarshaller.Listener| Constructor and Description |
|---|
UnmarshallerImpl(JAXBIntrospectorImpl introspector) |
public UnmarshallerImpl(JAXBIntrospectorImpl introspector) throws JAXBException
JAXBExceptionpublic Object unmarshal(File file) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic Object unmarshal(InputStream inputStream) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic Object unmarshal(Reader reader) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic Object unmarshal(URL url) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic <T> JAXBElement<T> unmarshal(InputSource inputSource, Class<T> declaredType) throws JAXBException
JAXBExceptionpublic Object unmarshal(InputSource inputSource) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic <T> JAXBElement<T> unmarshal(Node node, Class<T> declaredType) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic Object unmarshal(Node node) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic <T> JAXBElement<T> unmarshal(Source source, Class<T> declaredType) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic Object unmarshal(Source source) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic <T> JAXBElement<T> unmarshal(XMLEventReader xmlEventReader, Class<T> declaredType) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic Object unmarshal(XMLEventReader xmlEventReader) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic <T> JAXBElement<T> unmarshal(XMLStreamReader xmlStreamReader, Class<T> declaredType) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic Object unmarshal(XMLStreamReader xmlStreamReader) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic Object read(XMLStreamReader xmlStreamReader, Class<?> declaredType, Boolean jaxbElementWrap, RuntimeContext runtimeContext) throws JAXBException
read in interface ExtendedUnmarshallerJAXBExceptionpublic Unmarshaller.Listener getListener()
getListener in interface Unmarshallerpublic void setListener(Unmarshaller.Listener listener)
setListener in interface Unmarshallerpublic ValidationEventHandler getEventHandler() throws JAXBException
getEventHandler in interface UnmarshallerJAXBExceptionpublic void setEventHandler(ValidationEventHandler handler) throws JAXBException
setEventHandler in interface UnmarshallerJAXBExceptionpublic <A extends XmlAdapter> A getAdapter(Class<A> type)
getAdapter in interface Unmarshallerpublic void setAdapter(XmlAdapter adapter)
setAdapter in interface Unmarshallerpublic <A extends XmlAdapter> void setAdapter(Class<A> type, A adapter)
setAdapter in interface Unmarshallerpublic AttachmentUnmarshaller getAttachmentUnmarshaller()
getAttachmentUnmarshaller in interface Unmarshallerpublic void setAttachmentUnmarshaller(AttachmentUnmarshaller attachmentUnmarshaller)
setAttachmentUnmarshaller in interface Unmarshallerpublic Schema getSchema()
getSchema in interface Unmarshallerpublic void setSchema(Schema schema)
setSchema in interface Unmarshallerpublic UnmarshallerHandlerImpl getUnmarshallerHandler()
getUnmarshallerHandler in interface Unmarshallerpublic Object getProperty(String name) throws PropertyException
getProperty in interface UnmarshallerPropertyExceptionpublic void setProperty(String name, Object value) throws PropertyException
setProperty in interface UnmarshallerPropertyExceptionpublic boolean isValidating()
throws JAXBException
isValidating in interface UnmarshallerJAXBExceptionpublic void setValidating(boolean validating)
throws JAXBException
setValidating in interface UnmarshallerJAXBExceptionCopyright © 2007–2021. All rights reserved.