#include <ResponseHandler.h>
The ObjectResponseHandler class is a subclass of the ResponseHandler class which allows delivery of object results.
◆ deliver() [1/2]
virtual void ObjectResponseHandler::deliver |
( |
const CIMObject & |
object | ) |
|
|
pure virtual |
Delivers an object result to the CIM Server. This method may be called multiple times when more than one result needs to be delivered. An Array form of this method is also available to deliver multiple results.
- Parameters
-
object | The object to deliver to the CIM Server. |
- Exceptions
-
Exception | May be thrown if the data that is delivered is not consistent with the corresponding request or associated schema. |
◆ deliver() [2/2]
virtual void ObjectResponseHandler::deliver |
( |
const Array< CIMObject > & |
objects | ) |
|
|
pure virtual |
Delivers multiple object results to the CIM Server. This method may be invoked multiple times, if necessary.
- Parameters
-
objects | The objects to deliver to the CIM Server. |
- Exceptions
-
Exception | May be thrown if the data that is delivered is not consistent with the corresponding request or associated schema. |
The documentation for this class was generated from the following file: