|
__init__(self,
creds,
operation,
method,
object,
payload) |
source code
|
|
|
|
|
|
|
imethodcallPayload(self,
methodname,
localnsp,
**kwargs)
Generate the XML payload for an intrinsic methodcall. |
source code
|
|
|
methodcallPayload(self,
methodname,
obj,
namespace,
**kwargs)
Generate the XML payload for an extrinsic methodcall. |
source code
|
|
|
parseErrorAndResponse(self,
data)
Parse returned XML for errors, then convert into
appropriate Python objects. |
source code
|
|
|
|
Inherited from twisted.internet.protocol.ClientFactory :
startedConnecting
Inherited from twisted.internet.protocol.Factory :
__providedBy__ ,
__provides__ ,
buildProtocol ,
doStart ,
doStop ,
logPrefix ,
startFactory ,
stopFactory
|