![]() |
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.core/ctkSoapMessageProcessor.h>
Public Member Functions | |
bool | operator== (const ctkSoapMessageProcessor &rhs) |
virtual bool | process (const QtSoapMessage &message, QtSoapMessage *reply) const |
virtual | ~ctkSoapMessageProcessor () |
Definition at line 31 of file ctkSoapMessageProcessor.h.
|
virtual |
bool ctkSoapMessageProcessor::operator== | ( | const ctkSoapMessageProcessor & | rhs | ) |
|
virtual |
Process a Soap Message and set the input reply.
message | The message to process. |
reply | The reply to the input message. |
Reimplemented in ctkAppSoapMessageProcessor, ctkSoapMessageProcessorList, and ctkExchangeSoapMessageProcessor.