Package AccessGrid :: Package hosting :: Module SOAPInterface
[show private | hide private]
[frames | no frames]

Module AccessGrid.hosting.SOAPInterface

This is the base class for all SOAP interface objects. It has two primary methods, the constructor and a default authorization for all interfaces.


Classes
SOAPInterface This is the SOAP Interface object.
SOAPIWrapper A SOAP interface wrapper object.

Exceptions
ConnectionFailed This is raised when a SOAP client can't connect to a service.
InvalidURL This is raised when a url doesn't point to a service.

Variable Summary
str __revision__ = '$Id: SOAPInterface.py,v 1.16 2004/05/06 ...
Logger log = <logging.Logger instance at 0x01119F08>
SRE_Pattern methodPat = ^<(slot wrapper|bound method|built-in method...

Variable Details

__revision__

Type:
str
Value:
'$Id: SOAPInterface.py,v 1.16 2004/05/06 14:23:00 judson Exp $'        

log

Type:
Logger
Value:
<logging.Logger instance at 0x01119F08>                                

methodPat

Type:
SRE_Pattern
Value:
^<(slot wrapper|bound method|built-in method) .+>$                     

Generated by Epydoc 2.1 on Thu Apr 14 16:39:29 2005 http://epydoc.sf.net