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

Public Member Functions | |
| KDSoapThreadTaskData (KDSoapClientInterface *iface, const QString &method, const KDSoapMessage &message, const QString &action, const KDSoapHeaders &headers) | |
| KDSoapMessage | response () const |
| KDSoapHeaders | responseHeaders () const |
| void | waitForCompletion () |
Definition at line 29 of file KDSoapClientThread_p.h.
|
inline |
Definition at line 32 of file KDSoapClientThread_p.h.
|
inline |
Definition at line 46 of file KDSoapClientThread_p.h.
References m_response.
Referenced by KDSoapClientInterface::call().
|
inline |
Definition at line 50 of file KDSoapClientThread_p.h.
References m_responseHeaders.
Referenced by KDSoapClientInterface::call().
|
inline |
Definition at line 42 of file KDSoapClientThread_p.h.
References QSemaphore::acquire(), and m_semaphore.
Referenced by KDSoapClientInterface::call().
| QString KDSoapThreadTaskData::m_action |
Definition at line 59 of file KDSoapClientThread_p.h.
Referenced by KDSoapThreadTask::process().
| KDSoapAuthentication KDSoapThreadTaskData::m_authentication |
Definition at line 56 of file KDSoapClientThread_p.h.
Referenced by KDSoapClientInterface::call(), and KDSoapThreadTask::slotAuthenticationRequired().
| KDSoapHeaders KDSoapThreadTaskData::m_headers |
Definition at line 63 of file KDSoapClientThread_p.h.
Referenced by KDSoapThreadTask::process().
| KDSoapClientInterface* KDSoapThreadTaskData::m_iface |
Definition at line 55 of file KDSoapClientThread_p.h.
Referenced by KDSoapThreadTask::process().
| KDSoapMessage KDSoapThreadTaskData::m_message |
Definition at line 58 of file KDSoapClientThread_p.h.
Referenced by KDSoapThreadTask::process().
| QString KDSoapThreadTaskData::m_method |
Definition at line 57 of file KDSoapClientThread_p.h.
Referenced by KDSoapThreadTask::process().
| KDSoapMessage KDSoapThreadTaskData::m_response |
Definition at line 61 of file KDSoapClientThread_p.h.
Referenced by response().
| KDSoapHeaders KDSoapThreadTaskData::m_responseHeaders |
Definition at line 62 of file KDSoapClientThread_p.h.
Referenced by responseHeaders().
| QSemaphore KDSoapThreadTaskData::m_semaphore |
Definition at line 60 of file KDSoapClientThread_p.h.
Referenced by waitForCompletion().
© 2010-2024 Klarälvdalens Datakonsult AB (KDAB)
https://www.kdab.com/development-resources/qt-tools/kd-soap/