- Change new registry modes to explicitly list includes/excludes. - Add separate bandwidth manager creation capabilities for NCF and WFO. - Add deltaScript to add a "route" slot to subscriptions. - Remove unnecessary schemas from Spring files. Change-Id: If3d4d310166bb6a201e191e0480d25829d25bcfa Former-commit-id:d8659e742e
[formerly 10775068a3e54d8b48b1da4a3e8a6d952ec9c0ee] Former-commit-id:c8760e5699
14 lines
No EOL
645 B
XML
14 lines
No EOL
645 B
XML
<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-2.0.xsd">
|
|
|
|
<bean id="bandwidthHandlerRegistry" class="com.raytheon.uf.edex.auth.HandlerRegistry"
|
|
factory-method="getInstance" />
|
|
|
|
<bean factory-bean="bandwidthHandlerRegistry" factory-method="register">
|
|
<constructor-arg
|
|
value="com.raytheon.uf.common.datadelivery.bandwidth.IBandwidthRequest" />
|
|
<constructor-arg ref="bandwidthManager" />
|
|
</bean>
|
|
|
|
</beans> |