Re: IoSession data in Exchange created by MinaConsumer

2009-08-26 Thread Claus Ibsen
a getIn() > method that takes no parameters. Yeah we could add that or to MessageHelper etc, but then its not as prominent as if it was provided on Exchange itself. > -- > View this message in context: > http://www.nabble.com/IoSession-data-in-Exchange-created-by-MinaConsumer-tp

Re: IoSession data in Exchange created by MinaConsumer

2009-08-26 Thread _Jens
context: http://www.nabble.com/IoSession-data-in-Exchange-created-by-MinaConsumer-tp25150794p2515.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: IoSession data in Exchange created by MinaConsumer

2009-08-26 Thread Claus Ibsen
= (MinaMessage) exchange.getIn(); // and we should add a nice type converter method so you can do without ugly casting MimaMessage mina = exchange.getIn(MinaMessage.class); > Jens > -- > View this message in context: > http://www.nabble.com/IoSession-data-in-Exchange-created-by-Mina

IoSession data in Exchange created by MinaConsumer

2009-08-26 Thread _Jens
context: http://www.nabble.com/IoSession-data-in-Exchange-created-by-MinaConsumer-tp25150794p25150794.html Sent from the Camel - Users mailing list archive at Nabble.com.