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, startElementMethods inherited from class org.apache.xmlrpc.parser.TypeParserImpl
endDocument, endPrefixMapping, getDocumentLocator, ignorableWhitespace, isEmpty, processingInstruction, setDocumentLocator, setResult, skippedEntity, startPrefixMappingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
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.
-