Public Member Functions | Static Public Attributes

SOAPRequestHandler Class Reference

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

Public Member Functions

def send_xml
def send_fault
def do_POST
def send_xml
def send_fault
def do_POST

Static Public Attributes

string server_version = 'ZSI/1.1 '

Detailed Description

SOAP handler.

Definition at line 187 of file dispatch.py.


Member Function Documentation

def do_POST (   self )
The POST command.

Definition at line 213 of file dispatch.py.

def do_POST (   self )
The POST command.

Definition at line 213 of file dispatch.py.

def send_fault (   self,
  f,
  code = 500 
)
Send a fault.

Definition at line 208 of file dispatch.py.

def send_fault (   self,
  f,
  code = 500 
)
Send a fault.

Definition at line 208 of file dispatch.py.

def send_xml (   self,
  text,
  code = 200 
)
Send some XML.

Definition at line 192 of file dispatch.py.

def send_xml (   self,
  text,
  code = 200 
)
Send some XML.

Definition at line 192 of file dispatch.py.


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