public class InterfaceImplementor extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
InterfaceImplementor.InterfaceImplementorInvocationHandler |
| Constructor and Description |
|---|
InterfaceImplementor(Invocable engine)
Creates a new instance of Invocable
|
| Modifier and Type | Method and Description |
|---|---|
protected Object[] |
convertArguments(Method method,
Object[] args) |
protected Object |
convertResult(Method method,
Object res) |
<T> T |
getInterface(Object thiz,
Class<T> iface) |
public InterfaceImplementor(Invocable engine)
public <T> T getInterface(Object thiz, Class<T> iface) throws ScriptException
ScriptExceptionprotected Object convertResult(Method method, Object res) throws ScriptException
ScriptExceptionprotected Object[] convertArguments(Method method, Object[] args) throws ScriptException
ScriptExceptionCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.