Skip navigation links
oracle.toplink.ox.jaxb
Class JAXBUnmarshaller
java.lang.Object
oracle.toplink.ox.jaxb.JAXBUnmarshaller
- public class JAXBUnmarshaller
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXBUnmarshaller
public JAXBUnmarshaller(XMLUnmarshaller newXMLUnmarshaller)
unmarshal
public java.lang.Object unmarshal(java.io.File file)
throws JAXBException
-
- Throws:
JAXBException
unmarshal
public java.lang.Object unmarshal(java.io.InputStream inputStream)
throws JAXBException
-
- Throws:
JAXBException
unmarshal
public java.lang.Object unmarshal(java.net.URL url)
throws JAXBException
-
- Throws:
JAXBException
unmarshal
public java.lang.Object unmarshal(org.xml.sax.InputSource inputSource)
throws JAXBException
-
- Throws:
JAXBException
unmarshal
public java.lang.Object unmarshal(org.w3c.dom.Node node)
throws JAXBException
-
- Throws:
JAXBException
unmarshal
public java.lang.Object unmarshal(javax.xml.transform.Source source)
throws JAXBException
-
- Throws:
JAXBException
getUnmarshallerHandler
public UnmarshallerHandler getUnmarshallerHandler()
setValidating
public void setValidating(boolean validate)
throws JAXBException
-
- Throws:
JAXBException
isValidating
public boolean isValidating()
throws JAXBException
-
- Throws:
JAXBException
setEventHandler
public void setEventHandler(ValidationEventHandler newValidationEventHandler)
throws JAXBException
-
- Throws:
JAXBException
getEventHandler
public ValidationEventHandler getEventHandler()
throws JAXBException
-
- Throws:
JAXBException
setProperty
public void setProperty(java.lang.String key,
java.lang.Object value)
throws PropertyException
-
- Throws:
PropertyException
getProperty
public java.lang.Object getProperty(java.lang.String key)
throws PropertyException
-
- Throws:
PropertyException
Skip navigation links