public class AMQPHessianProxy
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
AMQPHessianProxyFactory to create proxy clients.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
Handles the object invocation.
|
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerproxy - the proxy object to invokemethod - the method to callargs - the arguments to the proxy objectjava.lang.ThrowableCopyright © 2013. All Rights Reserved.