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

OSGI-INF.blueprint.sfc-provider.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="dOMDataBroker"
    interface="org.opendaylight.controller.md.sal.dom.api.DOMDataBroker"
    odl:type="default" />

  <bean id="sfcProviderRpc" class="org.opendaylight.sfc.provider.SfcProviderRpc">
    <argument ref="dataBroker"/>
  </bean>

  <odl:rpc-implementation ref="sfcProviderRpc" />

  <bean id="sfcdatastoreApi" class="org.opendaylight.sfc.provider.api.SfcDataStoreAPI">
    <property name="dataProvider" ref="dataBroker" />
  </bean>
</blueprint>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy