|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb3.common.proxy.spi.ProxyUtils
public class ProxyUtils
ProxyUtils Common Utility methods for use with the Proxies
Method Summary | ||
---|---|---|
static Object |
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
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Object mixinProxy(Object delegate, Class<?>[] additionalInterfaces, ChainedProcessingInvocationHandler chain)
public static <T> T mixinProxy(Object delegate, Class<?>[] additionalInterfaces, ChainedProcessingInvocationHandler chain, T expectedType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |