Package AccessGrid :: Package hosting :: Module SOAPInterface :: Class SOAPIWrapper
[show private | hide private]
[frames | no frames]

Class SOAPIWrapper

Known Subclasses:
AGNetworkServiceIW, AGNodeServiceIW, AGServiceIW, AGServiceManagerIW, AuthorizationManagerIW, SharedApplicationIW, VenueClientIW, VenueIW, VenueServerIW

A SOAP interface wrapper object. This object helps provide a rich encapsulation of the SOAP implementation underneath.


Method Summary
  __init__(self, url, faultHandler)
The constructor.
  _IsValid(self)
Method to provide interface verification.
  IsValid(self)
Method to provide interface verification.

Method Details

__init__(self, url=None, faultHandler=None)
(Constructor)

The constructor.

@param url: the url to the SOAP interface. @type url: string

@raises InvalidURL: if the url doesn't point ot a service @raises ConnectionFailed: if client can't connection to the service.

_IsValid(self)

Method to provide interface verification.

@returns: the result of calling across the network to the service.

IsValid(self)

Method to provide interface verification.

@returns: the result of calling across the network to the service.


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