16#ifndef KDSOAPSERVERRAWXMLINTERFACE_H
17#define KDSOAPSERVERRAWXMLINTERFACE_H
19#include "KDSoapServerGlobal.h"
20#include <QtCore/QObject>
22class KDSoapRawXMLentication;
23class KDSoapServerSocket;
24class KDSoapServerRawXMLPrivate;
66 virtual bool newRequest(
const QByteArray &requestType,
const QMap<QByteArray, QByteArray> &httpHeaders)
68 Q_UNUSED(requestType);
69 Q_UNUSED(httpHeaders);
90 KDSoapServerRawXMLPrivate *
const d;
Definition: KDSoapServerRawXMLInterface.h:47
virtual void endRequest()
Definition: KDSoapServerRawXMLInterface.h:85
virtual void processXML(const QByteArray &xmlChunk)
Definition: KDSoapServerRawXMLInterface.h:76
virtual bool newRequest(const QByteArray &requestType, const QMap< QByteArray, QByteArray > &httpHeaders)
Definition: KDSoapServerRawXMLInterface.h:66