AusweisApp2
|
#include <InitializeFrameworkResponse.h>
Öffentliche Methoden | |
InitializeFrameworkResponse () | |
![]() | |
QByteArray | marshall () |
Creates an XML structure of underyling information. Be aware that this method will create the structure only once. If you change something and call marshall() again it won't use the new information. Mehr ... | |
![]() | |
ResponseType (PaosType pType) | |
virtual | ~ResponseType () |
const Result & | getResult () const |
void | setResult (const Result &result) |
![]() | |
PaosMessage (PaosType pType) | |
virtual | ~PaosMessage () |
const QString & | getMessageId () const |
void | setMessageId (const QString &messageId) |
const QString & | getRelatesTo () const |
void | setRelatesTo (const QString &relatesTo) |
Weitere Geerbte Elemente | |
![]() | |
enum | Namespace { Namespace::DEFAULT, Namespace::SOAP, Namespace::XSD, Namespace::XSI, Namespace::PAOS, Namespace::ADDRESSING, Namespace::DSS, Namespace::ECARD, Namespace::TECHSCHEMA } |
![]() | |
static QString | getNamespace (Namespace pPrefix) |
static QString | getNamespacePrefix (Namespace pPrefix, const QString &pSuffix=QString()) |
static QString | getNamespaceType (Namespace pPrefix, const QString &pType) |
![]() | |
const PaosType | mType |
![]() | |
QDomElement | createTextElement (const QString &pName, const QByteArray &pContent) |
QDomElement | createTextElement (const QString &pName, const QString &pContent) |
QDomElement | createTextElement (Namespace pNamespace, const QString &pName, const QByteArray &pContent) |
QDomElement | createTextElement (Namespace pNamespace, const QString &pName, const QString &pContent) |
QDomElement | createBodyElement (const QDomElement &pBody) |
QDomElement | createHeaderElement (const QString &pRrelatesTo, const QString &pMessageID) |
QDomElement | createEnvelopeElement (const QDomElement &pBody, const QString &pRelatesTo, const QString &pMessageID) |
QDomElement | createResultElement (const ResponseType &pResponse) |
PaosCreator () | |
virtual | ~PaosCreator () |
![]() | |
bool | handleWSAddressingHeaders (const QString &pElementName, const QString &pValue, const QXmlStreamAttributes &pAttributes) |
![]() | |
QDomDocument | mDoc |
InitializeFrameworkResponse::InitializeFrameworkResponse | ( | ) |