1 /**2 * GlobalWeather_Port.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 java.rmi.Remote ;11 import java.rmi.RemoteException ;12 import com.capeclear.www.GlobalWeather_xsd.WeatherReport;13 14 public interface GlobalWeather_Port extends Remote {15 public WeatherReport getWeatherReport(String code) throws RemoteException ;16 }17