Hi,

I have a use-case where I must extract a endpoint uri from an object,
marshal the object to an unknown format and then send the result to the
extracted uri. Is there a built-in way to do this or do I have to manually
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-tp27159537p27159537.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to