Class SoapHttpResponseImpl
- java.lang.Object
-
- org.camunda.connect.impl.AbstractConnectorResponse
-
- org.camunda.connect.impl.AbstractCloseableConnectorResponse
-
- org.camunda.connect.httpclient.impl.HttpResponseImpl
-
- org.camunda.connect.httpclient.soap.impl.SoapHttpResponseImpl
-
- All Implemented Interfaces:
org.camunda.connect.httpclient.HttpResponse,SoapHttpResponse,org.camunda.connect.spi.CloseableConnectorResponse,org.camunda.connect.spi.ConnectorResponse
public class SoapHttpResponseImpl extends org.camunda.connect.httpclient.impl.HttpResponseImpl implements SoapHttpResponse
-
-
Constructor Summary
Constructors Constructor Description SoapHttpResponseImpl(org.apache.http.client.methods.CloseableHttpResponse httpResponse)
-
Method Summary
-
Methods inherited from class org.camunda.connect.httpclient.impl.HttpResponseImpl
collectResponseHeaders, collectResponseParameters, getClosable, getHeader, getHeaders, getResponse, getStatusCode
-
Methods inherited from class org.camunda.connect.impl.AbstractConnectorResponse
getResponseParameter, getResponseParameters
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-