KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > wssample > gen > google > GoogleSearchService


1 /**
2  * GoogleSearchService.java
3  *
4  * This file was auto-generated from WSDL
5  * by the Apache Axis 1.2RC2 Dec 15, 2004 (10:53:17 CET) WSDL2Java emitter.
6  */

7
8 package org.objectweb.wssample.gen.google;
9
10 public interface GoogleSearchService extends javax.xml.rpc.Service JavaDoc {
11     public java.lang.String JavaDoc getGoogleSearchPortAddress();
12
13     public org.objectweb.wssample.gen.google.GoogleSearchPort getGoogleSearchPort() throws javax.xml.rpc.ServiceException JavaDoc;
14
15     public org.objectweb.wssample.gen.google.GoogleSearchPort getGoogleSearchPort(java.net.URL JavaDoc portAddress) throws javax.xml.rpc.ServiceException JavaDoc;
16 }
17
Popular Tags