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
JAXBException
Unmarshaller.Listener getListener()
Object getProperty(String name) throws PropertyException
PropertyException
Schema 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
JAXBException
void setListener(Unmarshaller.Listener listener)
void setProperty(String name, Object value) throws PropertyException
PropertyException
void setSchema(Schema schema)
void setValidating(boolean validating) throws JAXBException
JAXBException
Object unmarshal(File f) throws JAXBException
JAXBException
Object unmarshal(InputSource source) throws JAXBException
JAXBException
Object unmarshal(InputStream is) throws JAXBException
JAXBException
Object unmarshal(Node node) throws JAXBException
JAXBException
<T> JAXBElement<T> unmarshal(Node node, Class<T> declaredType) throws JAXBException
JAXBException
Object unmarshal(Reader reader) throws JAXBException
JAXBException
Object unmarshal(Source source) throws JAXBException
JAXBException
<T> JAXBElement<T> unmarshal(Source source, Class<T> declaredType) throws JAXBException
JAXBException
Object unmarshal(URL url) throws JAXBException
JAXBException
Object unmarshal(javax.xml.stream.XMLEventReader reader) throws JAXBException
JAXBException
<T> JAXBElement<T> unmarshal(javax.xml.stream.XMLEventReader reader, Class<T> declaredType) throws JAXBException
JAXBException
Object unmarshal(javax.xml.stream.XMLStreamReader reader) throws JAXBException
JAXBException
<T> JAXBElement<T> unmarshal(javax.xml.stream.XMLStreamReader reader, Class<T> declaredType) throws JAXBException
JAXBException
Copyright © 2013. All rights reserved.