Uses of Interface
org.apache.camel.SuspendableService

Packages that use SuspendableService
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.file The File Component for working with file systems. 
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of SuspendableService in org.apache.camel
 

Subinterfaces of SuspendableService in org.apache.camel
 interface CamelContext
          Interface used to represent the context used to configure routes and the policies to use during message exchanges between endpoints.
 

Uses of SuspendableService in org.apache.camel.component.direct
 

Classes in org.apache.camel.component.direct that implement SuspendableService
 class DirectConsumer
          The direct consumer.
 

Uses of SuspendableService in org.apache.camel.component.file
 

Classes in org.apache.camel.component.file that implement SuspendableService
 class FileConsumer
          File consumer.
 class GenericFileConsumer<T>
          Base class for remote file consumers.
 

Uses of SuspendableService in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement SuspendableService
 class DefaultCamelContext
          Represents the context used to configure routes and the policies to use.
 class DefaultScheduledPollConsumer
          A default implementation of an event driven Consumer which uses the PollingConsumer
 class ScheduledPollConsumer
          A useful base class for any consumer which is polling based
 



Apache CAMEL