A generic resource for publishing objects via XML-RPC.

Maintainer: Itamar Shtull-Trauring

Variable Fault See xmlrpclib.Fault
Variable NOT_FOUND Undocumented
Variable FAILURE Undocumented
Function withRequest Decorator to cause the request to be passed as the first argument to the method.
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; 0/1 instance variables, 2/4 methods documented
Variable payloadTemplate Undocumented
Class Proxy A Proxy for making remote XML-RPC calls.
Variable __all__ Undocumented
Class _QueryFactory XML-RPC Client Factory
NOT_FOUND =
Undocumented
(type: int)
FAILURE =
Undocumented
(type: int)
def withRequest(f): (source)

Decorator to cause the request to be passed as the first argument to the method.

If an xmlrpc_ method is wrapped with withRequest, the request object is passed as the first argument to that method. For example:

    @withRequest
    def xmlrpc_echo(self, request, s):
        return s
Present Since10.2
def addIntrospection(xmlrpc): (source)

Add Introspection support to an XMLRPC server.

Parametersparentthe XMLRPC server to add Introspection support to. (type: XMLRPC)
payloadTemplate =
Undocumented
(type: str)
__all__ =
Undocumented
(type: List[str])
API Documentation for Twisted, generated by pydoctor at 2020-03-20 23:54:06.