awips2/edexOsgi/com.raytheon.uf.common.registry.schemas.ebxml/res/spring/ebxml-jaxb-datadelivery.xml
Bryan Kowal ce16efc9a1 Issue #2552 - it is now possible to dynamically inject packages into the JaxbManager via Spring.
Amend: datadelivery jaxables are now injected
Amend: created a getInstance method for EbxmlJaxbManager
Amend: use value instead of bean in spring configuration

Change-Id: Ib6c11b03964fbaeee24db352a8f0acc1b43fa3c0

Former-commit-id: 283853ead3588ef8ea296507b11a9ee9a23e9236
2013-11-14 15:17:28 -06:00

8 lines
No EOL
398 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-3.1.xsd">
<bean id="ebxmlJaxbManager" factory-method="getInstance"
class="com.raytheon.uf.common.registry.schemas.ebxml.util.EbxmlJaxbManager" />
</beans>