10 #ifndef KDSOAPSERVERRAWXMLINTERFACE_H
11 #define KDSOAPSERVERRAWXMLINTERFACE_H
14 #include <QtCore/QMap>
15 #include <QtCore/QObject>
16 class KDSoapRawXMLentication;
18 class KDSoapServerRawXMLPrivate;
63 virtual bool newRequest(
const QByteArray &requestType,
const QMap<QByteArray, QByteArray> &httpHeaders)
65 Q_UNUSED(requestType);
66 Q_UNUSED(httpHeaders);
87 KDSoapServerRawXMLPrivate *
const d;
#define KDSOAPSERVER_EXPORT
virtual void endRequest()
KDSoapServerRawXMLInterface & operator=(const KDSoapServerRawXMLInterface &other)=delete
virtual void processXML(const QByteArray &xmlChunk)
KDSoapServerRawXMLInterface(const KDSoapServerRawXMLInterface &other)=delete
virtual bool newRequest(const QByteArray &requestType, const QMap< QByteArray, QByteArray > &httpHeaders)