Merge "Added setting pnf name in pnf-pnp"
[so.git] / mso-api-handlers / mso-api-handler-common / src / main / java / org / openecomp / mso / apihandler / common / BPELRestClient.java
index cd23991..85fe52f 100644 (file)
@@ -47,7 +47,7 @@ public class BPELRestClient extends RequestClient {
                               String schemaVersion,
                               String serviceInstanceId,
                               String action) throws ClientProtocolException, IOException {
-        String encryptedCredentials = null;
+        String encryptedCredentials;
         HttpPost post = new HttpPost (url);
         msoLogger.debug ("BPEL url is: " + url);
         StringEntity input = new StringEntity (bpelReqXML);
@@ -85,14 +85,10 @@ public class BPELRestClient extends RequestClient {
     }
 
     @Override
-    public HttpResponse post(String requestId, boolean isBaseVfModule,
-                             int recipeTimeout, String requestAction, String serviceInstanceId,
-                             String vnfId, String vfModuleId, String volumeGroupId, String networkId,
-                             String serviceType, String vnfType, String vfModuleType, String networkType,
-                             String requestDetails) {
+    public HttpResponse post(RequestClientParamater params) {
         return null;
     }
-    
+
     @Override
     public HttpResponse get() {
         return null;