Class RespondingValidationExceptionHandler

All Implemented Interfaces:
ValidationExceptionHandler<Message>, ValidationExceptionHandlerFactory<Message>

ValidationExceptionHandler that generates response messages as statically configured and based on the outcome of a validation process. Aspects of creating and populating the response message can be overwritten in subclasses.

This handler (or a subclass thereof) can be used for validation if a response message must be generated upon the validation result.

Author:
Christian Ohr