SearchService.java :  » Search » zoie » proj » zoie » admin » client » search » Java Open Source

Java Open Source » Search » zoie 
zoie » proj » zoie » admin » client » search » SearchService.java
package proj.zoie.admin.client.search;

import com.google.gwt.user.client.rpc.RemoteService;
import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;

@RemoteServiceRelativePath("search")
public interface SearchService extends RemoteService {

  SearchResult search(SearchRequest req);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.