CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Public Member Functions | List of all members
ctkSoapMessageProcessor Class Reference

#include <Plugins/org.commontk.dah.core/ctkSoapMessageProcessor.h>

Inheritance diagram for ctkSoapMessageProcessor:
Inheritance graph
[legend]

Public Member Functions

bool operator== (const ctkSoapMessageProcessor &rhs)
 
virtual bool process (const QtSoapMessage &message, QtSoapMessage *reply) const
 
virtual ~ctkSoapMessageProcessor ()
 

Detailed Description

Definition at line 31 of file ctkSoapMessageProcessor.h.

Constructor & Destructor Documentation

◆ ~ctkSoapMessageProcessor()

virtual ctkSoapMessageProcessor::~ctkSoapMessageProcessor ( )
virtual

Member Function Documentation

◆ operator==()

bool ctkSoapMessageProcessor::operator== ( const ctkSoapMessageProcessor rhs)

◆ process()

virtual bool ctkSoapMessageProcessor::process ( const QtSoapMessage &  message,
QtSoapMessage *  reply 
) const
virtual

Process a Soap Message and set the input reply.

Parameters
messageThe message to process.
replyThe reply to the input message.
Returns
True if the message could be processed.

Reimplemented in ctkAppSoapMessageProcessor, ctkSoapMessageProcessorList, and ctkExchangeSoapMessageProcessor.


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