![]() |
KD SOAP API Documentation 2.2
|
#include <KDSoapPendingCall_p.h>


Public Member Functions | |
| Private (QNetworkReply *r, QBuffer *b) | |
| ~Private () | |
| void | parseReply () |
| KDSoapValue | parseReplyElement (QXmlStreamReader &reader) |
Public Member Functions inherited from QSharedData | |
| QSharedData () | |
| QSharedData (const QSharedData &) | |
Public Attributes | |
| QBuffer * | buffer |
| bool | parsed |
| QPointer< QNetworkReply > | reply |
| KDSoapHeaders | replyHeaders |
| KDSoapMessage | replyMessage |
| KDSoap::SoapVersion | soapVersion |
Definition at line 25 of file KDSoapPendingCall_p.h.
|
inline |
Definition at line 28 of file KDSoapPendingCall_p.h.
| KDSoapPendingCall::Private::~Private | ( | ) |
Definition at line 122 of file KDSoapPendingCall.cpp.
References buffer, QPointer::data(), QObject::disconnect(), QNetworkReply::finished(), and reply.
| void KDSoapPendingCall::Private::parseReply | ( | ) |
Definition at line 179 of file KDSoapPendingCall.cpp.
References QList::clear(), KDSoapMessage::createFaultMessage(), QNetworkReply::error(), QByteArray::isEmpty(), KDSoapMessage::isFault(), maybeDebugResponse(), QString::number(), QNetworkReply::OperationCanceledError, parsed, reply, replyHeaders, replyMessage, soapVersion, QNetworkReply::TimeoutError, and KDSoapMessageReader::xmlToMessage().
| KDSoapValue KDSoapPendingCall::Private::parseReplyElement | ( | QXmlStreamReader & | reader | ) |
| QBuffer* KDSoapPendingCall::Private::buffer |
Definition at line 43 of file KDSoapPendingCall_p.h.
Referenced by ~Private().
| bool KDSoapPendingCall::Private::parsed |
Definition at line 47 of file KDSoapPendingCall_p.h.
Referenced by parseReply().
| QPointer<QNetworkReply> KDSoapPendingCall::Private::reply |
Definition at line 42 of file KDSoapPendingCall_p.h.
Referenced by ~Private(), and parseReply().
| KDSoapHeaders KDSoapPendingCall::Private::replyHeaders |
Definition at line 45 of file KDSoapPendingCall_p.h.
Referenced by parseReply().
| KDSoapMessage KDSoapPendingCall::Private::replyMessage |
Definition at line 44 of file KDSoapPendingCall_p.h.
Referenced by parseReply().
| KDSoap::SoapVersion KDSoapPendingCall::Private::soapVersion |
Definition at line 46 of file KDSoapPendingCall_p.h.
Referenced by parseReply().
© 2010-2024 Klarälvdalens Datakonsult AB (KDAB)
https://www.kdab.com/development-resources/qt-tools/kd-soap/