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–2016 The Apache Software Foundation. All rights reserved.