Package com.groovesquid.service

Examples of com.groovesquid.service.SearchService$SearchResponse


    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;
  }
View Full Code Here

TOP

Related Classes of com.groovesquid.service.SearchService$SearchResponse

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.