下载此文档

webServiceCXF+spring 访问数据库实例.docx


文档分类:IT计算机 | 页数:约7页 举报非法文档有奖
1/7
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/7 下载此文档
文档列表 文档介绍
服务端的 xml 配置文件: <beans xmlns="ema/beans" xmlns:xsi="1/XMLSchema-instance" xmlns:cxf="http://cxf./core" xmlns:jaxws="http://cxf./jaxws" xsi:schemaLocation=" http://cxf./core http://cxf./schemas/ ema/beans ema/beans/spring-beans- http://cxf./jaxws http://cxf./schemas/"> <import resource="classpath:META-INF/cxf/" /> <import resource="classpath:META-INF/cxf/cxf-extension-" /> <import resource="classpath:META-INF/cxf/cxf-" /> <bean id="serverPasswordCallback" class=""/> <bean id="logOutbound" class=""/> <bean id="logInbound" class=""/> <bean id="wss4jInInterceptor" class=""> <constructor-arg> <map> <entry key="action" value="UsernameToken"/> <entry key="passwordType" value="PasswordText"/> <!-- entry key="signaturePropFile" value="..."/--> <entry key="passwordCallbackRef"> <ref bean="serverPasswordCallback"/> </entry> </map> </constructor-arg> </bean> <jaxws:endpoint id="userws" implementor="#userWSImpl" address="/UserWS" > <jaxws:inInterceptors> <ref bean="wss4jInInterceptor"/> <ref bean="logInbound"/> </jaxws:inInterceptors> </jaxws:endpoint> <!--cxf:bus> <cxf:inInterceptors> <ref bean="logInbound"/--> <!--ref bean="wss4jInInterceptor"/--> <!--/c

webServiceCXF+spring 访问数据库实例 来自淘豆网m.daumloan.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数7
  • 收藏数0 收藏
  • 顶次数0
  • 上传人2028423509
  • 文件大小0 KB
  • 时间2016-03-10