2013-01-23 11:18:44 -05:00
|
|
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
2013-02-26 11:26:30 -06:00
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.org/schema/util"
|
2013-01-23 11:18:44 -05:00
|
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
|
|
|
|
http://www.springframework.org/schema/util
|
|
|
|
http://www.springframework.org/schema/util/spring-util-2.5.xsd">
|
2013-02-26 11:26:30 -06:00
|
|
|
|
2013-01-23 11:18:44 -05:00
|
|
|
<util:constant id="dataDeliveryServerKey"
|
|
|
|
static-field="com.raytheon.uf.common.datadelivery.request.DataDeliveryConstants.DATA_DELIVERY_SERVER" />
|
2013-02-26 11:26:30 -06:00
|
|
|
<util:constant id="ncfBandwidthManagerServiceKey"
|
|
|
|
static-field="com.raytheon.uf.common.datadelivery.request.DataDeliveryConstants.NCF_BANDWIDTH_MANAGER_SERVICE" />
|
2013-01-23 11:18:44 -05:00
|
|
|
|
|
|
|
</beans>
|