Class ValidatingMessageVisitor

java.lang.Object
ca.uhn.hl7v2.model.MessageVisitorSupport
ca.uhn.hl7v2.validation.builder.support.ValidatingMessageVisitor
All Implemented Interfaces:
MessageVisitor

public abstract class ValidatingMessageVisitor extends MessageVisitorSupport
Base class for visitors that run over a message and thereby collect ValidationExceptions. Concrete implementations must override the visitor methods and provide a corresponding MessageVisitorFactory implementation that instantiates objects of this type.