Uses of Interface
ca.uhn.hl7v2.validation.ValidationExceptionHandler
Packages that use ValidationExceptionHandler
-
Uses of ValidationExceptionHandler in ca.uhn.hl7v2.validation
Classes in ca.uhn.hl7v2.validation that implement ValidationExceptionHandlerModifier and TypeClassDescriptionclassAbstract base class of a ValidationExceptionHandler that supports a validation subject.classValidationExceptionHandler that collects allValidationExceptions in a list.classSimple implementation of a handler that just tracks ifDefaultValidationExceptionHandler.error(ValidationException)has been called at least once.classValidationExceptionHandler that logs allValidationExceptions and optionally throws the first one wrapped in aHL7Exception.classValidationExceptionHandler that generates response messages as statically configured and based on the outcome of a validation process.Methods in ca.uhn.hl7v2.validation that return ValidationExceptionHandlerModifier and TypeMethodDescriptionDefaultValidationExceptionHandler.getNewInstance(HapiContext theContext) ReportingValidationExceptionHandler.getNewInstance(HapiContext context) RespondingValidationExceptionHandler.getNewInstance(HapiContext context) ValidationExceptionHandlerFactory.getNewInstance(HapiContext context) protected abstract ValidationExceptionHandler<R>AbstractValidator.initializeHandler()protected ValidationExceptionHandler<R>DefaultValidator.initializeHandler()Returns a new instance of a defaultValidationExceptionHandlercreated by theValidationExceptionHandlerFactoryas returned byHapiContext.protected ValidationExceptionHandler<Boolean>MessageValidator.initializeHandler()For backwards compatibility, always returns a new instance ofReportingValidationExceptionHandlerMethods in ca.uhn.hl7v2.validation with parameters of type ValidationExceptionHandlerModifier and TypeMethodDescriptionAbstractValidator.validate(Message message, ValidationExceptionHandler<R> handler) AbstractValidator.validate(String message, boolean isXML, String version, ValidationExceptionHandler<R> handler) Validator.validate(Message message, ValidationExceptionHandler<R> handler) Validates aMessageusing a customValidationExceptionHandler.Validator.validate(String message, boolean isXML, String version, ValidationExceptionHandler<R> handler) Validates a String representing an encoded message. -
Uses of ValidationExceptionHandler in ca.uhn.hl7v2.validation.impl
Classes in ca.uhn.hl7v2.validation.impl that implement ValidationExceptionHandlerModifier and TypeClassDescriptionclassA very simple example of a validation handler that simply returns a boolean value as validationresult.Methods in ca.uhn.hl7v2.validation.impl that return ValidationExceptionHandlerModifier and TypeMethodDescriptionSimpleValidationExceptionHandler.getNewInstance(HapiContext context)