org.opendaylight.blueprint.sfc-pot-netconf-renderer.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="bindingRegistry" interface="org.opendaylight.controller.sal.binding.api.BindingAwareBroker" /> <bean id="renderer" class="org.opendaylight.sfc.pot.netconf.renderer.SfcPotNetconfRenderer" init-method="initialize" destroy-method="unregisterListeners"> <argument ref="dataBroker"/> <argument ref="bindingRegistry"/> </bean> </blueprint>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy