WAS v8.5 > Reference > Developer detailed usage information

MediationHandler

The public interface MediationHandler has just one method: handle. This method is used by the runtime to invoke a mediation.

The method handle is called by the runtime when a message is to be mediated. The method returns Boolean True if the message passed into this method should continue along the handler list, otherwise False.

At the end of the handler list, the message is sent to the next destination on the routing path, unless the forward routing path is empty, when the message is made available to consuming applications on the current destination.

For more information about the MediationHandler interface, see the MediationHandler generated API information.


Related concepts:

Mediation programming


+

Search Tips   |   Advanced Search