| Home | Trees | Index | Help |
|
|---|
| Package g4ds :: Module messagewrapper |
|
Manages all issues wrapping / unwrapping (XML) messages.
Grid for Digital Security (G4DS)
All functionality is encapsulated in the classMessageWrapper. Get the instance with the
function of this module getMessageWrapper. (Singleton)
Author: Michael Pilgermann
Contact: mailto:mpilgerm@glam.ac.uk
License: GPL (General Public License)
| Classes | |
|---|---|
ControlMessageWrapper |
Does exactly the same job as MessageWrapper; just for structuring purposes and extracted class for messages sent as control messages. |
GenericWrapper |
Wrapper for generic functionality. |
MessageWrapper |
Integrates all functions for wrapping and unwrapping data with XML elements. |
PolicyFileWrapper |
Parses permission policy files. |
RoutingTableWrapper |
Encodes / decodes routing table into xml. |
| Function Summary | |
|---|---|
ControlMessageWrapper
|
Singleton implementation. |
ControlMessageWrapper
|
Singleton implementation. |
MessageWrapper
|
Singleton implementation. |
PolicyFileWrapper
|
Singleton implementation. |
RoutingTableWrapper
|
Singleton implementation. |
| Variable Summary | |
|---|---|
int |
CDATA_DEPTH: CDATA replacement is supported for nested CDATA section. |
String |
REPLACE_CLOSING_CDATA: String for replacement of CDATA keywords; see GenericWrapper._replaceCdata for more
details |
String |
REPLACE_OPENING_CDATA: String for replacement of CDATA keywords; see GenericWrapper._replaceCdata for more
details |
NoneType |
_controlMessageWrapper = None |
NoneType |
_genericWrapper = None |
NoneType |
_messageWrapper = None |
NoneType |
_policyFileWrapper = None |
NoneType |
_routingTableWrapper = None |
| Function Details |
|---|
getControlMessageWrapper()Singleton implementation.
|
getGenericWrapper()Singleton implementation.
|
getMessageWrapper()Singleton implementation.
|
getPolicyFileWrapper()Singleton implementation.
|
getRoutingTableWrapper()Singleton implementation.
|
| Variable Details |
|---|
CDATA_DEPTHCDATA replacement is supported for nested CDATA section. This indicates how deeply shall be checken. SeeGenericWrapper._replaceCdata for more
details
|
REPLACE_CLOSING_CDATAString for replacement of CDATA keywords; seeGenericWrapper._replaceCdata for more
details
|
REPLACE_OPENING_CDATAString for replacement of CDATA keywords; seeGenericWrapper._replaceCdata for more
details
|
_controlMessageWrapper
|
_genericWrapper
|
_messageWrapper
|
_policyFileWrapper
|
_routingTableWrapper
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Sat Oct 22 22:52:47 2005 | http://epydoc.sf.net |