| Home | Trees | Index | Help |
|
|---|
| Package g4ds :: Module messagewrapper :: Class ControlMessageWrapper |
|
GenericWrapper --+
|
ControlMessageWrapper
Does exactly the same job as MessageWrapper; just for structuring purposes and extracted class for messages sent as control messages.
Inherits fromMessageWrapper for allowing access to
functions for hexencoding _encodeHex and hex decoding _decodeHex.
| Method Summary | |
|---|---|
Yet empty constructor. | |
String; String; dict;
String
|
Extracts the action, the communityid, the tcdl and the data from a control subsystem member message xml string. |
String; String; dict;
String
|
Extracts the action, the memberid, the mdl and the data from a control subsystem member message xml string. |
String; String; dict;
String
|
Extracts the information and the data from a control subsystem routing message xml string. |
String; String; dict;
String
|
Extracts the information and the data from a control subsystem service message xml string. |
String; String; dict;
String
|
Extracts the action, the memberid, the mdl and the data from a control subsystem member message xml string. |
String; xml.dom.Document;
xml.dom.Element
|
Wraps a the inside of a control message for the community sub system usging the wrapSubSystemMessage method. |
String; xml.dom.Document;
xml.dom.Element
|
Wraps a the inside of a control message for the member sub system usging the wrapSubSystemMessage method. |
String; xml.dom.Document;
xml.dom.Element
|
Wraps a the inside of a control message for the routing sub system using the wrapSubSystemMessage method. |
String; xml.dom.Document;
xml.dom.Element
|
Wraps a the inside of a control message for the service sub system using the wrapSubSystemMessage method. |
String; xml.dom.Document;
xml.dom.Element
|
Wraps a the inside of a control message for any sub system |
Inherited from GenericWrapper:
unwrapActionAndData,
unwrapArgsAndDatas,
wrapActionAndData,
wrapArgsAndDatas
| |
| Method Details |
|---|
__init__(self)
Yet empty constructor.
|
unwrapSSCommunityMessage(self, message)Extracts the action, the communityid, the tcdl and the data from a control subsystem member message xml string. Inverse function towrapSSCommunityMessage.
|
unwrapSSMemberMessage(self, message)Extracts the action, the memberid, the mdl and the data from a control subsystem member message xml string. Inverse function towrapSSMemberMessage.
|
unwrapSSRoutingMessage(self, message)Extracts the information and the data from a control subsystem routing message xml string. Inverse function towrapSSRoutingMessage.
|
unwrapSSServiceMessage(self, message)Extracts the information and the data from a control subsystem service message xml string. Inverse function towrapSSServiceMessage.
|
unwrapSubSystemMessage(self, sstag, message)Extracts the action, the memberid, the mdl and the data from a control subsystem member message xml string. Inverse function towrapSubSystemMessage.
|
wrapSSCommunityMessage(self, action, sucess=None, args=None, data=None)Wraps a the inside of a control message for the community sub system usging thewrapSubSystemMessage method.
|
wrapSSMemberMessage(self, action, sucess=None, args=None, data=None)Wraps a the inside of a control message for the member sub system usging thewrapSubSystemMessage method.
|
wrapSSRoutingMessage(self, action, sucess=None, args=None, data=None)Wraps a the inside of a control message for the routing sub system using thewrapSubSystemMessage method.
|
wrapSSServiceMessage(self, action, sucess=None, args=None, data=None)Wraps a the inside of a control message for the service sub system using thewrapSubSystemMessage method.
|
wrapSubSystemMessage(self, sstag, action, sucess=None, args=None, data=None)Wraps a the inside of a control message for any sub system
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Sat Oct 22 22:52:47 2005 | http://epydoc.sf.net |