Package AccessGrid :: Module AGNetworkService :: Class AGNetworkServiceI
[show private | hide private]
[frames | no frames]

Class AGNetworkServiceI

SOAPInterface --+
                |
               AGNetworkServiceI


Method Summary
  __init__(self, impl)
This constructor for all SOAP Interfaces.
  StopTransform(self, streamList)
  Transform(self, streamList)
    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 Thu Apr 14 16:39:29 2005 http://epydoc.sf.net