public abstract class DefaultInvocationHandler extends Object implements InvocationHandler
| Constructor and Description |
|---|
DefaultInvocationHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected Method |
findMethod(Object object,
String methodName,
Object[] args) |
protected abstract Object |
internalInvoke(Object proxy,
Method method,
Object[] args) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowableprotected Method findMethod(Object object, String methodName, Object[] args) throws NoSuchMethodException
NoSuchMethodExceptionCopyright © 2022 Kurento. All rights reserved.