AusweisApp
|
#include <InitializeFrameworkResponse.h>
Öffentliche Methoden | |
InitializeFrameworkResponse () | |
Öffentliche Methoden geerbt von governikus::PaosCreator | |
QByteArray | marshall () |
Creates an XML structure of underlying 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. | |
void | setRelatedMessageId (const QString &pId) |
Öffentliche Methoden geerbt von governikus::ResponseType | |
ResponseType (PaosType pType) | |
~ResponseType () override | |
const ECardApiResult & | getResult () const |
void | setResult (const ECardApiResult &result) |
Öffentliche Methoden geerbt von governikus::PaosMessage | |
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 | |
Öffentliche Typen geerbt von governikus::PaosCreator | |
enum class | Namespace { DEFAULT , SOAP , XSD , XSI , PAOS , ADDRESSING , DSS , ECARD , TECHSCHEMA } |
Öffentliche, statische Methoden geerbt von governikus::PaosCreator | |
static QString | getNamespace (Namespace pPrefix) |
static QString | getNamespacePrefix (Namespace pPrefix, const QString &pSuffix=QString()) |
static QString | getNamespaceType (Namespace pPrefix, const QString &pType) |
Öffentliche Attribute geerbt von governikus::PaosMessage | |
const PaosType | mType |
Geschützte Methoden geerbt von governikus::PaosCreator | |
void | writeTextElement (const QString &pQualifiedName, const QByteArray &pText) |
void | createResultElement (const ResponseType &pResponse) |
PaosCreator () | |
virtual | ~PaosCreator () |
Geschützte Methoden geerbt von governikus::PaosMessage | |
bool | handleWSAddressingHeaders (QStringView pElementName, const QString &pValue, const QXmlStreamAttributes &pAttributes) |
InitializeFrameworkResponse::InitializeFrameworkResponse | ( | ) |