|
Class Summary |
| CallWrapper |
When invoking methods on a server, the server has to be able to reflectively identify which
method is intended with the call, given the XML-RPC message. |
| InvocationHandler |
|
| Proxy |
Performs the same tasks as the XmlRpcProxy but also supports arbitrary Java objects as
return values. |
| ReturnWrapper |
|
| Serializer |
This XmlRpcCustomSerializer serializes any Java object as an Xml-Rpc struct
with a special member named "#ClassName". |
| Server |
A convenience class for using the object communication extension on the server side. |