Uses of Class
org.apache.camel.component.spring.integration.adapter.AbstractCamelAdapter

Packages that use AbstractCamelAdapter
org.apache.camel.component.spring.integration.adapter   
 

Uses of AbstractCamelAdapter in org.apache.camel.component.spring.integration.adapter
 

Subclasses of AbstractCamelAdapter in org.apache.camel.component.spring.integration.adapter
 class CamelSourceAdapter
          A CamelContext will be injected into CameSourceAdapter which will let Spring Integration channel talk to the CamelContext certain endpoint
 class CamelTargetAdapter
          CamelTargetAdapter will redirect the Spring Integration message to the Camel context.
 



Apache CAMEL