Versions Compared

Key

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

...

The class is very simple and we could easily create unit tests for it to verify that it works as expected. So what we want now is to let Camel invoke this class and its generateFilename with the input parameters and use the output as the filename. Pheeeww is this really possible out-of-the-box in Camel? Yes it is. So lets get on with the show:

TODO: You are here Claus!!!

Using a script language to set the filename

...