> // and we should add a nice type converter method so you can do > without ugly casting > MimaMessage mina = exchange.getIn(MinaMessage.class);
I don't think that this is supported by Exchange. There is only a getIn() method that takes no parameters. -- View this message in context: http://www.nabble.com/IoSession-data-in-Exchange-created-by-MinaConsumer-tp25150794p25151111.html Sent from the Camel - Users mailing list archive at Nabble.com.
