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.interceptor Helper classes for interceptors. 
 

Uses of Channel in org.apache.camel.model
 

Subinterfaces of Channel in org.apache.camel.model
 interface ModelChannel
           
 

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.interceptor
 

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



Apache CAMEL