org.jboss.weld.interceptor.proxy
Class CustomInterceptorInvocation<T>

java.lang.Object
  extended by 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)
           
 
Method Summary
 Collection<InterceptorMethodInvocation> getInterceptorMethodInvocations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomInterceptorInvocation

public CustomInterceptorInvocation(javax.enterprise.inject.spi.Interceptor<T> interceptorBeanInstance,
                                   T interceptorInstance,
                                   javax.enterprise.inject.spi.InterceptionType interceptionType)
Method Detail

getInterceptorMethodInvocations

public Collection<InterceptorMethodInvocation> getInterceptorMethodInvocations()
Specified by:
getInterceptorMethodInvocations in interface InterceptorInvocation


Copyright © 2013 Seam Framework. All Rights Reserved.