|
AusweisApp2
|
#include <MessageDispatcher.h>
Öffentliche Methoden | |
| MessageDispatcher () | |
| QByteArray | init (const QSharedPointer< WorkflowContext > &pContext) |
| QByteArray | finish () |
| QByteArray | processCommand (const QByteArray &pMsg) |
| QByteArray | processStateChange (const QString &pState) |
| QByteArray | createMsgReader (const QString &pName) const |
| MessageDispatcher::MessageDispatcher | ( | ) |
| QByteArray MessageDispatcher::createMsgReader | ( | const QString & | pName | ) | const |
| QByteArray MessageDispatcher::finish | ( | ) |
| QByteArray MessageDispatcher::init | ( | const QSharedPointer< WorkflowContext > & | pContext | ) |
| QByteArray MessageDispatcher::processCommand | ( | const QByteArray & | pMsg | ) |
| QByteArray MessageDispatcher::processStateChange | ( | const QString & | pState | ) |