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(VariableContainer execution,
HttpRequest httpRequest,
FlowableHttpClient client) |
void |
handleHttpResponse(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(VariableContainer execution, HttpRequest httpRequest, FlowableHttpClient client)
handleHttpRequest in interface HttpRequestHandlerpublic void handleHttpResponse(VariableContainer execution, HttpResponse httpResponse)
handleHttpResponse in interface HttpResponseHandlerprotected HttpRequestHandler getHttpRequestHandlerInstance()
protected HttpResponseHandler getHttpResponseHandlerInstance()
Copyright © 2020 Flowable. All rights reserved.