01: /**
02: * GoogleSearchService.java
03: *
04: * This file was auto-generated from WSDL
05: * by the Apache Axis 1.2RC1 Sep 29, 2004 (08:29:40 EDT) WSDL2Java emitter.
06: */package org.objectweb.wssample.genbean.google;
07:
08: public interface GoogleSearchService extends javax.xml.rpc.Service {
09: public java.lang.String getGoogleSearchPortAddress();
10:
11: public org.objectweb.wssample.genbean.google.GoogleSearchPort getGoogleSearchPort()
12: throws javax.xml.rpc.ServiceException;
13:
14: public org.objectweb.wssample.genbean.google.GoogleSearchPort getGoogleSearchPort(
15: java.net.URL portAddress)
16: throws javax.xml.rpc.ServiceException;
17: }
|