public class ClassDelegateHttpHandler extends AbstractClassDelegate implements HttpRequestHandler, HttpResponseHandler
className, fieldDeclarations, serviceTaskIdmultiInstanceActivityBehaviorbpmnActivityBehavior| Constructor and Description |
|---|
ClassDelegateHttpHandler(Class<?> clazz,
List<FieldDeclaration> fieldDeclarations) |
ClassDelegateHttpHandler(String className,
List<FieldDeclaration> fieldDeclarations) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpRequestHandler |
getHttpRequestHandlerInstance() |
protected HttpResponseHandler |
getHttpResponseHandlerInstance() |
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) |
applyFieldDeclaration, applyFieldDeclaration, applyFieldDeclaration, applyFieldDeclaration, defaultInstantiateDelegate, defaultInstantiateDelegate, defaultInstantiateDelegate, defaultInstantiateDelegate, getClassName, instantiateDelegateexecuteCompensateBoundaryEvents, findBoundaryEventsForFlowNode, getMultiInstanceActivityBehavior, getProcessDefinition, hasLoopCharacteristics, hasMultiInstanceCharacteristics, leave, setMultiInstanceActivityBehaviorexecute, leaveIgnoreConditions, parseActivityType, triggerpublic ClassDelegateHttpHandler(String className, List<FieldDeclaration> fieldDeclarations)
public ClassDelegateHttpHandler(Class<?> clazz, 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 HttpResponseHandlerprotected HttpRequestHandler getHttpRequestHandlerInstance()
protected HttpResponseHandler getHttpResponseHandlerInstance()
Copyright © 2019 Flowable. All rights reserved.