11#include <QXmlStreamAttributes>
13class test_PaosMessage;
20 friend class ::test_PaosMessage;
27 bool handleWSAddressingHeaders(
const QString& pElementName,
const QString& pValue,
const QXmlStreamAttributes& pAttributes);
43 mMessageID = messageId;
55 mRelatesTo = relatesTo;
Definition: PaosMessage.h:19
void setRelatesTo(const QString &relatesTo)
Definition: PaosMessage.h:53
const QString & getRelatesTo() const
Definition: PaosMessage.h:47
const QString & getMessageId() const
Definition: PaosMessage.h:35
void setMessageId(const QString &messageId)
Definition: PaosMessage.h:41
bool handleWSAddressingHeaders(const QString &pElementName, const QString &pValue, const QXmlStreamAttributes &pAttributes)
Definition: PaosMessage.cpp:20
const PaosType mType
Definition: PaosMessage.h:30
A simple template renderer.
Definition: ActivationContext.h:15