Table of Contents

Class: SOAPServer ./pyGlobus/GSISOAP.py

SOAP Server

Base Classes   
GSITCPSocketServer
Methods   
__init__
get_request
registerFunction
registerKWFunction
registerKWObject
registerObject
  __init__ 
__init__ (
        self,
        addr=( 'localhost', 8000 ),
        channel_mode=ioc.GLOBUS_IO_SECURE_CHANNEL_MODE_GSI_WRAP,
        delegation_mode=ioc.GLOBUS_IO_SECURE_DELEGATION_MODE_FULL_PROXY,
        RequestHandler=SOAPRequestHandler,
        log=1,
        encoding='UTF-8',
        config=Config,
        namespace=None,
        ssl_context=None,
        )

Exceptions   
AttributeError, "SSL server not supported by this Python installation"
  get_request 
get_request ( self )

Exceptions   
socket.error, "Couldn't accept SSL connection"
  registerFunction 
registerFunction (
        self,
        function,
        namespace='',
        funcName=None,
        )

  registerKWFunction 
registerKWFunction (
        self,
        function,
        namespace='',
        funcName=None,
        )

convenience - wraps your func for you.

  registerKWObject 
registerKWObject (
        self,
        object,
        namespace='',
        )

  registerObject 
registerObject (
        self,
        object,
        namespace='',
        )


Table of Contents

This document was automatically generated on Tue Feb 4 16:47:03 2003 by HappyDoc version 2.1