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

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

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

Public Member Functions

void clear ()
 
virtual bool process (const QtSoapMessage &message, QtSoapMessage *reply) const
 
void push_back (ctkSoapMessageProcessor *processor)
 
virtual ~ctkSoapMessageProcessorList ()
 
- Public Member Functions inherited from ctkSoapMessageProcessor
bool operator== (const ctkSoapMessageProcessor &rhs)
 
virtual ~ctkSoapMessageProcessor ()
 

Detailed Description

Definition at line 33 of file ctkSoapMessageProcessorList.h.

Constructor & Destructor Documentation

◆ ~ctkSoapMessageProcessorList()

virtual ctkSoapMessageProcessorList::~ctkSoapMessageProcessorList ( )
virtual

Member Function Documentation

◆ clear()

void ctkSoapMessageProcessorList::clear ( )

◆ process()

virtual bool ctkSoapMessageProcessorList::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.

◆ push_back()

void ctkSoapMessageProcessorList::push_back ( ctkSoapMessageProcessor processor)

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