KD SOAP API Documentation  2.1
KDSoapServerCustomVerbRequestInterface.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 KDSOAPSERVERCUSTOMVERBREQUESTINTERFACE_H
11 #define KDSOAPSERVERCUSTOMVERBREQUESTINTERFACE_H
12 
13 #include "KDSoapServerGlobal.h"
14 #include <QtCore/QMap>
15 #include <QtCore/QObject>
17 class KDSoapServerSocket;
18 
31 {
32 public:
37 
42 
51  virtual bool processCustomVerbRequest(const QByteArray &requestType, const QByteArray &requestData,
52  const QMap<QByteArray, QByteArray> &httpHeaders, QByteArray &customAnswer);
53 
54 private:
55  friend class KDSoapServerSocket;
56  class Private;
57  Private *const d;
58 };
59 
60 QT_BEGIN_NAMESPACE
61 Q_DECLARE_INTERFACE(KDSoapServerCustomVerbRequestInterface, "com.kdab.KDSoap.ServerCustomVerbRequestInterface/1.0")
62 QT_END_NAMESPACE
63 
64 #endif /* KDSOAPSERVERCUSTOMVERBREQUESTINTERFACE_H */
#define KDSOAPSERVER_EXPORT

© 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