Public Member Functions | Static Public Attributes

MessageContainerInterface Class Reference

Inheritance diagram for MessageContainerInterface:
Inheritance graph
[legend]

Public Member Functions

def setUp
def setUp

Static Public Attributes

tuple logger = _GetLogger("MessageContainerInterface")

Detailed Description

Definition at line 827 of file containers.py.


Member Function Documentation

def setUp (   self,
  port,
  soc,
  input 
)
sets the attribute _simple which represents a 
primitive type message represents, or None if not primitive.
 
soc -- WSDLTools.ServiceOperationContainer instance
port -- WSDLTools.Port instance
input-- boolean, input messasge or output message of operation.

Reimplemented in ServiceDocumentLiteralMessageContainer, ServiceRPCEncodedMessageContainer, ServiceRPCLiteralMessageContainer, ServiceDocumentLiteralMessageContainer, ServiceRPCEncodedMessageContainer, and ServiceRPCLiteralMessageContainer.

Definition at line 830 of file containers.py.

def setUp (   self,
  port,
  soc,
  input 
)
sets the attribute _simple which represents a 
primitive type message represents, or None if not primitive.
 
soc -- WSDLTools.ServiceOperationContainer instance
port -- WSDLTools.Port instance
input-- boolean, input messasge or output message of operation.

Reimplemented in ServiceDocumentLiteralMessageContainer, ServiceRPCEncodedMessageContainer, ServiceRPCLiteralMessageContainer, ServiceDocumentLiteralMessageContainer, ServiceRPCEncodedMessageContainer, and ServiceRPCLiteralMessageContainer.

Definition at line 830 of file containers.py.


The documentation for this class was generated from the following files: