Versions Compared

Key

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

...

Code Block
    public void doSomething(@Header(name = "user") String user, @Body String body, Exchange exchange) {
        exchange.getIn().setBody(body + "MyBean");
    }
Include Page
CAMEL:Annotation Annotatation Based Expression Language
CAMEL:Annotation Annotatation Based Expression Language