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

main.webapp.WEB-INF.beans.xml Maven / Gradle / Ivy

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"
       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://cxf.apache.org/jaxrs
        http://cxf.apache.org/schemas/jaxrs.xsd">
            
    <import resource="classpath:META-INF/cxf/cxf.xml" />
    
    <jaxrs:server id="uriServer" address="/">
        <jaxrs:serviceBeans>
            <ref bean="uriImpl" />
        </jaxrs:serviceBeans>
    </jaxrs:server>
    
    <bean id="uriImpl" class="org.bridgedb.ws.uri.WSUriServer" />

</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy