Re: Working with POJO in with a cxc endpoint

2013-10-16 Thread juliang
"GeoIP.java" I want to achieve this using a Processor(); But I haven't found a way to do this, I tried to do it like this: GeoIP ip = exchange.getIn.getBody(GeoIP.class); whit this I could do: ip.getCountryName(); ip.getIpAddress(); etc. Any Idea! Thanks -- View this message in context:

Re: Working with POJO in with a cxc endpoint

2013-10-16 Thread juliang
Thanks, Now i'm subscribed! -- View this message in context: http://camel.465427.n5.nabble.com/Working-with-POJO-in-with-a-cxc-endpoint-tp5741630p5741673.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Working with POJO in with a cxc endpoint

2013-10-16 Thread Christian Mueller
vance, Christian -- View this message in context: http://camel.465427.n5.nabble.com/Working-with-POJO-in-with-a-cxc-endpoint-tp5741630p5741656.html Sent from the Camel - Users mailing list archive at Nabble.com.

Working with POJO in with a cxc endpoint

2013-10-15 Thread juliang
on't quite understand what is happening! this is my pom File: pom.xml <http://camel.465427.n5.nabble.com/file/n5741630/pom.xml> The route is pretty simple but It doesn't work. Thanks for your help! -- View this message in context: http://camel.465427.n5.nabble.com/Working-with-POJO-in-with-a-cxc-endpoint-tp5741630.html Sent from the Camel - Users mailing list archive at Nabble.com.