All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.blueprint.sfc-netconf.xml Maven / Gradle / Ivy

There is a newer version: 0.10.4
Show newest version
<?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>
</blueprint>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy