|
Class Summary |
| AbstractAggregatorPattern |
Provide a management of the source exchange response from the target
exchanges received. |
| AbstractMEPBridgePattern |
Provide a management of the source exchange response from the target
exchange: we must adapt the response to the MEP of the source exchange |
| AbstractMEPBridgeWithUnicConsumesPattern |
A default AbstractMEPBridgePattern for a pattern with only one Consumes
invoked |
| AbstractPattern |
Created on 17 janv. |
| Aggregator |
Receives a bunch of messages and identifies messages that are correlated
(XPATH expression). |
| Bridge |
Change the MEP of an exchange. |
| Dispatcher |
Dispatch the exchange to all Consumes services defined in the service unit. |
| DynamicRouter |
A Router pattern |
| OperationRouterEngine |
Helper to route
TODO use the XSLTUtil instead of create a XPath engine on each call |
| PatternHelper |
|
| Router |
A Router pattern on the content of the In message. |
| RoutingSlip |
Pipe all Consumes services defined in the service unit. |
| ScatterGather |
Aggregate all Consumes services defined in the service unit. |
| Splitter |
|
| WireTap |
Before sending the Exchange to the Service provider (or consumer for the
response), Copy the In or OUT message and send it to a "monitoring service". |
| XPathRouterEngine |
Helper to route
TODO use the XSLTUtil instead of create a XPath engine on each call |