ext2 wrote:
Willem wrote:
No, you can apply the police per processor.
The new added camel-spring-security is based on this camel policy feature.
how to configure such policy using spring? Or just dsl?
Please check out the camel-spring-security example[1].
<policy ref=xxx> or .policy("xxx").
[1]https://cwiki.apache.org/confluence/display/CAMEL/Spring+Security+Example
Willem
ext2 wrote:
Hi:
Camel policy is very useful to define some custom wrapper features;
But in camel 2.2 , it seems the policy only apply on the whole route; And
it
cannot define a policy on a special processor, is this true?
And does camel 2.x support some mechanism to support define custom
policy for specified processor(not the whole route)?