public interface Validator
Modifier and Type | Method and Description |
---|---|
ValidationEventHandler |
getEventHandler() |
Object |
getProperty(String name) |
void |
setEventHandler(ValidationEventHandler handler) |
void |
setProperty(String name,
Object value) |
boolean |
validate(Object subRoot) |
boolean |
validateRoot(Object rootObj) |
ValidationEventHandler getEventHandler() throws JAXBException
JAXBException
Object getProperty(String name) throws PropertyException
PropertyException
void setEventHandler(ValidationEventHandler handler) throws JAXBException
JAXBException
void setProperty(String name, Object value) throws PropertyException
PropertyException
boolean validate(Object subRoot) throws JAXBException
JAXBException
boolean validateRoot(Object rootObj) throws JAXBException
JAXBException
Copyright © 2013. All Rights Reserved.