Changes for design service
[appc.git] / appc-inbound / appc-design-services / provider / src / main / java / org / onap / appc / design / dbervices / DbResponseProcessor.java
index 229e61c..5e5f78a 100644 (file)
@@ -66,9 +66,15 @@ public class DbResponseProcessor {
         case DesignServiceConstants.SETINCART:
             response=  getsetStatusResponse(dbresposne);
             break;    
-        default: 
+        case DesignServiceConstants.UPLOADADMINARTIFACT:
+           response=  getsetStatusResponse(dbresposne);
+           break;
+        case DesignServiceConstants.CHECKVNF:
+           response=  getStatusResponse(dbresposne);
+           break;
+        default:
             log.error("Action " + action + " Not Supported by response Parser");
-            throw new Exception(" Action " + action + " not found while processing request ");            
+            throw new Exception(" Action " + action + " not found while processing request ");
 
         }        
         return response;