Interface OpendaylightTestRpcServiceData
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.DataRoot
@Generated("mdsal-binding-generator") public interface OpendaylightTestRpcServiceData 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-rpc-service
module opendaylight-test-rpc-service { yang-version 1; namespace urn:opendaylight:params:xml:ns:yang:controller:md:sal:test:bi:ba:rpcservice; prefix rpc; revision 2014-07-01 { } rpc rock-the-house { input input { leaf zip-code { type string; } } } }