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

Class SPyRO_Format

Known Subclasses:
MarshalWrapper, PickleFormat, Prolog, SOAP_SOAPpy, SOAP_ZSI, XMLRPCFormat

The spyro format minimum requeriments
Method Summary
  contenttype(self)
Returns the content type to send menssages
  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)
  _dumps(self, msg, comm)
Dumps a msg.
  _loads(self, msg, comm)
Loads a msg.

Method Details

contenttype(self)

Returns the content type to send menssages

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

_dumps(self, msg, comm)

Dumps a msg. Its called for every dump_* if the dump_* method is not overloaded

_loads(self, msg, comm)

Loads a msg. Its called for every load_* if the load_* method is not overloaded

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