f6ab4729808265cbddfb9a2123e1af0529255953
[netconf.git] / restconf / sal-rest-docgen / src / main / resources / org / opendaylight / blueprint / blueprint.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4 Copyright © 2017 Inocybe Technologies and others. All rights reserved.
5
6 This program and the accompanying materials are made available under the
7 terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
11            xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
12            odl:use-default-for-reference-types="true">
13
14     <!-- AAAService is used in web.xml and is needed here -->
15     <reference id="aaaService" interface="org.opendaylight.aaa.api.AAAService" />
16
17     <reference id="schemaService" interface="org.opendaylight.controller.sal.core.api.model.SchemaService"/>
18     <reference id="domMountPointService" interface="org.opendaylight.controller.md.sal.dom.api.DOMMountPointService"/>
19
20     <bean id="provider" class="org.opendaylight.netconf.sal.rest.doc.DocProvider" destroy-method="close">
21         <argument ref="schemaService" />
22         <argument ref="domMountPointService" />
23     </bean>
24
25 </blueprint>