Package org.apache.catalina.tribes.group
Class InterceptorPayload
- java.lang.Object
-
- org.apache.catalina.tribes.group.InterceptorPayload
-
public class InterceptorPayload extends java.lang.ObjectPayload object used to pass anErrorHandlerto interceptors.
-
-
Constructor Summary
Constructors Constructor Description InterceptorPayload()Constructs a new InterceptorPayload.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorHandlergetErrorHandler()Get the error handler.voidsetErrorHandler(ErrorHandler errorHandler)Set the error handler.
-
-
-
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
-
-