All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.codehaus.xfire.spring.customEditors.xml Maven / Gradle / Ivy

There is a newer version: 1.2.6
Show 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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy