Qorus Integration Engine®  4.0.3.p2_git
OMQ::ServiceMethodGateHelper Class Reference

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...

Inheritance diagram for OMQ::ServiceMethodGateHelper:
OMQ::Client::ClientPropServiceMethodGateHelper

Public Member Methods

 constructor (QorusSystemAPIHelperBase n_omqapi, string n_type, string n_name)
 creates the object
 
any 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
 

Detailed Description

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

See also
OMQ::QorusRemoteServiceHelper

The documentation for this class was generated from the following file: