Uses of Package
org.apache.camel.util

Packages that use org.apache.camel.util
org.apache.camel The core Camel API. 
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
org.apache.camel.component.controlbus The Control Bus Component which allows to manage Camel at runtime. 
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
LoadPropertiesException
          Represents a failure to open a Properties file at a given URL
 

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.component.controlbus
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.
LoadPropertiesException
          Represents a failure to open a Properties file at a given URL
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.
StopWatch
          A very simple stop watch.
 

Classes in org.apache.camel.util used by org.apache.camel.util
IntrospectionSupport.ClassInfo
          Structure of an introspected class.
IntrospectionSupport.MethodInfo
          Structure of an introspected method.
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.
MessageDump.Body
           
MessageDump.Header
           
ProcessorStatDump
          A model of a route stat dump from ManagedRouteMBean.dumpRouteAsXml().
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