文件名称:MyCxfClient
- 所属分类:
- JSP源码/Java
- 资源属性:
- 上传时间:
- 2019-05-19
- 文件大小:
- 14.38mb
- 下载次数:
- 0次
- 提 供 者:
- gzx****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
基于cxf实现的,根据wsdl实现的java客户端,有两种方式实现,供入门者参考:
1.通过eclipse自带的“右键-->new-->Web Services-->Web Service Client”根据wsdl生成本地代码实现
2.基于JDK自带的wsimport命令生成本地代码实现(Based on cxf, java client implemented according to bell 1 can be implemented in two ways for beginners to refer to:
1. Generate local code according to the CSS through the "right-click - > New - > Web Services - > Web Service Client" that comes with eclipse.
2. Generating local code based on wsimport command of JDK)
1.通过eclipse自带的“右键-->new-->Web Services-->Web Service Client”根据wsdl生成本地代码实现
2.基于JDK自带的wsimport命令生成本地代码实现(Based on cxf, java client implemented according to bell 1 can be implemented in two ways for beginners to refer to:
1. Generate local code according to the CSS through the "right-click - > New - > Web Services - > Web Service Client" that comes with eclipse.
2. Generating local code based on wsimport command of JDK)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
MyCxfClient\.classpath | 890 | 2019-05-18 |
MyCxfClient\.project | 1044 | 2019-05-18 |
MyCxfClient\.settings\.jsdtscope | 567 | 2019-05-18 |
MyCxfClient\.settings\org.eclipse.core.resources.prefs | 314 | 2019-05-19 |
MyCxfClient\.settings\org.eclipse.jdt.core.prefs | 364 | 2019-05-18 |
MyCxfClient\.settings\org.eclipse.wst.common.component | 562 | 2019-05-18 |
MyCxfClient\.settings\org.eclipse.wst.common.project.facet.core.xml | 349 | 2019-05-18 |
MyCxfClient\.settings\org.eclipse.wst.jsdt.ui.superType.container | 49 | 2019-05-18 |
MyCxfClient\.settings\org.eclipse.wst.jsdt.ui.superType.name | 6 | 2019-05-18 |
MyCxfClient\build\classes\applicationContext.xml | 1127 | 2019-05-19 |
MyCxfClient\build\classes\cn\g\cxfdemo\app\AppDemo1.class | 1044 | 2019-05-19 |
MyCxfClient\build\classes\cn\g\cxfdemo\HelloServiceImplService.class | 2817 | 2019-05-19 |
MyCxfClient\build\classes\cn\g\cxfdemo\IHelloService.class | 775 | 2019-05-19 |
MyCxfClient\build\classes\cn\g\cxfdemo\ObjectFactory.class | 1818 | 2019-05-19 |
MyCxfClient\build\classes\cn\g\cxfdemo\package-info.class | 238 | 2019-05-19 |
MyCxfClient\build\classes\cn\g\cxfdemo\SayHello.class | 763 | 2019-05-19 |
MyCxfClient\build\classes\cn\g\cxfdemo\SayHelloResponse.class | 869 | 2019-05-19 |
MyCxfClient\build\classes\cn\g\cxfdemo0\app\AppDemo.class | 938 | 2019-05-19 |
MyCxfClient\build\classes\cn\g\cxfdemo0\IHelloService.class | 257 | 2019-05-19 |
MyCxfClient\build\classes\cn\g\cxfdemo0\IHelloServiceProxy.class | 1821 | 2019-05-19 |
MyCxfClient\build\classes\cn\g\cxfdemo0\impl\HelloServiceImplService.class | 432 | 2019-05-19 |
MyCxfClient\build\classes\cn\g\cxfdemo0\impl\HelloServiceImplServiceLocator.class | 4724 | 2019-05-19 |
MyCxfClient\build\classes\cn\g\cxfdemo0\impl\HelloServiceImplServiceSoapBindingStub.class | 5830 | 2019-05-19 |
MyCxfClient\build\classes\log4j.properties | 299 | 2016-07-10 |
MyCxfClient\config\applicationContext.xml | 1127 | 2019-05-19 |
MyCxfClient\config\log4j.properties | 299 | 2016-07-10 |
MyCxfClient\src\cn\g\cxfdemo\app\AppDemo1.java | 1139 | 2019-05-19 |
MyCxfClient\src\cn\g\cxfdemo\HelloServiceImplService.java | 3286 | 2019-05-19 |
MyCxfClient\src\cn\g\cxfdemo\IHelloService.java | 1081 | 2019-05-19 |
MyCxfClient\src\cn\g\cxfdemo\ObjectFactory.java | 2341 | 2019-05-19 |
MyCxfClient\src\cn\g\cxfdemo\package-info.java | 97 | 2019-05-19 |
MyCxfClient\src\cn\g\cxfdemo\SayHello.java | 1350 | 2019-05-19 |
MyCxfClient\src\cn\g\cxfdemo\SayHelloResponse.java | 1484 | 2019-05-19 |
MyCxfClient\src\cn\g\cxfdemo0\app\AppDemo.java | 563 | 2019-05-19 |
MyCxfClient\src\cn\g\cxfdemo0\IHelloService.java | 337 | 2019-05-19 |
MyCxfClient\src\cn\g\cxfdemo0\IHelloServiceProxy.java | 1640 | 2019-05-19 |
MyCxfClient\src\cn\g\cxfdemo0\impl\HelloServiceImplService.java | 575 | 2019-05-19 |
MyCxfClient\src\cn\g\cxfdemo0\impl\HelloServiceImplServiceLocator.java | 5661 | 2019-05-19 |
MyCxfClient\src\cn\g\cxfdemo0\impl\HelloServiceImplServiceSoapBindingStub.java | 5463 | 2019-05-19 |
MyCxfClient\WebContent\META-INF\MANIFEST.MF | 39 | 2019-05-18 |
MyCxfClient\WebContent\WEB-INF\lib\axis.jar | 1599570 | 2019-05-18 |
MyCxfClient\WebContent\WEB-INF\lib\com.springsource.org.aopalliance-1.0.0.jar | 4615 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar | 1642154 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\commons-discovery-0.2.jar | 71442 | 2019-05-18 |
MyCxfClient\WebContent\WEB-INF\lib\commons-logging-1.1.1.jar | 60686 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\commons-logging.jar | 74691 | 2019-05-19 |
MyCxfClient\WebContent\WEB-INF\lib\cxf-2.4.2.jar | 5578682 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\geronimo-activation_1.1_spec-1.1.jar | 47465 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\geronimo-annotation_1.0_spec-1.1.1.jar | 12452 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\geronimo-javamail_1.4_spec-1.7.1.jar | 223298 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\geronimo-stax-api_1.0_spec-1.0.1.jar | 28804 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\jaxb-api-2.2.1.jar | 104554 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\jaxb-impl-2.2.1.1.jar | 877973 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\jaxrpc.jar | 31191 | 2019-05-18 |
MyCxfClient\WebContent\WEB-INF\lib\log4j-1.2.17.jar | 489884 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\mysql-connector-java-5.0.8-bin.jar | 540852 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\neethi-3.0.1.jar | 70663 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\saaj.jar | 18979 | 2019-05-18 |
MyCxfClient\WebContent\WEB-INF\lib\slf4j-api-1.6.1.jar | 25496 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\slf4j-log4j12-1.7.2.jar | 8819 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\spring-aop-3.2.0.RELEASE.jar | 334895 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\spring-aspects-3.2.0.RELEASE.jar | 69808 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\spring-beans-3.2.0.RELEASE.jar | 604742 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\spring-context-3.2.0.RELEASE.jar | 854027 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\spring-core-3.2.0.RELEASE.jar | 863065 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\spring-expression-3.2.0.RELEASE.jar | 193790 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\spring-jdbc-3.2.0.RELEASE.jar | 400949 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\spring-tx-3.2.0.RELEASE.jar | 240944 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\spring-web-3.2.0.RELEASE.jar | 624327 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\stax2-api-3.1.1.jar | 182112 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\woodstox-core-asl-4.1.1.jar | 478446 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\wsdl4j-1.6.2.jar | 148429 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\lib\wsdl4j.jar | 168875 | 2019-05-19 |
MyCxfClient\WebContent\WEB-INF\lib\xmlschema-core-2.0.jar | 160085 | 2016-06-26 |
MyCxfClient\WebContent\WEB-INF\web.xml | 654 | 2019-05-19 |
MyCxfClient\build\classes\cn\g\cxfdemo\app | 0 | 2019-05-19 |
MyCxfClient\build\classes\cn\g\cxfdemo0\app | 0 | 2019-05-19 |
MyCxfClient\build\classes\cn\g\cxfdemo0\impl | 0 | 2019-05-19 |
MyCxfClient\build\classes\cn\g\cxfdemo | 0 | 2019-05-19 |
MyCxfClient\build\classes\cn\g\cxfdemo0 | 0 | 2019-05-19 |
MyCxfClient\src\cn\g\cxfdemo\app | 0 | 2019-05-19 |
MyCxfClient\src\cn\g\cxfdemo0\app | 0 | 2019-05-19 |
MyCxfClient\src\cn\g\cxfdemo0\impl | 0 | 2019-05-19 |
MyCxfClient\build\classes\cn\g | 0 | 2019-05-19 |
MyCxfClient\src\cn\g\cxfdemo | 0 | 2019-05-19 |
MyCxfClient\src\cn\g\cxfdemo0 | 0 | 2019-05-19 |
MyCxfClient\build\classes\cn | 0 | 2019-05-19 |
MyCxfClient\src\cn\g | 0 | 2019-05-19 |
MyCxfClient\WebContent\WEB-INF\lib | 0 | 2019-05-19 |
MyCxfClient\build\classes | 0 | 2019-05-19 |
MyCxfClient\src\cn | 0 | 2019-05-19 |
MyCxfClient\WebContent\META-INF | 0 | 2019-05-19 |
MyCxfClient\WebContent\WEB-INF | 0 | 2019-05-19 |
MyCxfClient\.settings | 0 | 2019-05-19 |
MyCxfClient\build | 0 | 2019-05-19 |
MyCxfClient\config | 0 | 2019-05-19 |
MyCxfClient\src | 0 | 2019-05-19 |
MyCxfClient\WebContent | 0 | 2019-05-19 |
MyCxfClient | 0 | 2019-05-19 |