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