Uses of Interface
org.apache.camel.Channel

Packages that use Channel
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
 

Uses of Channel in org.apache.camel.model
 

Methods in org.apache.camel.model that return Channel
protected  Channel ProcessorDefinition.createChannel(RouteContext routeContext)
          Creates a new instance of the Channel.
 

Methods in org.apache.camel.model with parameters of type Channel
protected  void ProcessorDefinition.addInterceptStrategies(RouteContext routeContext, Channel channel, List<InterceptStrategy> strategies)
          Adds the given list of interceptors to the channel.
 

Uses of Channel in org.apache.camel.processor
 

Classes in org.apache.camel.processor that implement Channel
 class DefaultChannel
          DefaultChannel is the default Channel.
 



Apache CAMEL