public class ProcessorManager.ProcessorWrapper extends Object
| Constructor and Description |
|---|
ProcessorWrapper(Processor processor)
This constructor is initialised with the processor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
init()
This method initialises the processor.
|
void |
process(BusinessTransaction btxn,
Node node,
boolean req,
Map<String,?> headers,
Object[] values)
This method processes the supplied information to extract the relevant
details.
|
public ProcessorWrapper(Processor processor)
processor - The processorprotected void init()
public void process(BusinessTransaction btxn, Node node, boolean req, Map<String,?> headers, Object[] values)
btxn - The business transactionnode - The nodereq - Whether a requestheaders - The optional headersvalues - The valuesCopyright © 2015 Red Hat, Inc.. All rights reserved.