org.eclipse.persistence.jaxb
Class JAXBUnmarshallerHandler
java.lang.Object
org.eclipse.persistence.platform.xml.SAXDocumentBuilder
org.eclipse.persistence.jaxb.JAXBUnmarshallerHandler
- All Implemented Interfaces:
- UnmarshallerHandler, ContentHandler
public class JAXBUnmarshallerHandler
- extends SAXDocumentBuilder
- implements UnmarshallerHandler
Methods inherited from class org.eclipse.persistence.platform.xml.SAXDocumentBuilder |
appendChildNode, characters, endElement, endPrefixMapping, getDocument, getInitializedDocument, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startElement, startPrefixMapping |
JAXBUnmarshallerHandler
public JAXBUnmarshallerHandler(JAXBUnmarshaller newXMLUnmarshaller)
endDocument
public void endDocument()
throws SAXException
- Specified by:
endDocument
in interface ContentHandler
- Overrides:
endDocument
in class SAXDocumentBuilder
- Throws:
SAXException
startDocument
public void startDocument()
throws SAXException
- Specified by:
startDocument
in interface ContentHandler
- Overrides:
startDocument
in class SAXDocumentBuilder
- Throws:
SAXException
getResult
public Object getResult()
throws JAXBException,
IllegalStateException
- Specified by:
getResult
in interface UnmarshallerHandler
- Throws:
JAXBException
IllegalStateException