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

Packages that use DefaultExchange
org.apache.camel.component.file The File Component for working with file systems. 
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.processor.interceptor Helper classes for interceptors. 
 

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

Subclasses of DefaultExchange in org.apache.camel.component.file
 class GenericFileExchange<T>
           
 

Constructors in org.apache.camel.component.file with parameters of type DefaultExchange
GenericFileExchange(DefaultExchange parent, GenericFile<T> file)
           
 

Uses of DefaultExchange in org.apache.camel.impl
 

Subclasses of DefaultExchange in org.apache.camel.impl
 class GroupedExchange
          A grouped exchange that groups together other exchanges, as a holder object.
 

Uses of DefaultExchange in org.apache.camel.processor.interceptor
 

Subclasses of DefaultExchange in org.apache.camel.processor.interceptor
 class TraceEventExchange
          Represents a trace of an Exchange, intercepted at the given node that occured during routing.
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.