I'm new to apache camel and made some routes working properly via Java DSL.
Now I'm wondering if there is a chance to get automatic a visual representation of these routes with JBoss Fuse?
I mean not by drawing it by hand again, more for automatic documention :-)
Edit:
Since a downvote seems to be easier than a answer I try to rephrase my question a bit.
I'm looking for a possibility to reverse engineer my defined routes (Java) and get a picture with boxes out of it.
Hawtoi, what I tried before, gives a beautiful result but also a lot of other stuff I don't need for my documentation.
Therefore I took a look at JBoss Fuse. But here I can only draw my processes and save them as a blueprint.xml.
Is the way from Java code to blueprint.xml not possible in JBoss Fuse? Do I miss something?