Integration Patterns
Integration Patterns
-
Mule 3.0Mule 3.1The goal of the Simple Service pattern is as simple as its name suggests: to provide a simple way to expose request-response services. -
Mule 3.0Mule 3.1Proxying web services is a very common practice used for different reasons like security or auditing. This pattern allows a short and easy configuration of such a proxy. -
Mule 3.0Mule 3.1Establishes a direct conduit between an inbound endpoint and an outbound endpoint. Supports request-response and one-way bridging. Can perform transformations. Supports transactional bridging of inbound to outbound. -
Mule 3.0Mule 3.1Validates inbound messages against a defined acceptance filter. Returns an ACK or NACK response synchronously and dispatches valid messages asynchronously.
