Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-03

oracle.toplink.ox.jaxb
Class JAXBUnmarshallerHandler

java.lang.Object
  extended by oracle.toplink.platform.xml.SAXDocumentBuilder
      extended by oracle.toplink.ox.jaxb.JAXBUnmarshallerHandler
All Implemented Interfaces:
javax.xml.bind.UnmarshallerHandler, org.xml.sax.ContentHandler

public class JAXBUnmarshallerHandler
extends SAXDocumentBuilder
implements javax.xml.bind.UnmarshallerHandler


Constructor Summary
JAXBUnmarshallerHandler(XMLUnmarshaller newXMLUnmarshaller)
           
 
Method Summary
 void endDocument()
           
 java.lang.Object getResult()
           
 void startDocument()
           
 
Methods inherited from class oracle.toplink.platform.xml.SAXDocumentBuilder
appendChildNode, characters, endElement, endPrefixMapping, getDocument, getInitializedDocument, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startElement, startPrefixMapping
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startElement, startPrefixMapping
 

Constructor Detail

JAXBUnmarshallerHandler

public JAXBUnmarshallerHandler(XMLUnmarshaller newXMLUnmarshaller)
Method Detail

endDocument

public void endDocument()
                 throws org.xml.sax.SAXException
Specified by:
endDocument in interface org.xml.sax.ContentHandler
Overrides:
endDocument in class SAXDocumentBuilder
Throws:
org.xml.sax.SAXException

startDocument

public void startDocument()
                   throws org.xml.sax.SAXException
Specified by:
startDocument in interface org.xml.sax.ContentHandler
Overrides:
startDocument in class SAXDocumentBuilder
Throws:
org.xml.sax.SAXException

getResult

public java.lang.Object getResult()
                           throws javax.xml.bind.JAXBException,
                                  java.lang.IllegalStateException
Specified by:
getResult in interface javax.xml.bind.UnmarshallerHandler
Throws:
javax.xml.bind.JAXBException
java.lang.IllegalStateException

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