MIRA
|
Invoker that is used to invoke an RPC method call for a special backend. More...
#include <rpc/RPCInvoker.h>
Public Member Functions | |
virtual void | invoke (typename Backend::ServerRequest &request, typename Backend::ServerResponse &response)=0 |
object is pointer to service object whose method is called More... | |
Invoker that is used to invoke an RPC method call for a special backend.
The concrete implementations of the invokers are generated by boost::preprocessor and the macros at the end of this file. For each RPC method that is reflected in the service object an RPCInvoker object is created. The function is as follows:
|
pure virtual |
object is pointer to service object whose method is called
Implemented in ConcreteRPCInvoker< Backend, Function, R, ARGS >.