org.opendaylight.blueprint.sfc-netconf.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0" odl:use-default-for-reference-types="true"> <reference id="dataBroker" interface="org.opendaylight.controller.md.sal.binding.api.DataBroker" odl:type="default" /> <reference id="mountService" interface="org.opendaylight.controller.md.sal.binding.api.MountPointService"/> <bean id="sfcprovidersfdescriptionmonitorapi" class="org.opendaylight.sfc.netconf.provider.api.SfcProviderSfDescriptionMonitorAPI"> <argument ref="mountService"/> </bean> <bean id="sfcnetconfservicefunctionapi" class="org.opendaylight.sfc.netconf.provider.api.SfcNetconfServiceFunctionAPI"> <argument ref="sfcprovidersfdescriptionmonitorapi"/> </bean> <bean id="sfcNetconfNodeDataListener" class="org.opendaylight.sfc.netconf.provider.listener.SfcNetconfNodeDataListener" destroy-method="close"> <argument ref="dataBroker"/> <argument ref="sfcnetconfservicefunctionapi"/> </bean> </blueprint>