KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > capeclear > www > GlobalWeather_wsdl > GlobalWeather_Service


1 /**
2  * GlobalWeather_Service.java
3  *
4  * This file was auto-generated from WSDL
5  * by the Apache Axis WSDL2Java emitter.
6  */

7
8 package com.capeclear.www.GlobalWeather_wsdl;
9
10 import javax.xml.rpc.Service JavaDoc;
11 import javax.xml.rpc.ServiceException JavaDoc;
12
13 import java.net.URL JavaDoc;
14
15 public interface GlobalWeather_Service extends Service JavaDoc {
16
17     // GlobalWeather
18
public String JavaDoc getGlobalWeatherAddress();
19
20     public GlobalWeather_Port getGlobalWeather() throws ServiceException JavaDoc;
21
22     public GlobalWeather_Port getGlobalWeather(java.net.URL JavaDoc portAddress) throws ServiceException JavaDoc;
23     public String JavaDoc getStationInfoAddress();
24
25     public StationInfo getStationInfo() throws ServiceException JavaDoc;
26
27     public StationInfo getStationInfo(URL JavaDoc portAddress) throws ServiceException JavaDoc;
28 }
29
Popular Tags