public interface Invocation
| 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.
|
Method getMethod()
Object[] getArguments()
Object getProxy()
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.