this.service.getSortCapabilities(request, response);
return response;
}
private SearchResponse handle(final Search request, final DeviceByRequestHeader device, WebappLocationBean wlb) throws JAXBException, IOException {
final SearchResponse response = new SearchResponse();
this.service.search(request, response, device, wlb);
return response;
}