Package AccessGrid :: Package hosting :: Package SOAPpy :: Module Client :: Class SecureHandle
[show private | hide private]
[frames | no frames]

Class SecureHandle

_Handle --+
          |
         SecureHandle


A class that encapsulates a SOAP proxy.
Method Summary
  __init__(self, url, namespace, authCallback, debug, config, faultHandler)
    Inherited from _Handle
  __repr__(self)
This method makes a human readable form of the Hanle object.
  GetProxy(self)
This method accesses the internal proxy object.
  GetURL(self)
This method accesses the url for the service.

Method Details

__init__(self, url, namespace=None, authCallback=None, debug=0, config=None, faultHandler=None)
(Constructor)

Parameters:
url - the url to the service
           (type=string)
namespace - the namespace for the service
           (type=string)
authCallback - LEGACY
           (type=python method)
debug - a debugging flag
           (type=0 or 1)
Overrides:
AccessGrid.hosting.SOAPpy.Client._Handle.__init__

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