Hi Thilina!

Thilina Gunarathne wrote:
    void onFault(MessageContext msgContext);

    void onError(Exception e);

Is it guaranteed that the onError will not receive AxisFaults...

Not at all. :) It's guaranteed that onError() will not receive faults which came *on the wire*. onError() is for internal problems only (which may certainly be AxisFaults), onFault() is for received faults only.

--Glen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to