Class HttpResponseHandlerInvocation
- java.lang.Object
-
- org.flowable.engine.impl.delegate.invocation.DelegateInvocation
-
- org.flowable.engine.impl.bpmn.http.delegate.HttpResponseHandlerInvocation
-
public class HttpResponseHandlerInvocation extends DelegateInvocation
Class handling invocations ofHttpResponseHandlers- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected VariableContainerdelegateExecutionprotected HttpResponsehttpResponseprotected HttpResponseHandlerhttpResponseHandlerInstance-
Fields inherited from class org.flowable.engine.impl.delegate.invocation.DelegateInvocation
invocationParameters, invocationResult
-
-
Constructor Summary
Constructors Constructor Description HttpResponseHandlerInvocation(HttpResponseHandler httpResponseHandlerInstance, VariableContainer delegateExecution, HttpResponse httpResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetTarget()returns the target of the current invocation, ie.protected voidinvoke()-
Methods inherited from class org.flowable.engine.impl.delegate.invocation.DelegateInvocation
getInvocationParameters, getInvocationResult, proceed
-
-
-
-
Field Detail
-
httpResponseHandlerInstance
protected final HttpResponseHandler httpResponseHandlerInstance
-
delegateExecution
protected final VariableContainer delegateExecution
-
httpResponse
protected final HttpResponse httpResponse
-
-
Constructor Detail
-
HttpResponseHandlerInvocation
public HttpResponseHandlerInvocation(HttpResponseHandler httpResponseHandlerInstance, VariableContainer delegateExecution, HttpResponse httpResponse)
-
-
Method Detail
-
invoke
protected void invoke()
- Specified by:
invokein classDelegateInvocation
-
getTarget
public Object getTarget()
Description copied from class:DelegateInvocationreturns the target of the current invocation, ie. JavaDelegate, ValueExpression ...- Specified by:
getTargetin classDelegateInvocation
-
-