6ae1edb865b52bc175bb9c7a487f9b3f7b59b2bf
[aai/sparky-be.git] / sparkybe-onap-application / config / spring-beans / sparky-attribute-update-service.xml
1 <beans profile="resources" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2         xmlns="http://www.springframework.org/schema/beans" xmlns:context="http://www.springframework.org/schema/context"
3         xmlns:task="http://www.springframework.org/schema/task"
4         xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
5                 http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.2.xsd
6                 http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd">
7
8         <bean id="attributeUpdater" class="org.onap.aai.sparky.editattributes.AttributeUpdater">
9                 <constructor-arg ref="oxmModelLoader" />
10                 <constructor-arg ref="oxmEntityLookup" />
11                 <constructor-arg ref="activeInventoryAdapter" />
12         </bean>
13
14         <bean id="attributeEditProcessor"
15                 class="org.onap.aai.sparky.editattributes.AttributeEditProcessor">
16                 <constructor-arg ref="attributeUpdater" />
17         </bean>
18
19 </beans>