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:782675951b
[formerlybe78fab116
] [formerly782675951b
[formerlybe78fab116
] [formerlyce16efc9a1
[formerly 283853ead3588ef8ea296507b11a9ee9a23e9236]]] Former-commit-id:ce16efc9a1
Former-commit-id:512fc1a7c1
[formerlya6ea71d46f
] Former-commit-id:4275b195ce
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> |