Interface OpendaylightTestRoutedRpcData
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.DataRoot
@Generated("mdsal-binding-generator") public interface OpendaylightTestRoutedRpcData extends org.opendaylight.yangtools.yang.binding.DataRoot
Test model for testing of registering rpc service on binding independent mount point and retrieving rpc service via binding aware mount point.This class represents the following YANG schema fragment defined in module opendaylight-test-routed-rpc
module opendaylight-test-routed-rpc { yang-version 1; namespace urn:opendaylight:params:xml:ns:yang:controller:md:sal:test:rpc:routing; prefix rpc; import yang-ext { prefix ext; } revision 2014-07-01 { } identity test-context { } typedef encapsulated-route { type instance-identifier; } grouping route-in-grouping { leaf route { type instance-identifier; ext:context-reference test-context; } } grouping encapsulated-route-in-grouping { leaf route { type encapsulated-route; ext:context-reference test-context; } } rpc routed-simple-route { input input { leaf route { type instance-identifier; ext:context-reference test-context; } } } }