Package suds :: Module wsdl :: Class Message
[hide private]
[frames] | no frames]

Class Message

source code

sudsobject.Object --+        
                    |        
              WObject --+    
                        |    
              NamedObject --+
                            |
                           Message

Represents <message/>.

Instance Methods [hide private]
 
__init__(self, root, definitions) source code
 
__gt__(self, other) source code

Inherited from WObject: resolve

Inherited from sudsobject.Object: __contains__, __delattr__, __getitem__, __iter__, __len__, __repr__, __setattr__, __setitem__, __str__, __unicode__

Instance Variables [hide private]
[Part,...] parts
A list of message parts.

Inherited from NamedObject: name, qname

Inherited from WObject: root

Method Details [hide private]

__init__(self, root, definitions)
(Constructor)

source code 
Parameters:
Overrides: sudsobject.Object.__init__