org.apache.axis2.classloader
Interface BeanInfoCachingClassLoader

All Known Implementing Classes:
DeploymentClassLoader, JarFileClassLoader

public interface BeanInfoCachingClassLoader

Interface implemented by class loaders that keep a BeanInfo cache.


Method Summary
 BeanInfoCache getBeanInfoCache()
          Get the BeanInfo cache for this class loader.
 

Method Detail

getBeanInfoCache

BeanInfoCache getBeanInfoCache()
Get the BeanInfo cache for this class loader.

Returns:
the cache instance; must not be null


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.