Skip navigation links

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

B28219-01


oracle.toplink.ox.jaxb
Class JAXBUnmarshallerHandler

java.lang.Object
  extended byoracle.toplink.platform.xml.SAXDocumentBuilder
      extended byoracle.toplink.ox.jaxb.JAXBUnmarshallerHandler

All Implemented Interfaces:
org.xml.sax.ContentHandler

public class JAXBUnmarshallerHandler
extends SAXDocumentBuilder

Constructor Summary
JAXBUnmarshallerHandler(XMLUnmarshaller newXMLUnmarshaller)
           

 

Method Summary
 void endDocument()
           
 java.lang.Object getResult()
           
 void startDocument()
           

 

Methods inherited from class oracle.toplink.platform.xml.SAXDocumentBuilder
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

 

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 JAXBException,
                                  java.lang.IllegalStateException
Throws:
JAXBException
java.lang.IllegalStateException

Skip navigation links

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