Introduced MethodHandle based invokers for Notification and RPCs 93/16093/3
authorTony Tkacik <ttkacik@cisco.com>
Thu, 5 Mar 2015 21:04:43 +0000 (22:04 +0100)
committerTony Tkacik <ttkacik@cisco.com>
Sun, 8 Mar 2015 21:13:05 +0000 (22:13 +0100)
commitf95f06afb5bb4801fc863aff62c9fb421dac23df
tree4525037a9f9621258c2ac32cf8ed8e36d24cdeb1
parent293e30675df598724ff6020e85ce3018bbc1c1b3
Introduced MethodHandle based invokers for Notification and RPCs

This invokers are used to provide genereralized access to any
generated callback / rpc method using one approach for
any RPC.

Change-Id: I4d6ce7c71f658b5e2c6e805479aa47a8f09fb989
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
yang/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/util/BindingReflections.java
yang/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/util/NotificationListenerInvoker.java [new file with mode: 0644]
yang/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/util/RpcMethodInvoker.java [new file with mode: 0644]
yang/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/util/RpcMethodInvokerWithInput.java [new file with mode: 0644]
yang/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/util/RpcMethodInvokerWithoutInput.java [new file with mode: 0644]
yang/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/util/RpcServiceInvoker.java [new file with mode: 0644]