org.apache.openejb.assembler.classic
Class LazyValidatorFactory

java.lang.Object
  extended by org.apache.openejb.assembler.classic.LazyValidatorFactory
All Implemented Interfaces:
InvocationHandler

public class LazyValidatorFactory
extends Object
implements InvocationHandler


Constructor Summary
LazyValidatorFactory(ClassLoader classLoader, ValidationInfo validationInfo)
           
 
Method Summary
 javax.validation.ValidatorFactory getFactory()
           
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyValidatorFactory

public LazyValidatorFactory(ClassLoader classLoader,
                            ValidationInfo validationInfo)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

getFactory

public javax.validation.ValidatorFactory getFactory()


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.