public class DynamicServiceProxy extends Object implements InvocationHandler
Constructor and Description |
---|
DynamicServiceProxy(ServiceCaller caller,
Class<?> intefaceClazz) |
Modifier and Type | Method and Description |
---|---|
Object |
invoke(Object proxy,
Method m,
Object[] args) |
static Object |
newInstance(Class<?> interfaceClazz,
ServiceCaller caller) |
public DynamicServiceProxy(ServiceCaller caller, Class<?> intefaceClazz) throws SimplifiedRegistrationException, InstantiationException, IllegalAccessException
public Object invoke(Object proxy, Method m, Object[] args) throws Throwable
invoke
in interface InvocationHandler
Throwable
public static Object newInstance(Class<?> interfaceClazz, ServiceCaller caller) throws IllegalArgumentException, SimplifiedRegistrationException, InstantiationException, IllegalAccessException
Copyright © 2018 universAAL Consortium. All rights reserved.