xfire+spring 配备

xfire+spring 配置beans xmlnshttp://www.springframework.org/schema/beansxmlns:xsihttp://www.w3

xfire+spring 配置

<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"          xmlns:tx="http://www.springframework.org/schema/tx"          xmlns:aop="http://www.springframework.org/schema/aop"      xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd          http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.0.xsd          http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd          http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd">       <!--           <bean id="propertyConfigurer" /><bean id="baseWebService" lazy-init="false" abstract="true"> <property name="serviceFactory" ref="xfire.serviceFactory" /> <property name="xfire" ref="xfire" /> </bean> <bean id="userWS" parent="baseWebService"> <property name="serviceBean" ref="userWS" />  <property name="serviceClass" value="org.ave7.xfire.ws.UserService" />  </bean></beans>
?