2013-01-23 11:21:56 -06:00
|
|
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
|
|
xmlns:util="http://www.springframework.org/schema/util" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2013-05-29 14:49:43 -05:00
|
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
|
|
|
|
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.1.xsd">
|
2013-01-23 11:21:56 -06:00
|
|
|
|
|
|
|
<bean id="ncfBandwidthManagerServiceRouter" class="com.raytheon.uf.edex.auth.RemoteServerRequestRouter">
|
2013-05-28 18:00:13 -05:00
|
|
|
<constructor-arg value="${NCF_BANDWIDTH_MANAGER_SERVICE}" />
|
2013-01-23 11:21:56 -06:00
|
|
|
</bean>
|
|
|
|
|
|
|
|
<bean id="registerNcfBandwidthManagerServiceRouter"
|
|
|
|
factory-bean="requestRouterRegistry" factory-method="register">
|
|
|
|
<constructor-arg ref="ncfBandwidthManagerServiceKey" />
|
|
|
|
<constructor-arg ref="ncfBandwidthManagerServiceRouter" />
|
|
|
|
</bean>
|
|
|
|
|
|
|
|
</beans>
|