Class InterceptorPayload

java.lang.Object
org.apache.catalina.tribes.group.InterceptorPayload

public class InterceptorPayload extends Object
Payload object used to pass an ErrorHandler to interceptors.
  • Constructor Details

    • InterceptorPayload

      public InterceptorPayload()
      Constructs a new InterceptorPayload.
  • Method Details

    • getErrorHandler

      public ErrorHandler getErrorHandler()
      Get the error handler.
      Returns:
      the error handler
    • setErrorHandler

      public void setErrorHandler(ErrorHandler errorHandler)
      Set the error handler.
      Parameters:
      errorHandler - the error handler to set