com.googlecode.xremoting.core.invoking
Class XRemotingInvocationHandler

java.lang.Object
  extended by com.googlecode.xremoting.core.invoking.XRemotingInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class XRemotingInvocationHandler
extends Object
implements InvocationHandler

InvocationHandler for XRemoting. Used by XRemotingProxyFactory on client side.

Author:
Roman Puchkovskiy
See Also:
XRemotingProxyFactory

Constructor Summary
XRemotingInvocationHandler(Serializer serializer, Requester requester)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XRemotingInvocationHandler

public XRemotingInvocationHandler(Serializer serializer,
                                  Requester requester)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2011. All Rights Reserved.