public interface InterceptorHandler
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Method method,
Object[] args)
This method will get called whenever the proxy
of the intercepted instance will get invoked.
|
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.