Modifier and Type | Method and Description |
---|---|
<T extends Rpc<?,?>> |
RpcActionConsumerRegistry.getRpcService(Class<T> serviceInterface)
Returns an implementation of a requested RPC service.
|
<S extends Rpc<?,?>,T extends S> |
RpcActionProviderService.registerRpcImplementation(Class<S> type,
T implementation)
Returns class representing registration of global RPC.
|
<S extends Rpc<?,?>,T extends S> |
RpcActionProviderService.registerRpcImplementation(Class<S> type,
T implementation,
Set<InstanceIdentifier<?>> paths)
Returns class representing registration of global RPC for supported paths.
|
Modifier and Type | Method and Description |
---|---|
<T extends Rpc<?,?>> |
BindingDOMOperationServiceAdapter.getRpcService(Class<T> rpc) |
<S extends Rpc<?,?>,T extends S> |
BindingDOMOperationProviderServiceAdapter.registerRpcImplementation(Class<S> type,
T implementation) |
<S extends Rpc<?,?>,T extends S> |
BindingDOMOperationProviderServiceAdapter.registerRpcImplementation(Class<S> type,
T implementation,
Set<InstanceIdentifier<?>> paths) |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.yang.model.api.RpcDefinition |
BindingToNormalizedNodeCodec.getRpcDefinition(Class<? extends Rpc<?,?>> type) |
org.opendaylight.yangtools.yang.model.api.SchemaPath |
BindingToNormalizedNodeCodec.getRpcPath(Class<? extends Rpc<?,?>> type)
Get RPC schema path.
|
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.yang.model.api.RpcDefinition |
BindingRuntimeContext.getRpcDefinition(Class<? extends Rpc<?,?>> cls) |
Modifier and Type | Interface and Description |
---|---|
interface |
OpendaylightMdsalBindingTestGetTopRpc
Interface for implementing the following YANG Operation defined in module opendaylight-mdsal-binding-test
|
interface |
OpendaylightMdsalBindingTestPutTopRpc
Interface for implementing the following YANG Operation defined in module opendaylight-mdsal-binding-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
TestOperationServiceMyRpcRpc
Interface for implementing the following YANG Operation defined in module test-operation-service
|
Copyright © 2019 OpenDaylight. All rights reserved.