Public Member Functions | Static Public Attributes

WSAResource Class Reference

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

Public Member Functions

def __init__
def __call___
def getServiceURL
def setServiceURL
def getOperation
def getResponseAction
def do_POST
def __init__
def __call___
def getServiceURL
def setServiceURL
def getOperation
def getResponseAction
def do_POST

Static Public Attributes

string encoding = "UTF-8"

Detailed Description

Simple WSRF service, performs method resolutions based
on WS-Action values rather than SOAP Action.

class variables:
    encoding  
    wsAction -- Must override to set output Action values.
    soapAction -- Must override to set input Action values.

Definition at line 221 of file ServiceContainer.py.


Constructor & Destructor Documentation

def __init__ (   self,
  post 
)
post -- POST value

Reimplemented from ServiceSOAPBinding.

Definition at line 232 of file ServiceContainer.py.

def __init__ (   self,
  post 
)
post -- POST value

Reimplemented from ServiceSOAPBinding.

Definition at line 232 of file ServiceContainer.py.


Member Function Documentation

def do_POST (   self )
The POST command.  This is called by HTTPServer, not twisted.
action -- SOAPAction(HTTP header) or wsa:Action(SOAP:Header)

Definition at line 266 of file ServiceContainer.py.

def do_POST (   self )
The POST command.  This is called by HTTPServer, not twisted.
action -- SOAPAction(HTTP header) or wsa:Action(SOAP:Header)

Definition at line 266 of file ServiceContainer.py.

def getOperation (   self,
  ps,
  address 
)
Returns a method of class.
address -- ws-address 

Reimplemented from ServiceInterface.

Definition at line 249 of file ServiceContainer.py.

def getOperation (   self,
  ps,
  address 
)
Returns a method of class.
address -- ws-address 

Reimplemented from ServiceInterface.

Definition at line 249 of file ServiceContainer.py.

def getResponseAction (   self,
  ps,
  action 
)
Returns response WS-Action if available
   action -- request WS-Action value.

Definition at line 257 of file ServiceContainer.py.

def getResponseAction (   self,
  ps,
  action 
)
Returns response WS-Action if available
   action -- request WS-Action value.

Definition at line 257 of file ServiceContainer.py.


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