javax.xml.bind.helpers
public class DefaultValidationEventHandler extends Object implements ValidationEventHandler
Default implementation of a ValidationEventHandler. Causes the validation to fail as soon as the first error or fatal error is encountered.
This instance of ValidationEventHandler is suitable for use of the unmarshallers or validators default event handler.
Since: JAXB1.0
Constructor Summary | |
---|---|
DefaultValidationEventHandler() Creates a new instance of |
Method Summary | |
---|---|
boolean | handleEvent(ValidationEvent event) |
Creates a new instance of DefaultValidationEventHandler
.