R
- public interface ValidationExceptionHandlerFactory<R>
ValidationExceptionHandler
instance, which is then used when
validating a message using a DefaultValidator
.
This allows to to keep the validator itself thread-safe, so it can be concurrently used e.g. in a Parser.
DefaultValidator.initializeHandler()
Modifier and Type | Method and Description |
---|---|
ValidationExceptionHandler<R> |
getNewInstance(HapiContext context) |
ValidationExceptionHandler<R> getNewInstance(HapiContext context)
context
- HAPI contextCopyright © 2001–2017 University Health Network. All rights reserved.