public class BasicProxyInvocationHandler
extends org.apache.deltaspike.proxy.spi.invocation.DeltaSpikeProxyInvocationHandler
InvocationHandler which will be called directly by the proxy methods.
For both delegateMethods and interceptMethods
(See: DeltaSpikeProxyClassGenerator).
This version overrides DeltaSpikeProxyInvocationHandler version to not use any CDI related functionality.
It doesn't support any interceptors though.
| Constructor and Description |
|---|
BasicProxyInvocationHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
contains(Method[] methods,
Method method) |
Object |
invoke(Object proxy,
Method method,
Object[] parameters) |
Copyright © 2018–2019. All rights reserved.