Package org.waveprotocol.box.search

Examples of org.waveprotocol.box.search.SearchProto$SearchResponse$DigestOrBuilder


    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 org.waveprotocol.box.search.SearchProto$SearchResponse$DigestOrBuilder

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.