public interface Invocation
Interceptor
.Modifier and Type | Method and Description |
---|---|
Object[] |
getArguments()
Returns the arguments being passed to this method invocation.
|
Method |
getMethod()
Returns the method being called.
|
Object |
getProxy()
Returns the proxy object on which this invocation was invoked.
|
Object |
proceed()
Called in order to let the invocation proceed.
|
Object[] getArguments()
Object getProxy()
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.