Remove ActionServiceHandler 66/96166/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 13 May 2021 13:10:45 +0000 (15:10 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 13 May 2021 14:32:39 +0000 (16:32 +0200)
commit138e7f1815163f9e99fbdf339c967f4141437cb6
tree5805aece91f4a366fee3ec39fed96627098b4ac9
parent8ada2089ecdc76237c8562f333d1f2e2d401fb7b
Remove ActionServiceHandler

This is a useless indirection class, just remove it and deal with
DOMActionService instead.

JIRA: NETCONF-773
Change-Id: I4e9fc4aec72427f9d39852cf1518666dd18ab0c4
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/Rfc8040RestConfWiring.java
restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/handlers/ActionServiceHandler.java [deleted file]
restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/rests/services/impl/RestconfDataServiceImpl.java
restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/rests/utils/RestconfInvokeOperationsUtil.java
restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/services/wrapper/ServicesWrapper.java
restconf/restconf-nb-rfc8040/src/test/java/org/opendaylight/restconf/nb/rfc8040/rests/services/impl/RestconfDataServiceImplTest.java