org.codehaus.xfire.spring.customEditors.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xfire-spring Show documentation
Show all versions of xfire-spring Show documentation
Spring configuration support for XFire.
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"> <beans> <bean id="xfire.customEditorConfigurer" class="org.springframework.beans.factory.config.CustomEditorConfigurer"> <property name="customEditors"> <map> <entry key="org.codehaus.xfire.service.ServiceFactory"> <bean class="org.codehaus.xfire.spring.editors.ServiceFactoryEditor"> <property name="transportManager" ref="xfire.transportManager" /> </bean> </entry> </map> </property> </bean> </beans>