Home | Trees | Index | Help |
---|
Package twisted :: Package web :: Module 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<mailto:twisted@itamarst.org>Classes | |
---|---|
XMLRPC |
A resource that implements XML-RPC. |
Handler |
Handle a XML-RPC request and store the state for a request in progress. |
Proxy |
A Proxy for making remote XML-RPC calls. |
QueryFactory |
|
QueryProtocol |
|
_DeferredResult |
The deferred result of an XML-RPC request. |
Exceptions | |
---|---|
NoSuchFunction |
There is no function by the given name. |
Variable Summary | |
---|---|
int |
FAILURE
|
_Feature |
nested_scopes
|
int |
NOT_FOUND
|
str |
payloadTemplate
|
SelectReactor |
reactor
|
Variable Details |
---|
FAILURE
|
nested_scopes
|
NOT_FOUND
|
payloadTemplate
|
reactor
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:29:29 2003 | http://epydoc.sf.net |