📄 weatherforecastsoap.java
字号:
/**
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -