Hello,

Can I program an interceptor in a web service's incoming interceptor chain
to dynamically route to another interceptor other than the one predefined in
its chain (and ignore all subsequent interceptors in the predefined chain)?

In other words, for an interceptor chain A->B->C->D, can I add business
logic in interceptor A for it to route to A->E->F->G instead?  In
particular, I would like to avoid it doing A->E->F->G->B->C->D if I can,
i.e., once I reroute, I don't want it to return to the other interceptors in
the predefined chain.

Thanks,
Glen

-- 
View this message in context: 
http://www.nabble.com/Dynamically-change-interceptors-in-an-interceptor-chain--tp15546687p15546687.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to