This factory is responsible for generating a {@link ValidationExceptionHandler} instance, which is then used whenvalidating a message using a {@link 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
@param < R>
@see DefaultValidator#initializeHandler()
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.