org.camunda.connect.httpclient.soap
Interface SoapHttpRequest

All Superinterfaces:
ConnectorRequest<SoapHttpResponse>, HttpBaseRequest<SoapHttpRequest,SoapHttpResponse>
All Known Implementing Classes:
SoapHttpRequestImpl

public interface SoapHttpRequest
extends HttpBaseRequest<SoapHttpRequest,SoapHttpResponse>


Field Summary
static String HEADER_SOAP_ACTION
           
 
Fields inherited from interface org.camunda.connect.httpclient.HttpBaseRequest
HEADER_CONTENT_TYPE, PARAM_NAME_REQUEST_HEADERS, PARAM_NAME_REQUEST_METHOD, PARAM_NAME_REQUEST_PAYLOAD, PARAM_NAME_REQUEST_URL
 
Method Summary
 String getSoapAction()
           
 SoapHttpRequest soapAction(String value)
          Sets the SOAPAction header field (used until SOAP 1.1).
 
Methods inherited from interface org.camunda.connect.httpclient.HttpBaseRequest
contentType, getContentType, getHeader, getHeaders, getMethod, getPayload, getUrl, header, method, payload, url
 
Methods inherited from interface org.camunda.connect.spi.ConnectorRequest
execute, getRequestParameter, getRequestParameters, setRequestParameter, setRequestParameters
 

Field Detail

HEADER_SOAP_ACTION

static final String HEADER_SOAP_ACTION
See Also:
Constant Field Values
Method Detail

soapAction

SoapHttpRequest soapAction(String value)
Sets the SOAPAction header field (used until SOAP 1.1).

Parameters:
value - the value to set
Returns:
this request

getSoapAction

String getSoapAction()
Returns:
the SOAPAction header field value (used until SOAP 1.1) or null if not set


Copyright © 2016 camunda services GmbH. All rights reserved.