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.2.1 2005/08...
Logger log = <logging.Logger instance at 0x01231C10>
SRE_Pattern methodPat = ^<(slot wrapper|bound method|built-in method...

Variable Details

__revision__

Type:
str
Value:
'$Id: SOAPInterface.py,v 1.16.2.1 2005/08/20 07:19:20 turam Exp $'     

log

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

methodPat

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

Generated by Epydoc 2.1 on Mon Jan 09 13:23:46 2006 http://epydoc.sf.net