org.apache.xmlrpc.serializer
Interface TypeSerializer
- All Known Implementing Classes:
- ExtSerializer, TypeSerializerImpl
- public interface TypeSerializer
A TypeSerializer
is able to write a parameter
or result object to the XML RPC request or response.
Method Summary |
void |
write(org.xml.sax.ContentHandler pHandler,
java.lang.Object pObject)
Writes the object pObject to the SAX handler
pHandler . |
write
public void write(org.xml.sax.ContentHandler pHandler,
java.lang.Object pObject)
throws org.xml.sax.SAXException
- Writes the object
pObject
to the SAX handler
pHandler
.
- Parameters:
pHandler
- The destination handler.pObject
- The object being written.
- Throws:
org.xml.sax.SAXException
- Writing the object failed.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.