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

Class AGNetworkServiceIW

SOAPIWrapper --+
               |
              AGNetworkServiceIW


SOAP interface for AGNetworService.
Method Summary
  __init__(self, url, faultHandler)
  StopTransform(self, streamList)
Stop transformation.
[Description.StreamDescription] Transform(self, streamList)
Method to transform a set of streams.
    Inherited from SOAPIWrapper
  _IsValid(self)
Method to provide interface verification.
  IsValid(self)
Method to provide interface verification.

Method Details

StopTransform(self, streamList)

Stop transformation.
Parameters:
streamList - A set of stream descriptions of streams we want to stop transforming.
           (type=[Description.StreamDescription])

Transform(self, streamList)

Method to transform a set of streams.
Parameters:
streamList - A list of stream descriptions to transform.
           (type=[Description.StreamDescription])
Returns:
A list of stream descriptions as result from transformation.
           (type=[Description.StreamDescription])

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