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
public class SerializableParser
- extends ByteArrayParser
A parser for serializable objects.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializableParser
public SerializableParser()
getResult
public Object getResult()
throws XmlRpcException
- Description copied from interface:
TypeParser
- Returns the parsed object.
- Specified by:
getResult
in interface TypeParser
- Overrides:
getResult
in class TypeParserImpl
- Returns:
- The parameter or result object.
- Throws:
XmlRpcException
- Creating the result object failed.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.