public interface InterceptorFactory
Factory which can be used to create per-method instances of interceptor(s).
| Modifier and Type | Method and Description |
|---|---|
List<org.aopalliance.intercept.MethodInterceptor> |
getInterceptors(Method method)
Returns a list of interceptors for the given method.
|
Copyright © 2014. All rights reserved.