 |
KD SOAP
2.0.0
|
16 #ifndef KDSOAPSERVERRAWXMLINTERFACE_H
17 #define KDSOAPSERVERRAWXMLINTERFACE_H
19 #include "KDSoapServerGlobal.h"
20 #include <QtCore/QObject>
21 #include <QtCore/QMap>
22 class KDSoapRawXMLentication;
23 class KDSoapServerSocket;
24 class 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;
virtual void processXML(const QByteArray &xmlChunk)
Definition: KDSoapServerRawXMLInterface.h:76
virtual void endRequest()
Definition: KDSoapServerRawXMLInterface.h:85
Definition: KDSoapServerRawXMLInterface.h:46
virtual bool newRequest(const QByteArray &requestType, const QMap< QByteArray, QByteArray > &httpHeaders)
Definition: KDSoapServerRawXMLInterface.h:66