Re: bean members with parallel processing

2014-03-20 Thread Claus Ibsen
do something here with mapper > mapper.doSomething(); > return "resultFromStep2"; > } > > public String step3(String contentFromStep2) { > //do something here with mapper > mapper.doSomething(); > return "resultFr

bean members with parallel processing

2014-03-20 Thread Olaf
mapper.doSomething(); return "resultFromStep2"; } } -- View this message in context: http://camel.465427.n5.nabble.com/bean-members-with-parallel-processing-tp5749157.html Sent from the Camel - Users mailing list archive at Nabble.com.