javax > javax.xml > javax.xml.bind > javax.xml.bind.unmarshaller >

Interface: javax.xml.bind.Unmarshaller
    javax.xml.bind.Unmarshaller


public interface Unmarshaller

Inner Class(es): Unmarshaller.Listener

FIELDS:

CONSTRUCTORS:

METHODS:
Object getAdapter(Class type)
Throws: IllegalArgumentException
Throws: UnsupportedOperationException

AttachmentUnmarshaller getAttachmentUnmarshaller()

ValidationEventHandler getEventHandler()
Throws: JAXBException

Unmarshaller.Listener getListener()

Object getProperty(String name)
Throws: PropertyException
Throws: IllegalArgumentException

Schema getSchema()
Throws: UnsupportedOperationException

UnmarshallerHandler getUnmarshallerHandler()

boolean isValidating()
Throws: JAXBException
Throws: UnsupportedOperationException

void setAdapter(Class type, XmlAdapter adapter)
Throws: IllegalArgumentException
Throws: UnsupportedOperationException

void setAdapter(XmlAdapter adapter)
Throws: IllegalArgumentException
Throws: UnsupportedOperationException

void setAttachmentUnmarshaller(AttachmentUnmarshaller au)
Throws: IllegalStateException

void setEventHandler(ValidationEventHandler handler)
Throws: JAXBException

void setListener(Unmarshaller.Listener listener)

void setProperty(String name, Object value)
Throws: PropertyException
Throws: IllegalArgumentException

void setSchema(Schema schema)
Throws: UnsupportedOperationException

void setValidating(boolean validating)
Throws: JAXBException
Throws: UnsupportedOperationException

Object unmarshal(File f)
Throws: JAXBException
Throws: UnmarshalException
Throws: IllegalArgumentException

Object unmarshal(InputStream is)
Throws: JAXBException
Throws: UnmarshalException
Throws: IllegalArgumentException

Object unmarshal(Reader reader)
Throws: JAXBException
Throws: UnmarshalException
Throws: IllegalArgumentException

Object unmarshal(URL url)
Throws: JAXBException
Throws: UnmarshalException
Throws: IllegalArgumentException

Object unmarshal(XMLEventReader reader)
Throws: JAXBException
Throws: UnmarshalException
Throws: IllegalArgumentException
Throws: IllegalStateException

JAXBElement unmarshal(XMLEventReader reader, Class declaredType)
Throws: JAXBException
Throws: UnmarshalException
Throws: IllegalArgumentException

Object unmarshal(XMLStreamReader reader)
Throws: JAXBException
Throws: UnmarshalException
Throws: IllegalArgumentException
Throws: IllegalStateException

JAXBElement unmarshal(XMLStreamReader reader, Class declaredType)
Throws: JAXBException
Throws: UnmarshalException
Throws: IllegalArgumentException

Object unmarshal(Source source)
Throws: JAXBException
Throws: UnmarshalException
Throws: IllegalArgumentException

JAXBElement unmarshal(Source source, Class declaredType)
Throws: JAXBException
Throws: UnmarshalException
Throws: IllegalArgumentException

Object unmarshal(Node node)
Throws: JAXBException
Throws: UnmarshalException
Throws: IllegalArgumentException

JAXBElement unmarshal(Node node, Class declaredType)
Throws: JAXBException
Throws: UnmarshalException
Throws: IllegalArgumentException

Object unmarshal(InputSource source)
Throws: JAXBException
Throws: UnmarshalException
Throws: IllegalArgumentException


INHERITED METHODS:

SUBINTERFACES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net