Uses of Interface
ca.uhn.hl7v2.validation.ValidationExceptionHandlerFactory
Packages that use ValidationExceptionHandlerFactory
-
Uses of ValidationExceptionHandlerFactory in ca.uhn.hl7v2
Methods in ca.uhn.hl7v2 that return ValidationExceptionHandlerFactoryModifier and TypeMethodDescriptionDefaultHapiContext.getValidationExceptionHandlerFactory()HapiContext.getValidationExceptionHandlerFactory()Methods in ca.uhn.hl7v2 with parameters of type ValidationExceptionHandlerFactoryModifier and TypeMethodDescription<R> voidDefaultHapiContext.setValidationExceptionHandlerFactory(ValidationExceptionHandlerFactory<R> factory) <R> voidHapiContext.setValidationExceptionHandlerFactory(ValidationExceptionHandlerFactory<R> factory) -
Uses of ValidationExceptionHandlerFactory in ca.uhn.hl7v2.validation
Classes in ca.uhn.hl7v2.validation that implement ValidationExceptionHandlerFactoryModifier and TypeClassDescriptionclassSimple 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. -
Uses of ValidationExceptionHandlerFactory in ca.uhn.hl7v2.validation.impl
Classes in ca.uhn.hl7v2.validation.impl that implement ValidationExceptionHandlerFactoryModifier and TypeClassDescriptionclassA very simple example of a validation handler that simply returns a boolean value as validationresult.