Hi,
 /**
     * This gets called when a fault message is received.
     *
     * @param msgContext the MessageContext containing the fault.
     */
    void onFault(MessageContext msgContext);

    /**
     * This gets called ONLY when an internal processing exception occurs.
     *
     * @param e the Exception which caused the problem
     */
    void onError(Exception e);

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

thanks,
Thilina

-- 
Thilina Gunarathne  -  http://www.wso2.com - http://thilinag.blogspot.com

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

Reply via email to