Home | Trees | Index | Help |
---|
Package pyGlobus :: Module GSISOAP :: Class SOAPServer |
|
BaseServer
--+ |GSITCPServer
--+ |GSITCPSocketServer
--+ | SOAPServer
Method Summary | |
---|---|
__init__(self,
addr,
channel_mode,
delegation_mode,
RequestHandler,
log,
encoding,
config,
namespace,
ssl_context,
tcpAttr)
| |
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 | |
Called to clean up an individual request. | |
Return socket file number. | |
Accessor for the server's delgated credentials. | |
Called by constructor to activate the server. | |
Called by constructor to bind the socket. | |
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.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Apr 4 14:32:57 2006 | http://epydoc.sf.net |