This class represents a Service Interface. More...
#include <ServiceInterface.hpp>
Public Member Functions | |
shared_ptr < ServiceInterfaceDescription > | getServiceInterfaceDescription () |
shared_ptr< ServiceReply > | processServiceRequest (shared_ptr< ServiceRequest > request) |
ServiceInterface (shared_ptr< ServiceInterfaceDescription > interfaceDescription) | |
void | setHandlerMethod (shared_ptr< ServiceInterfaceHandlerMethodBase > handlerMethod) |
Friends | |
class | ServiceDescription |
This class represents a Service Interface.
Definition at line 62 of file ServiceInterface.hpp.