org.springframework.scripting.bsh
Class BshScriptUtils.BshObjectInvocationHandler
java.lang.Object
org.springframework.scripting.bsh.BshScriptUtils.BshObjectInvocationHandler
- All Implemented Interfaces:
- java.lang.reflect.InvocationHandler
- Enclosing class:
- BshScriptUtils
private static class BshScriptUtils.BshObjectInvocationHandler
- extends java.lang.Object
- implements java.lang.reflect.InvocationHandler
InvocationHandler that invokes a BeanShell script method.
Field Summary |
private XThis |
xt
|
Method Summary |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
private boolean |
isProxyForSameBshObject(java.lang.Object other)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xt
private final XThis xt
BshScriptUtils.BshObjectInvocationHandler
public BshScriptUtils.BshObjectInvocationHandler(XThis xt)
invoke
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
- Specified by:
invoke
in interface java.lang.reflect.InvocationHandler
- Throws:
java.lang.Throwable
isProxyForSameBshObject
private boolean isProxyForSameBshObject(java.lang.Object other)