![]() |
KD SOAP API Documentation 2.2
|
#include <KDSoapDelayedResponseHandle.h>
Public Member Functions | |
| KDSoapDelayedResponseHandle () | |
| KDSoapDelayedResponseHandle (const KDSoapDelayedResponseHandle &) | |
| ~KDSoapDelayedResponseHandle () | |
| KDSoapDelayedResponseHandle & | operator= (const KDSoapDelayedResponseHandle &) |
The delayed-response handle is an opaque data type representing a delayed response. When a server object wants to implement a SOAP method call using an asynchronous operation, it can call KDSoapServerObjectInterface::prepareDelayedResponse(), store the handle, and use the handle later on in order to send the delayed response.
Definition at line 26 of file KDSoapDelayedResponseHandle.h.
| KDSoapDelayedResponseHandle::KDSoapDelayedResponseHandle | ( | ) |
Constructs a null handle.
Definition at line 27 of file KDSoapDelayedResponseHandle.cpp.
| KDSoapDelayedResponseHandle::KDSoapDelayedResponseHandle | ( | const KDSoapDelayedResponseHandle & | rhs | ) |
Definition at line 32 of file KDSoapDelayedResponseHandle.cpp.
| KDSoapDelayedResponseHandle::~KDSoapDelayedResponseHandle | ( | ) |
Definition at line 45 of file KDSoapDelayedResponseHandle.cpp.
| KDSoapDelayedResponseHandle & KDSoapDelayedResponseHandle::operator= | ( | const KDSoapDelayedResponseHandle & | rhs | ) |
Definition at line 37 of file KDSoapDelayedResponseHandle.cpp.
© 2010-2024 Klarälvdalens Datakonsult AB (KDAB)
https://www.kdab.com/development-resources/qt-tools/kd-soap/