OSGI-INF.blueprint.autowire.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?><blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"> <bean id="sfcPotRpc" class="org.opendaylight.sfc.pot.provider.SfcPotRpc"> <argument ref="sfcPotRspProcessor"/> </bean> <bean id="sfcPotRspProcessor" class="org.opendaylight.sfc.pot.provider.SfcPotRspProcessor"/> </blueprint>