Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
  @Consume
  public void onService(String input) {

Now Camel match matches step 5, and lose loses the prefix on in the name, and look looks for 'service' as the property. And because there is a getServiceEndpoint method, Camel will use that.

...