T
- the ServiceServer
responds to requests of this typeS
- the ServiceServer
returns responses of this typepublic interface ServiceResponseBuilder<T,S>
void build(T request, S response) throws ServiceException
request
- the received requestresponse
- the response that will be sentServiceException