Interface InterceptorInvoker
-
- All Known Implementing Classes:
InterceptorInvocationHandler
public interface InterceptorInvoker
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object[]getInterceptorInstances()ObjectgetProxy()ObjectgetTargetInstance()voidinvokeAroundConstruct()voidinvokePostConstruct()voidinvokePreDestroy()
-