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.
ASMHelper  
ASMHelper.TypeHelperClassLoader  
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  
Compiler  
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.
ProxyHelper  
ReflectionInvokationHandler  
ReflectionUtil  
SOAPConstants SOAP constants from the specifications.
SortedArraySet<T> This class implements most of the Set interface, backed by a sorted Array.
StreamPrinter  
StringUtils  
SystemUtils Utility class for checking well-known system properties
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.
UrlUtils Utility class for decoding and encoding URLs
WeakIdentityHashMap<K,V> Implements a combination of WeakHashMap and IdentityHashMap.
XMLSchemaQNames This class provides QNames for all of the XML Schema types.
 

Exception Summary
Base64Exception  
 

Annotation Types Summary
ReflectionInvokationHandler.WrapReturn  
 



Apache CXF