public interface InterceptorFactory
Modifier and Type | Method and Description |
---|---|
Interceptor |
createInterceptor(java.lang.Class interfaceClass)
Creates an interceptor for the given interface.
|
Interceptor |
createInterceptor(java.lang.Class[] interfaces)
Creates an interceptor for the given interfaces.
|
Interceptor |
createInterceptor(java.lang.Object target)
Creates an interceptor for the given target.
|
Interceptor createInterceptor(java.lang.Class interfaceClass)
interfaceClass
- the interface to interceptInterceptor createInterceptor(java.lang.Class[] interfaces)
interfaces
- the interfaces to interceptInterceptor createInterceptor(java.lang.Object target)
target
- the target to intercept