A C G I J L M O P R S U X 

A

addChunckedFiletoRequestBody(byte[]) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase.MultipartFormdataProcessor
 
addFileToMultipartRelatedRequest(String, String) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase.MultipartFormdataProcessor
 
addFileToMultipartRelatedRequest(String, File, String, String) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase.MultipartFormdataProcessor
 
addFileToRequest(String, String, String) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase.MultipartFormdataProcessor
 
addFileToRequest(String, String, String, String) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase.MultipartFormdataProcessor
 
addFileToRequest(String, String) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase.MultipartFormdataProcessor
 
addFileToRequest(String, File) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase.MultipartFormdataProcessor
 
addFileToRequest(String, File, String, String) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase.MultipartFormdataProcessor
 
addFileToRequest(String, File, String) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase.MultipartFormdataProcessor
 
addFiletoRequestBody(File) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase.MultipartFormdataProcessor
 
addFormDataToRequest(String, String) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase.MultipartFormdataProcessor
 
addFormDataToRequest(String, String, String) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase.MultipartFormdataProcessor
 
addMetadataToMultipartRelatedRequest(String, String, String, Map<String, String>) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase.MultipartFormdataProcessor
 

C

cleanup() - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
 
cleanUpEsb() - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Clean up the ESB.
ConnectorIntegrationTestBase - Class in org.wso2.connector.integration.test.base
This class contains the common methods which are used by the integration test classes of the different connectors.
ConnectorIntegrationTestBase() - Constructor for class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
 
ConnectorIntegrationTestBase.MultipartFormdataProcessor - Class in org.wso2.connector.integration.test.base
Inner class to handle Multipart data
ConnectorIntegrationTestBase.MultipartFormdataProcessor(String) - Constructor for class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase.MultipartFormdataProcessor
 
ConnectorIntegrationTestBase.MultipartFormdataProcessor(String, Map<String, String>) - Constructor for class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase.MultipartFormdataProcessor
 
ConnectorIntegrationTestBase.MultipartFormdataProcessor(String, String, Map<String, String>) - Constructor for class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase.MultipartFormdataProcessor
 
ConnectorIntegrationTestBase.MultipartFormdataProcessor(String, String) - Constructor for class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase.MultipartFormdataProcessor
 
ConnectorIntegrationTestBase.MultipartFormdataProcessor(String, Map<String, String>, int) - Constructor for class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase.MultipartFormdataProcessor
 
connectorProperties - Variable in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
 

G

getBody() - Method in class org.wso2.connector.integration.test.base.RestResponse
 
getHeadersMap() - Method in class org.wso2.connector.integration.test.base.RestResponse
 
getHttpStatusCode() - Method in class org.wso2.connector.integration.test.base.RestResponse
 
getValueByExpression(String, OMElement) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Gets the element value by xpath expression.

I

init(String) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Set up the integration test environment.

J

JSON_TYPE - Static variable in class org.wso2.connector.integration.test.base.RestResponse
 

L

loadObjectFromFile(String) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Overloaded method for loadObjectFromFile without parameter map.
loadObjectFromFile(String, Map<String, String>) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
This method de-serialize XML object graph.

M

MULTIPART_TYPE_RELATED - Static variable in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
 

O

org.wso2.connector.integration.test.base - package org.wso2.connector.integration.test.base
 

P

pathToResourcesDirectory - Variable in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
 
processAttachmentForJsonResponse() - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase.MultipartFormdataProcessor
 
processAttachmentForXmlResponse() - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase.MultipartFormdataProcessor
 
processForInputStream(String, String, Map<String, String>, String, Map<String, String>) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Send HTTP request using HttpURLConnection in JSON format to return InputStream.
processForInputStreamHTTPS(String, String, Map<String, String>, String, Map<String, String>) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Overloaded method for processForInputStreamHTTPS, where parameter replacement is not necessary.
processForInputStreamHTTPS(String, String, Map<String, String>, String, Map<String, String>, boolean) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Send HTTP request using HttpURLConnection in JSON format to return InputStream.
processForJsonResponse() - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase.MultipartFormdataProcessor
 
processForStringResponse() - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase.MultipartFormdataProcessor
 
processForXmlResponse() - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase.MultipartFormdataProcessor
 
proxyUrl - Variable in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
 

R

RestResponse<T> - Class in org.wso2.connector.integration.test.base
This class represent the response of a REST request.
RestResponse() - Constructor for class org.wso2.connector.integration.test.base.RestResponse
 

S

sendBinaryContentForJsonResponse(String, String, Map<String, String>, String) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Send HTTP request using HttpURLConnection in JSON format.
sendBinaryContentForJsonResponseHTTPS(String, String, Map<String, String>, String) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Send HTTPS request using HttpsURLConnection in JSON format.
sendBinaryContentForXmlResponse(String, String, Map<String, String>, String) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Send HTTP request using HttpURLConnection in XML format.
sendBinaryContentForXmlResponseHTTPS(String, String, Map<String, String>, String) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Send HTTPS request using HttpsURLConnection in XML format.
sendJsonRestRequest(String, String, Map<String, String>) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Overloaded method for sendJsonRestRequest, where the request file is not necessary.
sendJsonRestRequest(String, String, Map<String, String>, String) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Overloaded method for sendJsonRestRequest, where parameter replacement is not necessary.
sendJsonRestRequest(String, String, Map<String, String>, String, Map<String, String>) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Send HTTP request using HttpURLConnection in JSON format.
sendJsonRestRequestHTTPS(String, String, Map<String, String>, String, Map<String, String>) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Overloaded method for sendJsonRestRequestHTTPS, where parameter replacement is not necessary.
sendJsonRestRequestHTTPS(String, String, Map<String, String>, String, Map<String, String>, boolean) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Send HTTP request to using HttpsURLConnection in JSON format.
sendSOAPRequest(String, String) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Send a SOAP request via a MEPClient without attachments and parameters.
sendSOAPRequest(String, String, Map<String, String>) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
sendSOAPRequest(String, String, Map<String, String>, Map<String, String>) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
sendSOAPRequest(String, String, Map<String, String>, String, String, String) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Send a SOAP request via a MEPClient without attachments, taking a SOAP action.
sendSOAPRequest(String, String, Map<String, String>, Map<String, String>, String, String, String) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Send a SOAP request via a MEPClient with attachments, taking a SOAP action.
sendXmlRestRequest(String, String, Map<String, String>) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Overloaded method for sendXmlRestRequest , where the request file is not necessary.
sendXmlRestRequest(String, String, Map<String, String>, String) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Overloaded method for sendXmlRestRequest , where parameter replacement is not necessary.
sendXmlRestRequest(String, String, Map<String, String>, String, Map<String, String>) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Send HTTP request using HttpURLConnection in XML format.
sendXmlRestRequestHTTPS(String, String, Map<String, String>, String, Map<String, String>) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Overloaded method for sendXmlRestRequestHTTPS, where parameter replacement is not necessary.
sendXmlRestRequestHTTPS(String, String, Map<String, String>, String, Map<String, String>, boolean) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Send HTTP request using HttpsURLConnection in XML format.
setBody(T) - Method in class org.wso2.connector.integration.test.base.RestResponse
 
setHeadersMap(Map<String, List<String>>) - Method in class org.wso2.connector.integration.test.base.RestResponse
 
setHttpStatusCode(int) - Method in class org.wso2.connector.integration.test.base.RestResponse
 

U

uploadSequences() - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Method to upload sequences if required from a given path.

X

XML_TYPE - Static variable in class org.wso2.connector.integration.test.base.RestResponse
 
xPathEvaluate(OMElement, String, Map<String, String>) - Method in class org.wso2.connector.integration.test.base.ConnectorIntegrationTestBase
Execute xPath expression and return value as object.
A C G I J L M O P R S U X 

Copyright © 2017 WSO2. All rights reserved.