| Modifier and Type | Method and Description |
|---|---|
String |
XMLExpressionHandler.evaluate(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
String |
JSONExpressionHandler.evaluate(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
abstract String |
ExpressionHandler.evaluate(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values)
This method evaluates the supplied information against this
expression.
|
String |
TextExpressionHandler.evaluate(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
String |
LiteralExpressionHandler.evaluate(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
protected Object |
DataExpressionHandler.getDataValue(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values)
This method returns the data value associated with the requested data
source and key..
|
protected String |
ExpressionBasedActionHandler.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.
|
boolean |
SetPropertyActionHandler.process(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
AddCorrelationIdActionHandler.process(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
SetFaultActionHandler.process(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
SetFaultDescriptionActionHandler.process(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
SetDetailActionHandler.process(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
AddContentActionHandler.process(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
EvaluateURIActionHandler.process(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
ProcessorActionHandler.process(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values)
This method processes the supplied information to extract the relevant
details.
|
boolean |
XMLExpressionHandler.test(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
JSONExpressionHandler.test(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
abstract boolean |
ExpressionHandler.test(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values)
This method evaluates the supplied information against this
expression representing a predicate.
|
boolean |
TextExpressionHandler.test(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
LiteralExpressionHandler.test(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
| Modifier and Type | Method and Description |
|---|---|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Direction |
Processor.getDirection() |
| Modifier and Type | Method and Description |
|---|---|
void |
Processor.setDirection(Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
Direction |
ProcessContent.getDirection() |
Direction |
CollectorAction.getDirection() |
Direction |
ProcessHeaders.getDirection() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessContent.setDirection(Direction direction) |
void |
CollectorAction.setDirection(Direction direction) |
void |
ProcessHeaders.setDirection(Direction direction) |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.