public interface DeltaSpikeProxy
Modifier and Type | Method and Description |
---|---|
InvocationHandler |
getDelegateInvocationHandler() |
Method[] |
getDelegateMethods() |
DeltaSpikeProxyInvocationHandler |
getInvocationHandler() |
void |
setDelegateInvocationHandler(InvocationHandler delegateInvocationHandler) |
void |
setDelegateMethods(Method[] methods) |
void |
setInvocationHandler(DeltaSpikeProxyInvocationHandler invocationHandler) |
void setInvocationHandler(DeltaSpikeProxyInvocationHandler invocationHandler)
DeltaSpikeProxyInvocationHandler getInvocationHandler()
void setDelegateInvocationHandler(InvocationHandler delegateInvocationHandler)
InvocationHandler getDelegateInvocationHandler()
void setDelegateMethods(Method[] methods)
Method[] getDelegateMethods()
Copyright © 2020 The Apache Software Foundation. All rights reserved.