WebSphere WebSphere Application Server Network Deployment, Version 6.0.x Operating Systems: AIX, HP-UX, Linux, Solaris, Windows

MediationHandler

This topic describes the interface which defines the method invoked by the mediation runtime.

public interface MediationHandler. This interface defines the method which will be invoked by the mediation runtime.

The method handle invokes a mediation. It 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.

The API has just one method:
  • handle: Method used by the runtime to invoke a mediation.

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


Reference topic

Terms of Use | Feedback

Last updated: 15 Mar 2007
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.pmc.nd.doc\ref\rjy1330.html

© Copyright IBM Corporation 2004, 2007. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)