#include <ResponseHandler.h>
The ResponseHandler class allows a provider to report operation progress and results to the CIM Server. Subclasses are defined for each type of result data.
◆ ~ResponseHandler()
virtual ResponseHandler::~ResponseHandler |
( |
| ) |
|
|
virtual |
◆ ResponseHandler() [1/2]
ResponseHandler::ResponseHandler |
( |
| ) |
|
|
protected |
◆ ResponseHandler() [2/2]
◆ complete()
virtual void ResponseHandler::complete |
( |
| ) |
|
|
pure virtual |
Informs the CIM Server that delivery of results is complete. This method must be called when all the results have been delivered. The deliver() method must not be called after this method is called.
◆ getContext()
Gets the context for the results delivered to the CIM Server.
◆ operator=()
◆ processing()
virtual void ResponseHandler::processing |
( |
| ) |
|
|
pure virtual |
Informs the CIM Server that delivery of results will begin. This method must be called before deliver() is called.
◆ setContext()
Sets the context for operation responses delivered to the CIM Server. This method allows a provider to communicate context information (such as content language) along with an operation response. The context information applies to all the operation response data delivered to this ResponseHandler object. The context information is applied at the time the complete() method is called.
The documentation for this class was generated from the following file: