public class HttpResponseHandlerInvocation extends DelegateInvocation
HttpResponseHandlers| Modifier and Type | Field and Description |
|---|---|
protected VariableContainer |
delegateExecution |
protected HttpResponse |
httpResponse |
protected HttpResponseHandler |
httpResponseHandlerInstance |
invocationParameters, invocationResult| Constructor and Description |
|---|
HttpResponseHandlerInvocation(HttpResponseHandler httpResponseHandlerInstance,
VariableContainer delegateExecution,
HttpResponse httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getTarget()
returns the target of the current invocation, ie.
|
protected void |
invoke() |
getInvocationParameters, getInvocationResult, proceedprotected final HttpResponseHandler httpResponseHandlerInstance
protected final VariableContainer delegateExecution
protected final HttpResponse httpResponse
public HttpResponseHandlerInvocation(HttpResponseHandler httpResponseHandlerInstance, VariableContainer delegateExecution, HttpResponse httpResponse)
protected void invoke()
invoke in class DelegateInvocationpublic Object getTarget()
DelegateInvocationgetTarget in class DelegateInvocationCopyright © 2020 Flowable. All rights reserved.