cxf
文章平均质量分 82
ponlya
这个作者很懒,什么都没留下…
展开
-
cxf 笔记
1.SEVERE: Cannot find any registered HttpDestinationFactory from the Bus.异常是因为无:cxf-rt-transports-http-jetty,添加该jar包即可 2.反向生成java代码 \apache-cxf-2.7.4\bin>wsdl2java XXX.wsdl ...原创 2013-05-05 23:47:27 · 85 阅读 · 0 评论 -
Cxf Hello
1.定义接口 import javax.jws.WebService; @WebService public interface HelloWorld { String sayHi(String text); } 2.实现 //@WebService(endpointInterface = "XXXXX.HelloWorld", serviceName = "Hell...原创 2013-05-20 23:52:40 · 101 阅读 · 0 评论 -
CXF aout
关于CXF SVN from:https://svn.apache.org/repos/asf/cxf/branches/2.7.x-fixes/distribution/src/main/release/samplescxf.version 2.7.4 1.CXF 主页: http://cxf.apache.org/2. CXF中文讨论组: http://groups.google.com...原创 2013-05-20 23:57:56 · 104 阅读 · 0 评论