Class DefaultsInvoker
- java.lang.Object
-
- com.xebialabs.deployit.booter.remote.invoker.InvocationHandlerInvoker
-
- com.xebialabs.deployit.booter.remote.invoker.DefaultsInvoker
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler
public class DefaultsInvoker extends InvocationHandlerInvoker
-
-
Constructor Summary
Constructors Constructor Description DefaultsInvoker(java.lang.reflect.InvocationHandler invocationHandler, java.lang.invoke.MethodHandles.Lookup lookup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectinvoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
-
-
-
Method Detail
-
invoke
public java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable- Specified by:
invokein interfacejava.lang.reflect.InvocationHandler- Overrides:
invokein classInvocationHandlerInvoker- Throws:
java.lang.Throwable
-
-