KD SOAP API Documentation  2.2
KDSoapMessageReader_p.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 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
6 **
7 ** SPDX-License-Identifier: MIT
8 **
9 ****************************************************************************/
10 
11 #ifndef KDSOAPMESSAGEREADER_P_H
12 #define KDSOAPMESSAGEREADER_P_H
13 
14 #include "KDSoapClientInterface.h"
15 #include "KDSoapMessage.h"
16 
18 {
19 public:
20  enum XmlError
21  {
22  NoError = 0,
24  PrematureEndOfDocumentError
25  };
26 
28 
29  XmlError xmlToMessage(const QByteArray &data, KDSoapMessage *pParsedMessage, QString *pMessageNamespace, KDSoapHeaders *pRequestHeaders,
30  KDSoap::SoapVersion soapVersion) const;
31 };
32 
33 #endif
#define KDSOAP_EXPORT
Definition: KDSoapGlobal.h:22

© 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