public class SoapHttpRequestImpl extends AbstractHttpRequest<SoapHttpRequest,SoapHttpResponse> implements SoapHttpRequest
| Modifier and Type | Field and Description |
|---|---|
protected static SoapHttpConnectorLogger |
LOG |
connector, requestParametersHEADER_SOAP_ACTIONHEADER_CONTENT_TYPE, PARAM_NAME_REQUEST_CONFIG, PARAM_NAME_REQUEST_HEADERS, PARAM_NAME_REQUEST_METHOD, PARAM_NAME_REQUEST_PAYLOAD, PARAM_NAME_REQUEST_URL| Constructor and Description |
|---|
SoapHttpRequestImpl(SoapHttpConnector connector) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSoapAction() |
SoapHttpRequest |
method(String method)
Sets the method of this request.
|
SoapHttpRequest |
soapAction(String value)
Sets the SOAPAction header field (used until SOAP 1.1).
|
configOption, contentType, delete, get, getConfigOption, getConfigOptions, getContentType, getHeader, getHeaders, getMethod, getPayload, getUrl, head, header, options, patch, payload, post, put, trace, urlexecute, getRequestParameter, getRequestParameters, isRequestValid, setRequestParameter, setRequestParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigOption, contentType, getConfigOption, getConfigOptions, getContentType, getHeader, getHeaders, getMethod, getPayload, getUrl, header, payload, urlexecute, getRequestParameter, getRequestParameters, setRequestParameter, setRequestParametersprotected static final SoapHttpConnectorLogger LOG
public SoapHttpRequestImpl(SoapHttpConnector connector)
public SoapHttpRequest soapAction(String value)
SoapHttpRequestsoapAction in interface SoapHttpRequestvalue - the value to setpublic String getSoapAction()
getSoapAction in interface SoapHttpRequestpublic SoapHttpRequest method(String method)
HttpBaseRequestmethod in interface HttpBaseRequest<SoapHttpRequest,SoapHttpResponse>method in class AbstractHttpRequest<SoapHttpRequest,SoapHttpResponse>method - the method to setCopyright © 2014–2022 Camunda Services GmbH. All rights reserved.