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
8 lines
No EOL
398 B
XML
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> |