Module t.w.xmlrpc

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/).

API Stability: semi-stable

Maintainer: Itamar Shtull-Trauring
Class 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 No class docstring; 1/3 methods documented
Class _QueryFactory No class docstring; 1/4 methods documented
Class Proxy A Proxy for making remote XML-RPC calls.
def addIntrospection(xmlrpc): (source)
Add Introspection support to an XMLRPC server.
ParametersxmlrpcThe xmlrpc server to add Introspection support to.
API Documentation for twisted, generated by pydoctor.