package cn.com.webxml;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.logging.Logger;
import javax.xml.namespace.QName;
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
@WebServiceClient(name = "WeatherWebService", targetNamespace = "http://WebXml.com.cn/", wsdlLocation = "file:/C:/Users/yaoyaomice/Desktop/WeatherWebService.wsdl")
public class WeatherWebService extends Service {
private final static URL WEATHERWEBSERVICE_WSDL_LOCATION;
private final static Logger logger = Logger
.getLogger(cn.com.webxml.WeatherWebService.class.getName());
static {
URL url = null;
try {
URL baseUrl;
baseUrl = cn.com.webxml.WeatherWebService.class.getResource(".");
url = new URL(baseUrl,
"http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?wsdl");
} catch (MalformedURLException e) {
logger.warning("Failed to create URL for the wsdl Location: 'file:/C:/Users/yaoyaomice/Desktop/WeatherWebService.wsdl', retrying as a local file");
logger.warning(e.getMessage());
}
WEATHERWEBSERVICE_WSDL_LOCATION = url;
}
public WeatherWebService(URL wsdlLocation, QName serviceName) {
super(wsdlLocation, serviceName);
}
public WeatherWebService() {
super(WEATHERWEBSERVICE_WSDL_LOCATION, new QName(
"http://WebXml.com.cn/", "WeatherWebService"));
}
/**
*
* @return returns WeatherWebServiceSoap
*/
@WebEndpoint(name = "WeatherWebServiceSoap")
public WeatherWebServiceSoap getWeatherWebServiceSoap() {
return super.getPort(new QName("http://WebXml.com.cn/",
"WeatherWebServiceSoap"), WeatherWebServiceSoap.class);
}
/**
*
* @return returns WeatherWebServiceSoap
*/
@WebEndpoint(name = "WeatherWebServiceSoap12")
public WeatherWebServiceSoap getWeatherWebServiceSoap12() {
return super.getPort(new QName("http://WebXml.com.cn/",
"WeatherWebServiceSoap12"), WeatherWebServiceSoap.class);
}
/**
*
* @return returns WeatherWebServiceHttpGet
*/
@WebEndpoint(name = "WeatherWebServiceHttpGet")
public WeatherWebServiceHttpGet getWeatherWebServiceHttpGet() {
return super.getPort(new QName("http://WebXml.com.cn/",
"WeatherWebServiceHttpGet"), WeatherWebServiceHttpGet.class);
}
/**
*
* @return returns WeatherWebServiceHttpPost
*/
@WebEndpoint(name = "WeatherWebServiceHttpPost")
public WeatherWebServiceHttpPost getWeatherWebServiceHttpPost() {
return super.getPort(new QName("http://WebXml.com.cn/",
"WeatherWebServiceHttpPost"), WeatherWebServiceHttpPost.class);
}
}
资源文件列表
weather/.classpath , 1380
weather/.myhibernatedata , 350
weather/.project , 1540
weather/.settings/.jsdtscope , 522
weather/.settings/com.genuitec.runtime.libraries.xml , 281
weather/.settings/org.eclipse.jdt.core.prefs , 364
weather/.settings/org.eclipse.wst.common.component , 480
weather/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml , 647
weather/.settings/org.eclipse.wst.common.project.facet.core.xml , 563
weather/.settings/org.eclipse.wst.jsdt.ui.superType.container , 49
weather/.settings/org.eclipse.wst.jsdt.ui.superType.name , 6
weather/.springBeans , 425
weather/readme.txt , 156
weather/src/applicationContext.xml , 1219
weather/src/cn/com/webxml/ArrayOfString.java , 1782
weather/src/cn/com/webxml/DataSet.java , 1610
weather/src/cn/com/webxml/GetSupportCity.java , 1417
weather/src/cn/com/webxml/GetSupportCityResponse.java , 1518
weather/src/cn/com/webxml/GetSupportDataSet.java , 769
weather/src/cn/com/webxml/GetSupportDataSetResponse.java , 3629
weather/src/cn/com/webxml/GetSupportProvince.java , 771
weather/src/cn/com/webxml/GetSupportProvinceResponse.java , 1562
weather/src/cn/com/webxml/GetWeatherbyCityName.java , 1402
weather/src/cn/com/webxml/GetWeatherbyCityNamePro.java , 1950
weather/src/cn/com/webxml/GetWeatherbyCityNameProResponse.java , 1617
weather/src/cn/com/webxml/GetWeatherbyCityNameResponse.java , 1584
weather/src/cn/com/webxml/ObjectFactory.java , 4365
weather/src/cn/com/webxml/package-info.java , 1296
weather/src/cn/com/webxml/WeatherWebService.java , 4188
weather/src/cn/com/webxml/WeatherWebServiceHttpGet.java , 6194
weather/src/cn/com/webxml/WeatherWebServiceHttpPost.java , 6196
weather/src/cn/com/webxml/WeatherWebServiceSoap.java , 3942
weather/src/hibernate.cfg.xml , 1037
weather/src/org/weather/dao/AdminDao.java , 163
weather/src/org/weather/dao/FavoriteDao.java , 355
weather/src/org/weather/dao/impl/AdminDaoImpl.java , 865
weather/src/org/weather/dao/impl/FavoriteDaoImpl.java , 1413
weather/src/org/weather/dao/impl/SurveyDaoImpl.java , 906
weather/src/org/weather/dao/impl/UserDaoImpl.java , 1411
weather/src/org/weather/dao/SurveyDao.java , 364
weather/src/org/weather/dao/UserDao.java , 441
weather/src/org/weather/entity/Admin.java , 635
weather/src/org/weather/entity/Favorite.java , 1996
weather/src/org/weather/entity/Survey.java , 2091
weather/src/org/weather/entity/User.java , 2046
weather/src/org/weather/utils/BaseHibernateDao.java , 3933
weather/src/org/weather/utils/CreateTable.java , 331
weather/src/org/weather/web/AdminAction.java , 1051
weather/src/org/weather/web/SurveyAction.java , 2055
weather/src/org/weather/web/UserAction.java , 4657
weather/src/org/weather/web/WeatherAction.java , 1544
weather/src/struts.xml , 1788
weather/WebRoot/css/lvyou.css , 4095
weather/WebRoot/css/styles.css , 2306
weather/WebRoot/easyui/changelog.txt , 28846
weather/WebRoot/easyui/easyloader.js , 6779
weather/WebRoot/easyui/jquery.easyui.min.js , 376585
weather/WebRoot/easyui/jquery.easyui.mobile.js , 4196
weather/WebRoot/easyui/jquery.min.js , 95956
weather/WebRoot/easyui/license_freeware.txt , 1108
weather/WebRoot/easyui/locale/easyui-lang-en.js , 1790
weather/WebRoot/easyui/locale/easyui-lang-zh_CN.js , 2377
weather/WebRoot/easyui/plugins/jquery.accordion.js , 7045
weather/WebRoot/easyui/plugins/jquery.calendar.js , 10234
weather/WebRoot/easyui/plugins/jquery.combo.js , 8845
weather/WebRoot/easyui/plugins/jquery.combobox.js , 10881
weather/WebRoot/easyui/plugins/jquery.combogrid.js , 7436
weather/WebRoot/easyui/plugins/jquery.combotree.js , 4572
weather/WebRoot/easyui/plugins/jquery.datagrid.js , 64797
weather/WebRoot/easyui/plugins/jquery.datalist.js , 3771
weather/WebRoot/easyui/plugins/jquery.datebox.js , 6016
weather/WebRoot/easyui/plugins/jquery.datetimebox.js , 5401
weather/WebRoot/easyui/plugins/jquery.datetimespinner.js , 1850
weather/WebRoot/easyui/plugins/jquery.dialog.js , 3938
weather/WebRoot/easyui/plugins/jquery.draggable.js , 7279
weather/WebRoot/easyui/plugins/jquery.droppable.js , 1697
weather/WebRoot/easyui/plugins/jquery.filebox.js , 2259
weather/WebRoot/easyui/plugins/jquery.form.js , 6828
weather/WebRoot/easyui/plugins/jquery.layout.js , 13233
weather/WebRoot/easyui/plugins/jquery.linkbutton.js , 4747
weather/WebRoot/easyui/plugins/jquery.menu.js , 11540
weather/WebRoot/easyui/plugins/jquery.menubutton.js , 3341
weather/WebRoot/easyui/plugins/jquery.messager.js , 5276
weather/WebRoot/easyui/plugins/jquery.mobile.js , 4196
weather/WebRoot/easyui/plugins/jquery.numberbox.js , 4599
weather/WebRoot/easyui/plugins/jquery.numberspinner.js , 1600
weather/WebRoot/easyui/plugins/jquery.pagination.js , 7640
weather/WebRoot/easyui/plugins/jquery.panel.js , 14641
weather/WebRoot/easyui/plugins/jquery.parser.js , 6702
weather/WebRoot/easyui/plugins/jquery.progressbar.js , 2191
weather/WebRoot/easyui/plugins/jquery.propertygrid.js , 9905
weather/WebRoot/easyui/plugins/jquery.resizable.js , 4627
weather/WebRoot/easyui/plugins/jquery.searchbox.js , 3567
weather/WebRoot/easyui/plugins/jquery.slider.js , 8622
weather/WebRoot/easyui/plugins/jquery.spinner.js , 2167
weather/WebRoot/easyui/plugins/jquery.splitbutton.js , 1476
weather/WebRoot/easyui/plugins/jquery.switchbutton.js , 5865
weather/WebRoot/easyui/plugins/jquery.tabs.js , 18010
weather/WebRoot/easyui/plugins/jquery.textbox.js , 11395
weather/WebRoot/easyui/plugins/jquery.timespinner.js , 4516
weather/WebRoot/easyui/plugins/jquery.tooltip.js , 5783
weather/WebRoot/easyui/plugins/jquery.tree.js , 26936
weather/WebRoot/easyui/plugins/jquery.treegrid.js , 27385
weather/WebRoot/easyui/plugins/jquery.validatebox.js , 7934
weather/WebRoot/easyui/plugins/jquery.window.js , 7039
weather/WebRoot/easyui/readme.txt , 218
weather/WebRoot/easyui/themes/black/accordion.css , 829
weather/WebRoot/easyui/themes/black/calendar.css , 3748
weather/WebRoot/easyui/themes/black/combo.css , 1044
weather/WebRoot/easyui/themes/black/combobox.css , 387
weather/WebRoot/easyui/themes/black/datagrid.css , 5440
weather/WebRoot/easyui/themes/black/datalist.css , 1821
weather/WebRoot/easyui/themes/black/datebox.css , 616
weather/WebRoot/easyui/themes/black/dialog.css , 533
weather/WebRoot/easyui/themes/black/easyui.css , 58056
weather/WebRoot/easyui/themes/black/filebox.css , 355
weather/WebRoot/easyui/themes/black/images/accordion_arrows.png , 122
weather/WebRoot/easyui/themes/black/images/blank.gif , 43
weather/WebRoot/easyui/themes/black/images/calendar_arrows.png , 173
weather/WebRoot/easyui/themes/black/images/combo_arrow.png , 100
weather/WebRoot/easyui/themes/black/images/datagrid_icons.png , 300
weather/WebRoot/easyui/themes/black/images/datebox_arrow.png , 626
weather/WebRoot/easyui/themes/black/images/layout_arrows.png , 179
weather/WebRoot/easyui/themes/black/images/linkbutton_bg.png , 1274
weather/WebRoot/easyui/themes/black/images/loading.gif , 1737
weather/WebRoot/easyui/themes/black/images/menu_arrows.png , 134
weather/WebRoot/easyui/themes/black/images/messager_icons.png , 6116
weather/WebRoot/easyui/themes/black/images/pagination_icons.png , 339
weather/WebRoot/easyui/themes/black/images/panel_tools.png , 184
weather/WebRoot/easyui/themes/black/images/searchbox_button.png , 813
weather/WebRoot/easyui/themes/black/images/slider_handle.png , 863
weather/WebRoot/easyui/themes/black/images/spinner_arrows.png , 112
weather/WebRoot/easyui/themes/black/images/tabs_icons.png , 144
weather/WebRoot/easyui/themes/black/images/tree_icons.png , 3086
weather/WebRoot/easyui/themes/black/images/validatebox_warning.png , 921
weather/WebRoot/easyui/themes/black/layout.css , 2607
weather/WebRoot/easyui/themes/black/linkbutton.css , 4350
weather/WebRoot/easyui/themes/black/menu.css , 2176
weather/WebRoot/easyui/themes/black/menubutton.css , 1864
weather/WebRoot/easyui/themes/black/messager.css , 794
weather/WebRoot/easyui/themes/black/numberbox.css , 125
weather/WebRoot/easyui/themes/black/pagination.css , 1418
weather/WebRoot/easyui/themes/black/panel.css , 2886
weather/WebRoot/easyui/themes/black/progressbar.css , 644
weather/WebRoot/easyui/themes/black/propertygrid.css , 710
weather/WebRoot/easyui/themes/black/searchbox.css , 1843
weather/WebRoot/easyui/themes/black/slider.css , 1610
weather/WebRoot/easyui/themes/black/spinner.css , 1445
weather/WebRoot/easyui/themes/black/splitbutton.css , 293
weather/WebRoot/easyui/themes/black/switchbutton.css , 1622
weather/WebRoot/easyui/themes/black/tabs.css , 9452
最多只能显示150条信息!