Uses of Package
org.apache.camel.util

Packages that use org.apache.camel.util
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.impl.converter Default implementation classes the Type Conversion Strategies 
org.apache.camel.management Camel management 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
org.apache.camel.util Utility classes used by the core of Camel. 
 

Classes in org.apache.camel.util used by org.apache.camel.builder
CamelLogger
          A logger which logs to a slf4j Logger.
 

Classes in org.apache.camel.util used by org.apache.camel.impl
CamelLogger
          A logger which logs to a slf4j Logger.
LRUCache
          A Least Recently Used Cache.
LRUSoftCache
          A Least Recently Used Cache which uses SoftReference.
 

Classes in org.apache.camel.util used by org.apache.camel.impl.converter
LRUSoftCache
          A Least Recently Used Cache which uses SoftReference.
 

Classes in org.apache.camel.util used by org.apache.camel.management
KeyValueHolder
          Holder for a key and value.
 

Classes in org.apache.camel.util used by org.apache.camel.processor
CamelLogger
          A logger which logs to a slf4j Logger.
 

Classes in org.apache.camel.util used by org.apache.camel.util
KeyValueHolder
          Holder for a key and value.
LoadPropertiesException
          Represents a failure to open a Properties file at a given URL
LRUCache
          A Least Recently Used Cache.
ReflectionHelper.FieldCallback
          Callback interface invoked on each field in the hierarchy.
ReflectionHelper.MethodCallback
          Action to take on each method.
Time
          A helper class for working with times in various units
 



Apache CAMEL