Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


oracle.toplink.ox.jaxb
Class JAXBUnmarshaller

java.lang.Object
  extended byoracle.toplink.ox.jaxb.JAXBUnmarshaller


public class JAXBUnmarshaller
extends java.lang.Object

Constructor Summary
JAXBUnmarshaller(XMLUnmarshaller newXMLUnmarshaller)
           

 

Method Summary
 ValidationEventHandler getEventHandler()
           
 java.lang.Object getProperty(java.lang.String key)
           
 UnmarshallerHandler getUnmarshallerHandler()
           
 boolean isValidating()
           
 void setEventHandler(ValidationEventHandler newValidationEventHandler)
           
 void setProperty(java.lang.String key, java.lang.Object value)
           
 void setValidating(boolean validate)
           
 java.lang.Object unmarshal(java.io.File file)
           
 java.lang.Object unmarshal(org.xml.sax.InputSource inputSource)
           
 java.lang.Object unmarshal(java.io.InputStream inputStream)
           
 java.lang.Object unmarshal(org.w3c.dom.Node node)
           
 java.lang.Object unmarshal(javax.xml.transform.Source source)
           
 java.lang.Object unmarshal(java.net.URL url)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

JAXBUnmarshaller

public JAXBUnmarshaller(XMLUnmarshaller newXMLUnmarshaller)

Method Detail

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

Copyright © 1998, 2006, Oracle. All Rights Reserved.