Uses of Interface
org.camunda.connect.httpclient.soap.SoapHttpRequest
-
Packages that use SoapHttpRequest Package Description org.camunda.connect.httpclient.soap org.camunda.connect.httpclient.soap.impl -
-
Uses of SoapHttpRequest in org.camunda.connect.httpclient.soap
Methods in org.camunda.connect.httpclient.soap that return SoapHttpRequest Modifier and Type Method Description SoapHttpRequestSoapHttpRequest. soapAction(java.lang.String value)Sets the SOAPAction header field (used until SOAP 1.1). -
Uses of SoapHttpRequest in org.camunda.connect.httpclient.soap.impl
Classes in org.camunda.connect.httpclient.soap.impl that implement SoapHttpRequest Modifier and Type Class Description classSoapHttpRequestImplMethods in org.camunda.connect.httpclient.soap.impl that return SoapHttpRequest Modifier and Type Method Description SoapHttpRequestSoapHttpConnectorImpl. createRequest()SoapHttpRequestSoapHttpRequestImpl. method(java.lang.String method)SoapHttpRequestSoapHttpRequestImpl. soapAction(java.lang.String value)Methods in org.camunda.connect.httpclient.soap.impl with parameters of type SoapHttpRequest Modifier and Type Method Description protected <T extends org.apache.http.client.methods.HttpRequestBase>
voidSoapHttpConnectorImpl. applyPayload(T httpRequest, SoapHttpRequest request)SoapHttpResponseSoapHttpConnectorImpl. execute(SoapHttpRequest request)
-