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="BridgeBDServer" address="/">
<jaxrs:serviceBeans>
<ref bean="BridgeBDImpl" />
</jaxrs:serviceBeans>
</jaxrs:server>
<bean id="BridgeBDImpl" class="org.bridgedb.ws.WSCoreService" />
</beans> © 2015 - 2025 Weber Informatics LLC | Privacy Policy