|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Defines the interface for all classes that implement types that can be written to or read from XML-RPC.
XDRStream| Method Summary | |
void |
obj_decode(java.lang.Object obj)
Decodes an object of this class from the XMLRPC standard format. |
java.lang.Object |
obj_encode()
Encodes an object of this class to the XMLRPC standard format. |
| Method Detail |
public void obj_decode(java.lang.Object obj)
throws RPCError
RPCError - When the call fails for any reason.public java.lang.Object obj_encode()
RPCError - When the call fails for any reason.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||