Hey,
horyna wrote
> is here possibility how to wrap in and call like one part? e.g.:
>
> from("uri").unmashal...callCommonPart(parameters) ...marshal
yes, you can do something like that:
final ProcessorDefinition<?> processorDefinition = from(...)...process(...)
After that you can continue on the reference to this ProcessorDefinition.
Just have a look at the return values of the route building statements.
Regards, mdo.
--
View this message in context:
http://camel.465427.n5.nabble.com/Is-possible-to-wrap-a-part-of-route-tp5731917p5731918.html
Sent from the Camel - Users mailing list archive at Nabble.com.