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

Ajax

开发平台:

Java

  1. /**
  2.  * WeatherForecast.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 WeatherForecast extends javax.xml.rpc.Service {
  9. /**
  10.  * Get one week weather forecast for valid zip code or Place name  * in USA
  11.  */
  12.     public java.lang.String getWeatherForecastSoapAddress();
  13.     public ajaxdashboard.ws.weatherforecast.WeatherForecastSoap getWeatherForecastSoap() throws javax.xml.rpc.ServiceException;
  14.     public ajaxdashboard.ws.weatherforecast.WeatherForecastSoap getWeatherForecastSoap(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
  15. }