com.google.soap.search
Interface GoogleSearchPort
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- GoogleSearchBindingStub
public interface GoogleSearchPort
- extends Remote
|
Method Summary |
byte[] |
doGetCachedPage(String key,
String url)
|
GoogleSearchResult |
doGoogleSearch(String key,
String q,
int start,
int maxResults,
boolean filter,
String restrict,
boolean safeSearch,
String lr,
String ie,
String oe)
|
String |
doSpellingSuggestion(String key,
String phrase)
|
doGetCachedPage
byte[] doGetCachedPage(String key,
String url)
throws RemoteException
- Throws:
RemoteException
doSpellingSuggestion
String doSpellingSuggestion(String key,
String phrase)
throws RemoteException
- Throws:
RemoteException
doGoogleSearch
GoogleSearchResult doGoogleSearch(String key,
String q,
int start,
int maxResults,
boolean filter,
String restrict,
boolean safeSearch,
String lr,
String ie,
String oe)
throws RemoteException
- Throws:
RemoteException