11 #include <QXmlStreamAttributes>
13 class test_PaosMessage;
20 friend class ::test_PaosMessage;
23 QString mMessageID, mRelatesTo;
26 bool handleWSAddressingHeaders(
const QString& pElementName,
const QString& pValue,
const QXmlStreamAttributes& pAttributes);
42 mMessageID = messageId;
54 mRelatesTo = relatesTo;
Definition: PaosMessage.h:19
PaosMessage(PaosType pType)
Definition: PaosMessage.cpp:9
const QString & getRelatesTo() const
Definition: PaosMessage.h:46
void setRelatesTo(const QString &relatesTo)
Definition: PaosMessage.h:52
void setMessageId(const QString &messageId)
Definition: PaosMessage.h:40
bool handleWSAddressingHeaders(const QString &pElementName, const QString &pValue, const QXmlStreamAttributes &pAttributes)
Definition: PaosMessage.cpp:22
const PaosType mType
Definition: PaosMessage.h:29
const QString & getMessageId() const
Definition: PaosMessage.h:34
virtual ~PaosMessage()
Definition: PaosMessage.cpp:17
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15