| Home | Trees | Index | Help |
|
|---|
| Package g4ds :: Package protocols :: Module soapprotocol :: Class ProtocolImplementation |
|
ProtocolInterface --+
|
ProtocolImplementation
| Method Summary | |
|---|---|
Call super constructor and initialise with name. | |
Initialises the SOAP server. | |
Registered with the SOAP server. | |
Boolean
|
Send a message to the endpoint given. |
Stop listening. | |
Inherited from ProtocolInterface:
getName
| |
| Instance Variable Summary | |
|---|---|
Function |
_callback: Function to call whenever a new message arrives |
SOAPpy.SOAPServer |
_server: Soap server instance used for listening. |
Inherited from ProtocolInterface:
_name
| |
| Method Details |
|---|
__init__(self)
Call super constructor and initialise with name.
|
listen(self, callback)Initialises the SOAP server. Parameters are loaded from the config module. |
newMessage(self, message)Registered with the SOAP server. Sends each incoming message to the callback. |
sendMessage(self, endpoint, message)Send a message to the endpoint given.
|
shutdown(self)Stop listening. |
| Instance Variable Details |
|---|
_callbackFunction to call whenever a new message arrives
|
_serverSoap server instance used for listening.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Sat Oct 22 22:52:46 2005 | http://epydoc.sf.net |