Defines the interface for objects than can resolve exceptions thrown during endpoint execution, resulting in SOAP
messages.
author: Arjen Poutsma since: 1.0.0
Try to resolve the given exception that got thrown during on endpoint execution.
Parameters: messageContext - current message context Parameters: endpoint - the executed endpoint, or null if none chosen at the time of the exception Parameters: ex - the exception that got thrown during endpoint execution true if resolved; false otherwise