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