public class TruggerInterceptorFactory extends java.lang.Object implements InterceptorFactory
Constructor and Description |
---|
TruggerInterceptorFactory() |
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.
|
public Interceptor createInterceptor(java.lang.Class interfaceClass)
InterceptorFactory
createInterceptor
in interface InterceptorFactory
interfaceClass
- the interface to interceptpublic Interceptor createInterceptor(java.lang.Class[] interfaces)
InterceptorFactory
createInterceptor
in interface InterceptorFactory
interfaces
- the interfaces to interceptpublic Interceptor createInterceptor(java.lang.Object target)
InterceptorFactory
createInterceptor
in interface InterceptorFactory
target
- the target to intercept