Package twisted :: Package web :: Module xmlrpc :: Class Proxy
[show private | hide private]
[frames | no frames]

Class Proxy


A Proxy for making remote XML-RPC calls.

Pass the URL of the remote XML-RPC server to the constructor.

Use proxy.callRemote('foobar', *args) to call remote method 'foobar' with *args.
Method Summary
  __init__(self, url)
  callRemote(self, method, *args)

Generated by Epydoc 1.1 on Thu May 8 13:17:13 2003 http://epydoc.sf.net