![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
#include <Plugins/org.commontk.dah.hostedapp/ctkAppSoapMessageProcessor.h>
Public Member Functions | |
ctkAppSoapMessageProcessor (ctkDicomAppInterface *inter) | |
virtual bool | process (const QtSoapMessage &message, QtSoapMessage *reply) const |
![]() | |
bool | operator== (const ctkSoapMessageProcessor &rhs) |
virtual | ~ctkSoapMessageProcessor () |
Definition at line 29 of file ctkAppSoapMessageProcessor.h.
ctkAppSoapMessageProcessor::ctkAppSoapMessageProcessor | ( | ctkDicomAppInterface * | inter | ) |
|
virtual |
Process a Soap Message and set the input reply.
message | The message to process. |
reply | The reply to the input message. |
Reimplemented from ctkSoapMessageProcessor.