KickJava   Java API By Example, From Geeks To Geeks.

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


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