@Service public class InterceptionServiceImpl extends Object implements InterceptionService
| Constructor and Description |
|---|
InterceptionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<org.aopalliance.intercept.ConstructorInterceptor> |
getConstructorInterceptors(Constructor<?> constructor) |
Filter |
getDescriptorFilter() |
List<org.aopalliance.intercept.MethodInterceptor> |
getMethodInterceptors(Method method) |
public Filter getDescriptorFilter()
getDescriptorFilter in interface InterceptionServicepublic List<org.aopalliance.intercept.MethodInterceptor> getMethodInterceptors(Method method)
getMethodInterceptors in interface InterceptionServicepublic List<org.aopalliance.intercept.ConstructorInterceptor> getConstructorInterceptors(Constructor<?> constructor)
getConstructorInterceptors in interface InterceptionServiceCopyright © 2009-2014 Oracle Corporation. All Rights Reserved.