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
ctkAppSoapMessageProcessor Class Reference

#include <Plugins/org.commontk.dah.hostedapp/ctkAppSoapMessageProcessor.h>

Inheritance diagram for ctkAppSoapMessageProcessor:
Inheritance graph
[legend]
Collaboration diagram for ctkAppSoapMessageProcessor:
Collaboration graph
[legend]

Public Member Functions

 ctkAppSoapMessageProcessor (ctkDicomAppInterface *inter)
 
virtual bool process (const QtSoapMessage &message, QtSoapMessage *reply) const
 
- Public Member Functions inherited from ctkSoapMessageProcessor
bool operator== (const ctkSoapMessageProcessor &rhs)
 
virtual ~ctkSoapMessageProcessor ()
 

Detailed Description

Definition at line 29 of file ctkAppSoapMessageProcessor.h.

Constructor & Destructor Documentation

◆ ctkAppSoapMessageProcessor()

ctkAppSoapMessageProcessor::ctkAppSoapMessageProcessor ( ctkDicomAppInterface inter)

Member Function Documentation

◆ process()

virtual bool ctkAppSoapMessageProcessor::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 from ctkSoapMessageProcessor.


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