Class HttpResponseHandlerInvocation
java.lang.Object
org.flowable.engine.impl.delegate.invocation.DelegateInvocation
org.flowable.engine.impl.bpmn.http.delegate.HttpResponseHandlerInvocation
Class handling invocations of
HttpResponseHandlers
- Author:
- Tijs Rademakers
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final VariableContainer
protected final HttpResponse
protected final HttpResponseHandler
Fields inherited from class org.flowable.engine.impl.delegate.invocation.DelegateInvocation
invocationParameters, invocationResult
-
Constructor Summary
ConstructorsConstructorDescriptionHttpResponseHandlerInvocation
(HttpResponseHandler httpResponseHandlerInstance, VariableContainer delegateExecution, HttpResponse httpResponse) -
Method Summary
Methods inherited from class org.flowable.engine.impl.delegate.invocation.DelegateInvocation
getInvocationParameters, getInvocationResult, proceed
-
Field Details
-
httpResponseHandlerInstance
-
delegateExecution
-
httpResponse
-
-
Constructor Details
-
HttpResponseHandlerInvocation
public HttpResponseHandlerInvocation(HttpResponseHandler httpResponseHandlerInstance, VariableContainer delegateExecution, HttpResponse httpResponse)
-
-
Method Details
-
invoke
protected void invoke()- Specified by:
invoke
in classDelegateInvocation
-
getTarget
Description copied from class:DelegateInvocation
returns the target of the current invocation, ie. JavaDelegate, ValueExpression ...- Specified by:
getTarget
in classDelegateInvocation
-