Hello,

when using proxy in Camel (http://camel.apache.org/using-camelproxy.html)
in camel after 2.16.3 where "*parameter binding is enabled by default*",
how can I retrieve the name of the invoked method?

previously, on Camel 2.15, I used to "choice" over the method name
extracted with simple with the expression:

$simple{body.method.name}

If I want to use parameter binding, how can I route the incoming payload
depending on the method name?

(The interface I am using with the proxy has an half dozen of methods, each
one taking a single argument of type List<MyBean>)

thank you,

Cristiano

Reply via email to