com.google.soap.search
Class GoogleSearchBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.google.soap.search.GoogleSearchBindingStub
- All Implemented Interfaces:
- GoogleSearchPort, Remote
public class GoogleSearchBindingStub
- extends org.apache.axis.client.Stub
- implements GoogleSearchPort
|
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)
|
GoogleSearchBindingStub
public GoogleSearchBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
GoogleSearchBindingStub
public GoogleSearchBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
GoogleSearchBindingStub
public GoogleSearchBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
doGetCachedPage
public byte[] doGetCachedPage(String key,
String url)
throws RemoteException
- Specified by:
doGetCachedPage in interface GoogleSearchPort
- Throws:
RemoteException
doSpellingSuggestion
public String doSpellingSuggestion(String key,
String phrase)
throws RemoteException
- Specified by:
doSpellingSuggestion in interface GoogleSearchPort
- Throws:
RemoteException
doGoogleSearch
public GoogleSearchResult doGoogleSearch(String key,
String q,
int start,
int maxResults,
boolean filter,
String restrict,
boolean safeSearch,
String lr,
String ie,
String oe)
throws RemoteException
- Specified by:
doGoogleSearch in interface GoogleSearchPort
- Throws:
RemoteException