org.codehaus.xfire.spring.xfireXmlBeans.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.xmlbeansServiceFactory" class="org.codehaus.xfire.service.binding.ObjectServiceFactory" singleton="true"> <constructor-arg index="0" ref="xfire.transportManager" /> <constructor-arg index="1" ref="xfire.xmlbeansBindingProvider" /> <property name="wsdlBuilderFactory" ref="xfire.xmlbeansWSDLBuilderFactory"/> </bean> <bean id="xfire.xmlbeansBindingProvider" class="org.codehaus.xfire.aegis.AegisBindingProvider" singleton="true"> <constructor-arg index="0" ref="xfire.xmlbeansTypeRegistry" /> </bean> <bean id="xfire.xmlbeansTypeRegistry" class="org.codehaus.xfire.xmlbeans.XmlBeansTypeRegistry" singleton="true"/> <bean id="xfire.xmlbeansWSDLBuilderFactory" class="org.codehaus.xfire.xmlbeans.XmlBeansWSDLBuilderFactory"/> </beans>