Versions Compared

Key

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

...

And then we can refer to it in the route as a constant expression:

Code Block
java
java
            // return OK as response
            .transform(constant(OK));

...

Now we are nearly there, there is an important issue left with using CXF endpoints in Camel.
TODO: convertBodyTo, ListHolder, Willems feature