public class JettisonJaxbUnmarshaller extends BaseJsonUnmarshaller implements Unmarshaller
Unmarshaller.ListenerjaxbUnmarshaller, jsonConfig| Constructor and Description |
|---|
JettisonJaxbUnmarshaller(JAXBContext jaxbContext,
JettisonConfig jsonConfig) |
getJSONConfiguration, unmarshalFromJSON, unmarshalFromJSON, unmarshalJAXBElementFromJSON, unmarshalJAXBElementFromJSONpublic JettisonJaxbUnmarshaller(JAXBContext jaxbContext, JettisonConfig jsonConfig) 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 Object unmarshal(InputSource inputSource) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic Object unmarshal(Node node) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic <T> JAXBElement<T> unmarshal(Node node, Class<T> type) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic Object unmarshal(Source source) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic <T> JAXBElement<T> unmarshal(Source source, Class<T> type) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic Object unmarshal(XMLStreamReader xmlStreamReader) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic <T> JAXBElement<T> unmarshal(XMLStreamReader xmlStreamReader, Class<T> type) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic Object unmarshal(XMLEventReader xmlEventReader) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic <T> JAXBElement<T> unmarshal(XMLEventReader xmlEventReader, Class<T> type) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic UnmarshallerHandler getUnmarshallerHandler()
getUnmarshallerHandler in interface Unmarshallerpublic void setValidating(boolean validating)
throws JAXBException
setValidating in interface UnmarshallerJAXBExceptionpublic boolean isValidating()
throws JAXBException
isValidating in interface UnmarshallerJAXBExceptionpublic void setEventHandler(ValidationEventHandler validationEventHandler) throws JAXBException
setEventHandler in interface UnmarshallerJAXBExceptionpublic ValidationEventHandler getEventHandler() throws JAXBException
getEventHandler in interface UnmarshallerJAXBExceptionpublic void setProperty(String key, Object value) throws PropertyException
setProperty in interface UnmarshallerPropertyExceptionpublic Object getProperty(String key) throws PropertyException
getProperty in interface UnmarshallerPropertyExceptionpublic void setSchema(Schema schema)
setSchema in interface Unmarshallerpublic Schema getSchema()
getSchema in interface Unmarshallerpublic void setAdapter(XmlAdapter xmlAdapter)
setAdapter in interface Unmarshallerpublic <A extends XmlAdapter> void setAdapter(Class<A> type, A adapter)
setAdapter in interface Unmarshallerpublic <A extends XmlAdapter> A getAdapter(Class<A> type)
getAdapter in interface Unmarshallerpublic void setAttachmentUnmarshaller(AttachmentUnmarshaller attachmentUnmarshaller)
setAttachmentUnmarshaller in interface Unmarshallerpublic AttachmentUnmarshaller getAttachmentUnmarshaller()
getAttachmentUnmarshaller in interface Unmarshallerpublic void setListener(Unmarshaller.Listener listener)
setListener in interface Unmarshallerpublic Unmarshaller.Listener getListener()
getListener in interface UnmarshallerCopyright © 2007-2024,Oracleand/or its affiliates.All Rights Reserved. Use is subject to license terms.