Package AccessGrid :: Package hosting :: Package SOAPpy :: Module Server :: Class SecureServer
[show private | hide private]
[frames | no frames]

Class SecureServer

_Server --+
          |
         SecureServer


The SecureServer extends the SOAPpy server base class to use GSIHTTP for connections.
Method Summary
  __init__(self, addr, debug)
    Inherited from _Server
  FindObject(self, obj)
A lookup method to find the interface the SOAP Server is exposing for a given implementation object.
  FindObjectForPath(self, path)
Return the interface object located at the path specified.
  FindObjectForURL(self, url)
Return the interface object located at the endpoint specified by the URL.
  FindPathForObject(self, obj)
Retrieve the path that represents the web service endpoint for the specified object.
  FindURLForObject(self, obj)
Retrieve the url that represents the web service endpoint for the specified object.
  GetPort(self)
Return the port on which this server is listening.
  GetURLBase(self)
Return the base URL that represents this server.
  IsRunning(self)
This is simply an accessor that returns the value of the running flag.
  RegisterObject(self, obj, namespace, path)
This method is used to register an object with the server.
  Run(self)
Run the server.
  RunInThread(self)
Start the server in a new thread.
  Stop(self)
Stops the server if it is running.
  UnregisterObject(self, obj, namespace, path)
This method removes a object from the server, making it unavailable.

Method Details

__init__(self, addr, debug=0)
(Constructor)

Parameters:
addr - the address the server should listen on
           (type=(host, port) tuple)
debug - a debug flag to pass down internally
           (type=0, or 1)
Overrides:
AccessGrid.hosting.SOAPpy.Server._Server.__init__

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