hi team,

Is there a tools to convert java dsl to xml ?   
Is every java dsl code  have a equal xml counterpart?

When I am reading the camel document's , there are many snippets code that
writen by java dsl .

As a new user , sometimes I have to use xml instead of java dsl  .

In fact , I want to know how could I convert the below code to xml 

from("direct:start")
  .setHeader("decisionSlip").method(OrderProcessorBean.class,
"calculateRoute")
  .routingSlip("decisionSlip");


thanks.





--
View this message in context: 
http://camel.465427.n5.nabble.com/Is-there-a-tools-to-convert-java-dsl-to-xml-tp5768015.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to