Package pyGlobus :: Module GSISOAP :: Class SOAPServer
[show private | hide private]
[frames | no frames]

Class SOAPServer

BaseServer --+        
             |        
  GSITCPServer --+    
                 |    
GSITCPSocketServer --+
                     |
                    SOAPServer


Method Summary
  __init__(self, addr, channel_mode, delegation_mode, RequestHandler, log, encoding, config, namespace, ssl_context, tcpAttr)
  get_request(self)
Get the request and client address from the socket.
  registerFunction(self, function, namespace, funcName)
  registerKWFunction(self, function, namespace, funcName)
  registerKWObject(self, object, namespace)
  registerObject(self, object, namespace)
    Inherited from GSITCPServer
  close_request(self, request)
Called to clean up an individual request.
  fileno(self)
Return socket file number.
  get_delegated_credential(self)
Accessor for the server's delgated credentials.
  server_activate(self)
Called by constructor to activate the server.
  server_bind(self)
Called by constructor to bind the socket.
  server_close(self)
Called to clean-up the server.

Class Variable Summary
classobj SOAPRequestHandler = pyGlobus.GSISOAP.SOAPRequestHandler
    Inherited from GSITCPServer
int address_family = 2                                                                     
int allow_reuse_address = 0                                                                     
int request_queue_size = 5                                                                     
int socket_type = 1                                                                     

Method Details

get_request(self)

Get the request and client address from the socket. May be overridden.
Overrides:
pyGlobus.io.GSITCPServer.get_request (inherited documentation)

Generated by Epydoc 2.1 on Tue Apr 4 14:32:57 2006 http://epydoc.sf.net