Package SPyRO :: Module formats :: Class XMLRPCFormatLegacy
[show private | hide private]
[frames | no frames]

Class XMLRPCFormatLegacy

SPyRO_Format --+    
               |    
    XMLRPCFormat --+
                   |
                  XMLRPCFormatLegacy


XMLRPC Format, Non - SPyRO clients must send request to procedure "SPyRO_execute" with the proper arguments (Request object properties)
Method Summary
  __init__(self, encoding)
  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, comm)
  dump_result(self, msg, comm)
  load_request(self, msg, peerconn)
  load_result(self, msg, commclient)
    Inherited from SPyRO_Format
  contenttype(self)
Returns the content type to send menssages
  dump_getAttr(self, msg, commclient)
Creates the get attribute message
  dump_setAttr(self, msg, commclient)
Creates the set attribute message

Method Details

dump_callMethod(self, msg, commclient)

Creates the call method
Overrides:
SPyRO.formats.SPyRO_Format.dump_callMethod (inherited documentation)

dump_control(self, msg, commclient)

Creates a DEL|BYE request or any other request at low level
Overrides:
SPyRO.formats.SPyRO_Format.dump_control (inherited documentation)

Generated by Epydoc 2.1 on Sat Oct 14 11:50:52 2006 http://epydoc.sf.net