An instance of ValidationEvent
indicates some error condition, which occurred when validating a JAXB object. The purpose of the {@link ValidationEventHandler} is tocustomize the reply on instances of ValidationEvent
. The default event handler will throw an exception in case of events, but application specific validation event handlers need not do the same.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|