Uses of Package
org.apache.camel.support
-
Packages that use org.apache.camel.support Package Description org.apache.camel.component Base classes for componentsorg.apache.camel.support Base classes that help to implement the camel API and are expected to be extended by the userorg.apache.camel.support.builder Base classes for buildersorg.apache.camel.support.component Base classes and utilities for API based componentsorg.apache.camel.support.processor Base classes and utilities for EIP and Camel processorsorg.apache.camel.throttling Base classes for throttler EIP -
Classes in org.apache.camel.support used by org.apache.camel.component Class Description DefaultEndpoint DefaultEndpoint.DefaultPollingEndpoint A base class for an endpoint which the default consumer mode is to use aPollingConsumerProcessorEndpoint An endpoint which allows exchanges to be sent into it which just invokes a givenProcessor.ScheduledPollEndpoint A base class forEndpointwhich creates aScheduledPollConsumer -
Classes in org.apache.camel.support used by org.apache.camel.support Class Description DefaultAsyncProducer A default implementation ofProducerfor implementation inheritance, which can processExchanges asynchronously.DefaultComponent Default component to use for base for components implementations.DefaultConsumer A default consumer useful for implementation inheritance.DefaultEndpoint DefaultEndpoint.DefaultExchangeHolder Holder object for sending an exchange over a remote wire as a serialized object.DefaultMessage The default implementation ofMessageDefaultPollingEndpoint A base class for an endpoint which the default consumer mode is to use aPollingConsumerDefaultProducer A default implementation ofProducerfor implementation inheritance.DefaultUuidGenerator DefaultUuidGenerator(32 chars) optimized for Camel usage.ExpressionAdapter A helper class for developers wishing to implement anExpressionusing Java code with a minimum amount of code to write so that the developer only needs to implement one of theExpressionAdapter.evaluate(org.apache.camel.Exchange, Class)orExpressionSupport.evaluate(org.apache.camel.Exchange)methods.ExpressionSupport A useful base class forPredicateandExpressionimplementationsFileWatcherResourceReloadStrategy A file basedResourceReloadStrategywhich watches a file folder for modified files and reload on file changes.LanguageSupport Base language forLanguageimplementations.LocalBeanRegistry A special registry which is used for local beans.LRUCacheFactory Factory to createLRUCacheinstances.MessageSupport A base class for implementation inheritance providing the coreMessagebody handling features but letting the derived class deal with headers.NormalizedUri Implementation ofNormalizedEndpointUri.OrderedComparator A comparator to sortOrderedPollingConsumerSupport A useful base class for implementations ofPollingConsumerPooledObjectFactorySupport.UtilizationStatistics Represents utilization statisticsPropertyBindingListener Listener when using Camel property binding (org.apache.camel.support.PropertyBinding).PropertyBindingSupport.Builder To use a fluent builder style to configure this property binding support.PrototypeObjectFactorySupport.UtilizationStatistics Represents utilization statisticsResolverHelper.LookupExceptionHandler ResourceReloadStrategySupport Base class for implementing customResourceReloadStrategySPI plugins.RestConsumerContextPathMatcher.ConsumerPath Consumer path details which must be implemented and provided by the components.RouteWatcherReloadStrategy Watcher strategy for triggering reloading of Camel routes in a running Camel application.ScheduledPollConsumer A useful base class for any consumer which is polling basedScheduledPollEndpoint A base class forEndpointwhich creates aScheduledPollConsumerSimpleEventNotifierSupport Base class to extend for customEventNotifierimplementations.SimpleRegistry AMap-based registry.SimpleTypeConverter.ConversionMethod SupplierRegistry Used for storing beans that are supplied via aSupplier.TimeoutMapEntry Represents an entry in aTimeoutMapTypedLanguageSupport Base class forLanguageimplementations that support a result type. -
Classes in org.apache.camel.support used by org.apache.camel.support.builder Class Description ExpressionAdapter A helper class for developers wishing to implement anExpressionusing Java code with a minimum amount of code to write so that the developer only needs to implement one of theExpressionAdapter.evaluate(org.apache.camel.Exchange, Class)orExpressionSupport.evaluate(org.apache.camel.Exchange)methods.ExpressionSupport A useful base class forPredicateandExpressionimplementations -
Classes in org.apache.camel.support used by org.apache.camel.support.component Class Description DefaultAsyncProducer A default implementation ofProducerfor implementation inheritance, which can processExchanges asynchronously.DefaultComponent Default component to use for base for components implementations.DefaultConsumer A default consumer useful for implementation inheritance.DefaultEndpoint DefaultEndpoint.DefaultProducer A default implementation ofProducerfor implementation inheritance.ScheduledPollConsumer A useful base class for any consumer which is polling basedScheduledPollEndpoint A base class forEndpointwhich creates aScheduledPollConsumer -
Classes in org.apache.camel.support used by org.apache.camel.support.processor Class Description AsyncProcessorSupport -
Classes in org.apache.camel.support used by org.apache.camel.throttling Class Description RoutePolicySupport A base class for developing customRoutePolicyimplementations.