public interface EndpointExceptionResolver
Modifier and Type | Method and Description |
---|---|
boolean |
resolveException(MessageContext messageContext,
Object endpoint,
Exception ex)
Try to resolve the given exception that got thrown during on endpoint execution.
|
boolean resolveException(MessageContext messageContext, Object endpoint, Exception ex)
messageContext
- current message contextendpoint
- the executed endpoint, or null if none chosen at the time of the exceptionex
- the exception that got thrown during endpoint executiontrue
if resolved; false
otherwise