KD SOAP 2.0.0
Loading...
Searching...
No Matches
KDSoapNamespaceManager.h
1/****************************************************************************
2**
3** This file is part of the KD Soap library.
4**
5** SPDX-FileCopyrightText: 2010-2021 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
6**
7** SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDAB-KDSoap OR LicenseRef-KDAB-KDSoap-US
8**
9** Licensees holding valid commercial KD Soap licenses may use this file in
10** accordance with the KD Soap Commercial License Agreement provided with
11** the Software.
12**
13** Contact info@kdab.com if any conditions of this licensing are not clear to you.
14**
15****************************************************************************/
16#ifndef KDSOAPNAMESPACEMANAGER_H
17#define KDSOAPNAMESPACEMANAGER_H
18
19#include "KDSoapGlobal.h"
20#include <QtCore/QString>
21
25class KDSOAP_EXPORT KDSoapNamespaceManager // krazy:exclude=dpointer
26{
27public:
28 static QString xmlSchema1999();
29 static QString xmlSchema2001();
30 static QString xmlSchemaInstance1999();
31 static QString xmlSchemaInstance2001();
32 static QString soapEnvelope();
33 static QString soapEnvelope200305();
34 static QString soapEncoding();
35 static QString soapEncoding200305();
36 static QString soapMessageAddressing();
37 static QString soapSecurityExtention();
38 static QString soapSecurityUtility();
39 static QString soapMessageAddressing200303();
40 static QString soapMessageAddressing200403();
41 static QString soapMessageAddressing200408();
42
43private: // TODO instantiate to handle custom namespaces per clientinterface
45};
46
47#endif // KDSOAPNAMESPACEMANAGER_H
Definition: KDSoapNamespaceManager.h:26

© 2010-2021 Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/
https://www.kdab.com/development-resources/qt-tools/kd-soap/
Generated on Fri May 1 2026 02:54:14 for KD SOAP by doxygen 1.9.6