|
Class Summary |
| AbstractAggregator |
Aggregator can be used to wait and combine several messages. |
| AbstractContentBasedRouter |
AbstractContentBasedRouter can be used as a base class for content-based routing. |
| AbstractSplitter |
The AbstractSplitter is an abstract base class for Splitters. |
| ExchangeTarget |
An ExchangeTarget may be used to specify the target of an exchange,
while retaining all the JBI features (interface based routing, service
name based routing or endpoint routing). |
| NamespaceContextImpl |
A simple namespace context with a clean xbean configuration. |
| RoutingRule |
The RoutingRule interface is used by content based routers. |
| SwitchPredicate |
switch (on/off) predicate based on a property that can come from
1. a system property
2. a property from a property file (specified as Spring resource)
3. a property from the exchange
4. swtich on/off via JMX MBean (not yet implemented)
the property is interpreted as a boolean value
If fromExchange is true --> 3. |
| XPathPredicate |
|