![]() |
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/ctkExchangeSoapMessageProcessor.h>


Public Member Functions | |
| ctkExchangeSoapMessageProcessor (ctkDicomExchangeInterface *inter) | |
| virtual bool | process (const QtSoapMessage &message, QtSoapMessage *reply) const |
Public Member Functions inherited from ctkSoapMessageProcessor | |
| bool | operator== (const ctkSoapMessageProcessor &rhs) |
| virtual | ~ctkSoapMessageProcessor () |
Definition at line 29 of file ctkExchangeSoapMessageProcessor.h.
| ctkExchangeSoapMessageProcessor::ctkExchangeSoapMessageProcessor | ( | ctkDicomExchangeInterface * | 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.