XFire 和spring结合,配置ServiceBean参数问题
<bean class="org.codehaus.xfire.spring.ServiceBean"> <property name="serviceBean"> <ref bean="CustomerServiceA"/> </property> <property name="serviceClass" value="crmwsi.crm.CustomerServiceA" /> <property name="name" value="CustomerServiceA" /> <property name="inHandlers"> <list> <ref bean="addressingHandler" /> </list> </property> </bean>