KD SOAP API Documentation  2.2
KDSoapNamespaceManager.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 **
3 ** This file is part of the KD Soap project.
4 **
5 ** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
6 **
7 ** SPDX-License-Identifier: MIT
8 **
9 ****************************************************************************/
10 #include "KDSoapNamespaceManager.h"
11 
12 KDSoapNamespaceManager::KDSoapNamespaceManager()
13 {
14 }
15 
17 {
18  return QString::fromLatin1("http://www.w3.org/1999/XMLSchema");
19 }
20 
22 {
23  return QString::fromLatin1("http://www.w3.org/2001/XMLSchema");
24 }
25 
27 {
28  return QString::fromLatin1("http://www.w3.org/1999/XMLSchema-instance");
29 }
30 
32 {
33  return QString::fromLatin1("http://www.w3.org/2001/XMLSchema-instance");
34 }
35 
37 {
38  return QString::fromLatin1("http://schemas.xmlsoap.org/soap/envelope/");
39 }
40 
42 {
43  return QString::fromLatin1("http://www.w3.org/2003/05/soap-envelope");
44 }
45 
47 {
48  return QString::fromLatin1("http://schemas.xmlsoap.org/soap/encoding/");
49 }
50 
52 {
53  return QString::fromLatin1("http://www.w3.org/2003/05/soap-encoding");
54 }
55 
57 {
58  return QString::fromLatin1("http://www.w3.org/2005/08/addressing");
59 }
60 
62 {
63  return QString::fromLatin1("http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd");
64 }
65 
67 {
68  return QString::fromLatin1("http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd");
69 }
70 
72 {
73  return QString::fromLatin1("http://schemas.xmlsoap.org/ws/2003/03/addressing");
74 }
75 
77 {
78  return QString::fromLatin1("http://schemas.xmlsoap.org/ws/2004/03/addressing");
79 }
80 
82 {
83  return QString::fromLatin1("http://schemas.xmlsoap.org/ws/2004/08/addressing");
84 }
static QString soapMessageAddressing200303()
static QString soapMessageAddressing200408()
static QString xmlSchemaInstance1999()
static QString xmlSchemaInstance2001()
static QString soapSecurityUtility()
static QString soapSecurityExtention()
static QString soapMessageAddressing()
static QString soapMessageAddressing200403()

© 2010-2024 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 by doxygen 1.9.1