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

Class VenueClientI

SOAPInterface --+
                |
               VenueClientI


Method Summary
  __init__(self, impl)
This constructor for all SOAP Interfaces.
  EnterVenue(self, url)
  ExitVenue(self)
  GetApplications(self)
  GetClientProfile(self)
  GetConnections(self)
  GetDataStoreInformation(self)
  GetNodeServiceURL(self)
  GetPersonalData(self)
  GetServices(self)
  GetStreams(self)
  GetUsers(self)
  GetVenueData(self)
  GetVenueURL(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 Thu Apr 14 16:39:26 2005 http://epydoc.sf.net