CorrelationId implementation correction
[so.git] / mso-api-handlers / mso-api-handler-common / src / main / java / org / openecomp / mso / apihandler / common / RequestClient.java
index d702a63..ed5d076 100644 (file)
@@ -67,17 +67,11 @@ public abstract class RequestClient {
 
        public abstract HttpResponse post(String request, String requestId, String requestTimeout, String schemaVersion, String serviceInstanceId, String action) throws ClientProtocolException, IOException;
 
-       public abstract HttpResponse post(String request) throws ClientProtocolException, IOException;
-       
-       public abstract HttpResponse post(String requestId, boolean isBaseVfModule,
-                       int recipeTimeout, String requestAction, String serviceInstanceId,
-                       String vnfId, String vfModuleId, String volumeGroupId, String networkId, String configurationId,
-                       String serviceType, String vnfType, String vfModuleType, String networkType,
-                       String requestDetails, String recipeParamXsd)
-                                       throws ClientProtocolException, IOException;
+       public abstract HttpResponse post(String request) throws IOException;
+
+       public abstract HttpResponse post(RequestClientParamater params) throws IOException;
        
-       public abstract HttpResponse get() 
-                                       throws ClientProtocolException, IOException;
+       public abstract HttpResponse get() throws  IOException;
        
        protected String getEncryptedPropValue (String prop, String defaultValue, String encryptionKey) {
                 try {