50,331
社区成员




<jaxws:endpoint id="remoteWS" implementor="com.zhulong.webservice.impl.RemoteWebServiceImpl" address="/RemoteWS">
<!-- 配置IN拦截器 -->
<jaxws:inInterceptors>
<bean class="org.apache.cxf.interceptor.LoggingInInterceptor"></bean>
<bean class="com.zhulong.interceptor.AuthIntercetpr"></bean>
</jaxws:inInterceptors>
<!-- 配置OUT拦截器 -->
<jaxws:outInterceptors>
<bean class="org.apache.cxf.interceptor.LoggingOutInterceptor"></bean>
</jaxws:outInterceptors>
</jaxws:endpoint>