Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.xmlrpc.parser.TypeParserImpl
org.apache.xmlrpc.parser.ByteArrayParser
org.apache.xmlrpc.parser.SerializableParser
public class SerializableParser
extends ByteArrayParser
Method Summary | |
Object |
|
Methods inherited from class org.apache.xmlrpc.parser.ByteArrayParser | |
characters , endElement , startDocument , startElement |
Methods inherited from class org.apache.xmlrpc.parser.TypeParserImpl | |
characters , endDocument , endPrefixMapping , getDocumentLocator , getResult , ignorableWhitespace , isEmpty , processingInstruction , setDocumentLocator , setResult , skippedEntity , startDocument , startPrefixMapping |
public Object getResult() throws XmlRpcException
Returns the parsed object.
- Specified by:
- getResult in interface TypeParser
- Overrides:
- getResult in interface TypeParserImpl
- Returns:
- The parameter or result object.
- Throws:
XmlRpcException
- Creating the result object failed.