Soap Fault handling in the Out Interceptor

2009-11-18 Thread vickatvuuch
this message in context: http://old.nabble.com/Soap-Fault-handling-in-the-Out-Interceptor-tp26408430p26408430.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Soap Fault handling in the Out Interceptor

2009-11-18 Thread Daniel Kulp
One way of achieving this is to stick an interceptor very early in the FaultOut chain that would get the chain from the message and manipulate the chain. Adding your own interceptors if needed, removing those you don't want, etc... The chains are completely modifiable at run time during

Re: Soap Fault handling in the Out Interceptor

2009-11-18 Thread vickatvuuch
place. Thanks, -Vitaly -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog -- View this message in context: http://old.nabble.com/Soap-Fault-handling-in-the-Out-Interceptor-tp26408430p26413820.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Soap Fault handling in the Out Interceptor

2009-11-18 Thread Daniel Kulp
On Wed November 18 2009 2:11:55 pm vickatvuuch wrote: Dan, I was thinking of making a custom WebFaultOutInterceptor and inserting it before the default one in the PRE_PROTOCOL phase. Could you tell me how to remove the default WebFaultOutInterceptor from the chain? Probably call

Re: Soap Fault handling in the Out Interceptor

2009-11-18 Thread vickatvuuch
://www.dankulp.com/blog -- View this message in context: http://old.nabble.com/Soap-Fault-handling-in-the-Out-Interceptor-tp26408430p26418879.html Sent from the cxf-user mailing list archive at Nabble.com.