awips2/edexOsgi/com.raytheon.uf.edex.dataprovideragent/res/spring/dpa-datadelivery.xml
Bryan Kowal 872bbbf16f Issue #1956 - spring changes for minimal EDEX DPA install.
Change-Id: Ia1b25b81ea49a3391409b32a31a5811d2e983904

Former-commit-id: c03824479f [formerly 7d2304f4c2] [formerly 2896039f9f] [formerly c03824479f [formerly 7d2304f4c2] [formerly 2896039f9f] [formerly a3736d3b87 [formerly 2896039f9f [formerly 66cfe69bb6653dd43a0740a87a55ad19fe74a362]]]]
Former-commit-id: a3736d3b87
Former-commit-id: 8f502c1941 [formerly 227ee2c54b] [formerly 55da62edd352d9769ad21e328b54db8ac3666ecb [formerly 5495e6e77f]]
Former-commit-id: ac04705f7a89eec34005e7121a2f160754a87474 [formerly 224944e8bb]
Former-commit-id: 6f9757379f
2013-06-18 17:21:21 -05:00

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-3.1.xsd
http://www.springframework.org/schema/util
http://www.springframework.org/schema/util/spring-util-3.1.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>