11#include <QXmlStreamWriter>
27 static const QMap<Namespace, QString> mNamespacePrefix;
28 static const QMap<Namespace, QString> mNamespace;
31 QString mRelatedMessageId;
33 void createEnvelopeElement();
34 void createHeaderElement();
39 void writeTextElement(
const QString& pQualifiedName,
const QByteArray& pText);
Definition: PaosCreator.h:17
void setRelatedMessageId(const QString &pId)
Definition: PaosCreator.cpp:97
QByteArray marshall()
Creates an XML structure of underlying information. Be aware that this method will create the structu...
Definition: PaosCreator.cpp:87
void createResultElement(const ResponseType &pResponse)
Definition: PaosCreator.cpp:177
virtual void createBodyElement()=0
static QString getNamespacePrefix(Namespace pPrefix, const QString &pSuffix=QString())
Definition: PaosCreator.cpp:64
QXmlStreamWriter mWriter
Definition: PaosCreator.h:37
void writeTextElement(const QString &pQualifiedName, const QByteArray &pText)
Definition: PaosCreator.cpp:145
static QString getNamespaceType(Namespace pPrefix, const QString &pType)
Definition: PaosCreator.cpp:56
Namespace
Definition: PaosCreator.h:22
static QString getNamespace(Namespace pPrefix)
Definition: PaosCreator.cpp:50
PaosCreator()
Definition: PaosCreator.cpp:38
Definition: ResponseType.h:20
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16