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 MethodHandleMethodHandle.getReturnType()public Class[] getParameterTypes()
getParameterTypes in interface MethodHandleMethodHandle.getParameterTypes()public Object invoke(Object[] args) throws Exception
MethodHandleinvoke in interface MethodHandleargs - The arguments to useExceptionMethodHandle.invoke(java.lang.Object[])Copyright © 2005-2013 Agical AB. All Rights Reserved.