module documentation
A generic resource for publishing objects via XML-RPC.
Maintainer: Itamar Shtull-Trauring
Class |
|
Handle a XML-RPC request and store the state for a request in progress. |
Class |
|
There is no function by the given name. |
Class |
|
A Proxy for making remote XML-RPC calls. |
Class |
|
XML-RPC Client Factory |
Class |
|
No class docstring; 0/1 instance variable, 2/4 methods documented |
Class | XMLRPC |
A resource that implements XML-RPC. |
Class |
|
Implement the XML-RPC Introspection API. |
Function | add |
Add Introspection support to an XMLRPC server. |
Function | with |
Decorator to cause the request to be passed as the first argument to the method. |
Constant | FAILURE |
Undocumented |
Constant | NOT |
Undocumented |
Variable |
|
See xmlrpclib.Fault |
Variable | payload |
Undocumented |
Add Introspection support to an XMLRPC server.
Parameters | |
xmlrpc:XMLRPC | the XMLRPC server to add Introspection support to. |