Versions Compared

Key

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

ServiceMix supports Groovy scripts which can be used as endpoints, transformers or services. This allows you to combine the power of the Groovy scripting language with the ServiceMix JBI container and any off the shelf JBI components to create a very flexible and agile integration solution.

...

You can return a POJO as the body of a message - which other components can either transform or the deafult default Marshaler will figure out the right thing to do.

...