On Friday 25 February 2011 1:15:50 PM Sonam Nepali wrote: > Hi > > If I were to write a Exception Handler, should I extend from > Soap11FaultInInterceptor or Soap11FaultOutInterceptor? What's the > difference in them? >
The FaultOUT interceptor would be use on the server side to write the fault out onto the wire. The FaultIN would be on the client side to map the on- the-wire fault to an exception that the client would expect. -- Daniel Kulp [email protected] http://dankulp.com/blog Talend - http://www.talend.com
