Re: Call a bean with a overloaded method

2011-11-08 Thread Claus Ibsen
Hi Yeah this should be easier from Camel 2.9 onwards as you can specify the binding in the uri directly So that should be, to use the 1 parameter method: Unfortunately for older releases its a bit more tricky. What people maybe have done in the past is to use an intermediate java object, which

Call a bean with a overloaded method

2011-11-08 Thread Michael Prieß
Hello, me again. I looked on the following page http://camel.apache.org/bean-binding.html but found only a solution to call a method overloaded method from JAVA DSL. But I like to use the Camel-Spring XML way like and call the method convertAndSend(Object); but alltime the method convertAndSe