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


Public Member Functions | |
| KDSoapMessage | header (const QString &name) const |
| KDSoapMessage | header (const QString &name, const QString &namespaceUri) const |
Set of headers that can be provided when making a SOAP call.
Definition at line 185 of file KDSoapMessage.h.
| KDSoapMessage KDSoapHeaders::header | ( | const QString & | name | ) | const |
Convenience method: return the header with a given XML element name (assumes unicity)
Definition at line 199 of file KDSoapMessage.cpp.
References KDSoapValue::name().
Referenced by header().
| KDSoapMessage KDSoapHeaders::header | ( | const QString & | name, |
| const QString & | namespaceUri | ||
| ) | const |
Convenience method: return the header with a given XML element name and namespace (assumes unicity)
Definition at line 209 of file KDSoapMessage.cpp.
References header(), KDSoapValue::name(), and KDSoapValue::namespaceUri().
© 2010-2022 Klarälvdalens Datakonsult AB (KDAB)
https://www.kdab.com/development-resources/qt-tools/kd-soap/