Point notation in @Header value

2013-05-10 Thread horyna
Hi, camel doesnot support point notation in @Header value? Example: public void someMethod(@Header(value="instance.classmemberattribute.attribute") String someValue) class instance { public SomeClass getClassmemberattribute() } class SomeClass { public getAttribute() } --

Re: Point notation in @Header value

2013-05-10 Thread Claus Ibsen
No @Header is for referring to a header by its name You can use @Simple @OGNL @Groovy etc to do method calls. On Fri, May 10, 2013 at 3:03 PM, horyna wrote: > Hi, > > camel doesnot support point notation in @Header value? > > Example: > public void > som