Interface ProxyFactory

All Superinterfaces:
org.apache.dubbo.rpc.ProxyFactory

@Deprecated public interface ProxyFactory extends org.apache.dubbo.rpc.ProxyFactory
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> Invoker<T>
    getInvoker(T proxy, Class<T> type, URL url)
    Deprecated.
     
    default <T> org.apache.dubbo.rpc.Invoker<T>
    getInvoker(T proxy, Class<T> type, org.apache.dubbo.common.URL url)
    Deprecated.
     
    <T> T
    getProxy(Invoker<T> invoker)
    Deprecated.
     
    <T> T
    getProxy(Invoker<T> invoker, boolean generic)
    Deprecated.
     
    default <T> T
    getProxy(org.apache.dubbo.rpc.Invoker<T> invoker)
    Deprecated.
     
    default <T> T
    getProxy(org.apache.dubbo.rpc.Invoker<T> invoker, boolean generic)
    Deprecated.
     
  • Method Details

    • getProxy

      <T> T getProxy(Invoker<T> invoker) throws RpcException
      Deprecated.
      Throws:
      RpcException
    • getProxy

      <T> T getProxy(Invoker<T> invoker, boolean generic) throws RpcException
      Deprecated.
      Throws:
      RpcException
    • getInvoker

      <T> Invoker<T> getInvoker(T proxy, Class<T> type, URL url) throws RpcException
      Deprecated.
      Throws:
      RpcException
    • getProxy

      default <T> T getProxy(org.apache.dubbo.rpc.Invoker<T> invoker) throws org.apache.dubbo.rpc.RpcException
      Deprecated.
      Specified by:
      getProxy in interface org.apache.dubbo.rpc.ProxyFactory
      Throws:
      org.apache.dubbo.rpc.RpcException
    • getProxy

      default <T> T getProxy(org.apache.dubbo.rpc.Invoker<T> invoker, boolean generic) throws org.apache.dubbo.rpc.RpcException
      Deprecated.
      Specified by:
      getProxy in interface org.apache.dubbo.rpc.ProxyFactory
      Throws:
      org.apache.dubbo.rpc.RpcException
    • getInvoker

      default <T> org.apache.dubbo.rpc.Invoker<T> getInvoker(T proxy, Class<T> type, org.apache.dubbo.common.URL url) throws org.apache.dubbo.rpc.RpcException
      Deprecated.
      Specified by:
      getInvoker in interface org.apache.dubbo.rpc.ProxyFactory
      Throws:
      org.apache.dubbo.rpc.RpcException