Uses of Interface
org.apache.camel.AsyncCallback

Packages that use AsyncCallback
org.apache.camel The JAXB POJOs for the XML Configuration of the routing rules. 
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.model.loadbalancer The LoadBalancer and the LoadBalancerStrategy JAXB Objects 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
org.apache.camel.processor.interceptor Helper classes for interceptors. 
org.apache.camel.processor.loadbalancer Various load balancer processors 
 

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 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(Endpoint<E> endpoint, Processor processor, AsyncCallback callback)
           
 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.model.loadbalancer
 

Methods in org.apache.camel.model.loadbalancer with parameters of type AsyncCallback
 boolean LoadBalancerType.process(Exchange exchange, AsyncCallback callback)
           
 

Uses of AsyncCallback in org.apache.camel.processor
 

Methods in org.apache.camel.processor with parameters of type AsyncCallback
protected  void DeadLetterChannel.asyncProcess(Exchange exchange, AsyncCallback callback, org.apache.camel.processor.DeadLetterChannel.RedeliveryData data)
           
 boolean UnitOfWorkProcessor.process(Exchange exchange, AsyncCallback callback)
           
 boolean ThreadProcessor.process(Exchange exchange, AsyncCallback callback)
           
 boolean SendProcessor.process(Exchange exchange, AsyncCallback callback)
           
 boolean Pipeline.process(Exchange original, AsyncCallback callback)
           
 boolean HandleFaultProcessor.process(Exchange exchange, AsyncCallback callback)
           
 boolean ExchangePatternProcessor.process(Exchange exchange, AsyncCallback callback)
           
 boolean DelegateAsyncProcessor.process(Exchange exchange, AsyncCallback callback)
           
 boolean DeadLetterChannel.process(Exchange exchange, AsyncCallback callback)
           
protected  boolean DeadLetterChannel.process(Exchange exchange, AsyncCallback callback, org.apache.camel.processor.DeadLetterChannel.RedeliveryData data)
          Processes the exchange using decorated with this dead letter channel.
 

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

Methods in org.apache.camel.processor.interceptor with parameters of type AsyncCallback
 boolean StreamCachingInterceptor.proceed(Exchange exchange, AsyncCallback callback)
           
 boolean StreamCachingInterceptor.process(Exchange exchange, AsyncCallback callback)
           
 

Uses of AsyncCallback in org.apache.camel.processor.loadbalancer
 

Methods in org.apache.camel.processor.loadbalancer with parameters of type AsyncCallback
 boolean TopicLoadBalancer.process(Exchange exchange, AsyncCallback callback)
           
 boolean QueueLoadBalancer.process(Exchange exchange, AsyncCallback callback)
           
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.