类分层结构
- java.lang.Object
- java.io.InputStream (implements java.io.Closeable)
- org.springframework.jndi.JndiAccessor
- org.springframework.jndi.JndiLocatorSupport
- org.springframework.jndi.JndiObjectLocator (implements org.springframework.beans.factory.InitializingBean)
- org.springframework.remoting.rmi.JndiRmiClientInterceptor (implements org.springframework.beans.factory.InitializingBean, org.aopalliance.intercept.MethodInterceptor)
- org.springframework.remoting.rmi.JndiRmiProxyFactoryBean (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.FactoryBean<T>)
- org.springframework.remoting.support.RemotingSupport (implements org.springframework.beans.factory.BeanClassLoaderAware)
- org.springframework.remoting.rmi.RmiClientInterceptorUtils
- org.springframework.remoting.rmi.RmiRegistryFactoryBean (implements org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean)
接口分层结构