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

Class SOAPInterface

Known Subclasses:
AGNetworkServiceI, AGNodeServiceI, AGServiceI, AGServiceManagerI, AuthorizationManagerI, SharedApplicationI, VenueClientI, VenueI, VenueServerI

This is the SOAP Interface object. It is meant to be derived from for all real SOAP Interfaces. This object provides the glue for how the interfaces and implementations get stuck together. It also provides a default authorization method that returns 0 (not authorized).


Method Summary
  __init__(self, impl)
This constructor for all SOAP Interfaces.
  _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.

_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.

@returns: 1

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.

@returns: 1


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