system.add       Simple test function. 
system.listMethods       Enumerate the methods implemented by the XML-RPC server. 
system.methodHelp       This method takes one parameter, the name of a method implemented by the XML-RPC server. 
system.multicall       <p> Perform multiple requests in one call - see http://www.xmlrpc.com/discuss/msgReader$1208 </p> <p> Takes an array of XML-RPC calls encoded as structs of the form (in a Pythonish notation here): <pre> {'methodName': string, 'params': array} </pre> </p> 
xmlrpc::enabled_p        
xmlrpc::list_methods        
xmlrpc::register_proc       <p> Register a proc to be available via XML-RPC. 
xmlrpc::remote_call       Invoke a method on a remote server using XML-RPC 
xmlrpc::url        

Package Documentation