You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Polar Humenn <ph...@iona.com> on 2007/02/07 22:58:18 UTC

doIntercept call semantics

Inside an interceptor, I'll assume the "handleMessage(Message message)" 
call, what is the purpose of calling InterceptorChain.doIntercept(message)?

Is it right to assume that after a call to doIntercept() the chain is 
completely executed?

So is code placed after this call provide some clean up or end fixing to 
the message?

Also, can somebody tell me the intended semantics of 
InterceptorChain.doInterceptInSubChain() and a definitive use-case?

Thanks,
-Polar