CFEL - ASG Software Suite  2.5.0
CASS
Public Member Functions | Protected Attributes | List of all members
cass::SoapHandler Class Reference

Handle a single SOAP request. More...

#include <tcpserver.h>

+ Inheritance diagram for cass::SoapHandler:
+ Collaboration diagram for cass::SoapHandler:

Public Member Functions

 SoapHandler (CASSsoapService *soap)
 constructor More...
 
virtual ~SoapHandler ()
 destructor More...
 
virtual void run ()
 handle request and terminate More...
 
- Public Member Functions inherited from QRunnable
 QRunnable ()
 
 autoDelete ()
 
 run ()
 
 setAutoDelete (bool autoDelete)
 

Protected Attributes

CASSsoapService * _soap
 the service More...
 

Detailed Description

Handle a single SOAP request.

Author
Jochen Küpper

Definition at line 33 of file tcpserver.h.

Constructor & Destructor Documentation

cass::SoapHandler::SoapHandler ( CASSsoapService *  soap)
inline

constructor

Parameters
soapthe soap instance to be used be handeld

Definition at line 40 of file tcpserver.h.

virtual cass::SoapHandler::~SoapHandler ( )
inlinevirtual

destructor

destroys the soap instance that was handelt by this

Definition at line 48 of file tcpserver.h.

References _soap.

Member Function Documentation

void SoapHandler::run ( )
virtual

handle request and terminate

Definition at line 55 of file tcpserver.cpp.

Member Data Documentation

CASSsoapService* cass::SoapHandler::_soap
protected

the service

Definition at line 55 of file tcpserver.h.

Referenced by ~SoapHandler().


The documentation for this class was generated from the following files: