public class CustomInterceptorInvocation<T> extends Object implements InterceptorInvocation
| Constructor and Description |
|---|
CustomInterceptorInvocation(Interceptor<T> interceptorBeanInstance,
T interceptorInstance,
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 CustomInterceptorInvocation(Interceptor<T> interceptorBeanInstance, T interceptorInstance, InterceptionType interceptionType)
public List<InterceptorMethodInvocation> getInterceptorMethodInvocations()
InterceptorInvocationInterceptorMethodInvocation 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 InterceptorInvocationCopyright © 2015. All Rights Reserved.