📄 weatherservice.java
字号:
package org.codehaus.xfire.jaxb;import net.webservicex.GetWeatherByPlaceName;import net.webservicex.GetWeatherByPlaceNameResponse;import net.webservicex.GetWeatherByZipCode;import net.webservicex.GetWeatherByZipCodeResponse;/** * User: chris * Date: Aug 20, 2005 * Time: 11:19:29 PM */public interface WeatherService{ GetWeatherByZipCodeResponse GetWeatherByZipCode(GetWeatherByZipCode body); GetWeatherByPlaceNameResponse getWeatherByPlaceName(GetWeatherByPlaceName body); GetWeatherByPlaceNameResponse DontCallThisMethod(GetWeatherByPlaceName body);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -