Java WebService 参考文档

webservice 基础使用 java 与tomcat使用
http://cxshun.iteye.com/blog/1275408

spring mvc中使用
https://www.cnblogs.com/sharpest/p/7784119.html

spring boot 使用
https://blog.csdn.net/nr000/article/details/78520163

cxf基本使用
https://blog.csdn.net/longshengguoji/article/details/41450177

cxf 在webapp ,spring中使用
https://www.cnblogs.com/holbrook/archive/2012/12/12/2814821.html

cxf客户端使用
https://blog.csdn.net/z69183787/article/details/53488887

cxf 客户端使用2
https://my.oschina.net/nba/blog/482117

cxf入门
http://yufenfei.iteye.com/category/249481

cxf 三种发布方式
https://blog.csdn.net/u011498933/article/details/75355338
cxf 三种调用方式
1.生成java类
2.使用JaxWsDynamicClientFactory


Endpoint

总结
1.两种创建方式
1.1 serverfactorybean启动(接口实现不需要相关注解)
1.2 endpoint启动 (接口实现与需要相关注解)
2.三种调用方式
2.1动态代理
2.2拿到现有接口与类
2.3生成相关类
3.用户名密码进行验证
3.与spring集成
4.与springboot集成

cxf 三种发布方式与4种调用方式
https://blog.csdn.net/u011498933/article/details/75355338

cxf 客户端调用2
https://blog.csdn.net/z69183787/article/details/53488887
cxf 客户端调用3
https://my.oschina.net/nba/blog/482117

cxf 安全认证1
https://blog.csdn.net/rangqiwei/article/details/19282271

cxf 安全认证2
https://blog.csdn.net/weixin_41138656/article/details/79393366

cxf实战 创建webservice 与创建restfulapi
https://blog.csdn.net/kongxx/article/details/7534035

posted @ 2018-10-17 11:58  liuxm-刘小明  阅读(628)  评论(0编辑  收藏  举报