Conflicts: cave/com.raytheon.viz.ui/src/com/raytheon/viz/ui/perspectives/AbstractVizPerspectiveManager.java edexOsgi/com.raytheon.edex.plugin.grib/src/com/raytheon/edex/plugin/grib/decoderpostprocessors/EnsembleGridAssembler.java edexOsgi/com.raytheon.uf.edex.common.core.feature/feature.xml edexOsgi/com.raytheon.uf.edex.database/src/com/raytheon/uf/edex/database/plugin/PluginDao.java edexOsgi/com.raytheon.uf.edex.datadelivery.feature/feature.xml edexOsgi/com.raytheon.uf.edex.registry.feature/feature.xml Former-commit-id:069ee8a748
[formerly9a321b6ac8
] [formerly3073951b3d
[formerly d05c9f3a6a4b080b0da71c856f1ba6cd0d6d264e]] Former-commit-id:3073951b3d
Former-commit-id:a4bf236cc7
19 lines
813 B
XML
19 lines
813 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="bandwidthService"
|
|
class="com.raytheon.uf.common.datadelivery.bandwidth.WfoBandwidthService" />
|
|
|
|
<bean id="bandwidthHandler"
|
|
class="com.raytheon.uf.edex.datadelivery.bandwidth.handler.GraphDataHandler">
|
|
<constructor-arg ref="bandwidthService" />
|
|
</bean>
|
|
|
|
<bean factory-bean="handlerRegistry" factory-method="register">
|
|
<constructor-arg
|
|
value="com.raytheon.uf.common.datadelivery.bandwidth.request.GraphDataRequest" />
|
|
<constructor-arg ref="bandwidthHandler" />
|
|
</bean>
|
|
|
|
</beans>
|