public class CustomInterceptorInvocation<T> extends Object implements InterceptorInvocation
Constructor and Description |
---|
CustomInterceptorInvocation(javax.enterprise.inject.spi.Interceptor<T> interceptorBeanInstance,
T interceptorInstance,
javax.enterprise.inject.spi.InterceptionType interceptionType) |
Modifier and Type | Method and Description |
---|---|
Collection<InterceptorMethodInvocation> |
getInterceptorMethodInvocations() |
public Collection<InterceptorMethodInvocation> getInterceptorMethodInvocations()
getInterceptorMethodInvocations
in interface InterceptorInvocation
Copyright © 2013 Seam Framework. All Rights Reserved.