org.ros.node.service
Interface ServiceResponseBuilder<T,S>
- Type Parameters:
T
- the ServiceServer
responds to requests of this typeS
- the ServiceServer
returns responses of this type
public interface ServiceResponseBuilder<T,S>
Builds a service response given a service request.
Method Summary |
void |
build(T request,
S response)
Builds a service response given a service request. |
build
void build(T request,
S response)
throws ServiceException
- Builds a service response given a service request.
- Parameters:
request
- the received requestresponse
- the response that will be sent
- Throws:
ServiceException