| Package | Description |
|---|---|
| ca.uhn.hl7v2 | |
| ca.uhn.hl7v2.validation | |
| ca.uhn.hl7v2.validation.impl |
| Modifier and Type | Method and Description |
|---|---|
<R> ValidationExceptionHandlerFactory<R> |
DefaultHapiContext.getValidationExceptionHandlerFactory() |
<R> ValidationExceptionHandlerFactory<R> |
HapiContext.getValidationExceptionHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
<R> void |
DefaultHapiContext.setValidationExceptionHandlerFactory(ValidationExceptionHandlerFactory<R> factory) |
<R> void |
HapiContext.setValidationExceptionHandlerFactory(ValidationExceptionHandlerFactory<R> factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultValidationExceptionHandler
Simple implementation of a handler that just tracks if
DefaultValidationExceptionHandler.error(ValidationException) has been called at least once. |
class |
ReportingValidationExceptionHandler
ValidationExceptionHandler that logs all
ValidationExceptions and
optionally throws the first one wrapped in a HL7Exception. |
class |
RespondingValidationExceptionHandler
ValidationExceptionHandler that generates response messages as statically
configured and based on the outcome of a validation process.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleValidationExceptionHandler
A very simple example of a validation handler that simply returns a boolean
value as validation
result. |
Copyright © 2001–2017 University Health Network. All rights reserved.