Interface ValidationExceptionHandlerFactory<R>

Type Parameters:
R -
All Known Implementing Classes:
DefaultValidationExceptionHandler, ReportingValidationExceptionHandler, RespondingValidationExceptionHandler, SimpleValidationExceptionHandler

This factory is responsible for generating a ValidationExceptionHandler instance, which is then used when validating a message using a DefaultValidator.

This allows to to keep the validator itself thread-safe, so it can be concurrently used e.g. in a Parser.

Author:
Christian Ohr
See Also: