The Qorus API data provider for the call implicit service method API.
More...
Inherits AbstractDataProvider.
|
| constructor (int svcid, string method_name) |
| creates the object
|
|
| constructor (*hash< auto > options) |
| Creates the object from constructor options.
|
|
string | getName () |
| Returns the name of the data provider.
|
|
*string | getDesc () |
| Returns the data provider description.
|
|
hash< DataProviderInfo > | getStaticInfoImpl () |
| Returns data provider static info.
|
|
|
const | ProviderInfo |
| Provider info.
|
|
const | ConstructorOptions = QorusApiServiceMethodDataProvider::ConstructorOptions |
| Constructor options.
|
|
const | RequestType = AbstractDataProviderType::anyDataType |
| Request type.
|
|
const | ResponseType = AbstractDataProviderType::anyDataType |
| Response type.
|
|
|
auto | doRequestImpl (auto req, *hash< auto > request_options) |
| Makes a request and returns the response.
|
|
*AbstractDataProviderType | getRequestTypeImpl () |
| Returns the description of a successful request message, if any.
|
|
*AbstractDataProviderType | getResponseTypeImpl () |
| Returns the description of a response message, if this object represents a response message.
|
|
|
int | svcid |
| The service ID.
|
|
string | method_name |
| The service method name.
|
|
The Qorus API data provider for the call implicit service method API.
◆ doRequestImpl()
auto QorusApiDataProvider::QorusApiServiceMethodCallDataProvider::doRequestImpl |
( |
auto |
req, |
|
|
*hash< auto > |
request_options |
|
) |
| |
|
private |
Makes a request and returns the response.
- Parameters
-
req | the request to serialize and make according to the request type |
request_options | the request options; will be processed by validateRequestOptions() |
- Returns
- the response to the request
◆ getRequestTypeImpl()
*AbstractDataProviderType QorusApiDataProvider::QorusApiServiceMethodCallDataProvider::getRequestTypeImpl |
( |
| ) |
|
|
private |
Returns the description of a successful request message, if any.
- Returns
- the request type for this provider
◆ getResponseTypeImpl()
*AbstractDataProviderType QorusApiDataProvider::QorusApiServiceMethodCallDataProvider::getResponseTypeImpl |
( |
| ) |
|
|
private |
Returns the description of a response message, if this object represents a response message.
- Returns
- the response type for this response message
The documentation for this class was generated from the following file:
- QorusApiServiceMethodCallDataProvider.qc