- deleteWebAppList(List<String>, String) - Method in class org.wso2.carbon.apimgt.samples.utils.Clients.WebAppAdminClient
-
- deployWebApp(String, String, String, String, String) - Static method in class org.wso2.carbon.apimgt.samples.utils.WebAppDeployUtils
-
THis method is used to deploy war files.
- DEPRECATE - Static variable in class org.wso2.carbon.apimgt.samples.utils.Constants
-
- deprecateAPI(String) - Static method in class org.wso2.carbon.apimgt.samples.utils.SampleUtils
-
This method is used to deprecate the created API.
- doGet(String, Map<String, String>) - Static method in class org.wso2.carbon.apimgt.samples.utils.HTTPSClientUtils
-
do HTTP GET operation for the given URL
- doPost(String, Map<String, String>, List<NameValuePair>) - Static method in class org.wso2.carbon.apimgt.samples.utils.HTTPSClientUtils
-
do HTTP POST operation for the given URL
- doPost(String, Map<String, String>, String) - Static method in class org.wso2.carbon.apimgt.samples.utils.HTTPSClientUtils
-
do HTTP POST operation for the given URL
- doPost(URL, Map<String, String>, String) - Static method in class org.wso2.carbon.apimgt.samples.utils.HTTPSClientUtils
-
do HTTP POST operation for the given URL with JSON entity
- doPost(URL, String, Map<String, String>) - Static method in class org.wso2.carbon.apimgt.samples.utils.HTTPSClientUtils
-
do HTTP POST operation for the given URL
- doPut(String, Map<String, String>, String) - Static method in class org.wso2.carbon.apimgt.samples.utils.HTTPSClientUtils
-
do HTTP PUT operation for the given URL