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