|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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(ContentHandler pHandler,
Object pObject)
Writes the object pObject to the SAX handler
pHandler . |
Method Detail |
---|
void write(ContentHandler pHandler, Object pObject) throws SAXException
pObject
to the SAX handler
pHandler
.
pHandler
- The destination handler.pObject
- The object being written.
SAXException
- Writing the object failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |