![]() |
Qorus Integration Engine® Enterprise Edition 7.0.7_prod
|
this class provides an easy way to call service methods on a Qorus server; this class is not designed to be used directly; use OMQ::QorusRemoteServiceHelper instead More...
Public Member Methods | |
| constructor (QorusSystemAPIHelperBase n_omqapi, string n_type, string n_name) | |
| creates the object | |
| auto | methodGate (string m) |
| redirects requests to the appropriate service method | |
| code | memberGate (string m) |
| redirects requests to the appropriate service method | |
Public Attributes | |
| string | type |
service type (either "system" or "user") | |
| string | name |
| name of the service | |
this class provides an easy way to call service methods on a Qorus server; this class is not designed to be used directly; use OMQ::QorusRemoteServiceHelper instead
this classes uses OMQ::QorusSystemAPIHelperBase to make calls to service methods transparently as if the remote server service were a local class