Package org.apache.cxf.common.util

Class Summary
AbstractTwoStageCache<E> This class pools objects, for efficiency accross a lightweight fixed-size primary cache and a variable-size secondary cache - the latter uses soft references to allow the polled object be GCed if necessary.
Base64Utility This class converts to/from base64.
CacheMap<K,V> Implements a useful caching map.
ClassHelper  
ClassReader This is the class file reader for obtaining the parameter names for declared methods in a class.
CollectionUtils  
JarResource  
ModCountCopyOnWriteArrayList<T>  
PackageUtils  
ParamReader This is the class file reader for obtaining the parameter names for declared methods in a class.
PrimitiveUtils  
PropertiesLoaderUtils Replace by org.springframework.core.io.support.PropertiesLoaderUtils when moving to Spring 2.0.
ReflectionUtil  
SortedArraySet<T> This class implements most of the Set interface, backed by a sorted Array.
StringUtils  
TwoStageMap<K,V> A Map backed by a limted capacity strong HashMap ("eden") containing the youngest entries, overflowing into an unlimted WeakMapHash ("aged") containing the older entries.
WeakIdentityHashMap<K,V> Implements a combination of WeakHashMap and IdentityHashMap.
 

Exception Summary
Base64Exception  
 



Apache CXF