public interface Invocable
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getInterface(Class<T> clazz) |
<T> T |
getInterface(Object thiz,
Class<T> clazz) |
Object |
invokeFunction(String name,
Object... args) |
Object |
invokeMethod(Object thiz,
String name,
Object... args) |
Object invokeMethod(Object thiz, String name, Object... args) throws ScriptException, NoSuchMethodException
ScriptExceptionNoSuchMethodExceptionObject invokeFunction(String name, Object... args) throws ScriptException, NoSuchMethodException
ScriptExceptionNoSuchMethodException<T> T getInterface(Class<T> clazz)
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.