Uses of Class
org.apache.camel.impl.DefaultExchange

Packages that use DefaultExchange
org.apache.camel.component.bean The Bean Component which will look up the bean name in the Spring ApplicationContext and use that to dispatch messages to a POJO 
org.apache.camel.component.file The File Component for working with file systems. 
org.apache.camel.component.jmx The JMX Component for monitoring JMX Attributes uisng a CounterMonitor. 
 

Uses of DefaultExchange in org.apache.camel.component.bean
 

Subclasses of DefaultExchange in org.apache.camel.component.bean
 class BeanExchange
           
 

Uses of DefaultExchange in org.apache.camel.component.file
 

Subclasses of DefaultExchange in org.apache.camel.component.file
 class FileExchange
          A Exchange for File
 

Uses of DefaultExchange in org.apache.camel.component.jmx
 

Subclasses of DefaultExchange in org.apache.camel.component.jmx
 class JMXExchange
          A Exchange for a jmx notification
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.