EclipseLink 2.5.1, build 'v20130918-f2b9fc5' API Reference
org.eclipse.persistence.oxm

Class XMLUnmarshallerHandler

    • 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()
        Returns the object that was unmarshalled from the SAX events.
        Specified by:
        getResult in interface org.eclipse.persistence.internal.oxm.UnmarshallerHandler
        Returns:
        the resulting object
        Throws:
        XMLMarshalException - if an error occurred during unmarshalling
EclipseLink 2.5.1, build 'v20130918-f2b9fc5' API Reference