public interface Unmarshaller
| Modifier and Type | Interface and Description |
|---|---|
static class |
Unmarshaller.Listener |
<A extends XmlAdapter> A getAdapter(Class<A> type)
AttachmentUnmarshaller getAttachmentUnmarshaller()
ValidationEventHandler getEventHandler() throws JAXBException
JAXBExceptionUnmarshaller.Listener getListener()
Object getProperty(String name) throws PropertyException
PropertyExceptionSchema getSchema()
UnmarshallerHandler getUnmarshallerHandler()
boolean isValidating()
throws JAXBException
JAXBException<A extends XmlAdapter> void setAdapter(Class<A> type, A adapter)
void setAdapter(XmlAdapter adapter)
void setAttachmentUnmarshaller(AttachmentUnmarshaller au)
void setEventHandler(ValidationEventHandler handler) throws JAXBException
JAXBExceptionvoid setListener(Unmarshaller.Listener listener)
void setProperty(String name, Object value) throws PropertyException
PropertyExceptionvoid setSchema(Schema schema)
void setValidating(boolean validating)
throws JAXBException
JAXBExceptionObject unmarshal(File f) throws JAXBException
JAXBExceptionObject unmarshal(InputSource source) throws JAXBException
JAXBExceptionObject unmarshal(InputStream is) throws JAXBException
JAXBExceptionObject unmarshal(Node node) throws JAXBException
JAXBException<T> JAXBElement<T> unmarshal(Node node, Class<T> declaredType) throws JAXBException
JAXBExceptionObject unmarshal(Reader reader) throws JAXBException
JAXBExceptionObject unmarshal(Source source) throws JAXBException
JAXBException<T> JAXBElement<T> unmarshal(Source source, Class<T> declaredType) throws JAXBException
JAXBExceptionObject unmarshal(URL url) throws JAXBException
JAXBExceptionObject unmarshal(javax.xml.stream.XMLEventReader reader) throws JAXBException
JAXBException<T> JAXBElement<T> unmarshal(javax.xml.stream.XMLEventReader reader, Class<T> declaredType) throws JAXBException
JAXBExceptionObject unmarshal(javax.xml.stream.XMLStreamReader reader) throws JAXBException
JAXBException<T> JAXBElement<T> unmarshal(javax.xml.stream.XMLStreamReader reader, Class<T> declaredType) throws JAXBException
JAXBExceptionCopyright © 2013. All Rights Reserved.