Package org.ros.node.service
Interface ServiceResponseBuilder<T,S>
- Type Parameters:
T- theServiceServerresponds to requests of this typeS- theServiceServerreturns responses of this type
public interface ServiceResponseBuilder<T,S>
Builds a service response given a service request.
- Author:
- damonkohler@google.com (Damon Kohler)
-
Method Summary
-
Method Details
-
build
Builds a service response given a service request.- Parameters:
request- the received requestresponse- the response that will be sent- Throws:
ServiceException
-