org.jboss.solder.unwraps
Class UnwrapsInvocationHandler
java.lang.Object
org.jboss.solder.unwraps.UnwrapsInvocationHandler
- All Implemented Interfaces:
- javassist.util.proxy.MethodHandler
public class UnwrapsInvocationHandler
- extends Object
- implements javassist.util.proxy.MethodHandler
|
Constructor Summary |
UnwrapsInvocationHandler(javax.enterprise.inject.spi.BeanManager manager,
javax.enterprise.inject.spi.AnnotatedMethod<?> method,
javax.enterprise.inject.spi.Bean<?> bean,
javax.enterprise.inject.spi.InjectionPoint injectionPoint,
Set<Annotation> declaringBeanQualifiers)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnwrapsInvocationHandler
public UnwrapsInvocationHandler(javax.enterprise.inject.spi.BeanManager manager,
javax.enterprise.inject.spi.AnnotatedMethod<?> method,
javax.enterprise.inject.spi.Bean<?> bean,
javax.enterprise.inject.spi.InjectionPoint injectionPoint,
Set<Annotation> declaringBeanQualifiers)
invoke
public Object invoke(Object proxy,
Method thisMethod,
Method m,
Object[] args)
throws Throwable
- Specified by:
invoke in interface javassist.util.proxy.MethodHandler
- Throws:
Throwable
Copyright © 2008-2011 Seam Framework. All Rights Reserved.