| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.xmlrpc.parser.TypeParserImplorg.apache.xmlrpc.parser.ByteArrayParserorg.apache.xmlrpc.parser.SerializableParserpublic class SerializableParserextends ByteArrayParserMethod 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 XmlRpcExceptionReturns 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.