Package org.glassfish.hk2.aopEvents
Class InterceptionServiceImpl
java.lang.Object
org.glassfish.hk2.aopEvents.InterceptionServiceImpl
- All Implemented Interfaces:
InterceptionService
- Author:
- jwells
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.aopalliance.intercept.ConstructorInterceptor>getConstructorInterceptors(Constructor<?> constructor) List<org.aopalliance.intercept.MethodInterceptor>getMethodInterceptors(Method method)
-
Constructor Details
-
InterceptionServiceImpl
public InterceptionServiceImpl()
-
-
Method Details
-
getDescriptorFilter
- Specified by:
getDescriptorFilterin interfaceInterceptionService
-
getMethodInterceptors
- Specified by:
getMethodInterceptorsin interfaceInterceptionService
-
getConstructorInterceptors
public List<org.aopalliance.intercept.ConstructorInterceptor> getConstructorInterceptors(Constructor<?> constructor) - Specified by:
getConstructorInterceptorsin interfaceInterceptionService
-