cd0e4123b33b6736cf01889f810d3fdc693b0bd2
[appc.git] / appc-inbound / appc-design-services / provider / src / main / resources / org / opendaylight / blueprint / impl-blueprint.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START=======================================================
4   ONAP : APPC
5   ================================================================================
6   Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
7   ================================================================================
8   Copyright (C) 2017 Amdocs
9   =============================================================================
10   Licensed under the Apache License, Version 2.0 (the "License");
11   you may not use this file except in compliance with the License.
12   You may obtain a copy of the License at
13   
14        http://www.apache.org/licenses/LICENSE-2.0
15   
16   Unless required by applicable law or agreed to in writing, software
17   distributed under the License is distributed on an "AS IS" BASIS,
18   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19   See the License for the specific language governing permissions and
20   limitations under the License.
21   
22   ECOMP is a trademark and service mark of AT&T Intellectual Property.
23   ============LICENSE_END=========================================================
24   -->
25
26 <!-- vi: set et smarttab sw=4 tabstop=4: -->
27 <!-- Copyright ? 2016 AT&T and others. All rights reserved. -->
28 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
29         xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
30         odl:use-default-for-reference-types="true">
31
32         <reference id="dataBroker"
33                 interface="org.opendaylight.controller.md.sal.binding.api.DataBroker"
34                 odl:type="default" />
35
36         <reference id="rpcRegistry"
37                 interface="org.opendaylight.controller.sal.binding.api.RpcProviderRegistry" />
38
39         <bean id="provider" class="org.onap.appc.design.services.DesignServiceProvider"
40                 init-method="init" destroy-method="close">
41                 <argument ref="dataBroker" />
42                 <argument ref="rpcRegistry" />
43         </bean>
44 </blueprint>