|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.core.bv.BeanValidation
public class BeanValidation

Bean validation implementation backed by Hibernate Validator
| Constructor Summary | |
|---|---|
BeanValidation()
Constructor |
|
| Method Summary | |
|---|---|
javax.validation.Validator |
getValidator()
Get the validator |
javax.validation.ValidatorFactory |
getValidatorFactory()
Get the validator factory |
void |
start()
Start |
void |
stop()
Stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanValidation()
| Method Detail |
|---|
public javax.validation.ValidatorFactory getValidatorFactory()
public javax.validation.Validator getValidator()
public void start()
throws Throwable
Throwable - If an error occurs
public void stop()
throws Throwable
Throwable - If an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||