public abstract class ExpressionBasedActionHandler extends ProcessorActionHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
EXPRESSION_HAS_NOT_BEEN_DEFINED |
| Constructor and Description |
|---|
ExpressionBasedActionHandler(ProcessorAction action)
This constructor initialises the action.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getValue(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values)
This method returns the value, associated with the expression, for the
supplied data.
|
void |
init(Processor processor)
This method initialises the process action handler.
|
getAction, getIssues, isUsesContent, isUsesHeaders, process, setAction, setIssues, setUsesContent, setUsesHeaderspublic static final String EXPRESSION_HAS_NOT_BEEN_DEFINED
public ExpressionBasedActionHandler(ProcessorAction action)
action - The actionpublic void init(Processor processor)
init in class ProcessorActionHandlerprocessor - The processorprotected String getValue(BusinessTransaction btxn, Node node, Direction direction, Map<String,?> headers, Object[] values)
btxn - The business transactionnode - The nodedirection - The directionheaders - The optional headersvalues - The valuesCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.