org.apache.webbeans.proxy
Class ProvidedBeansProxyHandler
java.lang.Object
org.apache.webbeans.proxy.ProvidedBeansProxyHandler
- All Implemented Interfaces:
- javassist.util.proxy.MethodHandler
public class ProvidedBeansProxyHandler
- extends Object
- implements javassist.util.proxy.MethodHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProvidedBeansProxyHandler
public ProvidedBeansProxyHandler(javax.enterprise.inject.spi.Bean<?> bean)
invoke
public Object invoke(Object self,
Method thisMethod,
Method proceed,
Object[] args)
throws Throwable
- Specified by:
invoke in interface javassist.util.proxy.MethodHandler
- Throws:
Throwable
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.