org.apache.openejb.assembler.classic
Class LazyValidator

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

public class LazyValidator
extends Object
implements InvocationHandler


Constructor Summary
LazyValidator(javax.validation.ValidatorFactory factory)
           
 
Method Summary
 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

LazyValidator

public LazyValidator(javax.validation.ValidatorFactory factory)
Method Detail

invoke

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


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.