会飞的草帽1 2017-11-30 13:54 采纳率: 0%
浏览 1090

xfire-servlet.xml 配置问题

 - <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p" xmlns:context="http://www.springframework.org/schema/context" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
  <import resource="classpath:org/codehaus/xfire/spring/xfire.xml" /> 
  <context:component-scan base-package="com.aisino.ws" /> 
- <bean class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
- <property name="urlMap">
- <map>
  <entry key="/eInvWS/*" value-ref="eInvWS" /> 
  </map>
  </property>
  </bean>
  <bean id="eInvWS" class="org.codehaus.xfire.spring.remoting.XFireExporter" p:serviceFactory-ref="xfire.serviceFactory" p:xfire-ref="xfire" p:serviceBean-ref="eInvWebService" p:serviceClass="com.aisino.ws.IEInvWebService" /> 
  <bean id="eInvWebService" class="com.aisino.ws.impl.EInvWebServiceImpl" /> 
  </beans>

请教一下 这个配置是什么意思 ?

  • 写回答

1条回答 默认 最新

  • devmiao 2017-11-30 15:57
    关注
    评论

报告相同问题?

悬赏问题

  • ¥15 shape_predictor_68_face_landmarks.dat
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料
  • ¥15 使用R语言marginaleffects包进行边际效应图绘制