com.google.soap.search
Class GoogleSearchBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.google.soap.search.GoogleSearchBindingStub
All Implemented Interfaces:
GoogleSearchPort, Remote

public class GoogleSearchBindingStub
extends org.apache.axis.client.Stub
implements GoogleSearchPort


Constructor Summary
GoogleSearchBindingStub()
           
GoogleSearchBindingStub(javax.xml.rpc.Service service)
           
GoogleSearchBindingStub(URL endpointURL, javax.xml.rpc.Service service)
           
 
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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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