MIRA
RPCServer Member List

This is the complete list of members for RPCServer, including all inherited members.

existsService(const std::string &name) constRPCServerinline
generateErrorResponse(const std::string &callId, RPCError reason, const std::string &message, typename Backend::ServerResponse &oResponse)RPCServerinlineprotected
getService(const std::string &name) constRPCServerinline
getServices() constRPCServerinline
implementsInterface(const std::string &name, const std::string &interface) constRPCServerinline
MethodInfoSet typedefRPCServer
MethodSet typedefRPCServer
ParameterDescriptions typedefRPCServer
processCall(typename Backend::ServerRequest &request, typename Backend::ServerResponse &response)RPCServerinline
processCallCommon(typename Backend::ServerRequest &request, typename Backend::ServerResponse &response, std::string &oCallId, boost::shared_ptr< TRPCInvoker< Backend >> &oInvoker, Service *&oService, Method *&oMethod)RPCServerinlineprotected
processCallDeferred(typename Backend::ServerRequest &request, typename Backend::ServerResponse &response)RPCServerinline
queryServicesForInterface(const std::string &interface) constRPCServerinline
registerServiceObject(const std::string &serviceName, T &serviceObject, std::set< RPCSignature > *addedMethods=NULL, std::set< std::string > *addedInterfaces=NULL)RPCServerinline
Service typedefRPCServer
ServiceMap typedefRPCServer
unregisterService(const std::string &serviceName)RPCServerinline