public class MessagingProxyInvocationHandler
extends Object
implements InvocationHandler
| Constructor and Description |
|---|
MessagingProxyInvocationHandler(BaseProxyBean baseProxyBean) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
createProxy(BaseProxyBean baseProxyBean) |
static InvocationHandlerFactory |
getInvocationHandlerFactory() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public MessagingProxyInvocationHandler(BaseProxyBean baseProxyBean)
public static Object createProxy(BaseProxyBean baseProxyBean)
public static InvocationHandlerFactory getInvocationHandlerFactory()
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
invoke in interface InvocationHandlerThrowable