| Package | Description |
|---|---|
| org.apache.servicemix.eip.patterns | |
| org.apache.servicemix.eip.support |
| Modifier and Type | Method and Description |
|---|---|
Predicate |
MessageFilter.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageFilter.setFilter(Predicate filter)
The filter to use on incoming messages
|
| Modifier and Type | Class and Description |
|---|---|
class |
SwitchPredicate
Switch (on/off) predicate based on a property that can come from
a system property, a property from a property file (specified as Spring resource),
or a property from the exchange.
|
class |
XPathPredicate
A predicate that verify if the xpath expression evaluated on
the content of the input message is true or not.
|
| Modifier and Type | Method and Description |
|---|---|
Predicate |
RoutingRule.getPredicate() |
| Modifier and Type | Method and Description |
|---|---|
void |
RoutingRule.setPredicate(Predicate predicate)
The predicate associated to this routing rule.
|
| Constructor and Description |
|---|
RoutingRule(Predicate predicate,
ExchangeTarget target) |
Copyright © 2005-2015 FuseSource. All Rights Reserved.