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 |
---|---|
List<InterceptorMethodInvocation> |
getInterceptorMethodInvocations()
Returns
InterceptorMethodInvocation objects representing interceptor methods to be invoked during an interceptor invocation. |
public List<InterceptorMethodInvocation> getInterceptorMethodInvocations()
InterceptorInvocation
InterceptorMethodInvocation
objects representing interceptor methods to be invoked during an interceptor invocation.
Each of the InterceptorMethodInvocation
should be invoked as part of the invocation chain. The methods should be invoked in the given order.
getInterceptorMethodInvocations
in interface InterceptorInvocation
Copyright © 2016. All rights reserved.