public class InterfaceMethodHandle extends Object implements MethodHandle
Constructor and Description |
---|
InterfaceMethodHandle(String objectId,
String method,
Class[] parameterTypes,
Class returnType,
ProxyFactory proxyFactory) |
public InterfaceMethodHandle(String objectId, String method, Class[] parameterTypes, Class returnType, ProxyFactory proxyFactory)
returnValue
- parameterTypes
- returnType
- public Class getReturnType()
getReturnType
in interface MethodHandle
MethodHandle.getReturnType()
public Class[] getParameterTypes()
getParameterTypes
in interface MethodHandle
MethodHandle.getParameterTypes()
public Object invoke(Object[] args) throws Exception
MethodHandle
invoke
in interface MethodHandle
args
- The arguments to useException
MethodHandle.invoke(java.lang.Object[])
Copyright © 2005-2013 Agical AB. All Rights Reserved.