com.alibaba.dubbo.rpc.proxy
Class InvokerInvocationHandler

java.lang.Object
  extended by com.alibaba.dubbo.rpc.proxy.InvokerInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class InvokerInvocationHandler
extends Object
implements InvocationHandler

InvokerHandler

Author:
william.liangf

Constructor Summary
InvokerInvocationHandler(Invoker<?> handler)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokerInvocationHandler

public InvokerInvocationHandler(Invoker<?> handler)
Method Detail

invoke

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


Copyright © 2012–2017 Alibaba. All rights reserved.