public class DelegateExpressionHttpHandler extends Object implements HttpRequestHandler, HttpResponseHandler
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.common.engine.api.delegate.Expression |
expression |
protected List<FieldDeclaration> |
fieldDeclarations |
| Constructor and Description |
|---|
DelegateExpressionHttpHandler(org.flowable.common.engine.api.delegate.Expression expression,
List<FieldDeclaration> fieldDeclarations) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionText()
returns the expression text for this execution listener.
|
void |
handleHttpRequest(org.flowable.common.engine.api.variable.VariableContainer execution,
HttpRequest httpRequest,
org.apache.http.client.HttpClient client) |
void |
handleHttpResponse(org.flowable.common.engine.api.variable.VariableContainer execution,
HttpResponse httpResponse) |
protected org.flowable.common.engine.api.delegate.Expression expression
protected final List<FieldDeclaration> fieldDeclarations
public DelegateExpressionHttpHandler(org.flowable.common.engine.api.delegate.Expression expression,
List<FieldDeclaration> fieldDeclarations)
public void handleHttpRequest(org.flowable.common.engine.api.variable.VariableContainer execution,
HttpRequest httpRequest,
org.apache.http.client.HttpClient client)
handleHttpRequest in interface HttpRequestHandlerpublic void handleHttpResponse(org.flowable.common.engine.api.variable.VariableContainer execution,
HttpResponse httpResponse)
handleHttpResponse in interface HttpResponseHandlerpublic String getExpressionText()
Copyright © 2019 Flowable. All rights reserved.