Versions Compared

Key

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

...

For more details try viewing the API documentation in your local Camel instance

Route Viewing and Editing through Web Console

Web Console provide route viewing and editing functionality. You can view your route via http://localhost/routes/yourRouteIdImage Added and it default present the route in XML.
Camel uses JAXB to process the XML route definition and provide a Groovy Renderer to handle the Groovy route definition. However, Groovy Renderer can't support all the DSL features, so you should read the Unsupported Groovy DSL Features on Web Console at first.