Method Summary |
|
__init__(self,
marshal)
|
|
contenttype (self)
Returns the content type to send menssages |
Inherited from SPyRO_Format |
|
dump_callMethod (self,
msg,
commclient)
Creates the call method |
|
dump_control (self,
msg,
commclient)
Creates a DEL|BYE request or any other request at low level |
|
dump_error (self,
msg,
peerconn)
Create a result message with |msg| object |
|
dump_getAttr (self,
msg,
commclient)
Creates the get attribute message |
|
dump_result (self,
msg,
peerconn)
Create a result message with |msg| object |
|
dump_setAttr (self,
msg,
commclient)
Creates the set attribute message |
|
load_request (self,
msg,
peerconn)
|
|
load_result (self,
msg,
commclient)
|