Module twisted.web.xmlrpc
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
| Function Summary |
| |
addIntrospection(xmlrpc)
Add Introspection support to an XMLRPC server. |
addIntrospection(xmlrpc)
Add Introspection support to an XMLRPC server.
-
- Parameters:
xmlrpc -
The xmlrpc server to add Introspection support to.
|
NOT_FOUND
-
- Type:
-
int
- Value:
|
payloadTemplate
-
- Type:
-
str
- Value:
'''<?xml version="1.0"?>
<methodCall>
<methodName>%s</methodName>
%s
</methodCall>
'''
|
|