|
Class Summary |
| AsyncBridge |
The async bridge pattern is used to bridge an In-Out exchange with two In-Only
(or Robust-In-Only) exchanges. |
| ContentBasedRouter |
ContentBasedRouter can be used for all kind of content-based routing. |
| ContentEnricher |
Implementation of the
Content-Enricher
Pattern. |
| MessageFilter |
MessageFilter allows filtering incoming JBI exchanges. |
| Pipeline |
The Pipeline component is a bridge between an In-Only (or Robust-In-Only) MEP and
an In-Out MEP. |
| RecipientListAggregator |
An aggregator specifically written to aggregate messages that have been sent using
a StaticRecipientList pattern. |
| Resequencer |
This pattern implements the Resequencer EIP
pattern. |
| SplitAggregator |
Aggregator can be used to wait and combine several messages. |
| SplitAggregator.SplitterAggregation |
|
| StaticRecipientList |
The StaticRecipientList component will forward an input In-Only or Robust-In-Only
exchange to a list of known recipients. |
| StaticRoutingSlip |
A RoutingSlip component can be used to route an incoming In-Out exchange
through a series of target services. |
| WireTap |
A WireTap component can be used to forward a copy of the input message to a listener. |
| XPathSplitter |
The XPathSplitter component implements the
Splitter
pattern using an xpath expression to split the incoming xml. |