Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Similarly, you can write your own message formatter to manipulate the outgoing payload from the ESBWSO2 EI.

When creating a custom message formatter, you will need to create a class implementing theĀ org.apache.axis2.transport.MessageFormatter interface and then override the writeTo method. You can implement your logic within the writeTo method.

...