Change-Id: I71b56de45f61bef15c03ee4fc3f45790c59b527d Former-commit-id:d7e8709cde
[formerlyddb23ae59f
] [formerly81ad1ce2ed
[formerly a52596494feb2255269513a3cd19490628d4ae10]] Former-commit-id:81ad1ce2ed
Former-commit-id:f0244f54a4
19 lines
No EOL
1 KiB
XML
19 lines
No EOL
1 KiB
XML
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.org/schema/util"
|
|
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">
|
|
|
|
<util:constant id="dataDeliveryServerKey"
|
|
static-field="com.raytheon.uf.common.datadelivery.request.DataDeliveryConstants.DATA_DELIVERY_SERVER" />
|
|
|
|
<util:constant id="ebxmlRegistryServiceKey"
|
|
static-field="com.raytheon.uf.common.registry.RegistryConstants.EBXML_REGISTRY_SERVICE" />
|
|
|
|
<util:constant id="ebxmlLcmServiceKey"
|
|
static-field="com.raytheon.uf.common.registry.RegistryConstants.EBXML_LCM_SERVICE" />
|
|
|
|
<util:constant id="ebxmlQueryServiceKey"
|
|
static-field="com.raytheon.uf.common.registry.RegistryConstants.EBXML_QUERY_SERVICE" />
|
|
|
|
</beans> |