Interface MessageErrorHandler

All Known Subinterfaces:
HttpServletMessageErrorHandler, PipelineMessageErrorHandler, TypedMessageErrorHandler
All Known Implementing Classes:
AbstractHttpServletMessageErrorHandler, SOAP11FaultContextDecoratingErrorHandler

public interface MessageErrorHandler
Component that handles message processing-related errors.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    handleError(Throwable t, MessageContext messageContext)
    Handle a particular thrown error.
  • Method Details

    • handleError

      boolean handleError(Throwable t, MessageContext messageContext)
      Handle a particular thrown error.
      Parameters:
      t - the error that was thrown
      messageContext - the message context being processed, if available
      Returns:
      true if error was successfully handled, false otherwise