| Home | Trees | Index | Help |
|---|
| Package nattraverso :: Package pynupnp :: Module soap :: Class SoapProxy |
|
| Method Summary | |
|---|---|
Init the proxy, it will connect to the given url, using the given soap namespace. | |
twisted.internet.defer.Deferred
|
Call the given remote method with the given arguments, as keywords. |
The HTTP POST command did not succeed, depending on the error type: | |
The http POST command was successful, we parse the SOAP answer, and return it. | |
| Method Details |
|---|
__init__(self,
url,
prefix)
Init the proxy, it will connect to the given url, using the given
soap namespace.
|
call(self, method, **kwargs)Call the given remote method with the given arguments, as keywords. Returns a deferred, called with SOAPpy structure representing the soap response.
|
_got_error(self, res)The HTTP POST command did not succeed, depending on the error type:
|
_got_page(self, result)The http POST command was successful, we parse the SOAP answer, and return it.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue Aug 30 14:56:47 2005 | http://epydoc.sf.net |