Uses of Interface
org.apache.camel.AsyncCallback

Packages that use AsyncCallback
org.apache.camel The core Camel API 
org.apache.camel.component.direct The Direct Component which synchronously invokes all the consumers when a producer sends an exchange to the endpoint. 
org.apache.camel.component.seda The SEDA Component for asynchronous SEDA exchanges on a BlockingQueue within a single CamelContext 
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.management Camel JMX export services. 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
 

Uses of AsyncCallback in org.apache.camel
 

Methods in org.apache.camel with parameters of type AsyncCallback
 boolean AsyncProcessor.process(Exchange exchange, AsyncCallback callback)
          Processes the message exchange.
 E ProducerTemplate.send(Endpoint<E> endpoint, Processor processor, AsyncCallback callback)
          Sends an exchange to an endpoint using a supplied processor
 E ProducerTemplate.send(String endpointUri, Processor processor, AsyncCallback callback)
          Sends an exchange to an endpoint using a supplied processor
 

Uses of AsyncCallback in org.apache.camel.component.direct
 

Methods in org.apache.camel.component.direct with parameters of type AsyncCallback
 boolean DirectProducer.process(Exchange exchange, AsyncCallback callback)
           
 

Uses of AsyncCallback in org.apache.camel.component.seda
 

Methods in org.apache.camel.component.seda with parameters of type AsyncCallback
 boolean CollectionProducer.process(Exchange exchange, AsyncCallback callback)
           
 

Uses of AsyncCallback in org.apache.camel.impl
 

Methods in org.apache.camel.impl with parameters of type AsyncCallback
 E DefaultProducerTemplate.send(Endpoint<E> endpoint, Processor processor, AsyncCallback callback)
           
 E ProducerCache.send(Endpoint<E> endpoint, Processor processor, AsyncCallback callback)
          Sends an exchange to an endpoint using a supplied Processor to populate the exchange.
 E DefaultProducerTemplate.send(String endpointUri, Processor processor, AsyncCallback callback)
           
protected  boolean ProducerCache.sendExchange(Endpoint<E> endpoint, Producer<E> producer, Processor processor, E exchange, AsyncCallback callback)
           
 

Uses of AsyncCallback in org.apache.camel.management
 

Methods in org.apache.camel.management with parameters of type AsyncCallback
 boolean InstrumentationProcessor.process(Exchange exchange, AsyncCallback callback)
           
 

Uses of AsyncCallback in org.apache.camel.processor
 

Methods in org.apache.camel.processor with parameters of type AsyncCallback
 boolean DeadLetterChannel.process(Exchange exchange, AsyncCallback callback)
           
 boolean ThreadProcessor.process(Exchange exchange, AsyncCallback callback)
           
 boolean DelegateAsyncProcessor.process(Exchange exchange, AsyncCallback callback)
           
 boolean Pipeline.process(Exchange original, AsyncCallback callback)
           
 boolean UnitOfWorkProcessor.process(Exchange exchange, AsyncCallback callback)
           
 boolean SendProcessor.process(Exchange exchange, AsyncCallback callback)
           
 boolean DeadLetterChannel.process(Exchange exchange, AsyncCallback callback, org.apache.camel.processor.DeadLetterChannel.RedeliveryData data)
           
 



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