|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationEventHandler | |
---|---|
javax.xml.bind |
Uses of ValidationEventHandler in javax.xml.bind |
---|
Methods in javax.xml.bind that return ValidationEventHandler | |
---|---|
ValidationEventHandler |
Validator.getEventHandler()
Return the current event handler or the default event handler if one hasn't been set. |
ValidationEventHandler |
Unmarshaller.getEventHandler()
Return the current event handler or the default event handler if one hasn't been set. |
ValidationEventHandler |
Marshaller.getEventHandler()
Return the current event handler or the default event handler if one hasn't been set. |
Methods in javax.xml.bind with parameters of type ValidationEventHandler | |
---|---|
void |
Validator.setEventHandler(ValidationEventHandler handler)
Allow an application to register a validation event handler. |
void |
Unmarshaller.setEventHandler(ValidationEventHandler handler)
Allow an application to register a ValidationEventHandler. |
void |
Marshaller.setEventHandler(ValidationEventHandler handler)
Allow an application to register a validation event handler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |