Package org.apache.camel.util

Utility classes used by the core of Camel and useful for Camel component developers

See:
          Description

Interface Summary
ResolverUtil.Test A simple interface that specifies how to test classes to determine if they are to be included in the results produced by the ResolverUtil.
 

Class Summary
CamelContextHelper A number of helper methods
CollectionHelper A number of helper methods for working with collections
ExchangeHelper Some helper methods for working with Exchange objects
ExpressionComparator<E extends Exchange> An implementation of Comparator which takes an Expression which is evaluated on each exchange to compare
ExpressionHelper A collection of helper methods for working with expressions.
ExpressionListComparator An implementation of Comparator which takes a list of Expression objects which is evaluated on each exchange to compare them
FactoryFinder  
IntrospectionSupport  
LRUCache<K,V> A Least Recently Used Cache
ObjectHelper A number of useful helper methods for working with Objects
ProducerCache<E extends Exchange>  
ResolverUtil<T> ResolverUtil is used to locate classes that are available in the/a class path and meet arbitrary conditions.
ResolverUtil.AnnotatedWith A Test that checks to see if each class is annotated with a specific annotation.
ResolverUtil.IsA A Test that checks to see if each class is assignable to the provided class.
ServiceHelper A collection of helper methods for working with Service objects
Time A helper class for working with times in various units
URISupport  
URISupport.CompositeData  
UuidGenerator Generator for Globally unique Strings.
 

Exception Summary
NoFactoryAvailableException Thrown if no factory resource is available for the given URI
 

Package org.apache.camel.util Description

Utility classes used by the core of Camel and useful for Camel component developers



Copyright © 2007 Apache Software Foundation. All Rights Reserved.