Class RpcImplementationBean

java.lang.Object
org.opendaylight.controller.blueprint.ext.RpcImplementationBean

public class RpcImplementationBean extends Object
Blueprint bean corresponding to the "rpc-implementation" element that registers an RPC implementation with the RpcProviderRegistry.
Author:
Thomas Pantelis
  • Constructor Details

    • RpcImplementationBean

      public RpcImplementationBean()
  • Method Details

    • setRpcProvider

      public void setRpcProvider(org.opendaylight.mdsal.binding.api.RpcProviderService rpcProvider)
    • setBundle

      public void setBundle(org.osgi.framework.Bundle bundle)
    • setInterfaceName

      public void setInterfaceName(String interfaceName)
    • setImplementation

      public void setImplementation(org.opendaylight.yangtools.yang.binding.RpcService implementation)
    • init

      public void init()
    • destroy

      public void destroy()