org.jboss.weld.interceptor.proxy
Class CustomInterceptorInvocation<T>
java.lang.Object
org.jboss.weld.interceptor.proxy.CustomInterceptorInvocation<T>
- All Implemented Interfaces:
- InterceptorInvocation
public class CustomInterceptorInvocation<T>
- extends Object
- implements InterceptorInvocation
- Author:
- Marius Bogoevici
Constructor Summary |
CustomInterceptorInvocation(javax.enterprise.inject.spi.Interceptor<T> interceptorBeanInstance,
T interceptorInstance,
javax.enterprise.inject.spi.InterceptionType interceptionType)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomInterceptorInvocation
public CustomInterceptorInvocation(javax.enterprise.inject.spi.Interceptor<T> interceptorBeanInstance,
T interceptorInstance,
javax.enterprise.inject.spi.InterceptionType interceptionType)
getInterceptorMethodInvocations
public Collection<InterceptorMethodInvocation> getInterceptorMethodInvocations()
- Specified by:
getInterceptorMethodInvocations
in interface InterceptorInvocation
Copyright © 2013 Seam Framework. All Rights Reserved.