t.w.xmlrpc : module documentation

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-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 Undocumented
Class Proxy A Proxy for making remote XML-RPC calls.
Class _QueryFactory Undocumented
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 at 2011-10-27 15:57:47.