Package org.jboss.weld.interceptor.proxy
Interface InterceptorInvocation
- All Known Implementing Classes:
CustomInterceptorInvocation
public interface InterceptorInvocation
Represents an invocation of interceptor's methods on an interceptor instance.
- Author:
- Marius Bogoevici
-
Method Summary
Modifier and TypeMethodDescriptionReturnsInterceptorMethodInvocationobjects representing interceptor methods to be invoked during an interceptor invocation.
-
Method Details
-
getInterceptorMethodInvocations
List<InterceptorMethodInvocation> getInterceptorMethodInvocations()ReturnsInterceptorMethodInvocationobjects representing interceptor methods to be invoked during an interceptor invocation.Each of the
InterceptorMethodInvocationshould be invoked as part of the invocation chain. The methods should be invoked in the given order.- Returns:
- interceptor method invocation list
-