List of all members.
Detailed Description
This command runs a multi-threaded SOAP webservice server.
Definition at line 63 of file module.h.
Constructor & Destructor Documentation
module_webservice::CommandWebservice::CommandWebservice |
( |
|
) |
[inline, explicit] |
Default constructor.
Definition at line 108 of file module.h.
virtual module_webservice::CommandWebservice::~CommandWebservice |
( |
|
) |
[inline, virtual] |
Member Function Documentation
void module_webservice::CommandWebservice::execute |
( |
|
) |
[virtual] |
string module_webservice::CommandWebservice::getDescription |
( |
|
) |
const [inline] |
Returns a descriptive string.
Definition at line 105 of file module.h.
static unsigned int module_webservice::CommandWebservice::getPort |
( |
|
) |
[inline, static] |
Returns the port number.
Definition at line 114 of file module.h.
static unsigned int module_webservice::CommandWebservice::getThreads |
( |
|
) |
[inline, static] |
Returns the number of threads for the server.
Definition at line 125 of file module.h.
PyObject * module_webservice::CommandWebservice::pythonService |
( |
PyObject * |
self, |
|
|
PyObject * |
args | |
|
) |
| | [static] |
Python interface for the webservice server.
Definition at line 39 of file server.cpp.
static void module_webservice::CommandWebservice::setPort |
( |
int |
i |
) |
[inline, static] |
Updates the port number.
Definition at line 117 of file module.h.
static void module_webservice::CommandWebservice::setThreads |
( |
int |
i |
) |
[inline, static] |
Updates the number of threads for the server.
Definition at line 128 of file module.h.
The documentation for this class was generated from the following files: