AW: Java DSL Question - revisited

2014-05-26 Thread jhm
Gesendet: Montag, 26. Mai 2014 16:32 > An: users@camel.apache.org > Betreff: Java DSL Question - revisited > > Hi again > > I need to clarify that I want to access members of the Object in the > body, which is a HashMap, from within the DSL. From a Processor I can > access the Ob

Java DSL Question - revisited

2014-05-26 Thread Glattfelder, Beat
Hi again I need to clarify that I want to access members of the Object in the body, which is a HashMap, from within the DSL. From a Processor I can access the Object as such: // works exchange.getIn().getBody(Map.class).get("user_name")); In the fluent builder, like in the following exa