1710 Rebase - Second Attempt
[so.git] / mso-api-handlers / mso-api-handler-common / src / main / java / org / openecomp / mso / apihandler / common / RequestClient.java
index 0b796d5..eef61fa 100644 (file)
@@ -78,6 +78,9 @@ public abstract class RequestClient {
                        String requestDetails)
                                        throws ClientProtocolException, IOException;
        
+       public abstract HttpResponse get() 
+                                       throws ClientProtocolException, IOException;
+       
        protected String getEncryptedPropValue (String prop, String defaultValue, String encryptionKey) {
                 try {
                         String result = CryptoUtils.decrypt(prop, encryptionKey);