KD SOAP
1.7.0
Main Page
Namespaces
Classes
Files
File List
src
KDSoapServer
KDSoapServerCustomVerbRequestInterface.h
1
/****************************************************************************
2
** Copyright (C) 2010-2018 Klaralvdalens Datakonsult AB, a KDAB Group company, info@kdab.com.
3
** All rights reserved.
4
**
5
** This file is part of the KD Soap library.
6
**
7
** Licensees holding valid commercial KD Soap licenses may use this file in
8
** accordance with the KD Soap Commercial License Agreement provided with
9
** the Software.
10
**
11
**
12
** This file may be distributed and/or modified under the terms of the
13
** GNU Lesser General Public License version 2.1 and version 3 as published by the
14
** Free Software Foundation and appearing in the file LICENSE.LGPL.txt included.
15
**
16
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
17
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
18
**
19
** Contact info@kdab.com if any conditions of this licensing are not
20
** clear to you.
21
**
22
**********************************************************************/
23
#ifndef KDSOAPSERVERCUSTOMVERBREQUESTINTERFACE_H
24
#define KDSOAPSERVERCUSTOMVERBREQUESTINTERFACE_H
25
26
#include "KDSoapServerGlobal.h"
27
#include <QtCore/QObject>
28
#include <QtCore/QMap>
29
class
KDSoapAuthentication
;
30
class
KDSoapServerSocket;
31
43
class
KDSOAPSERVER_EXPORT
KDSoapServerCustomVerbRequestInterface
44
{
45
public
:
49
KDSoapServerCustomVerbRequestInterface
();
50
54
virtual
~
KDSoapServerCustomVerbRequestInterface
();
55
64
virtual
bool
processCustomVerbRequest(
const
QByteArray &requestType,
const
QByteArray &requestData,
65
const
QMap<QByteArray, QByteArray> &httpHeaders, QByteArray &customAnswer);
66
67
private
:
68
friend
class
KDSoapServerSocket;
69
class
Private;
70
Private *
const
d;
71
};
72
73
QT_BEGIN_NAMESPACE
74
Q_DECLARE_INTERFACE(
KDSoapServerCustomVerbRequestInterface
,
75
"com.kdab.KDSoap.ServerCustomVerbRequestInterface/1.0"
)
76
QT_END_NAMESPACE
77
78
#endif
/* KDSOAPSERVERCUSTOMVERBREQUESTINTERFACE_H */
KDSoapAuthentication
Definition:
KDSoapAuthentication.h:40
KDSoapServerCustomVerbRequestInterface
Definition:
KDSoapServerCustomVerbRequestInterface.h:43
Klarälvdalens Datakonsult AB (KDAB)
Qt-related services and products
http://www.kdab.com/
http://www.kdab.com/products/kd-soap/