/** * GoogleSearchService.java * * This file was auto-generated from WSDL * by the Apache Axis 1.2RC1 Sep 29, 2004 (08:29:40 EDT) WSDL2Java emitter. */ package GoogleSearch; public interface GoogleSearchService extends javax.xml.rpc.Service { public java.lang.String getGoogleSearchPortAddress(); public GoogleSearch.GoogleSearchPort getGoogleSearchPort() throws javax.xml.rpc.ServiceException; public GoogleSearch.GoogleSearchPort getGoogleSearchPort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException; }