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

OSGI-INF.blueprint.openflowplugin-extension-onf.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<!--
 Copyright (c) 2017 Pantheon Technologies s.r.o. and others. All rights reserved.

 This program and the accompanying materials are made available under the
 terms of the Eclipse Public License v1.0 which accompanies this distribution,
 and is available at http://www.eclipse.org/legal/epl-v10.html
-->
<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="switchConnectionProvider"
               interface="org.opendaylight.openflowjava.protocol.spi.connection.SwitchConnectionProvider"
               odl:type="openflow-switch-connection-provider-default-impl"/>

    <reference id="extensionRegistratorProvider"
               interface="org.opendaylight.openflowplugin.extension.api.OpenFlowPluginExtensionRegistratorProvider"/>

    <bean id="onfExtensionProvider"
          class="org.opendaylight.openflowplugin.extension.onf.OnfExtensionProvider"
          init-method="init">
        <argument ref="switchConnectionProvider"/>
        <argument ref="extensionRegistratorProvider"/>
    </bean>
</blueprint>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy