日期:2014-05-19 浏览次数:20771 次
<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>