Class InterceptorPayload


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

      • InterceptorPayload

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

      • 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