Modifier and Type | Method and Description |
---|---|
RestResponse<org.json.JSONObject> |
ConnectorIntegrationTestBase.MultipartFormdataProcessor.processAttachmentForJsonResponse() |
RestResponse<org.apache.axiom.om.OMElement> |
ConnectorIntegrationTestBase.MultipartFormdataProcessor.processAttachmentForXmlResponse() |
RestResponse<org.json.JSONObject> |
ConnectorIntegrationTestBase.MultipartFormdataProcessor.processForJsonResponse() |
RestResponse<org.apache.axiom.om.OMElement> |
ConnectorIntegrationTestBase.MultipartFormdataProcessor.processForXmlResponse() |
protected RestResponse<org.json.JSONObject> |
ConnectorIntegrationTestBase.sendBinaryContentForJsonResponse(String endPoint,
String httpMethod,
Map<String,String> headersMap,
String fileName)
Send HTTP request using
HttpURLConnection in JSON format. |
protected RestResponse<org.json.JSONObject> |
ConnectorIntegrationTestBase.sendBinaryContentForJsonResponseHTTPS(String endPoint,
String httpMethod,
Map<String,String> headersMap,
String fileName)
Send HTTPS request using
HttpsURLConnection in JSON format. |
protected RestResponse<org.apache.axiom.om.OMElement> |
ConnectorIntegrationTestBase.sendBinaryContentForXmlResponse(String endPoint,
String httpMethod,
Map<String,String> headersMap,
String fileName)
Send HTTP request using
HttpURLConnection in XML format. |
protected RestResponse<org.apache.axiom.om.OMElement> |
ConnectorIntegrationTestBase.sendBinaryContentForXmlResponseHTTPS(String endPoint,
String httpMethod,
Map<String,String> headersMap,
String fileName)
Send HTTPS request using
HttpsURLConnection in XML format. |
protected RestResponse<org.json.JSONObject> |
ConnectorIntegrationTestBase.sendJsonRestRequest(String endPoint,
String httpMethod,
Map<String,String> headersMap)
Overloaded method for
sendJsonRestRequest , where the request file is not necessary. |
protected RestResponse<org.json.JSONObject> |
ConnectorIntegrationTestBase.sendJsonRestRequest(String endPoint,
String httpMethod,
Map<String,String> headersMap,
String requestFileName)
Overloaded method for
sendJsonRestRequest , where parameter replacement is not necessary. |
protected RestResponse<org.json.JSONObject> |
ConnectorIntegrationTestBase.sendJsonRestRequest(String endPoint,
String httpMethod,
Map<String,String> headersMap,
String requestFileName,
Map<String,String> parametersMap)
Send HTTP request using
HttpURLConnection in JSON format. |
protected RestResponse<org.json.JSONObject> |
ConnectorIntegrationTestBase.sendJsonRestRequestHTTPS(String endPoint,
String httpMethod,
Map<String,String> headersMap,
String requestFileName,
Map<String,String> parametersMap)
Overloaded method for
sendJsonRestRequestHTTPS , where parameter replacement is not necessary. |
protected RestResponse<org.json.JSONObject> |
ConnectorIntegrationTestBase.sendJsonRestRequestHTTPS(String endPoint,
String httpMethod,
Map<String,String> headersMap,
String requestFileName,
Map<String,String> parametersMap,
boolean isIgnoreHostVerification)
Send HTTP request to using
HttpsURLConnection in JSON format. |
protected RestResponse<org.apache.axiom.om.OMElement> |
ConnectorIntegrationTestBase.sendXmlRestRequest(String endPoint,
String httpMethod,
Map<String,String> headersMap)
Overloaded method for
sendXmlRestRequest
, where the request file is not necessary. |
protected RestResponse<org.apache.axiom.om.OMElement> |
ConnectorIntegrationTestBase.sendXmlRestRequest(String endPoint,
String httpMethod,
Map<String,String> headersMap,
String requestFileName)
Overloaded method for
sendXmlRestRequest
, where parameter replacement is not necessary. |
protected RestResponse<org.apache.axiom.om.OMElement> |
ConnectorIntegrationTestBase.sendXmlRestRequest(String endPoint,
String httpMethod,
Map<String,String> headersMap,
String requestFileName,
Map<String,String> parametersMap)
Send HTTP request using
HttpURLConnection in XML format. |
protected RestResponse<org.apache.axiom.om.OMElement> |
ConnectorIntegrationTestBase.sendXmlRestRequestHTTPS(String endPoint,
String httpMethod,
Map<String,String> headersMap,
String requestFileName,
Map<String,String> parametersMap)
Overloaded method for
sendXmlRestRequestHTTPS , where parameter replacement is not necessary. |
protected RestResponse<org.apache.axiom.om.OMElement> |
ConnectorIntegrationTestBase.sendXmlRestRequestHTTPS(String endPoint,
String httpMethod,
Map<String,String> headersMap,
String requestFileName,
Map<String,String> parametersMap,
boolean isIgnoreHostVerification)
Send HTTP request using
HttpsURLConnection in XML format. |
Copyright © 2018 WSO2. All rights reserved.