KNewStuff
Go to the documentation of this file.
19 #ifndef KNEWSTUFF2_DXS_SOAP_H
20 #define KNEWSTUFF2_DXS_SOAP_H
22 #include <QtCore/QObject>
23 #include <QtNetwork/QAbstractSocket>
70 int call(
const QDomElement& element,
const QString &endpoint);
91 void slotData(
KIO::Job *job,
const QByteArray& data);
92 void slotResult(
KJob *job);
94 void slotSocketError(QAbstractSocket::SocketError error);
102 int call_soap(QDomElement element,
const QString& endpoint);
107 void call_tree(
const QDomElement& element,
const QString& endpoint);
108 QDomDocument buildtree(QDomDocument doc, QDomElement cur,
const QString& data);
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Feb 9 2013 12:21:54 by
doxygen 1.8.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.