Class BindingDOMRpcProviderServiceAdapter
- java.lang.Object
-
- org.opendaylight.controller.md.sal.binding.impl.BindingDOMRpcProviderServiceAdapter
-
@Deprecated(forRemoval=true) public class BindingDOMRpcProviderServiceAdapter extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Summary
Constructors Constructor Description BindingDOMRpcProviderServiceAdapter(DOMRpcProviderService domRpcRegistry, BindingToNormalizedNodeCodec codec)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description <S extends RpcService,T extends S>
ObjectRegistration<T>registerRpcImplementation(Class<S> type, T implementation)
Deprecated, for removal: This API element is subject to removal in a future version.<S extends RpcService,T extends S>
ObjectRegistration<T>registerRpcImplementation(Class<S> type, T implementation, Set<InstanceIdentifier<?>> paths)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
BindingDOMRpcProviderServiceAdapter
public BindingDOMRpcProviderServiceAdapter(DOMRpcProviderService domRpcRegistry, BindingToNormalizedNodeCodec codec)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
registerRpcImplementation
public <S extends RpcService,T extends S> ObjectRegistration<T> registerRpcImplementation(Class<S> type, T implementation)
Deprecated, for removal: This API element is subject to removal in a future version.
-
registerRpcImplementation
public <S extends RpcService,T extends S> ObjectRegistration<T> registerRpcImplementation(Class<S> type, T implementation, Set<InstanceIdentifier<?>> paths)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-