![]() |
Qorus Integration Engine® Enterprise Edition 7.0.7_prod
|
This class implements a request handler supporting the DataStream protocol for Qorus services. More...
Public Member Methods | |
| constructor (hash< auto > cx, *hash< auto > ah) | |
| creates the object from an inbound request | |
Public Member Methods inherited from OMQ::ServiceLogBase | |
| constructor () | |
| creates the object and sets the service context for logging | |
| log (int ll, string fmt) | |
| logs to the service log file | |
Additional Inherited Members | |
Private Attributes inherited from OMQ::ServiceLogBase | |
| code | slog |
| service logging method call reference | |
This class implements a request handler supporting the DataStream protocol for Qorus services.
This class also allows logging to the service log file and must be subclassed; the recvDataImpl() and sendDataImpl() methods must be overridden to provide data receiving and sending support, respectively.
| OMQ::AbstractServiceDataStreamResponseHandler::constructor | ( | hash< auto > | cx, |
| *hash< auto > | ah | ||
| ) |
creates the object from an inbound request
| cx | call context hash; this hash will have the following keys:
|
| ah | any URI arguments in the request |