Package helma.xmlrpc

Interface Summary
XmlRpcHandler The XML-RPC server uses this interface to call a method of an RPC handler.
 

Class Summary
Benchmark  
WebServer A web server that exclusively handles XML-RPC requests.
XmlRpc This abstract base class provides basic capabilities for XML-RPC, like parsing of parameters or encoding Java objects into XML-RPC format.
XmlRpcClient A multithreaded, reusable XML-RPC client object.
XmlRpcServer A multithreaded, reusable XML-RPC server object.
XmlRpcServlet A prototype servlet to run XML-RPC.
 

Exception Summary
XmlRpcException This is thrown by the XmlRpcClient if the remote server reported an error.