Module org.glassfish.hk2.extras
Class DefaultInterceptionService
java.lang.Object
org.glassfish.hk2.extras.interception.internal.DefaultInterceptionService
- All Implemented Interfaces:
InterceptionService
@Singleton
@Visibility(LOCAL)
public class DefaultInterceptionService
extends Object
implements InterceptionService
A default implementation of the interception service using annotation to
denote services that are to be intercepted and other annotations to match
methods or constructors to interceptors
- Author:
- jwells
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConstructorInterceptors(Constructor<?> constructor) getMethodInterceptors(Method method)
-
Constructor Details
-
DefaultInterceptionService
public DefaultInterceptionService()
-
-
Method Details
-
getDescriptorFilter
- Specified by:
getDescriptorFilterin interfaceInterceptionService
-
getMethodInterceptors
- Specified by:
getMethodInterceptorsin interfaceInterceptionService
-
getConstructorInterceptors
- Specified by:
getConstructorInterceptorsin interfaceInterceptionService
-