+

Search Tips   |   Advanced Search

Programming mediations

Several distinct tasks are involved in programming a mediation. Typically, the mediation code is written by a programmer, and is then deployed and administered by an integrator.

Code examples for writing a mediation are provided in the following topic: Add mediation function to handler code.

The following APIs are provided for you to work with messages:

We can deploy mediations by using tooling such as the Rational Application Developer tools.

The tasks for programming a mediation are as follows:

Developing

Writing a mediation by adding functional code to a mediation handler.

Deploying

Add a mediation to a mediation handler list, and deploying it.

Administering

Associate a mediation handler with a destination (Optional), and configuring the parameters to be used by the mediation handler at run time.

Take the following steps to program a mediation:

  1. Create a mediation handler. For more information, see Writing a mediation handler.

  2. Add mediation function code to the mediation handler. For more information, see Add mediation function to handler code.

  3. Optional: Working with the message payload, for example for logging messages within a mediation. For more information, see Work with the message payload.

  4. Use the Rational Application Developer tools to create a handler list, add the mediation handler to the list, and deploy the handler list as an Enterprise Archive (EAR file). See the Rational Application Developer information center for information about how to do this.


Subtopics

  • Example: Use mediations to trace, monitor and log messages