public class BadgerUnmarshaller extends Object implements Unmarshaller
Unmarshaller.Listener| Constructor and Description |
|---|
BadgerUnmarshaller(JAXBContext context) |
public BadgerUnmarshaller(JAXBContext context) 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 UnmarshallerJAXBExceptionprotected org.codehaus.jettison.badgerfish.BadgerFishXMLStreamReader getBadgerFishReader(Reader reader) throws JAXBException
JAXBExceptionpublic 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> tClass) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic Object unmarshal(Source source) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic <T> JAXBElement<T> unmarshal(Source source, Class<T> tClass) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic Object unmarshal(XMLStreamReader xmlStreamReader) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic <T> JAXBElement<T> unmarshal(XMLStreamReader xmlStreamReader, Class<T> tClass) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic Object unmarshal(XMLEventReader xmlEventReader) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic <T> JAXBElement<T> unmarshal(XMLEventReader xmlEventReader, Class<T> tClass) throws JAXBException
unmarshal in interface UnmarshallerJAXBExceptionpublic UnmarshallerHandler getUnmarshallerHandler()
getUnmarshallerHandler in interface Unmarshallerpublic void setValidating(boolean b)
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 s, Object o) throws PropertyException
setProperty in interface UnmarshallerPropertyExceptionpublic Object getProperty(String s) 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> aClass, A a)
setAdapter in interface Unmarshallerpublic <A extends XmlAdapter> A getAdapter(Class<A> aClass)
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 © 2013. All Rights Reserved.