Interface TypeParser

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object getResult()
      Returns the parsed object.
      • Methods inherited from interface org.xml.sax.ContentHandler

        characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
    • Method Detail

      • getResult

        java.lang.Object getResult()
                            throws XmlRpcException
        Returns the parsed object.
        Returns:
        The parameter or result object.
        Throws:
        XmlRpcException - Creating the result object failed.
        java.lang.IllegalStateException - The method was invoked before ContentHandler.endDocument().