Uses of Class
org.apache.camel.model.ToDefinition

Packages that use ToDefinition
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of ToDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return ToDefinition
 ToDefinition ToDefinition.executorService(ExecutorService executorService)
          Setting the executor service for executing the async routing.
 ToDefinition ToDefinition.executorServiceRef(String executorServiceRef)
          Setting the executor service for executing the async routing.
 ToDefinition ToDefinition.poolSize(int poolSize)
          Setting the core pool size for the underlying ExecutorService.
 ToDefinition ProcessorDefinition.toAsync(Endpoint endpoint)
          Sends the exchange to the given endpoint using synchronous mode.
 ToDefinition ProcessorDefinition.toAsync(Endpoint endpoint, int poolSize)
          Sends the exchange to the given endpoint using synchronous mode.
 ToDefinition ProcessorDefinition.toAsync(String uri)
          Sends the exchange to the given endpoint using synchronous mode.
 ToDefinition ProcessorDefinition.toAsync(String uri, int poolSize)
          Sends the exchange to the given endpoint using synchronous mode.
 



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