org.apache.xmlrpc.parser
Class SerializableParser

java.lang.Object
  extended by org.apache.xmlrpc.parser.TypeParserImpl
      extended by org.apache.xmlrpc.parser.ByteArrayParser
          extended by org.apache.xmlrpc.parser.SerializableParser
All Implemented Interfaces:
TypeParser, org.xml.sax.ContentHandler

public class SerializableParser
extends ByteArrayParser

A parser for serializable objects.


Constructor Summary
SerializableParser()
           
 
Method Summary
 java.lang.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
endDocument, endPrefixMapping, getDocumentLocator, ignorableWhitespace, isEmpty, processingInstruction, setDocumentLocator, setResult, skippedEntity, startPrefixMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableParser

public SerializableParser()
Method Detail

getResult

public java.lang.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-2010 The Apache Software Foundation. All Rights Reserved.