类 ProxyFactory$Adaptive

  • 所有已实现的接口:
    org.apache.dubbo.rpc.ProxyFactory

    public class ProxyFactory$Adaptive
    extends Object
    implements org.apache.dubbo.rpc.ProxyFactory
    • 构造器详细资料

      • ProxyFactory$Adaptive

        public ProxyFactory$Adaptive()
    • 方法详细资料

      • getInvoker

        public org.apache.dubbo.rpc.Invoker getInvoker​(Object arg0,
                                                       Class arg1,
                                                       URL arg2)
                                                throws org.apache.dubbo.rpc.RpcException
        指定者:
        getInvoker 在接口中 org.apache.dubbo.rpc.ProxyFactory
        抛出:
        org.apache.dubbo.rpc.RpcException
      • getProxy

        public Object getProxy​(org.apache.dubbo.rpc.Invoker arg0,
                               boolean arg1)
                        throws org.apache.dubbo.rpc.RpcException
        指定者:
        getProxy 在接口中 org.apache.dubbo.rpc.ProxyFactory
        抛出:
        org.apache.dubbo.rpc.RpcException
      • getProxy

        public Object getProxy​(org.apache.dubbo.rpc.Invoker arg0)
                        throws org.apache.dubbo.rpc.RpcException
        指定者:
        getProxy 在接口中 org.apache.dubbo.rpc.ProxyFactory
        抛出:
        org.apache.dubbo.rpc.RpcException