com.googlecode.xremoting.core.invoking
Class XRemotingInvocationHandler
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XRemotingInvocationHandler
public XRemotingInvocationHandler(Serializer serializer,
Requester requester)
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke in interface InvocationHandler
- Throws:
Throwable
Copyright © 2012. All Rights Reserved.