@Beta public class BindingMountPointAdapter extends Object implements MountPoint
| Constructor and Description | 
|---|
BindingMountPointAdapter(BindingToNormalizedNodeCodec codec,
                        DOMMountPoint domMountPoint)  | 
| Modifier and Type | Method and Description | 
|---|---|
InstanceIdentifier<?> | 
getIdentifier()  | 
<T extends BindingService> | 
getService(Class<T> service)
Based on given service class, it returns binding service (from cache). 
 | 
public BindingMountPointAdapter(BindingToNormalizedNodeCodec codec, DOMMountPoint domMountPoint)
@Nonnull public InstanceIdentifier<?> getIdentifier()
getIdentifier in interface org.opendaylight.yangtools.concepts.Identifiable<InstanceIdentifier<?>>public <T extends BindingService> com.google.common.base.Optional<T> getService(Class<T> service)
MountPointgetService in interface MountPointT - service typeservice - service classCopyright © 2018 OpenDaylight. All rights reserved.