Part of twisted.web View Source
A generic resource for publishing objects via XML-RPC.
Requires xmlrpclib (comes standard with Python 2.2 and later, otherwise can be downloaded from http://www.pythonware.com/products/xmlrpc/).
Maintainer: Itamar Shtull-TrauringClass | NoSuchFunction | There is no function by the given name. |
Class | Handler | Handle a XML-RPC request and store the state for a request in progress. |
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. |
Class | QueryProtocol | Undocumented |
Class | Proxy | A Proxy for making remote XML-RPC calls. |
Class | _QueryFactory | Undocumented |
Parameters | xmlrpc | The xmlrpc server to add Introspection support to. |