aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/onap/vid/mso/rest/RestInterface.java
diff options
context:
space:
mode:
authorEylon Malin <eylon.malin@intl.att.com>2019-10-02 10:55:06 +0300
committerEylon Malin <eylon.malin@intl.att.com>2019-10-02 10:55:06 +0300
commit0d422d4cc6a1580d38216ccf5a51a2acba0a884e (patch)
tree611f89fa2fc9014605603bfe1b6eb8e03e4adee3 /vid-app-common/src/main/java/org/onap/vid/mso/rest/RestInterface.java
parentfdea9e36bd95193d2e920398beee914e4953919c (diff)
enable mso rest client send DELETE request with body
config SUPPRESS_HTTP_COMPLIANCE_VALIDATION directly from RestMsoImplementation, instead of relaying on the jersey client configuration. Also remove Delete method from RestMsoImplementation since it's not used in production code. Issue-ID: VID-657 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: If30d60c6aca9b7d9ab3e6d07b13c1246ed3d67e3
Diffstat (limited to 'vid-app-common/src/main/java/org/onap/vid/mso/rest/RestInterface.java')
-rw-r--r--vid-app-common/src/main/java/org/onap/vid/mso/rest/RestInterface.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/vid-app-common/src/main/java/org/onap/vid/mso/rest/RestInterface.java b/vid-app-common/src/main/java/org/onap/vid/mso/rest/RestInterface.java
index 3a0d8fd8e..2cc8e67b8 100644
--- a/vid-app-common/src/main/java/org/onap/vid/mso/rest/RestInterface.java
+++ b/vid-app-common/src/main/java/org/onap/vid/mso/rest/RestInterface.java
@@ -42,18 +42,6 @@ public interface RestInterface {
<T> RestObjectWithRequestInfo<T> Get(T t, String path, RestObject<T> restObject, boolean warpException);
/**
- * Delete.
- *
- * @param <T> the generic type
- * @param t the t
- * @param r the r
- * @param path the path
- * @param restObject the rest object
- * @throws Exception the exception
- */
- <T> void Delete(T t, Object r, String path, RestObject<T> restObject);
-
- /**
* Post.
*
* @param t the t