Mule Java Transformer
Mule allows to use the custom java tranformer in which you can write your own loigic to process the message. Message is passed to this object and this object returns the Message after having the execution completed. The return Object of this tranformer bacome the message for the next component.