AusweisApp
|
#include <TransmitResponse.h>
Öffentliche Methoden | |
TransmitResponse () | |
void | setOutputApdus (const QByteArrayList &outputApdus) |
![]() | |
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) |
![]() | |
ResponseType (PaosType pType) | |
~ResponseType () override | |
const ECardApiResult & | getResult () const |
void | setResult (const ECardApiResult &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 class | Namespace { DEFAULT , SOAP , XSD , XSI , PAOS , ADDRESSING , DSS , ECARD , 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 |
![]() | |
void | writeTextElement (const QString &pQualifiedName, const QByteArray &pText) |
void | createResultElement (const ResponseType &pResponse) |
PaosCreator () | |
virtual | ~PaosCreator () |
![]() | |
bool | handleWSAddressingHeaders (QStringView pElementName, const QString &pValue, const QXmlStreamAttributes &pAttributes) |
TransmitResponse::TransmitResponse | ( | ) |
void TransmitResponse::setOutputApdus | ( | const QByteArrayList & | outputApdus | ) |