org.apache.qpid.contrib.hessian
Class AMQPHessianProxy

java.lang.Object
  extended by org.apache.qpid.contrib.hessian.AMQPHessianProxy
All Implemented Interfaces:
InvocationHandler

public class AMQPHessianProxy
extends Object
implements InvocationHandler

Proxy implementation for Hessian clients. Applications will generally use AMQPHessianProxyFactory to create proxy clients.

Author:
Emmanuel Bourg, Scott Ferguson

Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
          Handles the object invocation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Handles the object invocation.

Specified by:
invoke in interface InvocationHandler
Parameters:
proxy - the proxy object to invoke
method - the method to call
args - the arguments to the proxy object
Throws:
Throwable


Copyright © 2010-2012. All Rights Reserved.