KD SOAP API Documentation  2.1
KDSoapNamespaceManager.h
Go to the documentation of this file.
1 /****************************************************************************
2 **
3 ** This file is part of the KD Soap project.
4 **
5 ** SPDX-FileCopyrightText: 2010-2022 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
6 **
7 ** SPDX-License-Identifier: MIT
8 **
9 ****************************************************************************/
10 #ifndef KDSOAPNAMESPACEMANAGER_H
11 #define KDSOAPNAMESPACEMANAGER_H
12 
13 #include "KDSoapGlobal.h"
14 #include <QtCore/QString>
15 
19 class KDSOAP_EXPORT KDSoapNamespaceManager // krazy:exclude=dpointer
20 {
21 public:
22  static QString xmlSchema1999();
23  static QString xmlSchema2001();
24  static QString xmlSchemaInstance1999();
25  static QString xmlSchemaInstance2001();
26  static QString soapEnvelope();
27  static QString soapEnvelope200305();
28  static QString soapEncoding();
29  static QString soapEncoding200305();
30  static QString soapMessageAddressing();
31  static QString soapSecurityExtention();
32  static QString soapSecurityUtility();
33  static QString soapMessageAddressing200303();
34  static QString soapMessageAddressing200403();
35  static QString soapMessageAddressing200408();
36 
37 private: // TODO instantiate to handle custom namespaces per clientinterface
39 };
40 
41 #endif // KDSOAPNAMESPACEMANAGER_H
#define KDSOAP_EXPORT
Definition: KDSoapGlobal.h:22

© 2010-2022 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 Tue Jun 13 2023 12:18:34 for KD SOAP API Documentation by doxygen 1.9.1