Uses of Interface
org.apache.camel.StaticService

Packages that use StaticService
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.impl.converter Default implementation classes the Type Conversion Strategies 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
org.apache.camel.support Base classes that help to implement the camel API and are expected to be extended by the user 
 

Uses of StaticService in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement StaticService
 class DefaultExecutorServiceManager
           
 class DefaultInflightRepository
          Default implement which just uses a counter
 class DefaultPackageScanClassResolver
          Default implement of PackageScanClassResolver
 class DefaultShutdownStrategy
          Default ShutdownStrategy which uses graceful shutdown.
 class DefaultStreamCachingStrategy
          Default implementation of StreamCachingStrategy
 class EndpointRegistry
          Endpoint registry which is a based on a LRUSoftCache.
 class SharedProducerServicePool
          A shared DefaultProducerServicePool which is used by CamelContext by default.
 class WebSpherePackageScanClassResolver
          WebSphere specific resolver to handle loading annotated resources in JAR files.
 

Uses of StaticService in org.apache.camel.impl.converter
 

Classes in org.apache.camel.impl.converter that implement StaticService
 class BaseTypeConverterRegistry
          Base implementation of a type converter registry used for type converters in Camel.
 class DefaultTypeConverter
          Default implementation of a type converter registry used for type converters in Camel.
 class LazyLoadingTypeConverter
          Deprecated. will be removed in a future Camel release.
 

Uses of StaticService in org.apache.camel.spi
 

Subinterfaces of StaticService in org.apache.camel.spi
 interface ExecutorServiceManager
          Strategy to create thread pools.
 interface InflightRepository
          A repository which tracks in flight Exchanges.
 interface ShutdownStrategy
          Pluggable shutdown strategy executed during shutdown of routes.
 interface StreamCachingStrategy
          Strategy for using stream caching.
 interface TypeConverterRegistry
          Registry for type converters.
 

Uses of StaticService in org.apache.camel.support
 

Classes in org.apache.camel.support that implement StaticService
 class TimerListenerManager
          A TimerListener manager which triggers the TimerListener listeners once every second.
 



Apache Camel