public class HttpRequestHandlerInvocation extends DelegateInvocation
HttpRequestHandlers| Modifier and Type | Field and Description |
|---|---|
protected org.apache.http.client.HttpClient |
client |
protected org.flowable.common.engine.api.variable.VariableContainer |
delegateExecution |
protected HttpRequest |
httpRequest |
protected HttpRequestHandler |
httpRequestHandlerInstance |
invocationParameters, invocationResult| Constructor and Description |
|---|
HttpRequestHandlerInvocation(HttpRequestHandler httpRequestHandlerInstance,
org.flowable.common.engine.api.variable.VariableContainer delegateExecution,
HttpRequest httpRequest,
org.apache.http.client.HttpClient client) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getTarget() |
protected void |
invoke() |
getInvocationParameters, getInvocationResult, proceedprotected final HttpRequestHandler httpRequestHandlerInstance
protected final org.flowable.common.engine.api.variable.VariableContainer delegateExecution
protected final HttpRequest httpRequest
protected final org.apache.http.client.HttpClient client
public HttpRequestHandlerInvocation(HttpRequestHandler httpRequestHandlerInstance, org.flowable.common.engine.api.variable.VariableContainer delegateExecution, HttpRequest httpRequest, org.apache.http.client.HttpClient client)
protected void invoke()
invoke in class DelegateInvocationpublic Object getTarget()
getTarget in class DelegateInvocationCopyright © 2019 Flowable. All rights reserved.