One-way Message Exchange Patterns
In a one-way interaction, the Mediator is invoked, but it does not send a response back to the caller. Depending on the type of routing rule target, the responses, faults, and callbacks are handled as shown in Table 24-1:
Note:
Event subscriptions follow the same exchange pattern as one-way interactions.
Table 24-1 Response When Mediator's WSDL Is a One-way Interaction
Routing Rule Target Type | Response |
---|---|
Request |
No response. |
Request Response |
Response is forwarded to another target or event. |
Request Response Fault |
Response and fault are forwarded to another target or event. |
Request Callback |
Callback is forwarded to another target or event. |
Request Response Callback |
Response and callback are forwarded to another target or event. |
Request Response Fault Callback |
Response, fault, and callback are forwarded to another target or event. |
Figure 24-1 illustrates the one-way message exchange pattern.
Figure 24-1 One-way Message Exchange Pattern

Description of "Figure 24-1 One-way Message Exchange Pattern"