Uses of Class
org.apache.camel.component.spring.integration.SpringIntegrationExchange

Packages that use SpringIntegrationExchange
org.apache.camel.component.spring.integration   
 

Uses of SpringIntegrationExchange in org.apache.camel.component.spring.integration
 

Methods in org.apache.camel.component.spring.integration that return SpringIntegrationExchange
 SpringIntegrationExchange SpringIntegrationEndpoint.createExchange()
           
 SpringIntegrationExchange SpringIntegrationEndpoint.createExchange(ExchangePattern pattern)
           
 SpringIntegrationExchange SpringIntegrationMessage.getExchange()
           
 

Methods in org.apache.camel.component.spring.integration that return types with arguments of type SpringIntegrationExchange
 Consumer<SpringIntegrationExchange> SpringIntegrationEndpoint.createConsumer(Processor processor)
           
 Producer<SpringIntegrationExchange> SpringIntegrationEndpoint.createProducer()
           
 



Apache CAMEL