Re: Why Pass Java object in Twitter (& other) component

2013-12-16 Thread kraythe .
convertors of Twitter returns only partial information of Status > > object. Doesn't pass on the Geo location for example. > > > > Regards, > > Arpit. > > > > -Original Message- > > From: Jan Matèrne (jhm) [mailto:apa...@materne.de] > >

Re: Why Pass Java object in Twitter (& other) component

2013-12-16 Thread Bruno Borges
n the Geo location for example. > > Regards, > Arpit. > > -Original Message- > From: Jan Matèrne (jhm) [mailto:apa...@materne.de] > Sent: Tuesday, December 10, 2013 11:04 PM > To: users@camel.apache.org > Subject: AW: Why Pass Java object in Twitter (& other) compone

RE: Why Pass Java object in Twitter (& other) component

2013-12-10 Thread Goyal, Arpit
on for example. Regards, Arpit. -Original Message- From: Jan Matèrne (jhm) [mailto:apa...@materne.de] Sent: Tuesday, December 10, 2013 11:04 PM To: users@camel.apache.org Subject: AW: Why Pass Java object in Twitter (& other) component > > Why not have standard behavior across ca

RE: Why Pass Java object in Twitter (& other) component

2013-12-10 Thread Goyal, Arpit
bject: Re: Why Pass Java object in Twitter (& other) component Hi Arpit, > Why not have standard behavior across camel components? Each component provides messages in the most efficient/generic/convenient way it is possible in given context. What kind of standard message format are you

AW: Why Pass Java object in Twitter (& other) component

2013-12-10 Thread jhm
> > Why not have standard behavior across camel components? > > Each component provides messages in the most > efficient/generic/convenient way it is possible in given context. > > What kind of standard message format are you thinking of? JSON for > example? A "common" format could only be some

Re: Why Pass Java object in Twitter (& other) component

2013-12-10 Thread Henryk Konsek
Hi Arpit, > Why not have standard behavior across camel components? Each component provides messages in the most efficient/generic/convenient way it is possible in given context. What kind of standard message format are you thinking of? JSON for example? Cheers. -- Henryk Konsek http://henryk

Why Pass Java object in Twitter (& other) component

2013-12-10 Thread Goyal, Arpit
Hi Colleagues, I would like to understand the logic behind camel component allowing to migrate Java Objects. From Twitter component, after polling we get twitter4j.Status object. For any processing in the subsequent step we either use the TypeConvertor provided - which changes into String (and