Uses of Interface
org.apache.camel.AsyncProcessor

Packages that use AsyncProcessor
org.apache.camel.converter A set of helper classes for converting from different types of Java object to be used by the Type Conversion Support 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
 

Uses of AsyncProcessor in org.apache.camel.converter
 

Methods in org.apache.camel.converter that return AsyncProcessor
static AsyncProcessor AsyncProcessorConverter.toAsyncProcessor(Processor processor)
           
 

Uses of AsyncProcessor in org.apache.camel.processor
 

Methods in org.apache.camel.processor with parameters of type AsyncProcessor
protected  void SendAsyncProcessor.doAsyncProcess(AsyncProcessor producer, Exchange exchange, AsyncCallback callback)
          The producer is already capable of async processing so let it process it directly.
 



Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.