public class SetDetailActionHandler extends ExpressionBasedActionHandler
EXPRESSION_HAS_NOT_BEEN_DEFINED| Constructor and Description |
|---|
SetDetailActionHandler(ProcessorAction action)
This constructor initialises the action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
init(Processor processor)
This method initialises the process action handler.
|
boolean |
process(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values)
This method processes the supplied information to extract the relevant
details.
|
getValuegetAction, getIssues, isUsesContent, isUsesHeaders, setAction, setIssues, setUsesContent, setUsesHeaderspublic SetDetailActionHandler(ProcessorAction action)
action - The actionpublic void init(Processor processor)
init in class ExpressionBasedActionHandlerprocessor - The processorpublic boolean process(BusinessTransaction btxn, Node node, Direction direction, Map<String,?> headers, Object[] values)
ProcessorActionHandlerprocess in class ProcessorActionHandlerbtxn - The business transactionnode - The nodedirection - The directionheaders - The optional headersvalues - The valuesCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.