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