WeatherForecastSoap.java
上传用户:shen332233
上传日期:2021-09-03
资源大小:7478k
文件大小:1k
源码类别:

Ajax

开发平台:

Java

  1. /**
  2.  * WeatherForecastSoap.java
  3.  *
  4.  * This file was auto-generated from WSDL
  5.  * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
  6.  */
  7. package ajaxdashboard.ws.weatherforecast;
  8. public interface WeatherForecastSoap extends java.rmi.Remote {
  9.     /**
  10.      * Get one week weather forecast for a valid Zip Code(USA)
  11.      */
  12.     public ajaxdashboard.ws.weatherforecast.WeatherForecasts getWeatherByZipCode(java.lang.String zipCode) throws java.rmi.RemoteException;
  13.     /**
  14.      * Get one week  weather forecast for a place name(USA)
  15.      */
  16.     public ajaxdashboard.ws.weatherforecast.WeatherForecasts getWeatherByPlaceName(java.lang.String placeName) throws java.rmi.RemoteException;
  17. }