Acts as a client for AMF calls.
|
__init__(self,
url,
amf_version=0,
client_type=0)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
addHeader(self,
name,
value,
must_understand=False)
Sets a persistent header to send with each request. |
source code
|
|
ServiceProxy
|
|
|
|
|
addRequest(self,
service,
*args)
Adds a request to be sent to the remoting gateway. |
source code
|
|
|
|
Envelope
|
|
|
execute_single(self,
request)
Builds, sends and handles the response to a single request, returning
the response. |
source code
|
|
|
execute(self)
Builds, sends and handles the responses to all requests listed in
self.requests . |
source code
|
|
|
_getResponse(self)
Gets and handles the HTTP response from the remote gateway. |
source code
|
|
|
setCredentials(self,
username,
password)
Sets authentication credentials for accessing the remote gateway. |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|