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

META-INF.spring.rsserver.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:cxf="http://camel.apache.org/schema/cxf"
       xmlns:jaxrs="http://cxf.apache.org/jaxrs"
       xsi:schemaLocation="
       http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
       http://camel.apache.org/schema/cxf http://camel.apache.org/schema/cxf/camel-cxf.xsd
       http://cxf.apache.org/jaxrs http://cxf.apache.org/schemas/jaxrs.xsd
       http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd
    ">

    <!-- Defined the server endpoint to create the cxf-rs consumer -->
    <cxf:rsServer id="rsExampleRestAuthServer" address="http://${kagura.camel.rest.ip:0.0.0.0}:${kagura.camel.rest.port:8432}/exampleAuthRest/"
                  serviceClass="com.base2.kagura.services.exampleRestAuth.MyAuthImpl"
                  loggingFeatureEnabled="true" loggingSizeLimit="20" skipFaultLogging="true" >
        <cxf:providers>
            <bean class="org.codehaus.jackson.jaxrs.JacksonJsonProvider"/>
        </cxf:providers>
    </cxf:rsServer>
</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy