Public Member Functions | Data Fields | Static Public Attributes

WSAServiceModuleWriter Class Reference

Inheritance diagram for WSAServiceModuleWriter:
Inheritance graph
[legend]
Collaboration diagram for WSAServiceModuleWriter:
Collaboration graph
[legend]

Public Member Functions

def __init__
def createMethodBody
def setUpClassDef
def setUpMethods
def __init__
def createMethodBody
def setUpClassDef
def setUpMethods

Data Fields

 strict

Static Public Attributes

tuple createMethodBody = staticmethod(createMethodBody)

Detailed Description

Creates a skeleton for a WS-Address service instance.

Definition at line 318 of file wsdl2dispatch.py.


Constructor & Destructor Documentation

def __init__ (   self,
  base = WSAResource,
  prefix = 'wsa',
  service_class = SOAPService,
  strict = True 
)
Parameters:
    strict -- check that soapAction and input ws-action do not collide.

Definition at line 321 of file wsdl2dispatch.py.

def __init__ (   self,
  base = WSAResource,
  prefix = 'wsa',
  service_class = SOAPService,
  strict = True 
)
Parameters:
    strict -- check that soapAction and input ws-action do not collide.

Definition at line 321 of file wsdl2dispatch.py.


Member Function Documentation

def createMethodBody (   msgInName,
  msgOutName,
  kw 
)
return a tuple of strings containing the body of a method.
msgInName -- None or a str
msgOutName --  None or a str

Definition at line 330 of file wsdl2dispatch.py.

def createMethodBody (   msgInName,
  msgOutName,
  kw 
)
return a tuple of strings containing the body of a method.
msgInName -- None or a str
msgOutName --  None or a str

Definition at line 330 of file wsdl2dispatch.py.

def setUpClassDef (   self,
  service 
)
use soapAction dict for WS-Action input, setup wsAction
dict for grabbing WS-Action output values.

Reimplemented from ServiceModuleWriter.

Definition at line 347 of file wsdl2dispatch.py.

def setUpClassDef (   self,
  service 
)
use soapAction dict for WS-Action input, setup wsAction
dict for grabbing WS-Action output values.

Reimplemented from ServiceModuleWriter.

Definition at line 347 of file wsdl2dispatch.py.

def setUpMethods (   self,
  port 
)
set up all methods representing the port operations.
Parameters:
    port -- Port that defines the operations.

Reimplemented from ServiceModuleWriter.

Definition at line 360 of file wsdl2dispatch.py.

def setUpMethods (   self,
  port 
)
set up all methods representing the port operations.
Parameters:
    port -- Port that defines the operations.

Reimplemented from ServiceModuleWriter.

Definition at line 360 of file wsdl2dispatch.py.


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