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(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()
This method initialises the process action handler.
|
getAction, isUsesContent, isUsesHeaders, process, setAction, setUsesContent, setUsesHeaderspublic ExpressionBasedActionHandler(ProcessorAction action)
action - The actionpublic void init()
init in class ProcessorActionHandlerprotected 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 Red Hat, Inc.. All rights reserved.