META-INF.cxf.cxf-all.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cxf-bundle-minimal Show documentation
Show all versions of cxf-bundle-minimal Show documentation
Apache CXF Minimal Bundle Jar
The newest version!
<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> <import resource="classpath:META-INF/cxf/cxf.xml"/> <import resource="classpath:META-INF/cxf/cxf-extension-http.xml"/> <import resource="classpath:META-INF/cxf/cxf-extension-http-jetty.xml"/> <import resource="classpath:META-INF/cxf/cxf-extension-jms.xml"/> <import resource="classpath:META-INF/cxf/cxf-extension-management.xml"/> <import resource="classpath:META-INF/cxf/cxf-extension-soap.xml"/> <import resource="classpath:META-INF/cxf/cxf-extension-wstx-msv-validation.xml"/> <import resource="classpath:META-INF/cxf/cxf-extension-jaxws.xml"/> <import resource="classpath:META-INF/cxf/cxf-extension-xml.xml"/> <import resource="classpath:META-INF/cxf/cxf-extension-ws-security.xml"/> <import resource="classpath:META-INF/cxf/cxf-extension-policy.xml"/> <import resource="classpath:META-INF/cxf/cxf-extension-addr.xml"/> <import resource="classpath:META-INF/cxf/cxf-extension-rm.xml"/> </beans>