org.apache.xmlrpc.parser

Class SerializableParser

Implemented Interfaces:
ContentHandler, TypeParser

public class SerializableParser
extends ByteArrayParser

A parser for serializable objects.

Method Summary

Object
getResult()
Returns the parsed 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

Method Details

getResult

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.

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.