> -----Original Message-----
> From: Polar Humenn [mailto:[EMAIL PROTECTED]
> Sent: 2007?2?8? 5:58
> To: [email protected]
> Subject: 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?
> 

Discussions related to subchain can be found from [1] [2], actually the main 
reason why we proposed an onComplete() method is to remove the subchain.

[1]. 
http://mail-archives.apache.org/mod_mbox/incubator-cxf-dev/200701.mbox/[EMAIL 
PROTECTED]
[2]. 
http://mail-archives.apache.org/mod_mbox/incubator-cxf-dev/200701.mbox/[EMAIL 
PROTECTED]

> Thanks,
> -Polar
> 
> 

Reply via email to