Class SoapHttpRequestImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static SoapHttpConnectorLogger LOG  
      • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSoapAction()  
      SoapHttpRequest method​(java.lang.String method)  
      SoapHttpRequest soapAction​(java.lang.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