Constructor and Description |
---|
ValidatorImpl(DefaultJAXBContextImpl c) |
Modifier and Type | Method and Description |
---|---|
ValidationEventHandler |
getEventHandler() |
Object |
getProperty(String name)
There are no required properties, so simply throw an exception.
|
void |
setEventHandler(ValidationEventHandler handler) |
void |
setProperty(String name,
Object value)
There are no required properties, so simply throw an exception.
|
boolean |
validate(Object o) |
boolean |
validateRoot(Object o) |
public ValidatorImpl(DefaultJAXBContextImpl c)
public boolean validateRoot(Object o) throws ValidationException
validateRoot
in interface Validator
ValidationException
public boolean validate(Object o) throws ValidationException
validate
in interface Validator
ValidationException
public ValidationEventHandler getEventHandler()
getEventHandler
in interface Validator
public void setEventHandler(ValidationEventHandler handler)
setEventHandler
in interface Validator
public void setProperty(String name, Object value) throws PropertyException
setProperty
in interface Validator
PropertyException
public Object getProperty(String name) throws PropertyException
getProperty
in interface Validator
PropertyException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.