Class CompositeEndpointExceptionResolver

java.lang.Object
org.springframework.ws.server.endpoint.CompositeEndpointExceptionResolver
All Implemented Interfaces:
EndpointExceptionResolver

public class CompositeEndpointExceptionResolver extends Object implements EndpointExceptionResolver
Since:
4.1.0
  • Constructor Details

  • Method Details

    • resolveException

      public final boolean resolveException(MessageContext messageContext, @Nullable Object endpoint, Exception ex)
      Description copied from interface: EndpointExceptionResolver
      Try to resolve the given exception that got thrown during on endpoint execution.
      Specified by:
      resolveException in interface EndpointExceptionResolver
      Parameters:
      messageContext - current message context
      endpoint - the executed endpoint, or null if none chosen at the time of the exception
      ex - the exception that got thrown during endpoint execution
      Returns:
      true if resolved; false otherwise