public class ProcessorManager.ProcessorActionWrapper extends Object
| Constructor and Description |
|---|
ProcessorActionWrapper(Processor processor,
ProcessorAction action)
This constructor is initialised with the processor action.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUsesContent() |
boolean |
isUsesHeaders() |
void |
process(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values)
This method processes the supplied information to extract the relevant
details.
|
public ProcessorActionWrapper(Processor processor, ProcessorAction action)
processor - The processoraction - The processor actionpublic boolean isUsesHeaders()
public boolean isUsesContent()
public void process(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.