Package AccessGrid :: Module AGService :: Class AGServiceI
[show private | hide private]
[frames | no frames]

Class AGServiceI

SOAPInterface --+
                |
               AGServiceI


Interface Class for AGService

Method Summary
  __init__(self, impl)
This constructor for all SOAP Interfaces.
  ConfigureStream(self, streamDescStruct)
  GetCapabilities(self)
  GetConfiguration(self)
  GetEnabled(self)
  GetResource(self)
  IsStarted(self)
  SetConfiguration(self, serviceConfig)
  SetEnabled(self, enabled)
  SetIdentity(self, profileStruct)
  SetResource(self, resourceStruct)
  Shutdown(self)
  Start(self)
  Stop(self)
    Inherited from SOAPInterface
  _IsValid(self)
This method is here to support calls that just want to see if there is a valid server endpoint for communication from the client.
  IsValid(self)
This method is here to support calls that just want to see if there is a valid server endpoint for communication from the client.

Method Details

__init__(self, impl)
(Constructor)

This constructor for all SOAP Interfaces.

@param impl: an implementation object messages are routed to.
@type impl: a python object.
Overrides:
AccessGrid.hosting.SOAPInterface.SOAPInterface.__init__ (inherited documentation)

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