Package g4ds :: Module messagewrapper :: Class RoutingTableWrapper
[show private | hide private]
[frames | no frames]

Class RoutingTableWrapper

GenericWrapper --+
                 |
                RoutingTableWrapper


Encodes / decodes routing table into xml.
Method Summary
  __init__(self)
Yet empty constructor.
  decodeRoutingTable(self, xmlstring)
Decodes and routing table xml string and returns the corrosponding matrix of values.
  encodeRoutingTable(self, routingTableArray)
Encodes routing table into XML.
Inherited from GenericWrapper: unwrapActionAndData, unwrapArgsAndDatas, wrapActionAndData, wrapArgsAndDatas, _decodeHex, _encodeHex, _replaceCdata, _unReplaceCdata

Method Details

__init__(self)
(Constructor)

Yet empty constructor.
Overrides:
g4ds.messagewrapper.GenericWrapper.__init__

decodeRoutingTable(self, xmlstring)

Decodes and routing table xml string and returns the corrosponding matrix of values.

encodeRoutingTable(self, routingTableArray)

Encodes routing table into XML.

Generated by Epydoc 2.0 on Sat Oct 22 22:52:46 2005 http://epydoc.sf.net