![]() |
KD SOAP API Documentation
2.1
|
#include "KDSoapMessageAddressingProperties.h"
#include "KDSoapNamespaceManager.h"
#include "KDSoapNamespacePrefixes_p.h"
#include <QDebug>
#include <QLatin1String>
#include <QString>
#include <QXmlStreamWriter>
Go to the source code of this file.
Functions | |
QDebug | operator<< (QDebug dbg, const KDSoapMessageAddressingProperties &msg) |
static void | writeAddressField (QXmlStreamWriter &writer, const QString &addressingNS, const QString &address) |
static void | writeKDSoapValueListHierarchy (KDSoapNamespacePrefixes &namespacePrefixes, QXmlStreamWriter &writer, const QString &addressingNS, const KDSoapValueList &values) |
static void | writeKDSoapValueVariant (QXmlStreamWriter &writer, const KDSoapValue &value) |
QDebug operator<< | ( | QDebug | dbg, |
const KDSoapMessageAddressingProperties & | msg | ||
) |
Support for debugging KDSoapMessageAddressingProperties object via qDebug() << msg;
Definition at line 432 of file KDSoapMessageAddressingProperties.cpp.
References KDSoapMessageAddressingProperties::action(), KDSoapEndpointReference::address(), KDSoapMessageAddressingProperties::destination(), KDSoapMessageAddressingProperties::faultEndpoint(), KDSoapMessageAddressingProperties::messageID(), KDSoapMessageAddressingProperties::replyEndpoint(), and KDSoapMessageAddressingProperties::sourceEndpoint().
|
static |
Definition at line 271 of file KDSoapMessageAddressingProperties.cpp.
|
static |
Definition at line 289 of file KDSoapMessageAddressingProperties.cpp.
References writeKDSoapValueVariant().
|
static |
Definition at line 278 of file KDSoapMessageAddressingProperties.cpp.
References KDSoapValue::value().
Referenced by writeKDSoapValueListHierarchy().