1 /**2 * GlobalWeather_Service.java3 *4 * This file was auto-generated from WSDL5 * by the Apache Axis WSDL2Java emitter.6 */7 8 package com.capeclear.www.GlobalWeather_wsdl;9 10 import javax.xml.rpc.Service ;11 import javax.xml.rpc.ServiceException ;12 13 import java.net.URL ;14 15 public interface GlobalWeather_Service extends Service {16 17 // GlobalWeather18 public String getGlobalWeatherAddress();19 20 public GlobalWeather_Port getGlobalWeather() throws ServiceException ;21 22 public GlobalWeather_Port getGlobalWeather(java.net.URL portAddress) throws ServiceException ;23 public String getStationInfoAddress();24 25 public StationInfo getStationInfo() throws ServiceException ;26 27 public StationInfo getStationInfo(URL portAddress) throws ServiceException ;28 }29