I don't think it is possible in Spring XML DSL. However it is definitely
possible with Java DSL. Maybe you can switch to Java? Java DSL is really
flexible :) .

Cheers!

czw., 10.09.2015 o 14:28 użytkownik fabrizio.spataro <
[email protected]> napisał:

> Camel interceptor:
>
> <camelContext xmlns="http://camel.apache.org/schema/spring";
> errorHandlerRef="deadLetterErrorHandler">
>                              ........... ANOTHER CODE ......
>                              ........... ANOTHER CODE ......
>                              ........... ANOTHER CODE ......
>
>                 <interceptFrom uri="direct://ABC*">
>                              ........... MY CODE ......
>                              ........... MY CODE ......
>                              ........... MY CODE ......
>                              ........... MY CODE ......
>                 </interceptFrom>
>
>                              ........... ANOTHER CODE ......
>                              ........... ANOTHER CODE ......
>                              ........... ANOTHER CODE ......
>
> </camelContext>
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Interceptor-into-external-file-tp5771400p5771403.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
-- 
Henryk Konsek
http://about.me/hekonsek

Reply via email to