![]() |
KD SOAP API Documentation 2.2
|
#include <KDSoapMessageAddressingProperties.h>

Public Member Functions | |
| Relationship () | |
| Relationship (const QString &URI, const QString &type=QString()) | |
Public Attributes | |
| QString | relationshipType |
| QString | uri |
Definition at line 35 of file KDSoapMessageAddressingProperties.h.
|
inline |
Relationship default ctor
Definition at line 40 of file KDSoapMessageAddressingProperties.h.
|
inline |
Relationship constructor
| URI | is supposed to represent a message ID of a previous message you want to make reference to |
| type | represents the nature of the relation between messages, if none is provided, the following predefined address will be used wsa:Reply (which is dependent on the selected namespace, for example https://www.w3.org/TR/2006/REC-ws-addr-core-20060509) |
Definition at line 51 of file KDSoapMessageAddressingProperties.h.
| QString KDSoapMessageRelationship::Relationship::relationshipType |
Definition at line 58 of file KDSoapMessageAddressingProperties.h.
| QString KDSoapMessageRelationship::Relationship::uri |
Definition at line 57 of file KDSoapMessageAddressingProperties.h.
© 2010-2024 Klarälvdalens Datakonsult AB (KDAB)
https://www.kdab.com/development-resources/qt-tools/kd-soap/