KD SOAP API Documentation
2.1
src
KDSoapServer
KDSoapServerCustomVerbRequestInterface.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-2022 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
6
**
7
** SPDX-License-Identifier: MIT
8
**
9
****************************************************************************/
10
11
#include "
KDSoapServerCustomVerbRequestInterface.h
"
12
13
KDSoapServerCustomVerbRequestInterface::KDSoapServerCustomVerbRequestInterface
()
14
: d(nullptr)
15
{
16
}
17
18
KDSoapServerCustomVerbRequestInterface::~KDSoapServerCustomVerbRequestInterface
()
19
{
20
}
21
22
bool
KDSoapServerCustomVerbRequestInterface::processCustomVerbRequest
(
const
QByteArray &requestType,
const
QByteArray &requestData,
23
const
QMap<QByteArray, QByteArray> &httpHeaders, QByteArray &customAnswer)
24
{
25
Q_UNUSED(requestType);
26
Q_UNUSED(requestData);
27
Q_UNUSED(httpHeaders);
28
Q_UNUSED(customAnswer);
29
30
return
false
;
31
}
KDSoapServerCustomVerbRequestInterface.h
KDSoapServerCustomVerbRequestInterface::~KDSoapServerCustomVerbRequestInterface
virtual ~KDSoapServerCustomVerbRequestInterface()
Definition:
KDSoapServerCustomVerbRequestInterface.cpp:18
KDSoapServerCustomVerbRequestInterface::KDSoapServerCustomVerbRequestInterface
KDSoapServerCustomVerbRequestInterface()
Definition:
KDSoapServerCustomVerbRequestInterface.cpp:13
KDSoapServerCustomVerbRequestInterface::processCustomVerbRequest
virtual bool processCustomVerbRequest(const QByteArray &requestType, const QByteArray &requestData, const QMap< QByteArray, QByteArray > &httpHeaders, QByteArray &customAnswer)
Definition:
KDSoapServerCustomVerbRequestInterface.cpp: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