public interface RpcProviderService extends BindingService
Modifier and Type | Method and Description |
---|---|
<S extends RpcService,T extends S> |
registerRpcImplementation(Class<S> type,
T implementation) |
<S extends RpcService,T extends S> |
registerRpcImplementation(Class<S> type,
T implementation,
Set<InstanceIdentifier<?>> paths) |
<S extends RpcService,T extends S> org.opendaylight.yangtools.concepts.ObjectRegistration<T> registerRpcImplementation(Class<S> type, T implementation)
<S extends RpcService,T extends S> org.opendaylight.yangtools.concepts.ObjectRegistration<T> registerRpcImplementation(Class<S> type, T implementation, Set<InstanceIdentifier<?>> paths)
Copyright © 2019 OpenDaylight. All rights reserved.