Re: Store data be used in other steps in an exchange

2010-01-14 Thread Johan Haleby
ally persist the extract endpoint and retrieve a dynamic router or >>> something? Here's some pseudo code describing what I'm looking for: >>> >>> from("somewhere").extractURIFromConsumedObject(). >>> marshal(encodeToUnknownFormat).to("uriThatWasExtractedFromTheConsumedObject"); >>> >>> Thanks, >>> /Johan >>> >> >> > > -- View this message in context: http://old.nabble.com/Store-data-be-used-in-other-steps-in-an-exchange-tp27159537p27166997.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Store data be used in other steps in an exchange

2010-01-14 Thread Ashwin Karpe
gt; Thanks, >> /Johan >> > > - --- Ashwin Karpe, Principal Consultant, PS - Opensource Center of Competence Progress Software Corporation 14 Oak Park Drive Bedford, MA 01730 --- +1-972-304-9084 (Office) +1-972-971-1700 (Mobile) Blog: http://opensourceknowledge.blo

Re: Store data be used in other steps in an exchange

2010-01-14 Thread Johan Haleby
sumedObject(). > marshal(encodeToUnknownFormat).to("uriThatWasExtractedFromTheConsumedObject"); > > Thanks, > /Johan > -- View this message in context: http://old.nabble.com/Store-data-be-used-in-other-steps-in-an-exchange-tp27159537p27160731.html Sent from the Camel - Users mailing list archive at Nabble.com.

Store data be used in other steps in an exchange

2010-01-14 Thread Johan Haleby
? Here's some pseudo code describing what I'm looking for: from("somewhere").extractURIFromConsumedObject(). marshal(encodeToUnknownFormat).to("uriThatWasExtractedFromTheConsumedObject"); Thanks, /Johan -- View this message in context: http://old.nabble.com/Store-dat