org.apache.xmlrpc.serializer

Interface TypeSerializer

public interface TypeSerializer

A TypeSerializer is able to write a parameter or result object to the XML RPC request or response.
Method Summary
voidwrite(ContentHandler pHandler, Object pObject)
Writes the object pObject to the SAX handler pHandler.

Method Detail

write

public void write(ContentHandler pHandler, Object pObject)
Writes the object pObject to the SAX handler pHandler.

Parameters: pHandler The destination handler. pObject The object being written.

Throws: SAXException Writing the object failed.

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