版本 -- cxf-2.5.2
成都创新互联公司专业提供成都主机托管四川主机托管成都服务器托管四川服务器托管,支持按月付款!我们的承诺:贵族品质、平民价格,机房位于中国电信/网通/移动机房,温江服务器托管服务有保障!
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:jaxws="http://cxf.apache.org/jaxws"
xmlns:cxf="http://cxf.apache.org/core"
xsi:schemaLocation="http://cxf.apache.org/core http://cxf.apache.org/schemas/core.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd">
<!-- 引入cxf配置文件 -->
<import resource="classpath:META-INF/cxf/cxf.xml" />
<import resource="classpath:META-INF/cxf/cxf-servlet.xml" />
<!-- IP地址输入拦截器 -->
<bean id="addressInInterceptor" class="com.webservice.impl.util.AddressInInterceptor" />
<!-- 全局拦截器Bus 也可以使用局部拦截器配置-->
<!--
<cxf:bus>
<cxf:inInterceptors>
<ref bean="addressInInterceptor" />
</cxf:inInterceptors>
</cxf:bus>
-->
<!-- 用户信息-->
<bean id="userDetailsServiceImpl" class="com.webservice.impl.UserDetailsServiceImpl"/>
<jaxws:endpoint
id="userDetailsService"
implementor="#userDetailsServiceImpl"
implementorClass="com.webservice.impl.UserDetailsServiceImpl"
address="/userDetailsService" >
<jaxws:inInterceptors>
<ref bean="addressInInterceptor" />
</jaxws:inInterceptors>
</jaxws:endpoint>
</beans>
地址拦截 白名单
public class AddressInInterceptor extends AbstractPhaseInterceptor<Message> {
@Resource
com.hotent.platform.service.system.SysAcceptIpService sysAcceptIpService;
public AddressInInterceptor() {
super(Phase.RECEIVE);
}
/**
*拦截器过滤方法。
*/
public void handleMessage(Message message) throws Fault {
HttpServletRequest request = (HttpServletRequest) message.get(AbstractHTTPDestination.HTTP_REQUEST);
String ipAddr=request.getRemoteAddr();
if(!accept(ipAddr))
throw new Fault(new IllegalAccessException("ip地址" + ipAddr + " 拒绝访问"));
}
}
访问地址: http://ip:port/project/service/SystemResourcesService?wsdl
网站名称:springcxf配置
文章分享:https://www.cdcxhl.com/article20/iicsco.html
成都网站建设公司_创新互联,为您提供搜索引擎优化、动态网站、品牌网站建设、手机网站建设、响应式网站、网站维护
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联