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 ByteArrayParser
characters, endElement, startDocument, startElementMethods inherited from class TypeParserImpl
endDocument, endPrefixMapping, getDocumentLocator, ignorableWhitespace, isEmpty, processingInstruction, setDocumentLocator, setResult, skippedEntity, startPrefixMapping
-
Constructor Details
-
SerializableParser
public SerializableParser()
-
-
Method Details
-
getResult
Description copied from interface:TypeParserReturns the parsed object.- Specified by:
getResultin interfaceTypeParser- Overrides:
getResultin classTypeParserImpl- Returns:
- The parameter or result object.
- Throws:
XmlRpcException- Creating the result object failed.
-