Methods in org.jboss.ejb3.common.proxy.spi with parameters of type ChainedProcessingInvocationHandler |
Object |
ChainableProcessor.invoke(ChainedProcessingInvocationHandler chain,
Object proxy,
Method method,
Object[] args)
Invokes this handler with the specified arguments. |
static Object |
ProxyUtils.mixinProxy(Object delegate,
Class<?>[] additionalInterfaces,
ChainedProcessingInvocationHandler chain)
Wraps the existing Proxy in a new Proxy to extend functionality, adding
support of the specified interfaces via the specified
ChainedProcessingInvocationHandler
(which contains a chain of processors)
May be used to, at runtime, extend a service |
static
|
ProxyUtils.mixinProxy(Object delegate,
Class<?>[] additionalInterfaces,
ChainedProcessingInvocationHandler chain,
T expectedType)
Wraps the existing Proxy in a new Proxy to extend functionality, adding
support of the specified interfaces via the specified
ChainedProcessingInvocationHandler
(which contains a chain of processors)
May be used to, at runtime, extend a service |