Package org.apache.xmlrpc.parser
Class SerializableParser
java.lang.Object
org.apache.xmlrpc.parser.TypeParserImpl
org.apache.xmlrpc.parser.ByteArrayParser
org.apache.xmlrpc.parser.SerializableParser
- All Implemented Interfaces:
TypeParser
,ContentHandler
A parser for serializable objects.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.xmlrpc.parser.ByteArrayParser
characters, endElement, startDocument, startElement
Methods inherited from class org.apache.xmlrpc.parser.TypeParserImpl
endDocument, endPrefixMapping, getDocumentLocator, ignorableWhitespace, isEmpty, processingInstruction, setDocumentLocator, setResult, skippedEntity, startPrefixMapping
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
SerializableParser
public SerializableParser()
-
-
Method Details
-
getResult
Description copied from interface:TypeParser
Returns the parsed object.- Specified by:
getResult
in interfaceTypeParser
- Overrides:
getResult
in classTypeParserImpl
- Returns:
- The parameter or result object.
- Throws:
XmlRpcException
- Creating the result object failed.
-