Class DefaultValidator<R>

java.lang.Object
ca.uhn.hl7v2.validation.AbstractValidator<R>
ca.uhn.hl7v2.validation.DefaultValidator<R>
Type Parameters:
R - The type parameter R denotes the result type of the validation process.
All Implemented Interfaces:
Validator<R>

public class DefaultValidator<R> extends AbstractValidator<R>
Default implementation of a message validator.
Author:
Christian Ohr