Note: Will only be called if this interceptor's {@link #handleRequest} method has successfully completed.
As with the {@link #handleResponse} method, the method will be invoked on each interceptor in the chain inreverse order, so the first interceptor will be the last to be invoked. @param messageContext contains both request and response messages, the response should contains a Fault @param endpoint chosen endpoint to invoke @param ex exception thrown on handler execution, if any @throws Exception in case of errors @since 2.0.2
|
|