RPC input/output are always present 83/72683/3
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 5 Jun 2018 09:59:13 +0000 (11:59 +0200)
committerRobert Varga <nite@hq.sk>
Tue, 5 Jun 2018 16:33:05 +0000 (16:33 +0000)
commit06d333626f7ac116c6288a7bd3c3e4a59f7b1b59
tree6df8bcca5085130f4ac21cc8c34584a21b8516f5
parentee39dab0a1cad0cacb9d2154265b4bc25896e53d
RPC input/output are always present

We are always generating input/output and hence we need to properly
bridge the methods. This simplifies the code a bit.

Change-Id: If19b7841692582179664debfba9dfeeb51401d51
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-dom-adapter/src/main/java/org/opendaylight/mdsal/binding/dom/adapter/BindingToNormalizedNodeCodec.java
binding/mdsal-binding-dom-codec/src/main/java/org/opendaylight/mdsal/binding/dom/codec/impl/SchemaRootCodecContext.java
binding/mdsal-binding-dom-codec/src/main/java/org/opendaylight/mdsal/binding/dom/codec/impl/UnmappedRpcInputCodec.java [deleted file]
dom/mdsal-dom-spi/src/main/java/org/opendaylight/mdsal/dom/spi/RpcRoutingStrategy.java