org.apache.xmlrpc.parser
Class SerializableParser

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

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
Throws:
XmlRpcException


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