CFEL - ASG Software Suite
2.5.0
CASS
|
Handle a single SOAP request. More...
#include <tcpserver.h>
Public Member Functions | |
SoapHandler (CASSsoapService *soap) | |
constructor More... | |
virtual | ~SoapHandler () |
destructor More... | |
virtual void | run () |
handle request and terminate More... | |
![]() | |
QRunnable () | |
autoDelete () | |
run () | |
setAutoDelete (bool autoDelete) | |
Protected Attributes | |
CASSsoapService * | _soap |
the service More... | |
Handle a single SOAP request.
Definition at line 33 of file tcpserver.h.
|
inline |
constructor
soap | the soap instance to be used be handeld |
Definition at line 40 of file tcpserver.h.
|
inlinevirtual |
destructor
destroys the soap instance that was handelt by this
Definition at line 48 of file tcpserver.h.
References _soap.
|
virtual |
handle request and terminate
Definition at line 55 of file tcpserver.cpp.
|
protected |