📄 weatherforecast.java
字号:
/**
* WeatherForecast.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 WeatherForecast extends javax.xml.rpc.Service {
/**
* Get one week weather forecast for valid zip code or Place name * in USA
*/
public java.lang.String getWeatherForecastSoapAddress();
public ajaxdashboard.ws.weatherforecast.WeatherForecastSoap getWeatherForecastSoap() throws javax.xml.rpc.ServiceException;
public ajaxdashboard.ws.weatherforecast.WeatherForecastSoap getWeatherForecastSoap(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -