Integration Patterns

Integration Patterns

  • default.png
    Mule 3.0
    Mule 3.1
    The goal of the Simple Service pattern is as simple as its name suggests: to provide a simple way to expose request-response services.
  • default.png
    Mule 3.0
    Mule 3.1
    Proxying 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.
  • icon-bridge.png
    Mule 3.0
    Mule 3.1
    Establishes 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.
  • default.png
    Mule 3.0
    Mule 3.1
    Validates inbound messages against a defined acceptance filter. Returns an ACK or NACK response synchronously and dispatches valid messages asynchronously.