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

OSGI-INF.blueprint.autowire.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">
    <bean id="sfcScfVppDataListener" class="org.opendaylight.sfc.scfvpprenderer.listeners.SfcScfVppDataListener" init-method="register" destroy-method="close">
        <argument ref="dataBroker"/>
        <argument ref="vppClassifierProcessor"/>
    </bean>
    <bean id="vppClassifierProcessor" class="org.opendaylight.sfc.scfvpprenderer.processors.VppClassifierProcessor">
        <argument ref="mountPointService"/>
    </bean>
</blueprint>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy