所有程序包的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.apache.dubbo.rpc.protocol.AbstractProtocol (implements org.apache.dubbo.rpc.Protocol)
    • org.springframework.remoting.support.RemoteInvocation (implements java.io.Serializable)
    • org.springframework.remoting.support.RemotingSupport (implements org.springframework.beans.factory.BeanClassLoaderAware)
      • org.springframework.remoting.support.RemoteAccessor
        • org.springframework.remoting.support.UrlBasedRemoteAccessor (implements org.springframework.beans.factory.InitializingBean)
          • org.springframework.remoting.support.RemoteInvocationBasedAccessor
            • org.apache.dubbo.rpc.protocol.http.JsonRpcProxyFactoryBean (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean, org.aopalliance.intercept.MethodInterceptor)

接口分层结构