public class HttpResponseHandlerInvocation extends DelegateInvocation
HttpResponseHandlers| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.common.engine.api.variable.VariableContainer |
delegateExecution |
protected HttpResponse |
httpResponse |
protected HttpResponseHandler |
httpResponseHandlerInstance |
invocationParameters, invocationResult| Constructor and Description |
|---|
HttpResponseHandlerInvocation(HttpResponseHandler httpResponseHandlerInstance,
org.flowable.common.engine.api.variable.VariableContainer delegateExecution,
HttpResponse httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getTarget() |
protected void |
invoke() |
getInvocationParameters, getInvocationResult, proceedprotected final HttpResponseHandler httpResponseHandlerInstance
protected final org.flowable.common.engine.api.variable.VariableContainer delegateExecution
protected final HttpResponse httpResponse
public HttpResponseHandlerInvocation(HttpResponseHandler httpResponseHandlerInstance, org.flowable.common.engine.api.variable.VariableContainer delegateExecution, HttpResponse httpResponse)
protected void invoke()
invoke in class DelegateInvocationpublic Object getTarget()
getTarget in class DelegateInvocationCopyright © 2019 Flowable. All rights reserved.