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. 
org.apache.camel.impl Default implementation classes for Camel Core 
 

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

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

Constructors in org.apache.camel.component.bean with parameters of type DefaultExchange
BeanExchange(DefaultExchange parent)
           
 

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

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

Constructors in org.apache.camel.component.file with parameters of type DefaultExchange
FileExchange(DefaultExchange parent, File file)
           
 

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

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

Uses of DefaultExchange in org.apache.camel.impl
 

Constructors in org.apache.camel.impl with parameters of type DefaultExchange
DefaultExchange(DefaultExchange parent)
           
 



Copyright © 2008 IONA Open Source Community. All Rights Reserved.