Package org.apache.axis2.classloader
Interface BeanInfoCachingClassLoader
-
- All Known Implementing Classes:
DeploymentClassLoader
public interface BeanInfoCachingClassLoaderInterface implemented by class loaders that keep aBeanInfocache.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BeanInfoCachegetBeanInfoCache()Get theBeanInfocache for this class loader.
-
-
-
Method Detail
-
getBeanInfoCache
BeanInfoCache getBeanInfoCache()
Get theBeanInfocache for this class loader.- Returns:
- the cache instance; must not be
null
-
-