public abstract class JavassistInvocation extends Object implements Invocation
Invocation implementation. This
class actually serves as the superclass for all Javassist-based
method invocations. Subclasses are dynamically created to deal with specific interface methods (they're hard-wired).| Modifier and Type | Field and Description |
|---|---|
protected Object[] |
arguments |
protected Method |
method |
protected Object |
target |
| Constructor and Description |
|---|
JavassistInvocation(Method method,
Object target,
Object[] arguments) |
| 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitproceedprotected final Method method
protected final Object target
protected final Object[] arguments
public Object[] getArguments()
InvocationgetArguments in interface Invocationpublic Method getMethod()
InvocationgetMethod in interface Invocationpublic Object getProxy()
InvocationgetProxy in interface InvocationCopyright © 2005-2013 Apache Software Foundation. All Rights Reserved.