org.apache.qpid.contrib.hessian
Class AMQPHessianProxy
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 invokemethod
- the method to callargs
- the arguments to the proxy object
- Throws:
Throwable
Copyright © 2010-2012. All Rights Reserved.