Class SoapHttpRequestImpl
java.lang.Object
org.camunda.connect.impl.AbstractConnectorRequest<R>
org.camunda.connect.httpclient.impl.AbstractHttpRequest<SoapHttpRequest,SoapHttpResponse>
org.camunda.connect.httpclient.soap.impl.SoapHttpRequestImpl
- All Implemented Interfaces:
HttpBaseRequest<SoapHttpRequest,
,SoapHttpResponse> SoapHttpRequest
,ConnectorRequest<SoapHttpResponse>
public class SoapHttpRequestImpl
extends AbstractHttpRequest<SoapHttpRequest,SoapHttpResponse>
implements SoapHttpRequest
-
Field Summary
Fields inherited from class org.camunda.connect.impl.AbstractConnectorRequest
connector, requestParameters
Fields inherited from interface org.camunda.connect.httpclient.HttpBaseRequest
HEADER_CONTENT_TYPE, PARAM_NAME_REQUEST_CONFIG, PARAM_NAME_REQUEST_HEADERS, PARAM_NAME_REQUEST_METHOD, PARAM_NAME_REQUEST_PAYLOAD, PARAM_NAME_REQUEST_URL
Fields inherited from interface org.camunda.connect.httpclient.soap.SoapHttpRequest
HEADER_SOAP_ACTION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSets the method of this request.soapAction
(String value) Sets the SOAPAction header field (used until SOAP 1.1).Methods inherited from class org.camunda.connect.httpclient.impl.AbstractHttpRequest
configOption, contentType, delete, get, getConfigOption, getConfigOptions, getContentType, getHeader, getHeaders, getMethod, getPayload, getUrl, head, header, options, patch, payload, post, put, trace, url
Methods inherited from class org.camunda.connect.impl.AbstractConnectorRequest
execute, getRequestParameter, getRequestParameters, isRequestValid, setRequestParameter, setRequestParameters
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.connect.spi.ConnectorRequest
execute, getRequestParameter, getRequestParameters, setRequestParameter, setRequestParameters
Methods inherited from interface org.camunda.connect.httpclient.HttpBaseRequest
configOption, contentType, getConfigOption, getConfigOptions, getContentType, getHeader, getHeaders, getMethod, getPayload, getUrl, header, payload, url
-
Field Details
-
LOG
-
-
Constructor Details
-
SoapHttpRequestImpl
-
-
Method Details
-
soapAction
Description copied from interface:SoapHttpRequest
Sets the SOAPAction header field (used until SOAP 1.1).- Specified by:
soapAction
in interfaceSoapHttpRequest
- Parameters:
value
- the value to set- Returns:
- this request
-
getSoapAction
- Specified by:
getSoapAction
in interfaceSoapHttpRequest
- Returns:
- the SOAPAction header field value (used until SOAP 1.1) or null if not set
-
method
Description copied from interface:HttpBaseRequest
Sets the method of this request.- Specified by:
method
in interfaceHttpBaseRequest<SoapHttpRequest,
SoapHttpResponse> - Overrides:
method
in classAbstractHttpRequest<SoapHttpRequest,
SoapHttpResponse> - Parameters:
method
- the method to set- Returns:
- this request
-