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

Package AccessGrid.hosting

AG Hosting environment tools.


Submodules
  • SOAPInterface: This is the base class for all SOAP interface objects.
  • SOAPpy: SOAPpy hosting interface modules.
    • Client: SOAPpy client wrapper
    • Server: SOAPpy server wrappers
    • Tools: SOAPpy tools for making life easier.

Function Summary
  __root(x)
  GetHostingImpl()
Return the currently selected hosting implementation.
  IdFromURL(URL)
  ListHostingImpls()
This method lists the hosting implementations currently isntalled.
  PathFromURL(URL)
  SetHostingImpl(choice)
Set the hosting implementation to the one specifed.

Variable Summary
str __revision__ = '$Id: __init__.py,v 1.13 2004/09/10 03:58...
str __hostingImpl = 'SOAPpy'

Function Details

GetHostingImpl()

Return the currently selected hosting implementation.

@return: string

ListHostingImpls()

This method lists the hosting implementations currently isntalled.

@return: a list of hosting implementation names.

SetHostingImpl(choice)

Set the hosting implementation to the one specifed.

@param choice: the hosting implementation to use @type choice: string

@return: 1 if successful, None if not


Variable Details

__revision__

Type:
str
Value:
'$Id: __init__.py,v 1.13 2004/09/10 03:58:54 judson Exp $'             

__hostingImpl

Type:
str
Value:
'SOAPpy'                                                               

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