![]() |
KD SOAP API Documentation
2.2
|
#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 184 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 200 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 210 of file KDSoapMessage.cpp.
References header(), KDSoapValue::name(), and KDSoapValue::namespaceUri().