weatherforecastsoap.java

来自「买书附带的光盘资料Foundations_Of_Ajax中文版教程及源代码。 」· Java 代码 · 共 22 行

JAVA
22
字号
/**
 * WeatherForecastSoap.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
 */

package ajaxdashboard.ws.weatherforecast;

public interface WeatherForecastSoap extends java.rmi.Remote {

    /**
     * Get one week weather forecast for a valid Zip Code(USA)
     */
    public ajaxdashboard.ws.weatherforecast.WeatherForecasts getWeatherByZipCode(java.lang.String zipCode) throws java.rmi.RemoteException;

    /**
     * Get one week  weather forecast for a place name(USA)
     */
    public ajaxdashboard.ws.weatherforecast.WeatherForecasts getWeatherByPlaceName(java.lang.String placeName) throws java.rmi.RemoteException;
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?