Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

AbstractApiComponent<E extends Enum<E> & ApiName,T,S extends ApiCollection<E,T>> - Class in org.apache.camel.support.component
Abstract base class for API Component Camel Component classes.
AbstractApiComponent(Class<? extends Endpoint>, Class<E>, S) - Constructor for class org.apache.camel.support.component.AbstractApiComponent
 
AbstractApiComponent(CamelContext, Class<? extends Endpoint>, Class<E>, S) - Constructor for class org.apache.camel.support.component.AbstractApiComponent
 
AbstractApiConsumer<E extends Enum<E> & ApiName,T> - Class in org.apache.camel.support.component
Abstract base class for API Component Consumers.
AbstractApiConsumer(AbstractApiEndpoint<E, T>, Processor) - Constructor for class org.apache.camel.support.component.AbstractApiConsumer
 
AbstractApiEndpoint<E extends ApiName,T> - Class in org.apache.camel.support.component
Abstract base class for API Component Endpoints.
AbstractApiEndpoint(String, Component, E, String, ApiMethodHelper<? extends ApiMethod>, T) - Constructor for class org.apache.camel.support.component.AbstractApiEndpoint
 
AbstractApiProducer<E extends Enum<E> & ApiName,T> - Class in org.apache.camel.support.component
Base class for API based Producers
AbstractApiProducer(AbstractApiEndpoint<E, T>, ApiMethodPropertiesHelper<T>) - Constructor for class org.apache.camel.support.component.AbstractApiProducer
 
AbstractCamelClusterService<T extends org.apache.camel.cluster.CamelClusterView> - Class in org.apache.camel.support.cluster
 
AbstractCamelClusterService() - Constructor for class org.apache.camel.support.cluster.AbstractCamelClusterService
 
AbstractCamelClusterService(String) - Constructor for class org.apache.camel.support.cluster.AbstractCamelClusterService
 
AbstractCamelClusterService(String, CamelContext) - Constructor for class org.apache.camel.support.cluster.AbstractCamelClusterService
 
AbstractCamelClusterView - Class in org.apache.camel.support.cluster
 
AbstractCamelClusterView(CamelClusterService, String) - Constructor for class org.apache.camel.support.cluster.AbstractCamelClusterView
 
AbstractMetaDataExtension - Class in org.apache.camel.component.extension.metadata
 
AbstractMetaDataExtension() - Constructor for class org.apache.camel.component.extension.metadata.AbstractMetaDataExtension
 
AbstractMetaDataExtension(Component) - Constructor for class org.apache.camel.component.extension.metadata.AbstractMetaDataExtension
 
AbstractMetaDataExtension(CamelContext) - Constructor for class org.apache.camel.component.extension.metadata.AbstractMetaDataExtension
 
AbstractMetaDataExtension(Component, CamelContext) - Constructor for class org.apache.camel.component.extension.metadata.AbstractMetaDataExtension
 
adapt(Class<T>) - Method in class org.apache.camel.support.DefaultExchange
 
add(String, String) - Method in class org.apache.camel.support.builder.Namespaces
 
add(String) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
 
add(String) - Method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
 
addChildService(Object) - Method in class org.apache.camel.support.ChildServiceSupport
 
addEventListener(CamelClusterEventListener) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterView
 
addHttpRestrictParam(Map<String, Object>, String, boolean) - Static method in class org.apache.camel.support.RestComponentHelper
 
addListener(TimeoutMap.Listener<K, V>) - Method in class org.apache.camel.support.DefaultTimeoutMap
 
addOnCompletion(Synchronization) - Method in class org.apache.camel.support.DefaultExchange
 
addOption(String) - Method in class org.apache.camel.component.extension.verifier.OptionsGroup
Adds a option definition to this group.
addProperty(DefaultExchangeHolder, String, Serializable) - Static method in class org.apache.camel.support.DefaultExchangeHolder
Adds a property to the payload.
addTimerListener(TimerListener) - Method in class org.apache.camel.support.TimerListenerManager
Adds the listener.
addToEnvironment(String, Object) - Method in class org.apache.camel.support.jndi.JndiContext
 
afterConfiguration(String, String, Endpoint, Map<String, Object>) - Method in class org.apache.camel.support.DefaultComponent
Strategy to do post configuration logic.
afterConfigureProperties() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
Initialize proxies, create server connections, etc.
afterPoll() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
 
afterPoll() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
afterRouteSynchronizations(Route, Exchange, List<Synchronization>, Logger) - Static method in class org.apache.camel.support.UnitOfWorkHelper
 
allArguments() - Method in class org.apache.camel.support.component.ApiMethodHelper
Returns argument types and names used by all methods.
allowHandover() - Method in class org.apache.camel.support.SynchronizationAdapter
 
allowNull() - Method in class org.apache.camel.support.SimpleTypeConverter
 
allowNull() - Method in class org.apache.camel.support.TypeConverterSupport
 
and(Predicate, Predicate) - Static method in class org.apache.camel.support.builder.PredicateBuilder
A helper method to combine multiple predicates by a logical AND
and(List<Predicate>) - Static method in class org.apache.camel.support.builder.PredicateBuilder
Concat the given predicates into a single predicate, which only matches if all the predicates matches.
and(Predicate...) - Static method in class org.apache.camel.support.builder.PredicateBuilder
Concat the given predicates into a single predicate, which only matches if all the predicates matches.
AnnotationExpressionFactory - Interface in org.apache.camel.support.language
A factory which creates an Expression object from an annotation on a field, property or method parameter of a specified type.
ApiCollection<E extends Enum<E> & ApiName,T> - Class in org.apache.camel.support.component
Base class for a collection of ApiMethods.
ApiCollection() - Constructor for class org.apache.camel.support.component.ApiCollection
 
ApiConsumerHelper - Class in org.apache.camel.support.component
Utility class for API Consumers.
ApiMethod - Interface in org.apache.camel.support.component
Interface for proxy methods.
ApiMethodArg - Class in org.apache.camel.support.component
 
ApiMethodArg(String, Class<?>, String) - Constructor for class org.apache.camel.support.component.ApiMethodArg
 
ApiMethodHelper<T extends Enum<T> & ApiMethod> - Class in org.apache.camel.support.component
Helper class for working with ApiMethod.
ApiMethodHelper(Class<T>, Map<String, String>, List<String>) - Constructor for class org.apache.camel.support.component.ApiMethodHelper
Create a helper to work with a ApiMethod, using optional method aliases.
ApiMethodHelper.MatchType - Enum in org.apache.camel.support.component
 
ApiMethodImpl - Class in org.apache.camel.support.component
Delegate class for ApiMethod.
ApiMethodImpl(Class<?>, Class<?>, String, ApiMethodArg...) - Constructor for class org.apache.camel.support.component.ApiMethodImpl
 
ApiMethodModel(String, Class<?>, List<ApiMethodArg>, Method) - Constructor for class org.apache.camel.support.component.ApiMethodParser.ApiMethodModel
 
ApiMethodModel(String, String, Class<?>, List<ApiMethodArg>, Method) - Constructor for class org.apache.camel.support.component.ApiMethodParser.ApiMethodModel
 
ApiMethodParser<T> - Class in org.apache.camel.support.component
Parser base class for generating ApiMethod enumerations.
ApiMethodParser(Class<T>) - Constructor for class org.apache.camel.support.component.ApiMethodParser
 
ApiMethodParser.ApiMethodModel - Class in org.apache.camel.support.component
 
ApiMethodPropertiesHelper<C> - Class in org.apache.camel.support.component
Helper class to work with ApiMethod arguments to be extended by components.
ApiMethodPropertiesHelper(Class<C>, String) - Constructor for class org.apache.camel.support.component.ApiMethodPropertiesHelper
 
apiName - Variable in class org.apache.camel.support.component.AbstractApiEndpoint
 
ApiName - Interface in org.apache.camel.support.component
Marker interface for ApiName enumerations.
apiNameClass - Variable in class org.apache.camel.support.component.AbstractApiComponent
 
append(Expression, Expression) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Appends the String evaluations of the two expressions together
append(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
Appends the string evaluation of this expression with the given value
appendParameters(String, Map<String, Object>) - Static method in class org.apache.camel.support.ResourceHelper
Appends the parameters to the given uri
appendToStore(String) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
Appends the given key to the file store
applyFilterToCamelHeaders(String, Object, Exchange) - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
 
applyFilterToExternalHeaders(String, Object, Exchange) - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
 
arg(String, Class<?>) - Static method in class org.apache.camel.support.component.ApiMethodArg
 
arg(String, Class<?>, String) - Static method in class org.apache.camel.support.component.ApiMethodArg
 
ARGS_PATTERN - Static variable in class org.apache.camel.support.component.ApiMethodParser
 
ArgumentSubstitutionParser<T> - Class in org.apache.camel.support.component
Adds support for parameter name substitutions.
ArgumentSubstitutionParser(Class<T>, ArgumentSubstitutionParser.Substitution[]) - Constructor for class org.apache.camel.support.component.ArgumentSubstitutionParser
Create a parser using regular expressions to adapt parameter names.
ArgumentSubstitutionParser.Substitution - Class in org.apache.camel.support.component
 
asExpression(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
 
assemble(MBeanServer, Object, ObjectName) - Method in class org.apache.camel.support.management.DefaultManagementMBeanAssembler
 
assembler - Variable in class org.apache.camel.support.management.DefaultManagementMBeanAssembler
 
assertionFailureMessage(Exchange) - Method in class org.apache.camel.support.ExpressionAdapter
 
assertionFailureMessage(Exchange) - Method in class org.apache.camel.support.ExpressionSupport
 
assertMatches(String, Exchange) - Method in class org.apache.camel.support.ExpressionSupport
 
assertMatches(Predicate, String, Exchange) - Static method in class org.apache.camel.support.PredicateAssertHelper
 
AsyncCallbackToCompletableFutureAdapter<T> - Class in org.apache.camel.support
AsyncCallback that provides a CompletableFuture completed when async action is done
AsyncCallbackToCompletableFutureAdapter() - Constructor for class org.apache.camel.support.AsyncCallbackToCompletableFutureAdapter
 
AsyncCallbackToCompletableFutureAdapter(T) - Constructor for class org.apache.camel.support.AsyncCallbackToCompletableFutureAdapter
 
AsyncCallbackToCompletableFutureAdapter(CompletableFuture<T>, T) - Constructor for class org.apache.camel.support.AsyncCallbackToCompletableFutureAdapter
 
AsyncProcessorConverterHelper - Class in org.apache.camel.support
A simple converter that can convert any Processor to an AsyncProcessor.
AsyncProcessorHelper - Class in org.apache.camel.support
Helper methods for AsyncProcessor objects.
AsyncProcessorSupport - Class in org.apache.camel.support
 
AsyncProcessorSupport() - Constructor for class org.apache.camel.support.AsyncProcessorSupport
 
attribute(String, Object) - Static method in class org.apache.camel.support.cluster.ClusterServiceSelectors
 
autowireSingletonPropertiesFromRegistry(CamelContext, Object) - Static method in class org.apache.camel.support.PropertyBindingSupport
This will discover all the properties on the target, and automatic bind the properties that are null by looking up in the registry to see if there is a single instance of the same type as the property.
autowireSingletonPropertiesFromRegistry(CamelContext, Object, boolean, boolean, PropertyBindingSupport.OnAutowiring) - Static method in class org.apache.camel.support.PropertyBindingSupport
This will discover all the properties on the target, and automatic bind the properties by looking up in the registry to see if there is a single instance of the same type as the property.
available() - Method in class org.apache.camel.converter.stream.FileInputStreamCache
 
available() - Method in class org.apache.camel.support.InputStreamIterator
 

B

BaseSelectorProducer - Class in org.apache.camel.support
A base class for selector-based producers.
BaseSelectorProducer(Endpoint) - Constructor for class org.apache.camel.support.BaseSelectorProducer
 
beanExpression(String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
 
beanExpression(Object, String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
 
beforePoll(long) - Method in class org.apache.camel.support.EventDrivenPollingConsumer
 
beforePoll(long) - Method in class org.apache.camel.support.ScheduledPollConsumer
 
beforeRouteSynchronizations(Route, Exchange, List<Synchronization>, Logger) - Static method in class org.apache.camel.support.UnitOfWorkHelper
 
begin(Consumer, Endpoint) - Method in class org.apache.camel.support.DefaultPollingConsumerPollStrategy
 
beginStep(Exchange, CamelSagaStep) - Method in interface org.apache.camel.saga.CamelSagaCoordinator
 
BinaryPredicateSupport - Class in org.apache.camel.support.builder
A useful base class for Predicate implementations
BinaryPredicateSupport(Expression, Expression) - Constructor for class org.apache.camel.support.builder.BinaryPredicateSupport
 
bind(String, Class<?>, Object) - Method in class org.apache.camel.support.DefaultRegistry
 
bind(String, Processor) - Method in class org.apache.camel.support.HeaderSelectorProducer
 
bind(Name, Object) - Method in class org.apache.camel.support.jndi.JndiContext
 
bind(String, Object) - Method in class org.apache.camel.support.jndi.JndiContext
 
bind() - Method in class org.apache.camel.support.PropertyBindingSupport.Builder
Binds the properties to the target object, and removes the property that was bound from properties.
bind(CamelContext, Object, Map<String, Object>) - Method in class org.apache.camel.support.PropertyBindingSupport.Builder
Binds the properties to the target object, and removes the property that was bound from properties.
bind(CamelContext, Object, String, Object) - Method in class org.apache.camel.support.PropertyBindingSupport.Builder
Binds the property to the target object.
bind(String, Class, Object) - Method in class org.apache.camel.support.SimpleRegistry
 
bindProperties(CamelContext, Object, Map<String, Object>) - Static method in class org.apache.camel.support.PropertyBindingSupport
Binds the properties to the target object, and removes the property that was bound from properties.
bodyExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns the expression for the exchanges inbound message body
bodyExpression(Function<Object, Object>) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns a functional expression for the exchanges inbound message body
bodyExpression(BiFunction<Object, Map<String, Object>, Object>) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns a functional expression for the exchanges inbound message body and headers
bodyExpression(Class<T>, Function<T, Object>) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns a functional expression for the exchanges inbound message body converted to a desired type
bodyExpression(Class<T>, BiFunction<T, Map<String, Object>, Object>) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns a functional expression for the exchanges inbound message body converted to a desired type and headers
bodyExpression(Class<T>) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns the expression for the exchanges inbound message body converted to the given type
bodyExpression(String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns the expression for the exchanges inbound message body converted to the given type
bodyExpression(Expression) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns the expression for the exchanges inbound message body converted to the given type
bodyOneLine() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns the expression for the message body as a one-line string
bodyTypeExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns the expression for the exchanges inbound message body type
BridgeExceptionHandlerToErrorHandler - Class in org.apache.camel.support
An ExceptionHandler that uses the DefaultConsumer to process the caused exception to send the message into the Camel routing engine which allows to let the routing engine handle the exception.
BridgeExceptionHandlerToErrorHandler(DefaultConsumer) - Constructor for class org.apache.camel.support.BridgeExceptionHandlerToErrorHandler
 
build() - Method in class org.apache.camel.component.extension.metadata.MetaDataBuilder
 
build() - Method in class org.apache.camel.component.extension.verifier.ResultBuilder
 
build() - Method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
build() - Method in class org.apache.camel.support.builder.OutputStreamBuilder
Builds the result of using this builder as either a CachedOutputStream if stream caching is enabled, otherwise byte[].
build() - Static method in class org.apache.camel.support.PropertyBindingSupport
 
Builder() - Constructor for class org.apache.camel.support.PropertyBindingSupport.Builder
 
buildMessage(Predicate, Exchange) - Static method in exception org.apache.camel.support.processor.PredicateValidationException
 
ByteArrayInputStreamCache - Class in org.apache.camel.converter.stream
A StreamCache for ByteArrayInputStream
ByteArrayInputStreamCache(ByteArrayInputStream) - Constructor for class org.apache.camel.converter.stream.ByteArrayInputStreamCache
 

C

cacheClass(Class<?>) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
Introspects the given class.
CachedByteArrayOutputStream - Class in org.apache.camel.converter.stream
A ByteArrayOutputStream that is capable of returning a InputStreamCache view of the buffer.
CachedByteArrayOutputStream(int) - Constructor for class org.apache.camel.converter.stream.CachedByteArrayOutputStream
 
CachedOutputStream - Class in org.apache.camel.converter.stream
This output stream will store the content into a File if the stream context size is exceed the THRESHOLD value.
CachedOutputStream(Exchange) - Constructor for class org.apache.camel.converter.stream.CachedOutputStream
 
CachedOutputStream(Exchange, boolean) - Constructor for class org.apache.camel.converter.stream.CachedOutputStream
 
callback(AsyncCallback) - Static method in class org.apache.camel.support.ReactiveHelper
Deprecated.
 
callWithTCCL(Callable<?>, Exchange) - Static method in class org.apache.camel.support.ObjectHelper
Calling the Callable with the setting of TCCL with the camel context application classloader.
callWithTCCL(Callable<?>, ClassLoader) - Static method in class org.apache.camel.support.ObjectHelper
Calling the Callable with the setting of TCCL with a given classloader.
CAMEL_FILTER_PATTERN - Static variable in class org.apache.camel.support.DefaultHeaderFilterStrategy
A filter pattern that only accepts keys starting with Camel or org.apache.camel.
camelContext - Variable in class org.apache.camel.support.DefaultRegistry
 
camelContext - Variable in class org.apache.camel.support.management.DefaultManagementMBeanAssembler
 
camelContextExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for the CamelContext
CamelContextHelper - Class in org.apache.camel.support
A number of helper methods
camelContextNameExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for the CamelContext name
camelContextPropertiesExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for the properties of the camel context
camelContextPropertyExpression(String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for the property value of the camel context with the given name
camelContextPropertyExpression(Expression) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for the property value of the camel context with the given name
CamelInitialContextFactory - Class in org.apache.camel.support.jndi
A factory of the Camel InitialContext which allows a Map to be used to create a JNDI context.
CamelInitialContextFactory() - Constructor for class org.apache.camel.support.jndi.CamelInitialContextFactory
 
CamelLogProcessor - Class in org.apache.camel.support.processor
A Processor which just logs to a CamelLogger object which can be used as an exception handler instead of using a dead letter queue.
CamelLogProcessor() - Constructor for class org.apache.camel.support.processor.CamelLogProcessor
 
CamelLogProcessor(CamelLogger) - Constructor for class org.apache.camel.support.processor.CamelLogProcessor
 
CamelLogProcessor(CamelLogger, ExchangeFormatter, MaskingFormatter, Set<LogListener>) - Constructor for class org.apache.camel.support.processor.CamelLogProcessor
 
CamelObjectInputStream - Class in org.apache.camel.support
 
CamelObjectInputStream(InputStream, CamelContext) - Constructor for class org.apache.camel.support.CamelObjectInputStream
 
CamelSagaCoordinator - Interface in org.apache.camel.saga
A saga coordinator can be used to register compensator's and take the final decision on the saga: compensate or complete (successfully).
CamelSagaService - Interface in org.apache.camel.saga
A Camel saga service is a factory of saga coordinators.
CamelSagaStep - Class in org.apache.camel.saga
Defines the configuration of a saga step.
CamelSagaStep(Optional<Endpoint>, Optional<Endpoint>, Map<String, Expression>, Optional<Long>) - Constructor for class org.apache.camel.saga.CamelSagaStep
 
CamelSingletonInitialContextFactory - Class in org.apache.camel.support.jndi
A factory of the Camel InitialContext which allows a Map to be used to create a JNDI context.
CamelSingletonInitialContextFactory() - Constructor for class org.apache.camel.support.jndi.CamelSingletonInitialContextFactory
 
CatalogVerifierCustomizer - Class in org.apache.camel.component.extension.verifier
 
CatalogVerifierCustomizer() - Constructor for class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
 
childServices - Variable in class org.apache.camel.support.ChildServiceSupport
 
ChildServiceSupport - Class in org.apache.camel.support
Base class to control lifecycle for a set of child Services.
ChildServiceSupport() - Constructor for class org.apache.camel.support.ChildServiceSupport
 
CipherPair - Class in org.apache.camel.converter.stream
A class to hold a pair of encryption and decryption ciphers.
CipherPair(String) - Constructor for class org.apache.camel.converter.stream.CipherPair
 
cleanUp() - Method in interface org.apache.camel.support.LRUCache
 
cleanup() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
Cleanup the 1st-level cache.
clear() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
 
clear() - Method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
 
clearCache() - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
Clears the introspection cache.
clearContentCache() - Method in class org.apache.camel.component.ResourceEndpoint
 
clearStore() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
Clears the file-store (danger this deletes all entries)
close() - Method in class org.apache.camel.converter.stream.CachedOutputStream
 
close() - Method in class org.apache.camel.converter.stream.FileInputStreamCache
 
close() - Method in class org.apache.camel.converter.stream.ReaderCache
 
close() - Method in class org.apache.camel.support.builder.OutputStreamBuilder
 
close() - Method in class org.apache.camel.support.GroupIterator
 
close() - Method in class org.apache.camel.support.GroupTokenIterator
 
close() - Method in class org.apache.camel.support.jndi.JndiBeanRepository
 
close() - Method in class org.apache.camel.support.jndi.JndiContext
 
ClusterServiceHelper - Class in org.apache.camel.support.cluster
 
ClusterServiceSelectors - Class in org.apache.camel.support.cluster
 
ClusterServiceSelectors.SelectByAttribute - Class in org.apache.camel.support.cluster
 
ClusterServiceSelectors.SelectByOrder - Class in org.apache.camel.support.cluster
 
ClusterServiceSelectors.SelectByType - Class in org.apache.camel.support.cluster
 
ClusterServiceSelectors.SelectFirst - Class in org.apache.camel.support.cluster
 
ClusterServiceSelectors.SelectSingle - Class in org.apache.camel.support.cluster
 
code(ComponentVerifierExtension.VerificationError.Code) - Method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
code(String) - Method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
collection - Variable in class org.apache.camel.support.component.AbstractApiComponent
 
commit(Consumer, Endpoint, int) - Method in class org.apache.camel.support.DefaultPollingConsumerPollStrategy
 
compare(Exchange, Exchange) - Method in class org.apache.camel.support.ExpressionComparator
 
compare(Exchange, Exchange) - Method in class org.apache.camel.support.ExpressionListComparator
 
compare(Object, Object) - Static method in class org.apache.camel.support.ObjectHelper
A helper method for performing an ordered comparison on the objects handling nulls and objects which do not handle sorting gracefully
compare(Object, Object, boolean) - Static method in class org.apache.camel.support.ObjectHelper
A helper method for performing an ordered comparison on the objects handling nulls and objects which do not handle sorting gracefully
compare(Object, Object) - Method in class org.apache.camel.support.OrderedComparator
 
compareTo(Object) - Method in class org.apache.camel.support.TimeoutMapEntry
 
compareTo(TimeoutMapEntry<K, V>) - Method in class org.apache.camel.support.TimeoutMapEntry
 
compensate() - Method in interface org.apache.camel.saga.CamelSagaCoordinator
 
complete() - Method in interface org.apache.camel.saga.CamelSagaCoordinator
 
COMPONENT_FALLBACK_SUFFIX - Static variable in class org.apache.camel.support.ResolverHelper
 
componentConfigClass - Variable in class org.apache.camel.support.component.ApiMethodPropertiesHelper
 
componentConfigFields - Variable in class org.apache.camel.support.component.ApiMethodPropertiesHelper
 
ComponentVerifierException - Exception in org.apache.camel.component.extension.verifier
 
ComponentVerifierException() - Constructor for exception org.apache.camel.component.extension.verifier.ComponentVerifierException
 
ComponentVerifierException(String) - Constructor for exception org.apache.camel.component.extension.verifier.ComponentVerifierException
 
ComponentVerifierException(String, Throwable) - Constructor for exception org.apache.camel.component.extension.verifier.ComponentVerifierException
 
ComponentVerifierException(Throwable) - Constructor for exception org.apache.camel.component.extension.verifier.ComponentVerifierException
 
composeName(Name, Name) - Method in class org.apache.camel.support.jndi.JndiContext
 
composeName(String, String) - Method in class org.apache.camel.support.jndi.JndiContext
 
compressGzip(String, InputStream) - Static method in class org.apache.camel.support.GZIPHelper
 
compressGzip(String, byte[]) - Static method in class org.apache.camel.support.GZIPHelper
 
compressGZIP(byte[]) - Static method in class org.apache.camel.support.GZIPHelper
 
concatExpression(Collection<Expression>) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression which returns the string concatenation value of the various expressions
concatExpression(Collection<Expression>, String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression which returns the string concatenation value of the various expressions
configuration - Variable in class org.apache.camel.support.component.AbstractApiComponent
 
configuration - Variable in class org.apache.camel.support.component.AbstractApiEndpoint
 
configure(NamespaceAware) - Method in class org.apache.camel.support.builder.Namespaces
Configures the namespace aware object
configureConsumer(Consumer) - Method in class org.apache.camel.support.DefaultEndpoint
 
configureConsumer(Consumer) - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
configureMessage(Message) - Method in class org.apache.camel.support.DefaultExchange
Configures the message after it has been set on the exchange
configurePollingConsumer(PollingConsumer) - Method in class org.apache.camel.support.DefaultEndpoint
 
configureProperties(Map<String, Object>) - Method in class org.apache.camel.support.component.AbstractApiEndpoint
 
configureProperties(Map<String, Object>) - Method in class org.apache.camel.support.DefaultEndpoint
 
configureProperties(Map<String, Object>) - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
configureScheduledPollConsumerProperties(Map<String, Object>) - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
confirm(String) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
 
confirm(String) - Method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
 
constant(boolean) - Static method in class org.apache.camel.support.builder.PredicateBuilder
A constant predicate.
constantExpression(Object) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for the constant value
contains(Expression, Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
 
contains(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
Create a predicate that the left hand expression contains the value of the right hand expression
contains(Object, Object) - Static method in class org.apache.camel.support.ObjectHelper
Returns true if the collection contains the specified value
contains(String) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
 
contains(String) - Method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
 
containsIgnoreCase(Expression, Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
 
containsIgnoreCase(Object, Object) - Static method in class org.apache.camel.support.ObjectHelper
Returns true if the collection contains the specified value by considering case insensitivity
containsOnCompletion(Synchronization) - Method in class org.apache.camel.support.DefaultExchange
 
containsStore(String) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
Checks the file store if the key exists
controller(Route) - Method in class org.apache.camel.support.RoutePolicySupport
 
convert(Producer) - Static method in class org.apache.camel.support.AsyncProcessorConverterHelper
 
convert(Processor) - Static method in class org.apache.camel.support.AsyncProcessorConverterHelper
 
convertTo(Class<?>) - Method in class org.apache.camel.support.builder.ValueBuilder
Converts the current value to the given type using the registered type converters
convertTo(CamelContext, Class<T>, Object) - Static method in class org.apache.camel.support.CamelContextHelper
Converts the given value to the requested type
convertTo(Class<T>, Object) - Method in class org.apache.camel.support.SimpleTypeConverter
 
convertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.support.SimpleTypeConverter
 
convertTo(Class<T>, Object) - Method in class org.apache.camel.support.TypeConverterSupport
 
convertToByteArray(StreamCache, Exchange) - Static method in class org.apache.camel.converter.stream.StreamCacheConverter
 
convertToByteBuffer(StreamCache, Exchange) - Static method in class org.apache.camel.converter.stream.StreamCacheConverter
 
convertToExpression(Expression, Class<?>) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression which converts the given expression to the given type
convertToExpression(Expression, Expression) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression which converts the given expression to the given type the type expression is evaluated to
convertToMandatoryType(Exchange, Class<T>, Object) - Static method in class org.apache.camel.support.ExchangeHelper
Converts the value to the given expected type or throws an exception
convertToStreamCache(ByteArrayInputStream, Exchange) - Static method in class org.apache.camel.converter.stream.StreamCacheConverter
 
convertToStreamCache(InputStream, Exchange) - Static method in class org.apache.camel.converter.stream.StreamCacheConverter
 
convertToStreamCache(CachedOutputStream, Exchange) - Static method in class org.apache.camel.converter.stream.StreamCacheConverter
 
convertToStreamCache(Reader, Exchange) - Static method in class org.apache.camel.converter.stream.StreamCacheConverter
 
convertToString() - Method in class org.apache.camel.support.builder.ValueBuilder
Converts the current value to a String using the registered type converters
convertToType(Exchange, Class<T>, Object) - Static method in class org.apache.camel.support.ExchangeHelper
Converts the value to the given expected type
copy(Exchange) - Method in class org.apache.camel.converter.stream.ByteArrayInputStreamCache
 
copy(Exchange) - Method in class org.apache.camel.converter.stream.FileInputStreamCache
 
copy(Exchange) - Method in class org.apache.camel.converter.stream.InputStreamCache
 
copy(Exchange) - Method in class org.apache.camel.converter.stream.ReaderCache
 
copy() - Method in class org.apache.camel.support.DefaultExchange
 
copy() - Method in class org.apache.camel.support.MessageSupport
 
copyExchangeAndSetCamelContext(Exchange, CamelContext) - Static method in class org.apache.camel.support.ExchangeHelper
Copies the exchange but the copy will be tied to the given context
copyExchangeAndSetCamelContext(Exchange, CamelContext, boolean) - Static method in class org.apache.camel.support.ExchangeHelper
Copies the exchange but the copy will be tied to the given context
copyFrom(Message) - Method in class org.apache.camel.support.MessageSupport
 
copyFromWithNewBody(Message, Object) - Method in class org.apache.camel.support.MessageSupport
 
copyHeaders(Message, Message, boolean) - Static method in class org.apache.camel.support.MessageHelper
Copies the headers from the source to the target message.
copyHeaders(Message, Message, HeaderFilterStrategy, boolean) - Static method in class org.apache.camel.support.MessageHelper
Copies the headers from the source to the target message.
copyResults(Exchange, Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Copies the results of a message exchange from the source exchange to the result exchange which will copy the message contents, exchange properties and the exception.
copyResultsPreservePattern(Exchange, Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Copies the source exchange to target exchange preserving the ExchangePattern of target.
createAsyncProducer() - Method in class org.apache.camel.support.DefaultEndpoint
 
createBean(Class<?>, Map<String, Object>, String) - Static method in class org.apache.camel.support.jndi.JndiContext
Deprecated.
createBindingsMapFromEnvironment(Hashtable<String, Object>) - Static method in class org.apache.camel.support.jndi.JndiContext
A helper method to create the JNDI bindings from the input environment properties using $foo.class to point to a class name with $foo.* being properties set on the injected bean
createBody() - Method in class org.apache.camel.support.MessageSupport
A factory method to allow a provider to lazily create the message body for inbound messages from other sources
createConsumer(Processor) - Method in class org.apache.camel.support.DefaultPollingEndpoint
 
createConsumer() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
 
createContext() - Method in class org.apache.camel.support.jndi.JndiBeanRepository
 
createCopy(Exchange, boolean) - Static method in class org.apache.camel.support.ExchangeHelper
Creates a new instance and copies from the current message exchange so that it can be forwarded to another destination as a new instance.
createCorrelatedCopy(Exchange, boolean) - Static method in class org.apache.camel.support.ExchangeHelper
Creates a new instance and copies from the current message exchange so that it can be forwarded to another destination as a new instance.
createCorrelatedCopy(Exchange, boolean, boolean) - Static method in class org.apache.camel.support.ExchangeHelper
Creates a new instance and copies from the current message exchange so that it can be forwarded to another destination as a new instance.
createCorrelatedCopy(Exchange, boolean, boolean, Predicate<Synchronization>) - Static method in class org.apache.camel.support.ExchangeHelper
Creates a new instance and copies from the current message exchange so that it can be forwarded to another destination as a new instance.
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.support.component.AbstractApiComponent
 
createEndpoint(String, String, E, T) - Method in class org.apache.camel.support.component.AbstractApiComponent
 
createEndpoint(String, Map<String, Object>) - Method in class org.apache.camel.support.DefaultComponent
 
createEndpoint(String) - Method in class org.apache.camel.support.DefaultComponent
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.support.DefaultComponent
A factory method allowing derived components to create a new endpoint from the given URI, remaining path and optional parameters
createEndpointConfiguration(E) - Method in class org.apache.camel.support.component.AbstractApiComponent
 
createEndpointId() - Static method in class org.apache.camel.support.EndpointHelper
A helper method for Endpoint implementations to create new Ids for Endpoints which also implement HasId
createEndpointUri() - Method in class org.apache.camel.support.DefaultEndpoint
A factory method to lazily create the endpointUri if none is specified
createExchange() - Method in class org.apache.camel.support.DefaultEndpoint
 
createExchange(ExchangePattern) - Method in class org.apache.camel.support.DefaultEndpoint
 
createExchange() - Method in class org.apache.camel.support.DefaultProducer
 
createExchangeId() - Method in class org.apache.camel.support.DefaultExchange
 
createExpression(CamelContext, Annotation, LanguageAnnotation, Class<?>) - Method in interface org.apache.camel.support.language.AnnotationExpressionFactory
 
createExpression(CamelContext, Annotation, LanguageAnnotation, Class<?>) - Method in class org.apache.camel.support.language.DefaultAnnotationExpressionFactory
 
createGroupIntervalLogMessage() - Method in class org.apache.camel.support.processor.ThroughputLogger
 
createHeaders() - Method in class org.apache.camel.support.DefaultMessage
A factory method to lazily create the headers to make it easy to create efficient Message implementations which only construct and populate the Map on demand
createIterable(Object) - Static method in class org.apache.camel.support.ObjectHelper
Creates an iterable over the value if the value is a collection, an Object[], a String with values separated by comma, or a primitive type array; otherwise to simplify the caller's code, we just create a singleton collection iterator over a single value

Will default use comma for String separating String values.

createIterable(Object, String) - Static method in class org.apache.camel.support.ObjectHelper
Creates an iterable over the value if the value is a collection, an Object[], a String with values separated by the given delimiter, or a primitive type array; otherwise to simplify the caller's code, we just create a singleton collection iterator over a single value

This method does not allow empty values

createIterable(String) - Static method in class org.apache.camel.support.ObjectHelper
 
createIterable(String, String) - Static method in class org.apache.camel.support.ObjectHelper
 
createIterable(String, String, boolean) - Static method in class org.apache.camel.support.ObjectHelper
 
createIterable(String, String, boolean, boolean) - Static method in class org.apache.camel.support.ObjectHelper
 
createIterable(Object, String, boolean) - Static method in class org.apache.camel.support.ObjectHelper
Creates an iterable over the value if the value is a collection, an Object[], a String with values separated by the given delimiter, or a primitive type array; otherwise to simplify the caller's code, we just create a singleton collection iterator over a single value
createIterable(Object, String, boolean, boolean) - Static method in class org.apache.camel.support.ObjectHelper
Creates an iterable over the value if the value is a collection, an Object[], a String with values separated by the given delimiter, or a primitive type array; otherwise to simplify the caller's code, we just create a singleton collection iterator over a single value
createIterator(Exchange, InputStream, String) - Method in class org.apache.camel.support.builder.TokenPairExpressionIterator
Strategy to create the iterator
createIterator(Exchange, InputStream, String) - Method in class org.apache.camel.support.builder.TokenXMLExpressionIterator
 
createIterator(Object) - Static method in class org.apache.camel.support.ObjectHelper
Creates an iterator over the value if the value is a Stream, collection, an Object[], a String with values separated by comma, or a primitive type array; otherwise to simplify the caller's code, we just create a singleton collection iterator over a single value

Will default use comma for String separating String values.

createIterator(Object, String) - Static method in class org.apache.camel.support.ObjectHelper
Creates an iterator over the value if the value is a Stream, collection, an Object[], a String with values separated by the given delimiter, or a primitive type array; otherwise to simplify the caller's code, we just create a singleton collection iterator over a single value

This method does not allow empty values

createIterator(Object, String, boolean) - Static method in class org.apache.camel.support.ObjectHelper
Creates an iterator over the value if the value is a Stream, collection, an Object[], a String with values separated by the given delimiter, or a primitive type array; otherwise to simplify the caller's code, we just create a singleton collection iterator over a single value
createIterator(Object, String, boolean, boolean) - Static method in class org.apache.camel.support.ObjectHelper
Creates an iterator over the value if the value is a Stream, collection, an Object[], a String with values separated by the given delimiter, or a primitive type array; otherwise to simplify the caller's code, we just create a singleton collection iterator over a single value
createJsonMaskPattern(Set<String>) - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
 
createKeyValueMaskPattern(Set<String>) - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
 
createLogMessage(Exchange, int) - Method in class org.apache.camel.support.processor.ThroughputLogger
 
createLRUCache(int) - Method in class org.apache.camel.support.DefaultLRUCacheFactory
Constructs an empty LRUCache instance with the specified maximumCacheSize, and will stop on eviction.
createLRUCache(int, Consumer<V>) - Method in class org.apache.camel.support.DefaultLRUCacheFactory
Constructs an empty LRUCache instance with the specified maximumCacheSize, and will stop on eviction.
createLRUCache(int, int) - Method in class org.apache.camel.support.DefaultLRUCacheFactory
Constructs an empty LRUCache instance with the specified initial capacity, maximumCacheSize, and will stop on eviction.
createLRUCache(int, int, boolean) - Method in class org.apache.camel.support.DefaultLRUCacheFactory
Constructs an empty LRUCache instance with the specified initial capacity, maximumCacheSize,load factor and ordering mode.
createLRUCache(int) - Method in class org.apache.camel.support.LRUCacheFactory
Constructs an empty LRUCache instance with the specified maximumCacheSize, and will stop on eviction.
createLRUCache(int, Consumer<V>) - Method in class org.apache.camel.support.LRUCacheFactory
Constructs an empty LRUCache instance with the specified maximumCacheSize, and will stop on eviction.
createLRUCache(int, int) - Method in class org.apache.camel.support.LRUCacheFactory
Constructs an empty LRUCache instance with the specified initial capacity, maximumCacheSize, and will stop on eviction.
createLRUCache(int, int, boolean) - Method in class org.apache.camel.support.LRUCacheFactory
Constructs an empty LRUCache instance with the specified initial capacity, maximumCacheSize,load factor and ordering mode.
createLRUSoftCache(int) - Method in class org.apache.camel.support.DefaultLRUCacheFactory
Constructs an empty LRUSoftCache instance with the specified maximumCacheSize, and will stop on eviction.
createLRUSoftCache(int, int) - Method in class org.apache.camel.support.DefaultLRUCacheFactory
 
createLRUSoftCache(int, int, boolean) - Method in class org.apache.camel.support.DefaultLRUCacheFactory
 
createLRUSoftCache(int) - Method in class org.apache.camel.support.LRUCacheFactory
Constructs an empty LRUSoftCache instance with the specified maximumCacheSize, and will stop on eviction.
createLRUSoftCache(int, int) - Method in class org.apache.camel.support.LRUCacheFactory
Constructs an empty LRUSoftCache instance with the specified maximumCacheSize, and will stop on eviction.
createLRUSoftCache(int, int, boolean) - Method in class org.apache.camel.support.LRUCacheFactory
Constructs an empty LRUSoftCache instance with the specified maximumCacheSize, and will stop on eviction.
createLRUWeakCache(int) - Method in class org.apache.camel.support.DefaultLRUCacheFactory
Constructs an empty LRUWeakCache instance with the specified maximumCacheSize, and will stop on eviction.
createLRUWeakCache(int, int) - Method in class org.apache.camel.support.DefaultLRUCacheFactory
 
createLRUWeakCache(int, int, boolean) - Method in class org.apache.camel.support.DefaultLRUCacheFactory
 
createLRUWeakCache(int) - Method in class org.apache.camel.support.LRUCacheFactory
Constructs an empty LRUWeakCache instance with the specified maximumCacheSize, and will stop on eviction.
createLRUWeakCache(int, int) - Method in class org.apache.camel.support.LRUCacheFactory
Constructs an empty LRUWeakCache instance with the specified maximumCacheSize, and will stop on eviction.
createLRUWeakCache(int, int, boolean) - Method in class org.apache.camel.support.LRUCacheFactory
Constructs an empty LRUWeakCache instance with the specified maximumCacheSize, and will stop on eviction.
createMessageId() - Method in class org.apache.camel.support.MessageSupport
Allow implementations to auto-create a messageId
createOneOfThemRegex(Set<String>) - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
 
createPollingConsumer() - Method in class org.apache.camel.support.DefaultEndpoint
 
createPollingConsumer() - Method in class org.apache.camel.support.ProcessorEndpoint
 
createProcessor() - Method in class org.apache.camel.support.ProcessorEndpoint
 
createProducer() - Method in class org.apache.camel.support.ProcessorEndpoint
 
createRestConsumerUrl(String, String, String, Map<String, Object>) - Static method in class org.apache.camel.support.RestComponentHelper
Creates the Rest consumers url based on component and url options.
createRestConsumerUrl(String, String, Map<String, Object>) - Static method in class org.apache.camel.support.RestComponentHelper
Creates the Rest consumers url based on component and url options.
createRestConsumerUrl(String, String, String, int, String, Map<String, Object>) - Static method in class org.apache.camel.support.RestComponentHelper
Creates the Rest consumers url based on component and url options.
createSubcontext(Name) - Method in class org.apache.camel.support.jndi.JndiContext
 
createSubcontext(String) - Method in class org.apache.camel.support.jndi.JndiContext
 
createUoW(Exchange) - Method in class org.apache.camel.support.DefaultConsumer
If the consumer needs to defer done the UnitOfWork on the processed Exchange then this method should be use to create and start the UnitOfWork on the exchange.
createVariableMap(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Creates a Map of the variables which are made available to a script or template
createView(String) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
 
createXmlElementMaskPattern(Set<String>) - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
 
currentTime() - Method in class org.apache.camel.support.DefaultTimeoutMap
 

D

DATA_FORMAT_FACTORY_FALLBACK_SUFFIX - Static variable in class org.apache.camel.support.ResolverHelper
 
DATA_FORMAT_FALLBACK_SUFFIX - Static variable in class org.apache.camel.support.ResolverHelper
 
DEFAULT_NAMESPACE - Static variable in class org.apache.camel.support.builder.Namespaces
 
DEFAULT_SELECTOR - Static variable in class org.apache.camel.support.cluster.ClusterServiceSelectors
 
DefaultAnnotationExpressionFactory - Class in org.apache.camel.support.language
Default implementation of the AnnotationExpressionFactory.
DefaultAnnotationExpressionFactory() - Constructor for class org.apache.camel.support.language.DefaultAnnotationExpressionFactory
 
DefaultAsyncProducer - Class in org.apache.camel.support
A default implementation of Producer for implementation inheritance, which can process Exchanges asynchronously.
DefaultAsyncProducer(Endpoint) - Constructor for class org.apache.camel.support.DefaultAsyncProducer
 
DefaultComponent - Class in org.apache.camel.support
Default component to use for base for components implementations.
DefaultComponent() - Constructor for class org.apache.camel.support.DefaultComponent
 
DefaultComponent(CamelContext) - Constructor for class org.apache.camel.support.DefaultComponent
 
DefaultComponentVerifierExtension - Class in org.apache.camel.component.extension.verifier
 
DefaultComponentVerifierExtension(String) - Constructor for class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
 
DefaultComponentVerifierExtension(String, CamelContext) - Constructor for class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
 
DefaultComponentVerifierExtension(String, CamelContext, Component) - Constructor for class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
 
DefaultConsumer - Class in org.apache.camel.support
A default consumer useful for implementation inheritance.
DefaultConsumer(Endpoint, Processor) - Constructor for class org.apache.camel.support.DefaultConsumer
 
DefaultDataFormat - Class in org.apache.camel.support
A default dataformat useful for implementation inheritance.
DefaultDataFormat() - Constructor for class org.apache.camel.support.DefaultDataFormat
 
DefaultEndpoint - Class in org.apache.camel.support
A default endpoint useful for implementation inheritance.
DefaultEndpoint(String, Component) - Constructor for class org.apache.camel.support.DefaultEndpoint
Constructs a fully-initialized DefaultEndpoint instance.
DefaultEndpoint() - Constructor for class org.apache.camel.support.DefaultEndpoint
Constructs a partially-initialized DefaultEndpoint instance.
DefaultExchange - Class in org.apache.camel.support
The default and only implementation of Exchange.
DefaultExchange(CamelContext) - Constructor for class org.apache.camel.support.DefaultExchange
 
DefaultExchange(CamelContext, ExchangePattern) - Constructor for class org.apache.camel.support.DefaultExchange
 
DefaultExchange(Exchange) - Constructor for class org.apache.camel.support.DefaultExchange
 
DefaultExchange(Endpoint) - Constructor for class org.apache.camel.support.DefaultExchange
 
DefaultExchange(Endpoint, ExchangePattern) - Constructor for class org.apache.camel.support.DefaultExchange
 
DefaultExchangeFormatter - Class in org.apache.camel.support.processor
Default ExchangeFormatter that have fine grained options to configure what to include in the output.
DefaultExchangeFormatter() - Constructor for class org.apache.camel.support.processor.DefaultExchangeFormatter
 
DefaultExchangeFormatter.OutputStyle - Enum in org.apache.camel.support.processor
 
DefaultExchangeHolder - Class in org.apache.camel.support
Holder object for sending an exchange over a remote wire as a serialized object.
DefaultExchangeHolder() - Constructor for class org.apache.camel.support.DefaultExchangeHolder
 
DefaultHeaderFilterStrategy - Class in org.apache.camel.support
The default header filtering strategy.
DefaultHeaderFilterStrategy() - Constructor for class org.apache.camel.support.DefaultHeaderFilterStrategy
 
DefaultLRUCacheFactory - Class in org.apache.camel.support
Default LRUCacheFactory which uses a LinkedHashMap.
DefaultLRUCacheFactory() - Constructor for class org.apache.camel.support.DefaultLRUCacheFactory
 
DefaultManagementMBeanAssembler - Class in org.apache.camel.support.management
An assembler to assemble a ModelMBean which can be used to register the object in JMX.
DefaultManagementMBeanAssembler(CamelContext) - Constructor for class org.apache.camel.support.management.DefaultManagementMBeanAssembler
 
DefaultMaskingFormatter - Class in org.apache.camel.support.processor
The MaskingFormatter that searches the specified keywords in the source and replace its value with mask string.
DefaultMaskingFormatter() - Constructor for class org.apache.camel.support.processor.DefaultMaskingFormatter
 
DefaultMaskingFormatter(boolean, boolean, boolean) - Constructor for class org.apache.camel.support.processor.DefaultMaskingFormatter
 
DefaultMaskingFormatter(Set<String>, boolean, boolean, boolean) - Constructor for class org.apache.camel.support.processor.DefaultMaskingFormatter
 
DefaultMessage - Class in org.apache.camel.support
The default implementation of Message

This implementation uses a CaseInsensitiveMap storing the headers.

DefaultMessage(Exchange) - Constructor for class org.apache.camel.support.DefaultMessage
 
DefaultMessage(CamelContext) - Constructor for class org.apache.camel.support.DefaultMessage
 
DefaultMessageHistory - Class in org.apache.camel.support
Default MessageHistory.
DefaultMessageHistory(String, NamedNode, long) - Constructor for class org.apache.camel.support.DefaultMessageHistory
 
DefaultMessageHistory(String, NamedNode, long, Message) - Constructor for class org.apache.camel.support.DefaultMessageHistory
 
DefaultMetaData - Class in org.apache.camel.component.extension.metadata
 
DefaultMetaData(CamelContext, Map<String, Object>, Object) - Constructor for class org.apache.camel.component.extension.metadata.DefaultMetaData
 
DefaultPollingConsumerPollStrategy - Class in org.apache.camel.support
A default implementation that will not retry on rollback.
DefaultPollingConsumerPollStrategy() - Constructor for class org.apache.camel.support.DefaultPollingConsumerPollStrategy
 
DefaultPollingEndpoint - Class in org.apache.camel.support
A base class for an endpoint which the default consumer mode is to use a PollingConsumer
DefaultPollingEndpoint() - Constructor for class org.apache.camel.support.DefaultPollingEndpoint
 
DefaultPollingEndpoint(String, Component) - Constructor for class org.apache.camel.support.DefaultPollingEndpoint
 
DefaultProducer - Class in org.apache.camel.support
A default implementation of Producer for implementation inheritance.
DefaultProducer(Endpoint) - Constructor for class org.apache.camel.support.DefaultProducer
 
DefaultRegistry - Class in org.apache.camel.support
The default Registry which supports using a given first-choice repository to lookup the beans, such as Spring, JNDI, OSGi etc.
DefaultRegistry() - Constructor for class org.apache.camel.support.DefaultRegistry
Creates a default registry that uses SimpleRegistry as the fallback registry.
DefaultRegistry(BeanRepository...) - Constructor for class org.apache.camel.support.DefaultRegistry
Creates a registry that uses the given BeanRepository as first choice bean repository to lookup beans.
DefaultRegistry(Collection<BeanRepository>) - Constructor for class org.apache.camel.support.DefaultRegistry
Creates a registry that uses the given BeanRepository as first choice bean repository to lookup beans.
DefaultResult - Class in org.apache.camel.component.extension.verifier
 
DefaultResult(ComponentVerifierExtension.Scope, ComponentVerifierExtension.Result.Status, List<ComponentVerifierExtension.VerificationError>) - Constructor for class org.apache.camel.component.extension.verifier.DefaultResult
 
DefaultResultVerificationError - Class in org.apache.camel.component.extension.verifier
 
DefaultResultVerificationError(ComponentVerifierExtension.VerificationError.Code, String, Set<String>, Map<ComponentVerifierExtension.VerificationError.Attribute, Object>) - Constructor for class org.apache.camel.component.extension.verifier.DefaultResultVerificationError
 
DefaultScheduledPollConsumer - Class in org.apache.camel.support
A default implementation of an event driven Consumer which uses the PollingConsumer
DefaultScheduledPollConsumer(DefaultEndpoint, Processor) - Constructor for class org.apache.camel.support.DefaultScheduledPollConsumer
 
DefaultScheduledPollConsumer(Endpoint, Processor, ScheduledExecutorService) - Constructor for class org.apache.camel.support.DefaultScheduledPollConsumer
 
DefaultScheduledPollConsumerScheduler - Class in org.apache.camel.support
DefaultScheduledPollConsumerScheduler() - Constructor for class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
DefaultScheduledPollConsumerScheduler(ScheduledExecutorService) - Constructor for class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
defaultSelector() - Static method in class org.apache.camel.support.cluster.ClusterServiceSelectors
 
DefaultThreadPoolFactory - Class in org.apache.camel.support
Factory for thread pools that uses the JDK Executors for creating the thread pools.
DefaultThreadPoolFactory() - Constructor for class org.apache.camel.support.DefaultThreadPoolFactory
 
DefaultTimeoutMap<K,V> - Class in org.apache.camel.support
Default implementation of the TimeoutMap.
DefaultTimeoutMap(ScheduledExecutorService) - Constructor for class org.apache.camel.support.DefaultTimeoutMap
 
DefaultTimeoutMap(ScheduledExecutorService, long) - Constructor for class org.apache.camel.support.DefaultTimeoutMap
 
DefaultTimeoutMap(ScheduledExecutorService, long, boolean) - Constructor for class org.apache.camel.support.DefaultTimeoutMap
 
DefaultTimeoutMap(ScheduledExecutorService, long, Lock) - Constructor for class org.apache.camel.support.DefaultTimeoutMap
 
deferShutdown(ShutdownRunningTask) - Method in class org.apache.camel.support.ScheduledBatchPollingConsumer
 
DelegateAsyncProcessor - Class in org.apache.camel.support.processor
A Delegate pattern which delegates processing to a nested AsyncProcessor which can be useful for implementation inheritance when writing an Policy

Important: This implementation does support the asynchronous routing engine.

DelegateAsyncProcessor() - Constructor for class org.apache.camel.support.processor.DelegateAsyncProcessor
 
DelegateAsyncProcessor(AsyncProcessor) - Constructor for class org.apache.camel.support.processor.DelegateAsyncProcessor
 
DelegateAsyncProcessor(Processor) - Constructor for class org.apache.camel.support.processor.DelegateAsyncProcessor
 
DelegateProcessor - Class in org.apache.camel.support.processor
A Delegate pattern which delegates processing to a nested Processor which can be useful for implementation inheritance when writing an Policy

Important: This implementation does not support the asynchronous routing engine.

DelegateProcessor() - Constructor for class org.apache.camel.support.processor.DelegateProcessor
 
DelegateProcessor(Processor) - Constructor for class org.apache.camel.support.processor.DelegateProcessor
 
DelegateSyncProcessor - Class in org.apache.camel.support.processor
A Delegate pattern which delegates synchronous processing to a nested Processor which can be useful for implementation inheritance when writing an Policy

Important: This implementation does support the asynchronous routing engine, only.

DelegateSyncProcessor(Processor) - Constructor for class org.apache.camel.support.processor.DelegateSyncProcessor
 
description(String) - Method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
destroySubcontext(Name) - Method in class org.apache.camel.support.jndi.JndiContext
 
destroySubcontext(String) - Method in class org.apache.camel.support.jndi.JndiContext
 
detail(String, Object) - Method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
detail(ComponentVerifierExtension.VerificationError.Attribute, Object) - Method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
detail(String, Supplier<Optional<T>>) - Method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
detail(ComponentVerifierExtension.VerificationError.Attribute, Supplier<Optional<T>>) - Method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
details(Map<ComponentVerifierExtension.VerificationError.Attribute, Object>) - Method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
doConfigureConsumer(Consumer) - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
doConvert(Class<?>, Exchange, Object) - Method in interface org.apache.camel.support.SimpleTypeConverter.ConversionMethod
 
doEvaluate(Exchange, boolean) - Method in class org.apache.camel.support.builder.TokenPairExpressionIterator
Strategy to evaluate the exchange
doEvaluate(Exchange, boolean) - Method in class org.apache.camel.support.builder.TokenXMLExpressionIterator
Strategy to evaluate the exchange
doInit() - Method in class org.apache.camel.support.DefaultComponent
 
doInit() - Method in class org.apache.camel.support.DefaultConsumer
 
doInit() - Method in class org.apache.camel.support.DefaultEndpoint
 
doInit() - Method in class org.apache.camel.support.LazyStartProducer
 
doInit() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
doInvokeMethod(Map<String, Object>) - Method in class org.apache.camel.support.component.AbstractApiConsumer
Invoke the API method.
doInvokeMethod(ApiMethod, Map<String, Object>) - Method in class org.apache.camel.support.component.AbstractApiProducer
Invoke the API method.
done(boolean) - Method in class org.apache.camel.support.AsyncCallbackToCompletableFutureAdapter
 
done(boolean) - Method in class org.apache.camel.support.EmptyAsyncCallback
 
doneSynchronizations(Exchange, List<Synchronization>, Logger) - Static method in class org.apache.camel.support.UnitOfWorkHelper
 
doneUoW(Exchange) - Method in class org.apache.camel.support.DefaultConsumer
If the consumer needs to defer done the UnitOfWork on the processed Exchange then this method should be executed when the consumer is finished processing the message.
doneUow(UnitOfWork, Exchange) - Static method in class org.apache.camel.support.UnitOfWorkHelper
Done and stop the UnitOfWork.
doResume() - Method in class org.apache.camel.support.LazyStartProducer
 
doShutdown() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
 
doShutdown() - Method in class org.apache.camel.support.LazyStartProducer
 
doShutdown() - Method in class org.apache.camel.support.processor.DelegateAsyncProcessor
 
doShutdown() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
doShutdown() - Method in class org.apache.camel.support.TimerListenerManager
 
doStart() - Method in class org.apache.camel.support.AsyncProcessorSupport
 
doStart() - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
 
doStart() - Method in class org.apache.camel.support.DefaultComponent
 
doStart() - Method in class org.apache.camel.support.DefaultConsumer
 
doStart() - Method in class org.apache.camel.support.DefaultDataFormat
 
doStart() - Method in class org.apache.camel.support.DefaultEndpoint
 
doStart() - Method in class org.apache.camel.support.DefaultProducer
 
doStart() - Method in class org.apache.camel.support.DefaultScheduledPollConsumer
 
doStart() - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
doStart() - Method in class org.apache.camel.support.DefaultTimeoutMap
 
doStart() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
 
doStart() - Method in class org.apache.camel.support.EventNotifierSupport
 
doStart() - Method in class org.apache.camel.support.HeaderSelectorProducer
 
doStart() - Method in class org.apache.camel.support.LazyStartProducer
 
doStart() - Method in class org.apache.camel.support.management.DefaultManagementMBeanAssembler
 
doStart() - Method in class org.apache.camel.support.processor.DelegateAsyncProcessor
 
doStart() - Method in class org.apache.camel.support.processor.DelegateProcessor
 
doStart() - Method in class org.apache.camel.support.processor.DelegateSyncProcessor
 
doStart() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
 
doStart() - Method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
 
doStart() - Method in class org.apache.camel.support.processor.MarshalProcessor
 
doStart() - Method in class org.apache.camel.support.processor.PredicateValidatingProcessor
 
doStart() - Method in class org.apache.camel.support.processor.ThroughputLogger
 
doStart() - Method in class org.apache.camel.support.processor.UnmarshalProcessor
 
doStart() - Method in class org.apache.camel.support.ProcessorPollingConsumer
 
doStart() - Method in class org.apache.camel.support.RoutePolicySupport
 
doStart() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
doStart() - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
doStart() - Method in class org.apache.camel.support.TimerListenerManager
 
doStop() - Method in class org.apache.camel.support.AsyncProcessorSupport
 
doStop() - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
 
doStop() - Method in class org.apache.camel.support.DefaultComponent
 
doStop() - Method in class org.apache.camel.support.DefaultConsumer
 
doStop() - Method in class org.apache.camel.support.DefaultDataFormat
 
doStop() - Method in class org.apache.camel.support.DefaultEndpoint
 
doStop() - Method in class org.apache.camel.support.DefaultProducer
 
doStop() - Method in class org.apache.camel.support.DefaultScheduledPollConsumer
 
doStop() - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
doStop() - Method in class org.apache.camel.support.DefaultTimeoutMap
 
doStop() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
 
doStop() - Method in class org.apache.camel.support.EventNotifierSupport
 
doStop() - Method in class org.apache.camel.support.LazyStartProducer
 
doStop() - Method in class org.apache.camel.support.management.DefaultManagementMBeanAssembler
 
doStop() - Method in class org.apache.camel.support.processor.DelegateAsyncProcessor
 
doStop() - Method in class org.apache.camel.support.processor.DelegateProcessor
 
doStop() - Method in class org.apache.camel.support.processor.DelegateSyncProcessor
 
doStop() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
 
doStop() - Method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
 
doStop() - Method in class org.apache.camel.support.processor.MarshalProcessor
 
doStop() - Method in class org.apache.camel.support.processor.PredicateValidatingProcessor
 
doStop() - Method in class org.apache.camel.support.processor.ThroughputLogger
 
doStop() - Method in class org.apache.camel.support.processor.UnmarshalProcessor
 
doStop() - Method in class org.apache.camel.support.ProcessorPollingConsumer
 
doStop() - Method in class org.apache.camel.support.RoutePolicySupport
 
doStop() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
doStop() - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
doStop() - Method in class org.apache.camel.support.TimerListenerManager
 
doSuspend() - Method in class org.apache.camel.support.LazyStartProducer
 
doSuspend() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
dumpAsXml(Message) - Static method in class org.apache.camel.support.MessageHelper
Dumps the message as a generic XML structure.
dumpAsXml(Message, boolean) - Static method in class org.apache.camel.support.MessageHelper
Dumps the message as a generic XML structure.
dumpAsXml(Message, boolean, int) - Static method in class org.apache.camel.support.MessageHelper
Dumps the message as a generic XML structure.
dumpAsXml(Message, boolean, int, boolean, boolean, int) - Static method in class org.apache.camel.support.MessageHelper
Dumps the message as a generic XML structure.
dumpMessageHistoryStacktrace(Exchange, ExchangeFormatter, boolean) - Static method in class org.apache.camel.support.MessageHelper
Dumps the MessageHistory from the Exchange in a human readable format.

E

EmptyAsyncCallback - Class in org.apache.camel.support
An empty AsyncCallback which allows to share the same instance instead of creating a new instance for each message.
EmptyAsyncCallback() - Constructor for class org.apache.camel.support.EmptyAsyncCallback
 
endpoint - Variable in class org.apache.camel.support.component.AbstractApiConsumer
 
endpoint - Variable in class org.apache.camel.support.component.AbstractApiProducer
 
EndpointHelper - Class in org.apache.camel.support
Some helper methods for working with Endpoint instances
endsWith(Expression, Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
 
endsWith(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
 
endToken - Variable in class org.apache.camel.support.builder.TokenPairExpressionIterator
 
ENVIRONMENT_VARIABLES - Static variable in class org.apache.camel.support.builder.Namespaces
 
equals(Object) - Method in class org.apache.camel.converter.stream.CachedOutputStream
 
equals(Object) - Method in class org.apache.camel.support.DefaultEndpoint
 
error(ComponentVerifierExtension.VerificationError) - Method in class org.apache.camel.component.extension.verifier.ResultBuilder
 
error(Optional<ComponentVerifierExtension.VerificationError>) - Method in class org.apache.camel.component.extension.verifier.ResultBuilder
 
error(Supplier<Optional<ComponentVerifierExtension.VerificationError>>) - Method in class org.apache.camel.component.extension.verifier.ResultBuilder
 
error(ThrowingConsumer<ResultBuilder, Exception>) - Method in class org.apache.camel.component.extension.verifier.ResultBuilder
 
error(T, ThrowingBiConsumer<ResultBuilder, T, Exception>) - Method in class org.apache.camel.component.extension.verifier.ResultBuilder
 
errors(List<ComponentVerifierExtension.VerificationError>) - Method in class org.apache.camel.component.extension.verifier.ResultBuilder
 
evaluate(Exchange) - Method in class org.apache.camel.support.builder.TokenPairExpressionIterator
 
evaluate(Exchange) - Method in class org.apache.camel.support.builder.TokenXMLExpressionIterator
 
evaluate(Exchange, Class<T>) - Method in class org.apache.camel.support.builder.ValueBuilder
 
evaluate(Exchange, Class<T>) - Method in class org.apache.camel.support.ExpressionAdapter
 
evaluate(Exchange) - Method in class org.apache.camel.support.ExpressionSupport
 
evaluate(Exchange, Class<T>) - Method in class org.apache.camel.support.PredicateToExpressionAdapter
 
EventDrivenPollingConsumer - Class in org.apache.camel.support
A default implementation of the PollingConsumer which uses the normal asynchronous consumer mechanism along with a BlockingQueue to allow the caller to pull messages on demand.
EventDrivenPollingConsumer(Endpoint) - Constructor for class org.apache.camel.support.EventDrivenPollingConsumer
 
EventDrivenPollingConsumer(Endpoint, int) - Constructor for class org.apache.camel.support.EventDrivenPollingConsumer
 
EventDrivenPollingConsumer(Endpoint, BlockingQueue<Exchange>) - Constructor for class org.apache.camel.support.EventDrivenPollingConsumer
 
EventHelper - Class in org.apache.camel.support
Helper for easily sending event notifications in a single line of code
EventNotifierSupport - Class in org.apache.camel.support
Base class to extend for custom EventNotifier implementations.
EventNotifierSupport() - Constructor for class org.apache.camel.support.EventNotifierSupport
 
eventsApplicable(CamelContext) - Static method in class org.apache.camel.support.EventHelper
Checks whether event notifications is applicable or not
EXCHANGE_PROPERTY - Static variable in class org.apache.camel.support.builder.Namespaces
 
exchangeExceptionExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for an exception set on the exchange
exchangeExceptionExpression(Class<Exception>) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for an exception set on the exchange

Is used to get the caused exception that typically have been wrapped in some sort of Camel wrapper exception

exchangeExceptionMessageExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for an exception message set on the exchange
exchangeExceptionStackTraceExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for an exception stacktrace set on the exchange
exchangeExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns the expression for the exchange
exchangeExpression(Function<Exchange, Object>) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns a functional expression for the exchange
ExchangeHelper - Class in org.apache.camel.support
Some helper methods for working with Exchange objects
exchangeIdExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an Expression for the exchange id
exchangePatternExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for the exchange pattern
exchangePropertiesExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for the exchange properties of exchange
exchangePropertyExpression(String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for the property value of exchange with the given name
exchangePropertyExpression(Expression) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for the property value of exchange with the given name
excludeInvalidBoolean() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
 
excludeInvalidEnum() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
 
excludeInvalidInteger() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
 
excludeInvalidNumber() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
 
excludeRequired() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
 
excludeUnknown() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
 
executeFromQueue() - Static method in class org.apache.camel.support.ReactiveHelper
Deprecated.
 
ExpressionAdapter - Class in org.apache.camel.support
A helper class for developers wishing to implement an Expression using Java code with a minimum amount of code to write so that the developer only needs to implement one of the ExpressionAdapter.evaluate(org.apache.camel.Exchange, Class) or ExpressionSupport.evaluate(org.apache.camel.Exchange) methods.
ExpressionAdapter() - Constructor for class org.apache.camel.support.ExpressionAdapter
 
ExpressionBuilder - Class in org.apache.camel.support.builder
A helper class for working with expressions.
ExpressionBuilder() - Constructor for class org.apache.camel.support.builder.ExpressionBuilder
 
ExpressionComparator - Class in org.apache.camel.support
An implementation of Comparator that takes an Expression which is evaluated on each exchange to be compared
ExpressionComparator(Expression) - Constructor for class org.apache.camel.support.ExpressionComparator
 
ExpressionListComparator - Class in org.apache.camel.support
An implementation of Comparator which takes a list of Expression objects which is evaluated on each exchange to compare them
ExpressionListComparator(List<Expression>) - Constructor for class org.apache.camel.support.ExpressionListComparator
 
ExpressionSupport - Class in org.apache.camel.support
A useful base class for Predicate and Expression implementations
ExpressionSupport() - Constructor for class org.apache.camel.support.ExpressionSupport
 
ExpressionToPredicateAdapter - Class in org.apache.camel.support
To adapt Expression as a Predicate
ExpressionToPredicateAdapter(Expression) - Constructor for class org.apache.camel.support.ExpressionToPredicateAdapter
 
extendedFilter(HeaderFilterStrategy.Direction, String, Object, Exchange) - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
 
extractBodyAsString(Message) - Static method in class org.apache.camel.support.MessageHelper
Extracts the given body and returns it as a String, that can be used for logging etc.
extractBodyForLogging(Message) - Static method in class org.apache.camel.support.MessageHelper
Extracts the body for logging purpose.
extractBodyForLogging(Message, String) - Static method in class org.apache.camel.support.MessageHelper
Extracts the body for logging purpose.
extractBodyForLogging(Message, String, boolean, boolean) - Static method in class org.apache.camel.support.MessageHelper
Extracts the body for logging purpose.
extractBodyForLogging(Message, String, boolean, boolean, int) - Static method in class org.apache.camel.support.MessageHelper
Extracts the body for logging purpose.
extractFutureBody(CamelContext, Future<?>, Class<T>) - Static method in class org.apache.camel.support.ExchangeHelper
Extracts the body from the given future, that represents a handle to an asynchronous exchange.
extractFutureBody(CamelContext, Future<?>, long, TimeUnit, Class<T>) - Static method in class org.apache.camel.support.ExchangeHelper
Extracts the body from the given future, that represents a handle to an asynchronous exchange.
extractProperties(Map<String, Object>, String) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
use PropertiesHelper
extractProperties(Map<String, Object>, String, boolean) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
use PropertiesHelper
extractResultBody(Exchange, ExchangePattern) - Static method in class org.apache.camel.support.ExchangeHelper
Extracts the body from the given exchange.
extractStringProperties(Map<String, Object>) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
use PropertiesHelper
extractValueForLogging(Object, Message) - Static method in class org.apache.camel.support.MessageHelper
Extracts the value for logging purpose.
extractValueForLogging(Object, Message, boolean, boolean, int) - Static method in class org.apache.camel.support.MessageHelper
Extracts the value for logging purpose.

F

FACTORY - Static variable in class org.apache.camel.support.LRUCacheFactory
Factory key
fallbackRegistry - Variable in class org.apache.camel.support.DefaultRegistry
 
FileIdempotentRepository - Class in org.apache.camel.support.processor.idempotent
A file based implementation of IdempotentRepository.
FileIdempotentRepository() - Constructor for class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
 
FileIdempotentRepository(File, Map<String, Object>) - Constructor for class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
 
fileIdempotentRepository(File) - Static method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
Creates a new file based repository using a LRUCache as 1st level cache with a default of 1000 entries in the cache.
fileIdempotentRepository(File, int) - Static method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
Creates a new file based repository using a LRUCache as 1st level cache.
fileIdempotentRepository(File, int, long) - Static method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
Creates a new file based repository using a LRUCache as 1st level cache.
fileIdempotentRepository(File, Map<String, Object>) - Static method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
Creates a new file based repository using the given Map as 1st level cache.
FileInputStreamCache - Class in org.apache.camel.converter.stream
A StreamCache for Files
FileInputStreamCache(File) - Constructor for class org.apache.camel.converter.stream.FileInputStreamCache
Only for testing purposes.
filterHeaderAndProperties(Map<String, Object>) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
Filters the headers or properties before formatting them.
filterMethods(List<? extends ApiMethod>, ApiMethodHelper.MatchType) - Method in class org.apache.camel.support.component.ApiMethodHelper
Filters a list of methods to those that take the given set of arguments.
filterMethods(List<? extends ApiMethod>, ApiMethodHelper.MatchType, Collection<String>) - Method in class org.apache.camel.support.component.ApiMethodHelper
Filters a list of methods to those that take the given set of arguments.
findByType(CamelContext, Class<T>) - Static method in class org.apache.camel.support.CamelContextHelper
Look up a bean of the give type in the Registry on the CamelContext returning an instance if only one bean is present,
findByType(Class<T>) - Method in class org.apache.camel.support.DefaultRegistry
 
findByType(Class<T>) - Method in class org.apache.camel.support.jndi.JndiBeanRepository
 
findByType(Class<T>) - Method in class org.apache.camel.support.SimpleRegistry
 
findByTypeWithName(Class<T>) - Method in class org.apache.camel.support.DefaultRegistry
 
findByTypeWithName(Class<T>) - Method in class org.apache.camel.support.jndi.JndiBeanRepository
 
findByTypeWithName(Class<T>) - Method in class org.apache.camel.support.SimpleRegistry
 
findInFileSystem(Path, String) - Static method in class org.apache.camel.support.ResourceHelper
Find resources from the file system using Ant-style path patterns.
findMethod(Exchange, Map<String, Object>) - Method in class org.apache.camel.support.component.AbstractApiProducer
 
findMethod(AbstractApiEndpoint<E, T>, PropertyNamesInterceptor) - Static method in class org.apache.camel.support.component.ApiConsumerHelper
Utility method to find matching API Method for supplied endpoint's configuration properties.
findSetterMethods(Class<?>, String, boolean, boolean, boolean) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
 
fireLeadershipChangedEvent(Optional<CamelClusterMember>) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterView
 
fireMemberAddedEvent(CamelClusterMember) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterView
 
fireMemberRemovedEvent(CamelClusterMember) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterView
 
first() - Static method in class org.apache.camel.support.cluster.ClusterServiceSelectors
 
flush() - Method in class org.apache.camel.converter.stream.CachedOutputStream
 
flush() - Method in class org.apache.camel.support.builder.OutputStreamBuilder
 
format(Exchange) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
 
format(String) - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
 
forName(String) - Method in class org.apache.camel.support.component.ApiMethodParser
 
forName(String, ClassLoader) - Static method in class org.apache.camel.support.component.ApiMethodParser
 
freeze() - Method in class org.apache.camel.support.jndi.JndiContext
 
fromError(ComponentVerifierExtension.VerificationError) - Static method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
FUNCTION_NAMESPACE - Static variable in class org.apache.camel.support.builder.Namespaces
 

G

generateUuid() - Method in class org.apache.camel.support.SimpleUuidGenerator
 
get(K) - Method in class org.apache.camel.support.DefaultTimeoutMap
 
get() - Static method in class org.apache.camel.support.EmptyAsyncCallback
 
get() - Static method in class org.apache.camel.support.OrderedComparator
Gets the comparator that sorts a..z
getAction() - Method in class org.apache.camel.support.processor.ThroughputLogger
 
getAliases() - Method in class org.apache.camel.support.component.ApiMethodHelper
Returns alias map.
getAndRemoveOrResolveReferenceParameter(Map<String, Object>, String, Class<T>) - Method in class org.apache.camel.support.DefaultComponent
Gets the parameter and remove it from the parameter map.
getAndRemoveOrResolveReferenceParameter(Map<String, Object>, String, Class<T>, T) - Method in class org.apache.camel.support.DefaultComponent
Gets the parameter and remove it from the parameter map.
getAndRemoveParameter(Map<String, Object>, String, Class<T>) - Method in class org.apache.camel.support.DefaultComponent
Gets the parameter and remove it from the parameter map.
getAndRemoveParameter(Map<String, Object>, String, Class<T>, T) - Method in class org.apache.camel.support.DefaultComponent
Gets the parameter and remove it from the parameter map.
getAnnotationObjectValue(Annotation, String) - Method in class org.apache.camel.support.language.DefaultAnnotationExpressionFactory
 
getApiHelpers() - Method in class org.apache.camel.support.component.ApiCollection
 
getApiMethods() - Method in class org.apache.camel.support.component.ApiCollection
 
getApiName(String) - Method in class org.apache.camel.support.component.AbstractApiComponent
 
getApiName() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
Returns API name.
getApiName(Class<? extends ApiMethod>) - Method in class org.apache.camel.support.component.ApiCollection
 
getApiNames() - Method in class org.apache.camel.support.component.ApiCollection
Returns a list of API name strings.
getApiProxy(ApiMethod, Map<String, Object>) - Method in class org.apache.camel.support.component.AbstractApiEndpoint
Returns an instance of an API Proxy based on apiName, method and args.
getArgNames() - Method in interface org.apache.camel.support.component.ApiMethod
Returns method argument names.
getArgNames() - Method in class org.apache.camel.support.component.ApiMethodImpl
 
getArgTypes() - Method in interface org.apache.camel.support.component.ApiMethod
Return method argument types.
getArgTypes() - Method in class org.apache.camel.support.component.ApiMethodImpl
 
getArguments(String) - Method in class org.apache.camel.support.component.ApiMethodHelper
Gets argument types and names for all overloaded methods and aliases with the given name.
getArguments() - Method in class org.apache.camel.support.component.ApiMethodParser.ApiMethodModel
 
getAsyncProcessor() - Method in class org.apache.camel.support.DefaultConsumer
Provides an AsyncProcessor interface to the configured processor on the consumer.
getAtRouteId(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
 
getAttribute(String) - Method in class org.apache.camel.component.extension.metadata.DefaultMetaData
 
getAttribute(String, Class<T>) - Method in class org.apache.camel.component.extension.metadata.DefaultMetaData
 
getAttributes() - Method in class org.apache.camel.component.extension.metadata.DefaultMetaData
 
getAttributes() - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
 
getAverage() - Method in class org.apache.camel.support.processor.ThroughputLogger
 
getBackoffCounter() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
getBackoffErrorThreshold() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
getBackoffErrorThreshold() - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
getBackoffIdleThreshold() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
getBackoffIdleThreshold() - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
getBackoffMultiplier() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
getBackoffMultiplier() - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
getBinding(Exchange, Class<T>) - Static method in class org.apache.camel.support.ExchangeHelper
Extracts the Exchange.BINDING of the given type or null if not present
getBlockTimeout() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
 
getBody() - Method in class org.apache.camel.support.MessageSupport
 
getBody(Class<T>) - Method in class org.apache.camel.support.MessageSupport
 
getBody(Class<T>, Object) - Method in class org.apache.camel.support.MessageSupport
 
getBodyAsString(Message) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
 
getBodyTypeAsString(Message) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
 
getBodyTypeName(Message) - Static method in class org.apache.camel.support.MessageHelper
Gets the given body class type name as a String.
getCache() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
 
getCache() - Method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
 
getCacheCounter() - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
 
getCacheSize() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
 
getCacheSize() - Method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
 
getCamelContext() - Method in class org.apache.camel.component.extension.metadata.AbstractMetaDataExtension
 
getCamelContext() - Method in class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
 
getCamelContext() - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
 
getCamelContext() - Method in class org.apache.camel.support.cluster.AbstractCamelClusterView
 
getCamelContext() - Method in class org.apache.camel.support.DefaultComponent
 
getCamelContext() - Method in class org.apache.camel.support.DefaultEndpoint
 
getCamelContext() - Method in class org.apache.camel.support.DefaultRegistry
 
getCamelContext() - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
getCamelContext() - Method in class org.apache.camel.support.ExpressionToPredicateAdapter
 
getCamelContext() - Method in class org.apache.camel.support.LanguageSupport
 
getCamelContext() - Method in class org.apache.camel.support.MessageSupport
 
getCamelContext() - Method in class org.apache.camel.support.processor.MarshalProcessor
 
getCamelContext() - Method in class org.apache.camel.support.processor.UnmarshalProcessor
 
getCamelContext() - Method in class org.apache.camel.support.TimerListenerManager
 
getCamelId() - Method in class org.apache.camel.component.ResourceEndpoint
 
getCamelManagementName() - Method in class org.apache.camel.component.ResourceEndpoint
 
getCamelPropertiesWithPrefix(String, CamelContext) - Static method in class org.apache.camel.support.CamelContextHelper
A helper method to access a camel context properties with a prefix
getCandidateMethods(String) - Method in class org.apache.camel.support.component.ApiMethodHelper
Gets methods that match the given name and arguments.

Note that the args list is a required subset of arguments for returned methods.

getCandidateMethods(String, Collection<String>) - Method in class org.apache.camel.support.component.ApiMethodHelper
Gets methods that match the given name and arguments.

Note that the args list is a required subset of arguments for returned methods.

getCandidates() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
Returns candidate methods for this endpoint.
getCharsetName(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
 
getCharsetName(Exchange, boolean) - Static method in class org.apache.camel.support.ExchangeHelper
Gets the charset name if set as header or property Exchange.CHARSET_NAME.
getClassLoader() - Method in class org.apache.camel.support.component.ApiMethodParser
 
getClusterService() - Method in class org.apache.camel.support.cluster.AbstractCamelClusterView
 
getCode() - Method in class org.apache.camel.component.extension.verifier.DefaultResultVerificationError
 
getCompensation() - Method in class org.apache.camel.saga.CamelSagaStep
 
getCompletion() - Method in class org.apache.camel.saga.CamelSagaStep
 
getComponent() - Method in class org.apache.camel.component.extension.metadata.AbstractMetaDataExtension
 
getComponent() - Method in class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
 
getComponent() - Method in class org.apache.camel.support.DefaultEndpoint
Returns the component that created this endpoint, or null if none set.
getComponentPropertyConfigurer() - Method in class org.apache.camel.support.DefaultComponent
 
getConcurrentTasks() - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
getConfiguration() - Method in class org.apache.camel.support.component.AbstractApiComponent
 
getConfiguration() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
Returns endpoint configuration object.
getConsumer() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
 
getConsumer() - Method in interface org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath
The consumer implementation
getConsumerPath() - Method in interface org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath
The consumer context-path which may include wildcards
getContentEncoding(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Returns the MIME content encoding on the input message or null if one is not defined
getContentEncoding(Message) - Static method in class org.apache.camel.support.MessageHelper
Returns the MIME content encoding on the message or null if none defined
getContentType(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Returns the MIME content type on the input message or null if one is not defined
getContentType(Message) - Static method in class org.apache.camel.support.MessageHelper
Returns the MIME content type on the message or null if none defined
getContext() - Method in class org.apache.camel.support.DefaultExchange
 
getContext() - Method in class org.apache.camel.support.jndi.JndiBeanRepository
 
getCreated() - Method in class org.apache.camel.support.DefaultExchange
 
getCurrentStream() - Method in class org.apache.camel.converter.stream.CachedOutputStream
 
getDataType() - Method in class org.apache.camel.support.MessageSupport
 
getDecryptor() - Method in class org.apache.camel.converter.stream.CipherPair
 
getDelay() - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
getDelay() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
getDelay() - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
getDelegateConsumer() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
 
getDescription() - Method in class org.apache.camel.component.extension.verifier.DefaultResultVerificationError
 
getDetails() - Method in class org.apache.camel.component.extension.verifier.DefaultResultVerificationError
 
getDropOldestFileStore() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
 
getElapsed() - Method in class org.apache.camel.support.DefaultMessageHistory
 
getEncryptor() - Method in class org.apache.camel.converter.stream.CipherPair
 
getEndpoint() - Method in class org.apache.camel.support.DefaultConsumer
 
getEndpoint() - Method in class org.apache.camel.support.DefaultProducer
 
getEndpoint() - Method in class org.apache.camel.support.PollingConsumerSupport
 
getEndpoint() - Method in class org.apache.camel.support.SynchronousDelegateProducer
 
getEndpointConfiguration(E) - Method in class org.apache.camel.support.component.ApiCollection
Creates an endpoint configuration for a particular API
getEndpointInjection(CamelContext, String, String, boolean) - Static method in class org.apache.camel.support.CamelContextHelper
Evaluates the @EndpointInject annotation using the given context
getEndpointKey() - Method in class org.apache.camel.support.DefaultEndpoint
 
getEndpointProperties() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
 
getEndpointProperties(CamelContext, Object, Map<String, Object>) - Method in class org.apache.camel.support.component.ApiMethodPropertiesHelper
 
getEndpointPropertyConfigurer() - Method in class org.apache.camel.support.DefaultComponent
 
getEndpointPropertyNames() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
 
getEndpointPropertyNames(CamelContext, Object) - Method in class org.apache.camel.support.component.ApiMethodPropertiesHelper
 
getEndpointUri() - Method in class org.apache.camel.support.DefaultEndpoint
 
getEnvironment() - Method in class org.apache.camel.support.jndi.JndiContext
 
getErrorHandlerHandled() - Method in class org.apache.camel.support.DefaultExchange
 
getErrors() - Method in class org.apache.camel.component.extension.verifier.DefaultResult
 
getEvicted() - Method in interface org.apache.camel.support.LRUCache
 
getException() - Method in class org.apache.camel.support.DefaultExchange
 
getException(Class<T>) - Method in class org.apache.camel.support.DefaultExchange
 
getExceptionHandler() - Method in class org.apache.camel.support.DefaultConsumer
 
getExceptionHandler() - Method in class org.apache.camel.support.DefaultEndpoint
 
getExceptionHandler() - Method in class org.apache.camel.support.PollingConsumerSupport
 
getExceptionHandler() - Method in class org.apache.camel.support.RoutePolicySupport
 
getExchange() - Method in class org.apache.camel.support.MessageSupport
 
getExchangeById(Iterable<Exchange>, String) - Static method in class org.apache.camel.support.ExchangeHelper
Deprecated.
not in use, to be removed in a future Camel release
getExchangeId() - Method in class org.apache.camel.support.DefaultExchange
 
getExchangePattern() - Method in class org.apache.camel.support.DefaultEndpoint
Returns the default exchange pattern to use when creating an exchange.
getExchangeProperties(Exchange, Map<String, Object>) - Method in class org.apache.camel.support.component.ApiMethodPropertiesHelper
Gets exchange header properties that start with propertyPrefix.
getExecutor() - Method in class org.apache.camel.support.DefaultTimeoutMap
 
getExecutorService() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
 
getExpireTime() - Method in class org.apache.camel.support.TimeoutMapEntry
 
getExpression() - Method in class org.apache.camel.support.builder.ValueBuilder
 
getExpressionFromAnnotation(Annotation) - Method in class org.apache.camel.support.language.DefaultAnnotationExpressionFactory
 
getExtension(Class<T>) - Method in class org.apache.camel.support.DefaultComponent
 
getFallbackRegistry() - Method in class org.apache.camel.support.DefaultRegistry
Gets the fallback Registry
getFilePath() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
 
getFileStore() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
 
getFromEndpoint() - Method in class org.apache.camel.support.DefaultExchange
 
getFromRouteId() - Method in class org.apache.camel.support.DefaultExchange
 
getFuture() - Method in class org.apache.camel.support.AsyncCallbackToCompletableFutureAdapter
 
getGetterShorthandName(Method) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
 
getGroupActiveOnly() - Method in class org.apache.camel.support.processor.ThroughputLogger
 
getGroupDelay() - Method in class org.apache.camel.support.processor.ThroughputLogger
 
getGroupInterval() - Method in class org.apache.camel.support.processor.ThroughputLogger
 
getGroupSize() - Method in class org.apache.camel.support.processor.ThroughputLogger
 
getHeader(String) - Method in class org.apache.camel.support.DefaultMessage
 
getHeader(String, Object) - Method in class org.apache.camel.support.DefaultMessage
 
getHeader(String, Supplier<Object>) - Method in class org.apache.camel.support.DefaultMessage
 
getHeader(String, Class<T>) - Method in class org.apache.camel.support.DefaultMessage
 
getHeader(String, Object, Class<T>) - Method in class org.apache.camel.support.DefaultMessage
 
getHeader(String, Supplier<Object>, Class<T>) - Method in class org.apache.camel.support.DefaultMessage
 
getHeaderFilterStrategy() - Method in class org.apache.camel.support.HeaderFilterStrategyComponent
 
getHeaderOrProperty(Exchange, String, Class<T>) - Static method in class org.apache.camel.support.ExchangeHelper
Gets an header or property of the correct type
getHeaders() - Method in class org.apache.camel.support.DefaultMessage
 
getHelper(E) - Method in class org.apache.camel.support.component.ApiCollection
Returns a ApiMethodHelper for a particular API.
getHighestPriorityMethod(List<? extends ApiMethod>) - Static method in class org.apache.camel.support.component.ApiMethodHelper
 
getHistoryNodeId() - Method in class org.apache.camel.support.DefaultExchange
 
getHistoryNodeLabel() - Method in class org.apache.camel.support.DefaultExchange
 
getHits() - Method in interface org.apache.camel.support.LRUCache
 
getId() - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
 
getId() - Method in class org.apache.camel.support.DefaultEndpoint
Returns a unique String ID which can be used for aliasing without having to use the whole URI which is not unique
getId() - Method in class org.apache.camel.support.processor.CamelLogProcessor
 
getId() - Method in class org.apache.camel.support.processor.MarshalProcessor
 
getId() - Method in class org.apache.camel.support.processor.ThroughputLogger
 
getId() - Method in class org.apache.camel.support.processor.UnmarshalProcessor
 
getIn() - Method in class org.apache.camel.support.DefaultExchange
 
getIn(Class<T>) - Method in class org.apache.camel.support.DefaultExchange
 
getInBody() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
Returns name of parameter passed in the exchange In Body.
getInFilter() - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
Gets the "in" direction filter set.
getInFilterPattern() - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
Gets the "in" direction filter regular expression Pattern.
getInitialContext(Hashtable<?, ?>) - Method in class org.apache.camel.support.jndi.CamelInitialContextFactory
Creates a new context with the given environment.
getInitialContext(Hashtable<?, ?>) - Method in class org.apache.camel.support.jndi.CamelSingletonInitialContextFactory
Gets or creates the context with the given environment.
getInitialDelay() - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
getInitialDelay() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
getInitialDelay() - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
getInputStream() - Method in class org.apache.camel.converter.stream.CachedOutputStream
 
getInputStream() - Method in class org.apache.camel.converter.stream.FileInputStreamCache
 
getInstance() - Static method in class org.apache.camel.support.LRUCacheFactory
Gets (and creates if needed) the LRUCacheFactory to use.
getInterruptedExceptionHandler() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
 
getInterval() - Method in class org.apache.camel.support.TimerListenerManager
Gets the interval in millis.
getKey() - Method in class org.apache.camel.support.TimeoutMapEntry
 
getLastLogMessage() - Method in class org.apache.camel.support.processor.ThroughputLogger
 
getLeft() - Method in class org.apache.camel.support.builder.BinaryPredicateSupport
 
getLogger() - Method in class org.apache.camel.support.processor.CamelLogProcessor
 
getMandatoryBody() - Method in class org.apache.camel.support.MessageSupport
 
getMandatoryBody(Class<T>) - Method in class org.apache.camel.support.MessageSupport
 
getMandatoryEndpoint(CamelContext, String) - Static method in class org.apache.camel.support.CamelContextHelper
Returns the mandatory endpoint for the given URI or the NoSuchEndpointException is thrown
getMandatoryEndpoint(CamelContext, NormalizedEndpointUri) - Static method in class org.apache.camel.support.CamelContextHelper
Returns the mandatory endpoint for the given URI or the NoSuchEndpointException is thrown
getMandatoryEndpoint(CamelContext, String, Class<T>) - Static method in class org.apache.camel.support.CamelContextHelper
Returns the mandatory endpoint for the given URI and type or the NoSuchEndpointException is thrown
getMandatoryHeader(Exchange, String, Class<T>) - Static method in class org.apache.camel.support.ExchangeHelper
Gets the mandatory inbound header of the correct type
getMandatoryHeader(Message, String, Class<T>) - Static method in class org.apache.camel.support.ExchangeHelper
Gets the mandatory inbound header of the correct type
getMandatoryOption(Map<String, Object>, String, Class<T>) - Method in class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
 
getMandatoryProperty(Exchange, String, Class<T>) - Static method in class org.apache.camel.support.ExchangeHelper
Gets the mandatory property of the exchange of the correct type
getMandatoryPrototypeEndpoint(CamelContext, String) - Static method in class org.apache.camel.support.CamelContextHelper
Returns the mandatory endpoint (prototype scope) for the given URI or the NoSuchEndpointException is thrown
getMandatoryPrototypeEndpoint(CamelContext, NormalizedEndpointUri) - Static method in class org.apache.camel.support.CamelContextHelper
Returns the mandatory endpoint (prototype scope) for the given URI or the NoSuchEndpointException is thrown
getMaskString() - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
 
getMaxCacheSize() - Method in interface org.apache.camel.support.LRUCache
 
getMaxChars() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
 
getMaxFileStoreSize() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
 
getMaximumCachePoolSize(CamelContext) - Static method in class org.apache.camel.support.CamelContextHelper
Gets the maximum cache pool size.
getMaximumEndpointCacheSize(CamelContext) - Static method in class org.apache.camel.support.CamelContextHelper
Gets the maximum endpoint cache size.
getMaximumSimpleCacheSize(CamelContext) - Static method in class org.apache.camel.support.CamelContextHelper
Gets the maximum simple cache size.
getMaximumTransformerCacheSize(CamelContext) - Static method in class org.apache.camel.support.CamelContextHelper
Gets the maximum transformer cache size.
getMaximumValidatorCacheSize(CamelContext) - Static method in class org.apache.camel.support.CamelContextHelper
Gets the maximum validator cache size.
getMaxMessagesPerPoll() - Method in class org.apache.camel.support.ScheduledBatchPollingConsumer
Gets the maximum number of messages as a limit to poll at each polling.
getMBeanInfo(CamelContext, Object, Object, String) - Method in class org.apache.camel.support.management.MBeanInfoAssembler
Gets the ModelMBeanInfo for the given managed bean
getMessage() - Method in class org.apache.camel.support.DefaultExchange
 
getMessage(Class<T>) - Method in class org.apache.camel.support.DefaultExchange
 
getMessage() - Method in class org.apache.camel.support.DefaultMessageHistory
 
getMessageId() - Method in class org.apache.camel.support.MessageSupport
 
getMethod() - Method in interface org.apache.camel.support.component.ApiMethod
Returns Method in proxy type.
getMethod() - Method in class org.apache.camel.support.component.ApiMethodImpl
 
getMethod() - Method in class org.apache.camel.support.component.ApiMethodParser.ApiMethodModel
 
getMethodHelper() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
Returns method helper.
getMethodName() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
Returns method name.
getMisses() - Method in interface org.apache.camel.support.LRUCache
 
getMissingProperties(String, Set<String>) - Method in class org.apache.camel.support.component.ApiMethodHelper
Get missing properties.
getName() - Method in class org.apache.camel.component.extension.verifier.OptionsGroup
The name of the group.
getName() - Method in interface org.apache.camel.support.component.ApiMethod
Returns method name.
getName() - Method in class org.apache.camel.support.component.ApiMethodArg
 
getName() - Method in class org.apache.camel.support.component.ApiMethodImpl
 
getName() - Method in class org.apache.camel.support.component.ApiMethodParser.ApiMethodModel
 
getName() - Method in interface org.apache.camel.support.component.ApiName
Returns API name prefix path element for endpoint uri.
getNameInNamespace() - Method in class org.apache.camel.support.jndi.JndiContext
 
getNameParser(Name) - Method in class org.apache.camel.support.jndi.JndiContext
 
getNameParser(String) - Method in class org.apache.camel.support.jndi.JndiContext
 
getNamespace() - Method in class org.apache.camel.support.cluster.AbstractCamelClusterView
 
getNamespaces() - Method in class org.apache.camel.support.builder.Namespaces
 
getNamespaces() - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
 
getNode() - Method in class org.apache.camel.support.DefaultMessageHistory
 
getNonNullProperties(Object) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
Will inspect the target for properties.
getNullableArguments() - Method in class org.apache.camel.support.component.ApiMethodHelper
Returns argument names that can be set to null if not specified.
getNumberFormat() - Method in class org.apache.camel.support.processor.ThroughputLogger
 
getOperationText() - Method in class org.apache.camel.support.builder.BinaryPredicateSupport
 
getOperator() - Method in class org.apache.camel.support.builder.BinaryPredicateSupport
 
getOption(Map<String, Object>, String, Class<T>) - Method in class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
 
getOption(Map<String, Object>, String, Class<T>, Supplier<T>) - Method in class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
 
getOptionName() - Method in exception org.apache.camel.component.extension.verifier.IllegalOptionException
 
getOptionName() - Method in exception org.apache.camel.component.extension.verifier.NoSuchOptionException
 
getOptions() - Method in class org.apache.camel.component.extension.verifier.OptionsGroup
The option definitions in this group.
getOptions() - Method in class org.apache.camel.saga.CamelSagaStep
 
getOptionValue() - Method in exception org.apache.camel.component.extension.verifier.IllegalOptionException
 
getOrder() - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
 
getOrder() - Method in class org.apache.camel.support.SynchronizationAdapter
 
getOrElseProperty(Object, String, Object) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
 
getOrElseProperty(Object, String, Object, boolean) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
 
getOriginalInMessage(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Gets the original IN Message this Unit of Work was started with.
getOut() - Method in class org.apache.camel.support.DefaultExchange
 
getOut(Class<T>) - Method in class org.apache.camel.support.DefaultExchange
 
getOutFilter() - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
Gets the "out" direction filter set.
getOutFilterPattern() - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
Gets the "out" direction filter regular expression Pattern.
getParameterKeys() - Method in class org.apache.camel.component.extension.verifier.DefaultResultVerificationError
 
getPattern() - Method in class org.apache.camel.support.DefaultExchange
 
getPayload() - Method in class org.apache.camel.component.extension.metadata.DefaultMetaData
 
getPayload(Class<T>) - Method in class org.apache.camel.component.extension.metadata.DefaultMetaData
 
getPendingExchangesSize() - Method in class org.apache.camel.support.ScheduledBatchPollingConsumer
 
getPollingConsumerBlockTimeout() - Method in class org.apache.camel.support.DefaultEndpoint
Sets the timeout in millis to use when adding to the internal queue off when EventDrivenPollingConsumer is being used.
getPollingConsumerQueueSize() - Method in class org.apache.camel.support.DefaultEndpoint
Gets the PollingConsumer queue size, when EventDrivenPollingConsumer is being used.
getPollStrategy() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
getPollStrategy() - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
getPredicate() - Method in class org.apache.camel.support.processor.PredicateValidatingProcessor
 
getPredicate() - Method in exception org.apache.camel.support.processor.PredicateValidationException
 
getProcessor(Exchange) - Method in class org.apache.camel.support.BaseSelectorProducer
Determine the processor to use to handle the exchange.
getProcessor() - Method in class org.apache.camel.support.DefaultConsumer
 
getProcessor() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
 
getProcessor(Exchange) - Method in class org.apache.camel.support.HeaderSelectorProducer
 
getProcessor() - Method in class org.apache.camel.support.LazyStartProducer
 
getProcessor() - Method in class org.apache.camel.support.PollingConsumerSupport
 
getProcessor() - Method in class org.apache.camel.support.processor.DelegateAsyncProcessor
 
getProcessor() - Method in class org.apache.camel.support.processor.DelegateProcessor
 
getProcessor() - Method in class org.apache.camel.support.processor.DelegateSyncProcessor
 
getProcessor() - Method in class org.apache.camel.support.ProcessorEndpoint
 
getProcessor() - Method in class org.apache.camel.support.ProcessorPollingConsumer
 
getProperties() - Method in class org.apache.camel.support.DefaultExchange
 
getProperties(Object, Map<String, Object>, String) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
Will inspect the target for properties.
getProperties(Object, Map<String, Object>, String, boolean) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
Will inspect the target for properties.
getPropertiesHelper() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
Returns generated helper that extends ApiMethodPropertiesHelper to work with API properties.
getProperty(String) - Method in class org.apache.camel.support.DefaultExchange
 
getProperty(String, Object) - Method in class org.apache.camel.support.DefaultExchange
 
getProperty(String, Class<T>) - Method in class org.apache.camel.support.DefaultExchange
 
getProperty(String, Object, Class<T>) - Method in class org.apache.camel.support.DefaultExchange
 
getProperty(Object, String) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
 
getPropertyConfigurer(Object) - Method in class org.apache.camel.support.ExpressionToPredicateAdapter
 
getPropertyGetter(Class<?>, String) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
 
getPropertyGetter(Class<?>, String, boolean) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
 
getPropertySetter(Class<?>, String) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
 
getProxyType() - Method in class org.apache.camel.support.component.ApiMethodParser
 
getPurgePollTime() - Method in class org.apache.camel.support.DefaultTimeoutMap
 
getQueueCapacity() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
Gets the queue capacity.
getQueueSize() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
Gets the current queue size (no of elements in the queue).
getRate() - Method in class org.apache.camel.support.processor.ThroughputLogger
 
getReceivedCounter() - Method in class org.apache.camel.support.processor.ThroughputLogger
 
getRepeatCount() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
getRepeatCount() - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
getRepositories() - Method in class org.apache.camel.support.DefaultRegistry
Gets the bean repositories.
getResourceAsInputStream() - Method in class org.apache.camel.component.ResourceEndpoint
Gets the resource as an input stream considering the cache flag as well.
getResourceAsInputStreamWithoutCache() - Method in class org.apache.camel.component.ResourceEndpoint
 
getResourceUri() - Method in class org.apache.camel.component.ResourceEndpoint
 
getRestConfiguration(CamelContext, String) - Static method in class org.apache.camel.support.CamelContextHelper
Gets the RestConfiguration from the CamelContext and check if the component which consumes the configuration is compatible with the one for which the rest configuration is set-up.
getRestConfiguration(CamelContext, String, String) - Static method in class org.apache.camel.support.CamelContextHelper
Gets the RestConfiguration from the CamelContext and check if the component which consumes the configuration is compatible with the one for which the rest configuration is set-up.
getRestrictMethod() - Method in interface org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath
Any HTTP restrict method that would not be allowed
getResultMessage(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Returns the message where to write results in an exchange-pattern-sensitive way.
getResultsProcessed(T, Object, boolean) - Static method in class org.apache.camel.support.component.ApiConsumerHelper
Utility method for Consumers to process API method invocation result.
getResultType() - Method in interface org.apache.camel.support.component.ApiMethod
Returns method result type.
getResultType() - Method in class org.apache.camel.support.component.ApiMethodImpl
 
getResultType() - Method in class org.apache.camel.support.component.ApiMethodParser.ApiMethodModel
 
getReverse() - Static method in class org.apache.camel.support.OrderedComparator
Gets the comparator that sorts z..a (reverse)
getRight() - Method in class org.apache.camel.support.builder.BinaryPredicateSupport
 
getRoute() - Method in class org.apache.camel.support.DefaultConsumer
 
getRoute(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
 
getRouteId(NamedNode) - Static method in class org.apache.camel.support.CamelContextHelper
Gets the route id the given node belongs to.
getRouteId() - Method in class org.apache.camel.support.DefaultConsumer
 
getRouteId() - Method in class org.apache.camel.support.DefaultMessageHistory
 
getRouteId(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
 
getRouteId() - Method in class org.apache.camel.support.processor.CamelLogProcessor
 
getRouteId() - Method in class org.apache.camel.support.processor.MarshalProcessor
 
getRouteId() - Method in class org.apache.camel.support.processor.ThroughputLogger
 
getRouteId() - Method in class org.apache.camel.support.processor.UnmarshalProcessor
 
getRouteIdFromEndpoint(Endpoint) - Static method in class org.apache.camel.support.EndpointHelper
Gets the route id for the given endpoint in which there is a consumer listening.
getRouteStartupOrder(CamelContext, String) - Static method in class org.apache.camel.support.CamelContextHelper
Gets the route startup order for the given route id
getRunLoggingLevel() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
getRunLoggingLevel() - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
getSaga(String) - Method in interface org.apache.camel.saga.CamelSagaService
 
getScanner(Exchange, Object, String) - Static method in class org.apache.camel.support.ExchangeHelper
Creates a Scanner for scanning the given value.
getScheduledExecutorService() - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
getScheduledExecutorService() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
getScheduledExecutorService() - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
getScheduler() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
getScheduler() - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
getSchedulerProperties() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
getSchedulerProperties() - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
getScheme(String) - Static method in class org.apache.camel.support.ResourceHelper
Gets the scheme from the URI (e.g.
getScope() - Method in class org.apache.camel.component.extension.verifier.DefaultResult
 
getSetterShorthandName(Method) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
 
getSignatures() - Method in class org.apache.camel.support.component.ApiMethodParser
 
getState() - Method in class org.apache.camel.component.ResourceEndpoint
 
getStatus() - Method in class org.apache.camel.component.extension.verifier.DefaultResult
 
getStrategyBufferSize() - Method in class org.apache.camel.converter.stream.CachedOutputStream
 
getStyle() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
 
getSupportedExtensions() - Method in class org.apache.camel.support.DefaultComponent
 
getThreadProfileName() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
Returns Thread profile name.
getTime() - Method in class org.apache.camel.support.DefaultMessageHistory
 
getTimeout() - Method in class org.apache.camel.support.DefaultScheduledPollConsumer
 
getTimeout() - Method in class org.apache.camel.support.TimeoutMapEntry
 
getTimeoutInMilliseconds() - Method in class org.apache.camel.saga.CamelSagaStep
 
getTimeUnit() - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
getTimeUnit() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
getTimeUnit() - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
getTraceLabel() - Method in class org.apache.camel.support.processor.MarshalProcessor
 
getTraceLabel() - Method in class org.apache.camel.support.processor.PredicateValidatingProcessor
 
getTraceLabel() - Method in class org.apache.camel.support.processor.UnmarshalProcessor
 
getTransformation() - Method in class org.apache.camel.converter.stream.CipherPair
 
getType() - Method in class org.apache.camel.support.component.ApiMethodArg
 
getType(String) - Method in class org.apache.camel.support.component.ApiMethodHelper
Get the type for the given argument name.
getTypeArgs() - Method in class org.apache.camel.support.component.ApiMethodArg
 
getUniqueName() - Method in class org.apache.camel.support.component.ApiMethodParser.ApiMethodModel
 
getUnitOfWork() - Method in class org.apache.camel.support.DefaultExchange
 
getUri() - Method in class org.apache.camel.support.NormalizedUri
 
getValidEndpointProperties(Object) - Method in class org.apache.camel.support.component.ApiMethodPropertiesHelper
 
getValidExchangePropertyValue(String, Object, boolean) - Static method in class org.apache.camel.support.DefaultExchangeHolder
We only want to store exchange property values of primitive and String related types, and as well any caught exception that Camel routing engine has caught.
getValidHeaderValue(String, Object, boolean) - Static method in class org.apache.camel.support.DefaultExchangeHolder
We only want to store header values of primitive and String related types.
getValue() - Method in class org.apache.camel.support.TimeoutMapEntry
 
getView(String) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
 
getWrappedInputStream() - Method in class org.apache.camel.converter.stream.CachedOutputStream
 
GroupIterator - Class in org.apache.camel.support
Group based Iterator which groups the given Iterator a number of times and then return a combined response as a List.
GroupIterator(Exchange, Iterator<?>, int) - Constructor for class org.apache.camel.support.GroupIterator
Creates a new group iterator
GroupIterator(Exchange, Iterator<?>, int, boolean) - Constructor for class org.apache.camel.support.GroupIterator
Creates a new group iterator
groupIteratorExpression(Expression, String, String, boolean) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
 
GroupTokenIterator - Class in org.apache.camel.support
Group based Iterator which groups the given Iterator a number of times and then return a combined response as a String.
GroupTokenIterator(Exchange, Iterator<?>, String, int, boolean) - Constructor for class org.apache.camel.support.GroupTokenIterator
Creates a new token based group iterator
groupXmlIteratorExpression(Expression, String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
 
GZIPHelper - Class in org.apache.camel.support
Helper class to help wrapping content into GZIP input and output streams.

H

handleException(Throwable) - Method in class org.apache.camel.support.BridgeExceptionHandlerToErrorHandler
 
handleException(String, Throwable) - Method in class org.apache.camel.support.BridgeExceptionHandlerToErrorHandler
 
handleException(String, Exchange, Throwable) - Method in class org.apache.camel.support.BridgeExceptionHandlerToErrorHandler
 
handleException(Throwable) - Method in class org.apache.camel.support.DefaultConsumer
Handles the given exception using the DefaultConsumer.getExceptionHandler()
handleException(String, Throwable) - Method in class org.apache.camel.support.DefaultConsumer
Handles the given exception using the DefaultConsumer.getExceptionHandler()
handleException(Throwable) - Method in class org.apache.camel.support.LoggingExceptionHandler
 
handleException(String, Throwable) - Method in class org.apache.camel.support.LoggingExceptionHandler
 
handleException(String, Exchange, Throwable) - Method in class org.apache.camel.support.LoggingExceptionHandler
 
handleException(Throwable) - Method in class org.apache.camel.support.PollingConsumerSupport
Handles the given exception using the PollingConsumerSupport.getExceptionHandler()
handleException(Exception, Logger, String) - Method in class org.apache.camel.support.ResolverHelper.LookupExceptionHandler
 
handleException(Throwable) - Method in class org.apache.camel.support.RoutePolicySupport
Handles the given exception using the RoutePolicySupport.getExceptionHandler()
handleInterruptedException(InterruptedException) - Method in class org.apache.camel.support.EventDrivenPollingConsumer
 
handoverCompletions(Exchange) - Method in class org.apache.camel.support.DefaultExchange
 
handoverCompletions() - Method in class org.apache.camel.support.DefaultExchange
 
hasDataType() - Method in class org.apache.camel.support.MessageSupport
 
hasExternalScript(String) - Static method in class org.apache.camel.support.ScriptHelper
 
hashCode() - Method in class org.apache.camel.converter.stream.CachedOutputStream
 
hashCode() - Method in class org.apache.camel.support.DefaultEndpoint
 
hasHeaders() - Method in class org.apache.camel.support.DefaultMessage
 
hasNext() - Method in class org.apache.camel.support.GroupIterator
 
hasNext() - Method in class org.apache.camel.support.GroupTokenIterator
 
hasNext() - Method in class org.apache.camel.support.processor.DelegateAsyncProcessor
 
hasNext() - Method in class org.apache.camel.support.processor.DelegateProcessor
 
hasNext() - Method in class org.apache.camel.support.processor.DelegateSyncProcessor
 
hasOut() - Method in class org.apache.camel.support.DefaultExchange
 
hasPopulatedHeaders() - Method in class org.apache.camel.support.DefaultMessage
Returns true if the headers have been mutated in some way
hasProperties() - Method in class org.apache.camel.support.DefaultExchange
 
hasProperties(Map<String, Object>, String) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
use PropertiesHelper
hasScheme(String) - Static method in class org.apache.camel.support.ResourceHelper
Determines whether the URI has a scheme (e.g.
hasSimpleFunction(String) - Static method in class org.apache.camel.support.LanguageSupport
Does the expression include a simple function.
headerExpression(String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for the header value with the given name

Will fallback and look in properties if not found in headers.

headerExpression(Expression) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for the header value with the given name

Will fallback and look in properties if not found in headers.

headerExpression(String, Class<T>) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for the header value with the given name converted to the given type

Will fallback and look in properties if not found in headers.

headerExpression(String, String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for the header value with the given name converted to the given type

Will fallback and look in properties if not found in headers.

headerExpression(Expression, Expression) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for the header value with the given name converted to the given type

Will fallback and look in properties if not found in headers.

HeaderFilterStrategyComponent - Class in org.apache.camel.support
Base class for components to support configuring a HeaderFilterStrategy.
HeaderFilterStrategyComponent() - Constructor for class org.apache.camel.support.HeaderFilterStrategyComponent
 
HeaderFilterStrategyComponent(CamelContext) - Constructor for class org.apache.camel.support.HeaderFilterStrategyComponent
 
HeaderSelectorProducer - Class in org.apache.camel.support
A selector-based producer which uses a header value to determine which processor should be invoked.
HeaderSelectorProducer(Endpoint, Supplier<String>) - Constructor for class org.apache.camel.support.HeaderSelectorProducer
 
HeaderSelectorProducer(Endpoint, Supplier<String>, boolean) - Constructor for class org.apache.camel.support.HeaderSelectorProducer
 
HeaderSelectorProducer(Endpoint, String) - Constructor for class org.apache.camel.support.HeaderSelectorProducer
 
HeaderSelectorProducer(Endpoint, String, boolean) - Constructor for class org.apache.camel.support.HeaderSelectorProducer
 
HeaderSelectorProducer(Endpoint, String, Object) - Constructor for class org.apache.camel.support.HeaderSelectorProducer
 
HeaderSelectorProducer(Endpoint, String, Object, boolean) - Constructor for class org.apache.camel.support.HeaderSelectorProducer
 
HeaderSelectorProducer(Endpoint, Supplier<String>, Object) - Constructor for class org.apache.camel.support.HeaderSelectorProducer
 
HeaderSelectorProducer(Endpoint, Supplier<String>, Object, boolean) - Constructor for class org.apache.camel.support.HeaderSelectorProducer
 
HeaderSelectorProducer(Endpoint, String, String) - Constructor for class org.apache.camel.support.HeaderSelectorProducer
 
HeaderSelectorProducer(Endpoint, String, String, boolean) - Constructor for class org.apache.camel.support.HeaderSelectorProducer
 
HeaderSelectorProducer(Endpoint, String, Supplier<String>) - Constructor for class org.apache.camel.support.HeaderSelectorProducer
 
HeaderSelectorProducer(Endpoint, String, Supplier<String>, boolean) - Constructor for class org.apache.camel.support.HeaderSelectorProducer
 
HeaderSelectorProducer(Endpoint, Supplier<String>, Supplier<String>) - Constructor for class org.apache.camel.support.HeaderSelectorProducer
 
HeaderSelectorProducer(Endpoint, Supplier<String>, Supplier<String>, boolean) - Constructor for class org.apache.camel.support.HeaderSelectorProducer
 
HeaderSelectorProducer(Endpoint, String, String, Object) - Constructor for class org.apache.camel.support.HeaderSelectorProducer
 
HeaderSelectorProducer(Endpoint, String, String, Object, boolean) - Constructor for class org.apache.camel.support.HeaderSelectorProducer
 
HeaderSelectorProducer(Endpoint, Supplier<String>, Supplier<String>, Object) - Constructor for class org.apache.camel.support.HeaderSelectorProducer
 
HeaderSelectorProducer(Endpoint, Supplier<String>, Supplier<String>, Object, boolean) - Constructor for class org.apache.camel.support.HeaderSelectorProducer
 
headersExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for the inbound message headers
hostnameExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns the expression for the local hostname

I

ifStartsWithReturnRemainder(String, String) - Method in class org.apache.camel.support.DefaultComponent
Returns the reminder of the text if it starts with the prefix.
IllegalOptionException - Exception in org.apache.camel.component.extension.verifier
 
IllegalOptionException(String) - Constructor for exception org.apache.camel.component.extension.verifier.IllegalOptionException
 
IllegalOptionException(String, String) - Constructor for exception org.apache.camel.component.extension.verifier.IllegalOptionException
 
in(Predicate...) - Static method in class org.apache.camel.support.builder.PredicateBuilder
A helper method to return true if any of the predicates matches.
in(List<Predicate>) - Static method in class org.apache.camel.support.builder.PredicateBuilder
A helper method to return true if any of the predicates matches.
in(Object...) - Method in class org.apache.camel.support.builder.ValueBuilder
 
in(Predicate...) - Method in class org.apache.camel.support.builder.ValueBuilder
 
IN_NAMESPACE - Static variable in class org.apache.camel.support.builder.Namespaces
 
inBody - Variable in class org.apache.camel.support.component.AbstractApiEndpoint
 
includeTokens - Variable in class org.apache.camel.support.builder.TokenPairExpressionIterator
 
inheritNamespaceToken - Variable in class org.apache.camel.support.builder.TokenXMLExpressionIterator
 
init(CamelContext) - Method in class org.apache.camel.support.builder.BinaryPredicateSupport
 
init(CamelContext) - Method in class org.apache.camel.support.builder.ValueBuilder
 
init(CamelContext) - Method in class org.apache.camel.support.ExpressionSupport
 
init(CamelContext) - Method in class org.apache.camel.support.ExpressionToPredicateAdapter
 
init() - Static method in class org.apache.camel.support.LRUCacheFactory
Initializes and creates the cache factory if not explicit set.
init() - Method in class org.apache.camel.support.SynchronousDelegateProducer
 
initRestEndpointProperties(String, RestConfiguration) - Static method in class org.apache.camel.support.RestComponentHelper
Creates an Endpoint Property Map based on properies set in the component's RestConfiguration.
inMemory() - Method in class org.apache.camel.converter.stream.ByteArrayInputStreamCache
 
inMemory() - Method in class org.apache.camel.converter.stream.FileInputStreamCache
 
inMemory() - Method in class org.apache.camel.converter.stream.InputStreamCache
 
inMemory() - Method in class org.apache.camel.converter.stream.ReaderCache
 
inMessageExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns the expression for the IN message
inMessageExpression(Function<Message, Object>) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns a functional expression for the IN message
InputStreamCache - Class in org.apache.camel.converter.stream
A StreamCache for caching using an in-memory byte array.
InputStreamCache(byte[]) - Constructor for class org.apache.camel.converter.stream.InputStreamCache
 
InputStreamCache(byte[], int) - Constructor for class org.apache.camel.converter.stream.InputStreamCache
 
InputStreamIterator - Class in org.apache.camel.support
An InputStream that wraps an Iterator which reads iterations as byte array data.
InputStreamIterator(TypeConverter, Iterator) - Constructor for class org.apache.camel.support.InputStreamIterator
 
INSTANCE - Static variable in class org.apache.camel.support.NoLock
 
interceptProperties(Map<String, Object>) - Method in class org.apache.camel.support.component.AbstractApiConsumer
 
interceptProperties(Map<String, Object>) - Method in class org.apache.camel.support.component.AbstractApiEndpoint
 
interceptProperties(Map<String, Object>) - Method in class org.apache.camel.support.component.AbstractApiProducer
 
interceptProperties(Map<String, Object>) - Method in interface org.apache.camel.support.component.PropertiesInterceptor
Intercept method invocation arguments used to find and invoke API method.
interceptPropertyNames(Set<String>) - Method in class org.apache.camel.support.component.AbstractApiConsumer
 
interceptPropertyNames(Set<String>) - Method in class org.apache.camel.support.component.AbstractApiEndpoint
 
interceptPropertyNames(Set<String>) - Method in interface org.apache.camel.support.component.PropertyNamesInterceptor
Intercept property names used to find API Method.
interceptResult(Object, Exchange) - Method in class org.apache.camel.support.component.AbstractApiConsumer
 
interceptResult(Object, Exchange) - Method in class org.apache.camel.support.component.AbstractApiProducer
 
interceptResult(Object, Exchange) - Method in interface org.apache.camel.support.component.ResultInterceptor
Do additional result exchange processing, for example, adding custom headers.
internalBind(String, Object) - Method in class org.apache.camel.support.jndi.JndiContext
internalBind is intended for use only during setup or possibly by suitably synchronized superclasses.
IntrospectionSupport - Class in org.apache.camel.support
Deprecated.
use BeanIntrospection
invoke(String, Object[], String[]) - Method in class org.apache.camel.support.management.MixinRequiredModelMBean
 
invokeMethod(Object, ApiMethod, Map<String, Object>) - Static method in class org.apache.camel.support.component.ApiMethodHelper
Invokes given method with argument values from given properties.
invokeMethod(Method, Object, Object...) - Static method in class org.apache.camel.support.ObjectHelper
A helper method to invoke a method via reflection and wrap any exceptions as RuntimeCamelException instances
invokeMethodSafe(Method, Object, Object...) - Static method in class org.apache.camel.support.ObjectHelper
A helper method to invoke a method via reflection in a safe way by allowing to invoke methods that are not accessible by default and wrap any exceptions as RuntimeCamelException instances
isAllowNullValues() - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
 
isBasicPropertyBinding() - Method in class org.apache.camel.support.DefaultComponent
Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities.
isBasicPropertyBinding() - Method in class org.apache.camel.support.DefaultEndpoint
Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities.
isBatchAllowed() - Method in class org.apache.camel.support.ScheduledBatchPollingConsumer
 
isBlockWhenFull() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
 
isBridgeErrorHandler() - Method in class org.apache.camel.support.DefaultComponent
 
isBridgeErrorHandler() - Method in class org.apache.camel.support.DefaultEndpoint
 
isCaseInsensitive() - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
Gets the caseInsensitive property which is a boolean to determine whether header names should be case insensitive when checking it with the filter set.
isCausedByRollbackExchangeException(Throwable) - Method in class org.apache.camel.support.LoggingExceptionHandler
 
isContentCache() - Method in class org.apache.camel.component.ResourceEndpoint
 
isContentCacheCleared() - Method in class org.apache.camel.component.ResourceEndpoint
 
isDefaultOperation(String) - Method in class org.apache.camel.support.management.MixinRequiredModelMBean
 
isDisabled() - Method in class org.apache.camel.support.EventNotifierSupport
 
isEmpty() - Method in class org.apache.camel.saga.CamelSagaStep
 
isEnabled(CamelEvent) - Method in class org.apache.camel.support.EventNotifierSupport
 
isEqualTo(Expression, Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
 
isEqualTo(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
 
isEqualToIgnoreCase(Expression, Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
 
isEqualToIgnoreCase(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
 
isErrorHandlerHandled() - Method in class org.apache.camel.support.DefaultExchange
 
isExcludePatternMatch(String, String...) - Static method in class org.apache.camel.support.PatternHelper
 
isExternalRedelivered() - Method in class org.apache.camel.support.DefaultExchange
 
isFailed() - Method in class org.apache.camel.support.DefaultExchange
 
isFailureHandled(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Checks whether the exchange has been failure handed
isFilterOnMatch() - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
 
isGetter(Method) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
 
isGreaterThan(Expression, Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
 
isGreaterThan(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
 
isGreaterThanOrEqualTo(Expression, Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
 
isGreaterThanOrEqualTo(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
 
isGreedy() - Method in class org.apache.camel.support.component.AbstractApiConsumer
 
isGreedy() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
isGreedy() - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
isGzip(Message) - Static method in class org.apache.camel.support.GZIPHelper
 
isGzip(String, Exchange) - Static method in class org.apache.camel.support.GZIPHelper
 
isGzip(String) - Static method in class org.apache.camel.support.GZIPHelper
 
isHttpUri(String) - Static method in class org.apache.camel.support.ResourceHelper
Is the given uri a http uri?
isIgnoreCamelContextEvents() - Method in class org.apache.camel.support.EventNotifierSupport
 
isIgnoreExchangeCompletedEvent() - Method in class org.apache.camel.support.EventNotifierSupport
 
isIgnoreExchangeCreatedEvent() - Method in class org.apache.camel.support.EventNotifierSupport
 
isIgnoreExchangeEvents() - Method in class org.apache.camel.support.EventNotifierSupport
 
isIgnoreExchangeFailedEvents() - Method in class org.apache.camel.support.EventNotifierSupport
 
isIgnoreExchangeRedeliveryEvents() - Method in class org.apache.camel.support.EventNotifierSupport
 
isIgnoreExchangeSendingEvents() - Method in class org.apache.camel.support.EventNotifierSupport
 
isIgnoreExchangeSentEvents() - Method in class org.apache.camel.support.EventNotifierSupport
 
isIgnoreRouteEvents() - Method in class org.apache.camel.support.EventNotifierSupport
 
isIgnoreServiceEvents() - Method in class org.apache.camel.support.EventNotifierSupport
 
isIgnoreStepEvents() - Method in class org.apache.camel.support.EventNotifierSupport
 
isIncludeInvalidBoolean() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
 
isIncludeInvalidEnum() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
 
isIncludeInvalidInteger() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
 
isIncludeInvalidNumber() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
 
isIncludeRequired() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
 
isIncludeUnknown() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
 
isInstanceOf(Expression, Class<?>) - Static method in class org.apache.camel.support.builder.PredicateBuilder
 
isInstanceOf(Class<?>) - Method in class org.apache.camel.support.builder.ValueBuilder
 
isInterrupted() - Method in class org.apache.camel.support.DefaultExchange
 
isLazyStartProducer() - Method in class org.apache.camel.support.DefaultComponent
 
isLazyStartProducer() - Method in class org.apache.camel.support.DefaultEndpoint
 
isLeader(String) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
 
isLenientProperties() - Method in class org.apache.camel.support.DefaultEndpoint
 
isLessThan(Expression, Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
 
isLessThan(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
 
isLessThanOrEqualTo(Expression, Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
 
isLessThanOrEqualTo(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
 
isLowerCase() - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
Gets the isLowercase property which is a boolean to determine whether header names should be converted to lower case before checking it with the filter Set.
isMask() - Method in class org.apache.camel.support.management.MixinRequiredModelMBean
 
isMaskJson() - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
 
isMaskKeyValue() - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
 
isMaskOperation(String) - Method in class org.apache.camel.support.management.MixinRequiredModelMBean
 
isMaskXmlElement() - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
 
isMatchingNamespaceOrEmptyNamespace(String, String) - Static method in class org.apache.camel.support.builder.Namespaces
Returns true if the given namespaceURI is empty or if it matches the given expected namespace
isMatchOnUriPrefix() - Method in interface org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath
Whether the consumer match on uri prefix
isMultiline() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
 
isNotEqualTo(Expression, Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
 
isNotEqualTo(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
 
isNotifyEvent() - Method in class org.apache.camel.support.DefaultExchange
 
isNotNull(Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
 
isNotNull() - Method in class org.apache.camel.support.builder.ValueBuilder
 
isNull(Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
 
isNull() - Method in class org.apache.camel.support.builder.ValueBuilder
 
isOsgiContext(CamelContext) - Static method in class org.apache.camel.support.PlatformHelper
Determine whether Camel is OSGi-aware.
isOutCapable(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Returns true if the given exchange pattern (if defined) can support OUT messages
isPollAllowed() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
isPolling() - Method in class org.apache.camel.support.ScheduledPollConsumer
Whether polling is currently in progress
isPollingConsumerBlockWhenFull() - Method in class org.apache.camel.support.DefaultEndpoint
Whether to block when adding to the internal queue off when EventDrivenPollingConsumer is being used.
isPropertyIsGetter(Class<?>, String) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
 
isRedelivered(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Checks whether the exchange UnitOfWork is redelivered
isRedeliveryExhausted() - Method in class org.apache.camel.support.DefaultExchange
 
isReferenceParameter(String) - Static method in class org.apache.camel.support.EndpointHelper
Is the given parameter a reference parameter (starting with a # char)
isRollbackOnly() - Method in class org.apache.camel.support.DefaultExchange
 
isRollbackOnlyLast() - Method in class org.apache.camel.support.DefaultExchange
 
isRouteStop() - Method in class org.apache.camel.support.DefaultExchange
 
isSchedulerStarted() - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
isSchedulerStarted() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
isSendEmptyMessageWhenIdle() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
isSendEmptyMessageWhenIdle() - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
isSetter(Method, boolean) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
 
isSetter(Method) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
 
isShowAll() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
 
isShowBody() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
 
isShowBodyType() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
 
isShowCaughtException() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
 
isShowException() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
 
isShowExchangeId() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
 
isShowExchangePattern() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
 
isShowFiles() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
 
isShowFuture() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
 
isShowHeaders() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
 
isShowProperties() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
 
isShowStackTrace() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
 
isShowStreams() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
 
isSingleton() - Method in class org.apache.camel.support.DefaultEndpoint
An endpoint should favour to be singleton by default, only in some rare special cases can an endpoint be non-singleton.
isSingleton() - Method in class org.apache.camel.support.DefaultProducer
This implementation will delegate to the endpoint IsSingleton.isSingleton()
isSingleton() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
 
isSingleton() - Method in class org.apache.camel.support.LanguageSupport
 
isSingleton() - Method in class org.apache.camel.support.LazyStartProducer
 
isSingleton() - Method in class org.apache.camel.support.ProcessorPollingConsumer
 
isSingleton() - Method in class org.apache.camel.support.SynchronousDelegateProducer
 
isSkipBodyLineSeparator() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
 
isSplitResult() - Method in class org.apache.camel.support.component.AbstractApiConsumer
 
isStartScheduler() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
isStartScheduler() - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
isStreamCachingEnabled(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Check whether or not stream caching is enabled for the given route or globally.
isSuppressLogging() - Method in class org.apache.camel.support.LoggingExceptionHandler
 
isSynchronous() - Method in class org.apache.camel.support.DefaultEndpoint
Returns whether synchronous processing should be strictly used.
isTransacted() - Method in class org.apache.camel.support.DefaultExchange
 
isTransactedRedelivered() - Method in class org.apache.camel.support.DefaultMessage
A strategy for component specific messages to determine whether the message is redelivered or not.
isUnitOfWorkExhausted(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Checks whether the exchange UnitOfWork is exhausted
isUseFixedDelay() - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
isUseFixedDelay() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
isUseFixedDelay() - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
isValidForEviction(TimeoutMapEntry<K, V>) - Method in class org.apache.camel.support.DefaultTimeoutMap
A hook to allow derivations to avoid evicting the current entry

J

JndiBeanRepository - Class in org.apache.camel.support.jndi
A BeanRepository implementation which looks up the objects in JNDI
JndiBeanRepository() - Constructor for class org.apache.camel.support.jndi.JndiBeanRepository
 
JndiBeanRepository(Map) - Constructor for class org.apache.camel.support.jndi.JndiBeanRepository
 
JndiBeanRepository(Context) - Constructor for class org.apache.camel.support.jndi.JndiBeanRepository
 
JndiBeanRepository(boolean) - Constructor for class org.apache.camel.support.jndi.JndiBeanRepository
Whether to use standalone mode, where the JNDI initial context factory is using CamelInitialContextFactory.
JndiContext - Class in org.apache.camel.support.jndi
A default JNDI context
JndiContext() - Constructor for class org.apache.camel.support.jndi.JndiContext
 
JndiContext(Hashtable<String, Object>) - Constructor for class org.apache.camel.support.jndi.JndiContext
 
JndiContext(Hashtable<String, Object>, Map<String, Object>) - Constructor for class org.apache.camel.support.jndi.JndiContext
 
JndiContext(Hashtable<String, Object>, Map<String, Object>, String) - Constructor for class org.apache.camel.support.jndi.JndiContext
 
JndiContext(JndiContext, Hashtable<String, Object>) - Constructor for class org.apache.camel.support.jndi.JndiContext
 
JndiContext(JndiContext, Hashtable<String, Object>, String) - Constructor for class org.apache.camel.support.jndi.JndiContext
 

L

LANGUAGE_FALLBACK_SUFFIX - Static variable in class org.apache.camel.support.ResolverHelper
 
LanguageAnnotation - Annotation Type in org.apache.camel.support.language
Base annotation for languages.
languageExpression(String, String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for evaluating the expression/predicate using the given language
LanguageSupport - Class in org.apache.camel.support
Base language for Language implementations.
LanguageSupport() - Constructor for class org.apache.camel.support.LanguageSupport
 
LazyStartProducer - Class in org.apache.camel.support
A Producer which is created and started lazy, on the first message processed.
LazyStartProducer(Endpoint) - Constructor for class org.apache.camel.support.LazyStartProducer
 
length() - Method in class org.apache.camel.converter.stream.ByteArrayInputStreamCache
 
length() - Method in class org.apache.camel.converter.stream.FileInputStreamCache
 
length() - Method in class org.apache.camel.converter.stream.InputStreamCache
 
length() - Method in class org.apache.camel.converter.stream.ReaderCache
 
LifecycleStrategySupport - Class in org.apache.camel.support
A useful base class for LifecycleStrategy implementations.
LifecycleStrategySupport() - Constructor for class org.apache.camel.support.LifecycleStrategySupport
 
list(String) - Method in class org.apache.camel.support.jndi.JndiContext
 
list(Name) - Method in class org.apache.camel.support.jndi.JndiContext
 
listBindings(String) - Method in class org.apache.camel.support.jndi.JndiContext
 
listBindings(Name) - Method in class org.apache.camel.support.jndi.JndiContext
 
load(TypeConverterRegistry) - Method in class org.apache.camel.converter.stream.StreamCacheConverterLoader
 
loadResource(String) - Method in class org.apache.camel.component.ResourceEndpoint
Loads the given resource.
loadResource(String) - Method in class org.apache.camel.support.LanguageSupport
Loads the resource if the given expression is referring to an external resource by using the syntax resource:scheme:uri.
loadStore() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
Loads the given file store into the 1st level cache
lock() - Method in class org.apache.camel.support.NoLock
 
lockInterruptibly() - Method in class org.apache.camel.support.NoLock
 
log - Variable in class org.apache.camel.component.ResourceEndpoint
 
log - Variable in class org.apache.camel.support.component.AbstractApiEndpoint
 
LOG - Static variable in class org.apache.camel.support.component.ApiMethodPropertiesHelper
 
log - Variable in class org.apache.camel.support.DefaultPollingConsumerPollStrategy
 
log - Variable in class org.apache.camel.support.DefaultTimeoutMap
 
LoggingExceptionHandler - Class in org.apache.camel.support
A default implementation of ExceptionHandler which uses a CamelLogger to log the exception.
LoggingExceptionHandler(CamelContext, Class<?>) - Constructor for class org.apache.camel.support.LoggingExceptionHandler
 
LoggingExceptionHandler(CamelContext, Class<?>, LoggingLevel) - Constructor for class org.apache.camel.support.LoggingExceptionHandler
 
LoggingExceptionHandler(CamelContext, CamelLogger) - Constructor for class org.apache.camel.support.LoggingExceptionHandler
 
logIds(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Gets both the messageId and exchangeId to be used for logging purposes.
lookup(CamelContext, String) - Static method in class org.apache.camel.support.CamelContextHelper
Look up the given named bean in the Registry on the CamelContext
lookup(CamelContext, String, Class<T>) - Static method in class org.apache.camel.support.CamelContextHelper
Look up the given named bean of the given type in the Registry on the CamelContext
lookup(String) - Method in class org.apache.camel.support.jndi.JndiContext
 
lookup(Name) - Method in class org.apache.camel.support.jndi.JndiContext
 
lookupAndConvert(CamelContext, String, Class<T>) - Static method in class org.apache.camel.support.CamelContextHelper
Look up the given named bean in the Registry on the CamelContext and try to convert it to the given type.
lookupBean(Exchange, String) - Static method in class org.apache.camel.support.ExchangeHelper
Performs a lookup in the registry of the bean name
lookupBean(Exchange, String, Class<T>) - Static method in class org.apache.camel.support.ExchangeHelper
Performs a lookup in the registry of the bean name and type
lookupByName(String) - Method in class org.apache.camel.support.DefaultRegistry
 
lookupByName(String) - Method in class org.apache.camel.support.jndi.JndiBeanRepository
 
lookupByName(String) - Method in class org.apache.camel.support.SimpleRegistry
 
lookupByNameAndType(String, Class<T>) - Method in class org.apache.camel.support.DefaultRegistry
 
lookupByNameAndType(String, Class<T>) - Method in class org.apache.camel.support.jndi.JndiBeanRepository
 
lookupByNameAndType(String, Class<T>) - Method in class org.apache.camel.support.SimpleRegistry
 
lookupComponentInRegistryWithFallback(CamelContext, String) - Static method in class org.apache.camel.support.ResolverHelper
 
lookupComponentInRegistryWithFallback(CamelContext, String, ResolverHelper.LookupExceptionHandler) - Static method in class org.apache.camel.support.ResolverHelper
 
lookupDataFormatFactoryInRegistryWithFallback(CamelContext, String) - Static method in class org.apache.camel.support.ResolverHelper
 
lookupDataFormatFactoryInRegistryWithFallback(CamelContext, String, ResolverHelper.LookupExceptionHandler) - Static method in class org.apache.camel.support.ResolverHelper
 
lookupDataFormatInRegistryWithFallback(CamelContext, String) - Static method in class org.apache.camel.support.ResolverHelper
 
lookupDataFormatInRegistryWithFallback(CamelContext, String, ResolverHelper.LookupExceptionHandler) - Static method in class org.apache.camel.support.ResolverHelper
 
lookupEndpointRegistryId(Endpoint) - Static method in class org.apache.camel.support.EndpointHelper
Lookup the id the given endpoint has been enlisted with in the Registry.
LookupExceptionHandler() - Constructor for class org.apache.camel.support.ResolverHelper.LookupExceptionHandler
 
lookupLanguageInRegistryWithFallback(CamelContext, String) - Static method in class org.apache.camel.support.ResolverHelper
 
lookupLanguageInRegistryWithFallback(CamelContext, String, ResolverHelper.LookupExceptionHandler) - Static method in class org.apache.camel.support.ResolverHelper
 
lookupLink(String) - Method in class org.apache.camel.support.jndi.JndiContext
 
lookupLink(Name) - Method in class org.apache.camel.support.jndi.JndiContext
 
lookupMandatoryBean(Exchange, String) - Static method in class org.apache.camel.support.ExchangeHelper
Performs a lookup in the registry of the mandatory bean name and throws an exception if it could not be found
lookupMandatoryBean(Exchange, String, Class<T>) - Static method in class org.apache.camel.support.ExchangeHelper
Performs a lookup in the registry of the mandatory bean name and throws an exception if it could not be found
lookupService(CamelContext) - Static method in class org.apache.camel.support.cluster.ClusterServiceHelper
 
lookupService(CamelContext, CamelClusterService.Selector) - Static method in class org.apache.camel.support.cluster.ClusterServiceHelper
 
LRUCache<K,V> - Interface in org.apache.camel.support
 
LRUCacheFactory - Class in org.apache.camel.support
Factory to create LRUCache instances.
LRUCacheFactory() - Constructor for class org.apache.camel.support.LRUCacheFactory
 
LS - Static variable in class org.apache.camel.support.processor.DefaultExchangeFormatter
 

M

mandatoryBodyExpression(Class<T>) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns the expression for the exchanges inbound message body converted to the given type.
mandatoryBodyExpression(Class<T>, boolean) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns the expression for the exchanges inbound message body converted to the given type
mandatoryConvertTo(CamelContext, Class<T>, Object) - Static method in class org.apache.camel.support.CamelContextHelper
Converts the given value to the specified type throwing an IllegalArgumentException if the value could not be converted to a non null value
mandatoryConvertTo(Class<T>, Object) - Method in class org.apache.camel.support.SimpleTypeConverter
 
mandatoryConvertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.support.SimpleTypeConverter
 
mandatoryConvertTo(Class<T>, Object) - Method in class org.apache.camel.support.TypeConverterSupport
 
mandatoryConvertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.support.TypeConverterSupport
 
mandatoryLookup(CamelContext, String) - Static method in class org.apache.camel.support.CamelContextHelper
Look up the given named bean in the Registry on the CamelContext or throws NoSuchBeanException if not found.
mandatoryLookup(CamelContext, String, Class<T>) - Static method in class org.apache.camel.support.CamelContextHelper
Look up the given named bean of the given type in the Registry on the CamelContext or throws NoSuchBeanException if not found.
mandatoryLookupAndConvert(CamelContext, String, Class<T>) - Static method in class org.apache.camel.support.CamelContextHelper
Look up the given named bean in the Registry on the CamelContext and convert it to the given type or throws NoSuchBeanException if not found.
mandatoryLookupService(CamelContext) - Static method in class org.apache.camel.support.cluster.ClusterServiceHelper
 
mandatoryLookupService(CamelContext, CamelClusterService.Selector) - Static method in class org.apache.camel.support.cluster.ClusterServiceHelper
 
marshal(Exchange) - Static method in class org.apache.camel.support.DefaultExchangeHolder
Creates a payload object with the information from the given exchange.
marshal(Exchange, boolean) - Static method in class org.apache.camel.support.DefaultExchangeHolder
Creates a payload object with the information from the given exchange.
marshal(Exchange, boolean, boolean) - Static method in class org.apache.camel.support.DefaultExchangeHolder
Creates a payload object with the information from the given exchange.
marshal(Exchange, boolean, boolean, boolean) - Static method in class org.apache.camel.support.DefaultExchangeHolder
Creates a payload object with the information from the given exchange.
MarshalProcessor - Class in org.apache.camel.support.processor
Marshals the body of the incoming message using the given data format
MarshalProcessor(DataFormat) - Constructor for class org.apache.camel.support.processor.MarshalProcessor
 
mask(String, String) - Method in class org.apache.camel.support.management.MixinRequiredModelMBean
Masks the returned value from invoking the operation
matchBestPath(String, String, List<RestConsumerContextPathMatcher.ConsumerPath>) - Static method in class org.apache.camel.support.RestConsumerContextPathMatcher
Finds the best matching of the list of consumer paths that should service the incoming request.
matchEndpoint(CamelContext, String, String) - Static method in class org.apache.camel.support.EndpointHelper
Matches the endpoint with the given pattern.
matches(Exchange) - Method in class org.apache.camel.support.builder.BinaryPredicateSupport
 
matches(Exchange, Object, Object) - Method in class org.apache.camel.support.builder.BinaryPredicateSupport
 
matches(Exchange) - Method in class org.apache.camel.support.builder.TokenPairExpressionIterator
 
matches(Exchange) - Method in class org.apache.camel.support.builder.TokenXMLExpressionIterator
 
matches(Exchange) - Method in class org.apache.camel.support.builder.ValueBuilder
 
matches(Exchange) - Method in class org.apache.camel.support.ExpressionSupport
 
matches(Exchange) - Method in class org.apache.camel.support.ExpressionToPredicateAdapter
 
matchesReturningFailureMessage(Exchange) - Method in class org.apache.camel.support.builder.BinaryPredicateSupport
 
matchPath(String, String, boolean) - Static method in class org.apache.camel.support.RestConsumerContextPathMatcher
Does the incoming request match the given consumer path (ignore case)
matchPattern(String, String) - Static method in class org.apache.camel.support.PatternHelper
Matches the name with the given pattern (case insensitive).
maxMessagesPerPoll - Variable in class org.apache.camel.support.ScheduledBatchPollingConsumer
 
MBeanInfoAssembler - Class in org.apache.camel.support.management
A Camel specific MBeanInfo assembler that reads the details from the ManagedResource, ManagedAttribute, ManagedOperation, ManagedNotification, and ManagedNotifications annotations.
MBeanInfoAssembler() - Constructor for class org.apache.camel.support.management.MBeanInfoAssembler
 
MemoryIdempotentRepository - Class in org.apache.camel.support.processor.idempotent
A memory based implementation of IdempotentRepository.
MemoryIdempotentRepository() - Constructor for class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
 
MemoryIdempotentRepository(Map<String, Object>) - Constructor for class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
 
memoryIdempotentRepository() - Static method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
Creates a new memory based repository using a LRUCache with a default of 1000 entries in the cache.
memoryIdempotentRepository(int) - Static method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
Creates a new memory based repository using a LRUCache.
memoryIdempotentRepository(Map<String, Object>) - Static method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
Creates a new memory based repository using the given Map to use to store the processed message ids.
messageExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns the expression for the IN message
messageExpression(Function<Message, Object>) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns a functional expression for the IN message
MessageHelper - Class in org.apache.camel.support
Some helper methods when working with Message.
messageIdExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an Expression for the inbound message id
messagesPerSecond(long, long, long) - Method in class org.apache.camel.support.processor.ThroughputLogger
 
MessageSupport - Class in org.apache.camel.support
A base class for implementation inheritance providing the core Message body handling features but letting the derived class deal with headers.
MessageSupport() - Constructor for class org.apache.camel.support.MessageSupport
 
MetaDataBuilder - Class in org.apache.camel.component.extension.metadata
 
method - Variable in class org.apache.camel.support.component.AbstractApiConsumer
 
methodHelper - Variable in class org.apache.camel.support.component.AbstractApiEndpoint
 
methodHelper - Variable in class org.apache.camel.support.component.AbstractApiProducer
 
methodName - Variable in class org.apache.camel.support.component.AbstractApiEndpoint
 
MixinRequiredModelMBean - Class in org.apache.camel.support.management
A RequiredModelMBean which allows us to intercept invoking operations on the MBean.
MixinRequiredModelMBean() - Constructor for class org.apache.camel.support.management.MixinRequiredModelMBean
 
MixinRequiredModelMBean(ModelMBeanInfo, boolean, ModelMBeanInfo, DynamicMBean) - Constructor for class org.apache.camel.support.management.MixinRequiredModelMBean
 
MODEL_DOCUMENTATION_PREFIX - Static variable in class org.apache.camel.support.CamelContextHelper
 

N

NAME_PARSER - Static variable in class org.apache.camel.support.jndi.JndiContext
 
NamespacePrefix - Annotation Type in org.apache.camel.support.language
Creates a namespace prefix for an XPath
Namespaces - Class in org.apache.camel.support.builder
A helper class for working with namespaces.
Namespaces() - Constructor for class org.apache.camel.support.builder.Namespaces
Creates an empty namespaces object
Namespaces(String, String) - Constructor for class org.apache.camel.support.builder.Namespaces
Creates a namespace context with a single prefix and URI
newCachedThreadPool(ThreadFactory) - Method in class org.apache.camel.support.DefaultThreadPoolFactory
 
newCondition() - Method in class org.apache.camel.support.NoLock
 
newContext() - Method in class org.apache.camel.support.jndi.JndiContext
 
newInputStreamCache() - Method in class org.apache.camel.converter.stream.CachedByteArrayOutputStream
Creates a new InputStreamCache view of the byte array
newInstance(CamelContext, Class<T>) - Static method in class org.apache.camel.support.CamelContextHelper
Creates a new instance of the given type using the Injector on the given CamelContext
newInstance() - Method in class org.apache.camel.support.DefaultMessage
 
newInstance(Exchange, Class<T>) - Static method in class org.apache.camel.support.ExchangeHelper
Creates a new instance of the given type from the injector
newInstance() - Method in class org.apache.camel.support.MessageSupport
Returns a new instance
newInstance(Class<T>) - Static method in class org.apache.camel.support.ObjectHelper
A helper method to create a new instance of a type using the default constructor arguments.
newInstance(Class<?>, Class<T>) - Static method in class org.apache.camel.support.ObjectHelper
A helper method to create a new instance of a type using the default constructor arguments.
newLRUCache(int) - Static method in class org.apache.camel.support.LRUCacheFactory
Constructs an empty LRUCache instance with the specified maximumCacheSize, and will stop on eviction.
newLRUCache(int, Consumer<V>) - Static method in class org.apache.camel.support.LRUCacheFactory
Constructs an empty LRUCache instance with the specified maximumCacheSize, and will stop on eviction.
newLRUCache(int, int) - Static method in class org.apache.camel.support.LRUCacheFactory
Constructs an empty LRUCache instance with the specified initial capacity, maximumCacheSize, and will stop on eviction.
newLRUCache(int, int, boolean) - Static method in class org.apache.camel.support.LRUCacheFactory
Constructs an empty LRUCache instance with the specified initial capacity, maximumCacheSize,load factor and ordering mode.
newLRUSoftCache(int) - Static method in class org.apache.camel.support.LRUCacheFactory
Constructs an empty LRUSoftCache instance with the specified maximumCacheSize, and will stop on eviction.
newLRUSoftCache(int, int) - Static method in class org.apache.camel.support.LRUCacheFactory
Constructs an empty LRUSoftCache instance with the specified maximumCacheSize, and will stop on eviction.
newLRUSoftCache(int, int, boolean) - Static method in class org.apache.camel.support.LRUCacheFactory
Constructs an empty LRUSoftCache instance with the specified maximumCacheSize, and will stop on eviction.
newLRUWeakCache(int) - Static method in class org.apache.camel.support.LRUCacheFactory
Constructs an empty LRUWeakCache instance with the specified maximumCacheSize, and will stop on eviction.
newLRUWeakCache(int, int) - Static method in class org.apache.camel.support.LRUCacheFactory
Constructs an empty LRUWeakCache instance with the specified maximumCacheSize, and will stop on eviction.
newLRUWeakCache(int, int, boolean) - Static method in class org.apache.camel.support.LRUCacheFactory
Constructs an empty LRUWeakCache instance with the specified maximumCacheSize, and will stop on eviction.
newSaga() - Method in interface org.apache.camel.saga.CamelSagaService
 
newScheduledThreadPool(ThreadPoolProfile, ThreadFactory) - Method in class org.apache.camel.support.DefaultThreadPoolFactory
 
newStreamCache() - Method in class org.apache.camel.converter.stream.CachedOutputStream
Creates a new StreamCache from the data cached in this OutputStream.
newThreadPool(ThreadPoolProfile, ThreadFactory) - Method in class org.apache.camel.support.DefaultThreadPoolFactory
 
newThreadPool(int, int, long, TimeUnit, int, boolean, RejectedExecutionHandler, ThreadFactory) - Method in class org.apache.camel.support.DefaultThreadPoolFactory
 
next() - Method in class org.apache.camel.support.GroupIterator
 
next() - Method in class org.apache.camel.support.GroupTokenIterator
 
next() - Method in class org.apache.camel.support.processor.DelegateAsyncProcessor
 
next() - Method in class org.apache.camel.support.processor.DelegateProcessor
 
next() - Method in class org.apache.camel.support.processor.DelegateSyncProcessor
 
nodeProcessingDone() - Method in class org.apache.camel.support.DefaultMessageHistory
 
NoLock - Class in org.apache.camel.support
Empty lock implementation
NoLock() - Constructor for class org.apache.camel.support.NoLock
 
NormalizedUri - Class in org.apache.camel.support
 
NormalizedUri(String) - Constructor for class org.apache.camel.support.NormalizedUri
 
normalizeEndpointUri(String) - Static method in class org.apache.camel.support.EndpointHelper
Normalize uri so we can do endpoint hits with minor mistakes and parameters is not in the same order.
NoSuchOptionException - Exception in org.apache.camel.component.extension.verifier
 
NoSuchOptionException(String) - Constructor for exception org.apache.camel.component.extension.verifier.NoSuchOptionException
 
not(Predicate) - Static method in class org.apache.camel.support.builder.PredicateBuilder
A helper method to return the logical not of the given predicate
not(Predicate) - Method in class org.apache.camel.support.builder.ValueBuilder
 
not() - Method in class org.apache.camel.support.builder.ValueBuilder
Negates the built expression.
NotificationSenderAdapter - Class in org.apache.camel.support.management
Can be used to broadcast JMX notifications.
NotificationSenderAdapter(ModelMBeanNotificationBroadcaster) - Constructor for class org.apache.camel.support.management.NotificationSenderAdapter
 
notifyCamelContextInitialized(CamelContext) - Static method in class org.apache.camel.support.EventHelper
 
notifyCamelContextInitializing(CamelContext) - Static method in class org.apache.camel.support.EventHelper
 
notifyCamelContextResumed(CamelContext) - Static method in class org.apache.camel.support.EventHelper
 
notifyCamelContextResumeFailed(CamelContext, Throwable) - Static method in class org.apache.camel.support.EventHelper
 
notifyCamelContextResuming(CamelContext) - Static method in class org.apache.camel.support.EventHelper
 
notifyCamelContextRoutesStarted(CamelContext) - Static method in class org.apache.camel.support.EventHelper
 
notifyCamelContextRoutesStarting(CamelContext) - Static method in class org.apache.camel.support.EventHelper
 
notifyCamelContextRoutesStopped(CamelContext) - Static method in class org.apache.camel.support.EventHelper
 
notifyCamelContextRoutesStopping(CamelContext) - Static method in class org.apache.camel.support.EventHelper
 
notifyCamelContextStarted(CamelContext) - Static method in class org.apache.camel.support.EventHelper
 
notifyCamelContextStarting(CamelContext) - Static method in class org.apache.camel.support.EventHelper
 
notifyCamelContextStartupFailed(CamelContext, Throwable) - Static method in class org.apache.camel.support.EventHelper
 
notifyCamelContextStopFailed(CamelContext, Throwable) - Static method in class org.apache.camel.support.EventHelper
 
notifyCamelContextStopped(CamelContext) - Static method in class org.apache.camel.support.EventHelper
 
notifyCamelContextStopping(CamelContext) - Static method in class org.apache.camel.support.EventHelper
 
notifyCamelContextSuspended(CamelContext) - Static method in class org.apache.camel.support.EventHelper
 
notifyCamelContextSuspending(CamelContext) - Static method in class org.apache.camel.support.EventHelper
 
notifyExchangeCreated(CamelContext, Exchange) - Static method in class org.apache.camel.support.EventHelper
 
notifyExchangeDone(CamelContext, Exchange) - Static method in class org.apache.camel.support.EventHelper
 
notifyExchangeFailed(CamelContext, Exchange) - Static method in class org.apache.camel.support.EventHelper
 
notifyExchangeFailureHandled(CamelContext, Exchange, Processor, boolean, String) - Static method in class org.apache.camel.support.EventHelper
 
notifyExchangeFailureHandling(CamelContext, Exchange, Processor, boolean, String) - Static method in class org.apache.camel.support.EventHelper
 
notifyExchangeRedelivery(CamelContext, Exchange, int) - Static method in class org.apache.camel.support.EventHelper
 
notifyExchangeSending(CamelContext, Exchange, Endpoint) - Static method in class org.apache.camel.support.EventHelper
 
notifyExchangeSent(CamelContext, Exchange, Endpoint, long) - Static method in class org.apache.camel.support.EventHelper
 
notifyRouteAdded(CamelContext, Route) - Static method in class org.apache.camel.support.EventHelper
 
notifyRouteRemoved(CamelContext, Route) - Static method in class org.apache.camel.support.EventHelper
 
notifyRouteStarted(CamelContext, Route) - Static method in class org.apache.camel.support.EventHelper
 
notifyRouteStopped(CamelContext, Route) - Static method in class org.apache.camel.support.EventHelper
 
notifyServiceStartupFailure(CamelContext, Object, Throwable) - Static method in class org.apache.camel.support.EventHelper
 
notifyServiceStopFailure(CamelContext, Object, Throwable) - Static method in class org.apache.camel.support.EventHelper
 
notifyStepDone(CamelContext, Exchange, String) - Static method in class org.apache.camel.support.EventHelper
 
notifyStepFailed(CamelContext, Exchange, String) - Static method in class org.apache.camel.support.EventHelper
 
notifyStepStarted(CamelContext, Exchange, String) - Static method in class org.apache.camel.support.EventHelper
 

O

ObjectHelper - Class in org.apache.camel.support
A number of useful helper methods for working with Objects
on(CamelContext) - Static method in class org.apache.camel.component.extension.metadata.MetaDataBuilder
 
onAfterRoute(Route, Exchange) - Method in class org.apache.camel.support.SynchronizationAdapter
 
onAutowire(Object, String, Class, Object) - Method in interface org.apache.camel.support.PropertyBindingSupport.OnAutowiring
Callback when a property was autowired on a bean
onBeforeRoute(Route, Exchange) - Method in class org.apache.camel.support.SynchronizationAdapter
 
onComplete(Exchange) - Method in class org.apache.camel.support.SynchronizationAdapter
 
onComponentAdd(String, Component) - Method in class org.apache.camel.support.LifecycleStrategySupport
 
onComponentRemove(String, Component) - Method in class org.apache.camel.support.LifecycleStrategySupport
 
onContextStart(CamelContext) - Method in class org.apache.camel.support.LifecycleStrategySupport
 
onContextStop(CamelContext) - Method in class org.apache.camel.support.LifecycleStrategySupport
 
onDone(Exchange) - Method in class org.apache.camel.support.SynchronizationAdapter
 
onEndpointAdd(Endpoint) - Method in class org.apache.camel.support.LifecycleStrategySupport
 
onEndpointRemove(Endpoint) - Method in class org.apache.camel.support.LifecycleStrategySupport
 
onErrorHandlerAdd(Route, Processor, ErrorHandlerFactory) - Method in class org.apache.camel.support.LifecycleStrategySupport
 
onErrorHandlerRemove(Route, Processor, ErrorHandlerFactory) - Method in class org.apache.camel.support.LifecycleStrategySupport
 
onExchange(Exchange) - Method in class org.apache.camel.support.ProcessorEndpoint
 
onExchangeBegin(Route, Exchange) - Method in class org.apache.camel.support.RoutePolicySupport
 
onExchangeDone(Route, Exchange) - Method in class org.apache.camel.support.RoutePolicySupport
 
onFailure(Exchange) - Method in class org.apache.camel.support.SynchronizationAdapter
 
onInit(Consumer) - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
onInit(Route) - Method in class org.apache.camel.support.RoutePolicySupport
 
onInit() - Method in class org.apache.camel.support.ScheduledPollConsumer
 
onMissingProcessor(Exchange) - Method in class org.apache.camel.support.BaseSelectorProducer
Invoked when no processor has been defined to process the message exchange.
onMissingProcessor(Exchange) - Method in class org.apache.camel.support.HeaderSelectorProducer
 
onNewPredicate(Predicate) - Method in class org.apache.camel.support.builder.ValueBuilder
A strategy method to allow derived classes to deal with the newly created predicate in different ways
onNewValueBuilder(Expression) - Method in class org.apache.camel.support.builder.ValueBuilder
 
onRemove(Route) - Method in class org.apache.camel.support.RoutePolicySupport
 
onResume(Route) - Method in class org.apache.camel.support.RoutePolicySupport
 
onRouteContextCreate(Route) - Method in class org.apache.camel.support.LifecycleStrategySupport
 
onRoutesAdd(Collection<Route>) - Method in class org.apache.camel.support.LifecycleStrategySupport
 
onRoutesRemove(Collection<Route>) - Method in class org.apache.camel.support.LifecycleStrategySupport
 
onServiceAdd(CamelContext, Service, Route) - Method in class org.apache.camel.support.LifecycleStrategySupport
 
onServiceRemove(CamelContext, Service, Route) - Method in class org.apache.camel.support.LifecycleStrategySupport
 
onStart(Route) - Method in class org.apache.camel.support.RoutePolicySupport
 
onStop(Route) - Method in class org.apache.camel.support.RoutePolicySupport
 
onSuspend(Route) - Method in class org.apache.camel.support.RoutePolicySupport
 
onThreadPoolAdd(CamelContext, ThreadPoolExecutor, String, String, String, String) - Method in class org.apache.camel.support.LifecycleStrategySupport
 
onThreadPoolRemove(CamelContext, ThreadPoolExecutor) - Method in class org.apache.camel.support.LifecycleStrategySupport
 
option(String) - Method in class org.apache.camel.component.extension.verifier.OptionsGroup
Adds a option definition to this group.
options(String...) - Method in class org.apache.camel.component.extension.verifier.OptionsGroup
Adds a number of option definitions to this group.
OptionsGroup - Class in org.apache.camel.component.extension.verifier
A named group of options.
OptionsGroup(String) - Constructor for class org.apache.camel.component.extension.verifier.OptionsGroup
Creates new named OptionsGroup.
OptionsGroup(String, Collection<String>) - Constructor for class org.apache.camel.component.extension.verifier.OptionsGroup
Creates new named OptionsGroup with a set of option definitions.
or(Predicate, Predicate) - Static method in class org.apache.camel.support.builder.PredicateBuilder
A helper method to combine two predicates by a logical OR.
or(List<Predicate>) - Static method in class org.apache.camel.support.builder.PredicateBuilder
Concat the given predicates into a single predicate, which matches if at least one predicates matches.
or(Predicate...) - Static method in class org.apache.camel.support.builder.PredicateBuilder
Concat the given predicates into a single predicate, which matches if at least one predicates matches.
order() - Static method in class org.apache.camel.support.cluster.ClusterServiceSelectors
 
OrderedComparator - Class in org.apache.camel.support
A comparator to sort Ordered
OrderedComparator() - Constructor for class org.apache.camel.support.OrderedComparator
Favor using the static instance OrderedComparator.get()
OrderedComparator(boolean) - Constructor for class org.apache.camel.support.OrderedComparator
Favor using the static instance OrderedComparator.getReverse()
org.apache.camel.component - package org.apache.camel.component
 
org.apache.camel.component.extension.metadata - package org.apache.camel.component.extension.metadata
MetaData component extension
org.apache.camel.component.extension.verifier - package org.apache.camel.component.extension.verifier
Verifier component extension
org.apache.camel.converter.stream - package org.apache.camel.converter.stream
Package with converters for dealing with stream-based messages
org.apache.camel.saga - package org.apache.camel.saga
Camel Saga EIP
org.apache.camel.support - package org.apache.camel.support
Base classes that help to implement the camel API and are expected to be extended by the user
org.apache.camel.support.builder - package org.apache.camel.support.builder
 
org.apache.camel.support.cluster - package org.apache.camel.support.cluster
 
org.apache.camel.support.component - package org.apache.camel.support.component
Base classes and utilities for API based components
org.apache.camel.support.jndi - package org.apache.camel.support.jndi
A simple JNDI context which can be used with the JndiRegistry
org.apache.camel.support.language - package org.apache.camel.support.language
 
org.apache.camel.support.management - package org.apache.camel.support.management
 
org.apache.camel.support.processor - package org.apache.camel.support.processor
 
org.apache.camel.support.processor.idempotent - package org.apache.camel.support.processor.idempotent
 
OUT_NAMESPACE - Static variable in class org.apache.camel.support.builder.Namespaces
 
OutputStreamBuilder - Class in org.apache.camel.support.builder
Utility to hide the complexity of choosing which OutputStream implementation to choose.

P

parameterKey(String) - Method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
parameterKeys(Collection<String>) - Method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
parse(CamelContext, Class<T>, String) - Static method in class org.apache.camel.support.CamelContextHelper
Parses the given text and converts it to the specified class and handling property placeholders as well
parse() - Method in class org.apache.camel.support.component.ApiMethodParser
Parses the method signatures from getSignatures().
parseBoolean(CamelContext, String) - Static method in class org.apache.camel.support.CamelContextHelper
Parses the given text and converts it to an Boolean and handling property placeholders as well
parseDouble(CamelContext, String) - Static method in class org.apache.camel.support.CamelContextHelper
Parses the given text and converts it to a Double and handling property placeholders as well
parseFloat(CamelContext, String) - Static method in class org.apache.camel.support.CamelContextHelper
Parses the given text and converts it to a Float and handling property placeholders as well
parseInt(CamelContext, String) - Static method in class org.apache.camel.support.CamelContextHelper
Parses the given text and converts it to an Integer and handling property placeholders as well
parseInteger(CamelContext, String) - Static method in class org.apache.camel.support.CamelContextHelper
Parses the given text and converts it to an Integer and handling property placeholders as well
parseLong(CamelContext, String) - Static method in class org.apache.camel.support.CamelContextHelper
Parses the given text and converts it to an Long and handling property placeholders as well
parseSimpleOrFallbackToConstantExpression(String, CamelContext) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns Simple expression or fallback to Constant expression if expression str is not Simple expression.
parseText(CamelContext, String) - Static method in class org.apache.camel.support.CamelContextHelper
Parses the given text and handling property placeholders as well
PatternHelper - Class in org.apache.camel.support
 
pendingExchanges - Variable in class org.apache.camel.support.ScheduledBatchPollingConsumer
 
PlatformHelper - Class in org.apache.camel.support
Utility dedicated for resolving runtime information related to the platform on which Camel is currently running.
poll() - Method in class org.apache.camel.support.component.AbstractApiConsumer
 
poll() - Method in class org.apache.camel.support.DefaultScheduledPollConsumer
 
poll() - Method in class org.apache.camel.support.ScheduledPollConsumer
The polling method which is invoked periodically to poll this consumer
pollEndpoint(Endpoint, Processor, long) - Static method in class org.apache.camel.support.EndpointHelper
Creates a PollingConsumer and polls all pending messages on the endpoint and invokes the given Processor to process each Exchange and then closes down the consumer and throws any exceptions thrown.
pollEndpoint(Endpoint, Processor) - Static method in class org.apache.camel.support.EndpointHelper
Creates a PollingConsumer and polls all pending messages on the endpoint and invokes the given Processor to process each Exchange and then closes down the consumer and throws any exceptions thrown.
PollingConsumerSupport - Class in org.apache.camel.support
A useful base class for implementations of PollingConsumer
PollingConsumerSupport(Endpoint) - Constructor for class org.apache.camel.support.PollingConsumerSupport
 
populateInitialHeaders(Map<String, Object>) - Method in class org.apache.camel.support.DefaultMessage
A strategy method populate the initial set of headers on an inbound message from an underlying binding
populateVariableMap(Exchange, Map<String, Object>) - Static method in class org.apache.camel.support.ExchangeHelper
Populates the Map with the variables which are made available to a script or template
PredicateAssertHelper - Class in org.apache.camel.support
A helper for doing Predicate assertions.
PredicateBuilder - Class in org.apache.camel.support.builder
A helper class for working with predicates
PredicateBuilder() - Constructor for class org.apache.camel.support.builder.PredicateBuilder
 
PredicateToExpressionAdapter - Class in org.apache.camel.support
To adapt Predicate as an Expression
PredicateToExpressionAdapter(Predicate) - Constructor for class org.apache.camel.support.PredicateToExpressionAdapter
 
PredicateValidatingProcessor - Class in org.apache.camel.support.processor
A processor which validates the content of the inbound message body against a Predicate.
PredicateValidatingProcessor(Predicate) - Constructor for class org.apache.camel.support.processor.PredicateValidatingProcessor
 
PredicateValidationException - Exception in org.apache.camel.support.processor
A predicate validation exception occurred
PredicateValidationException(Exchange, Predicate) - Constructor for exception org.apache.camel.support.processor.PredicateValidationException
 
prepareAggregation(Exchange, Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Prepares the exchanges for aggregation.
prepareOutToIn(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Strategy to prepare results before next iterator or when we are complete, which is done by copying OUT to IN, so there is only an IN as input for the next iteration.
prepareShutdown(boolean, boolean) - Method in class org.apache.camel.support.ScheduledBatchPollingConsumer
 
prepend(Expression, Expression) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Prepends the String evaluations of the two expressions together
prepend(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
Prepends the string evaluation of this expression with the given value
process(AsyncProcessor, Exchange) - Static method in class org.apache.camel.support.AsyncProcessorHelper
Calls the async version of the processor's process method and waits for it to complete before returning.
process(Exchange) - Method in class org.apache.camel.support.AsyncProcessorSupport
 
process(Exchange) - Method in class org.apache.camel.support.BaseSelectorProducer
 
process(Exchange, AsyncCallback) - Method in class org.apache.camel.support.component.AbstractApiProducer
 
process(Exchange) - Method in class org.apache.camel.support.DefaultAsyncProducer
 
process(Exchange) - Method in class org.apache.camel.support.EventDrivenPollingConsumer
 
process(Exchange, AsyncCallback) - Method in class org.apache.camel.support.LazyStartProducer
 
process(Exchange, AsyncCallback) - Method in class org.apache.camel.support.processor.CamelLogProcessor
 
process(Exchange, Throwable) - Method in class org.apache.camel.support.processor.CamelLogProcessor
 
process(Exchange, String) - Method in class org.apache.camel.support.processor.CamelLogProcessor
 
process(Exchange, AsyncCallback) - Method in class org.apache.camel.support.processor.DelegateAsyncProcessor
 
process(Exchange) - Method in class org.apache.camel.support.processor.DelegateProcessor
 
process(Exchange, AsyncCallback) - Method in class org.apache.camel.support.processor.DelegateSyncProcessor
 
process(Exchange) - Method in class org.apache.camel.support.processor.DelegateSyncProcessor
 
process(Exchange, AsyncCallback) - Method in class org.apache.camel.support.processor.MarshalProcessor
 
process(Exchange) - Method in class org.apache.camel.support.processor.PredicateValidatingProcessor
 
process(Exchange) - Method in class org.apache.camel.support.processor.ThroughputLogger
 
process(Exchange, AsyncCallback) - Method in class org.apache.camel.support.processor.ThroughputLogger
 
process(Exchange, AsyncCallback) - Method in class org.apache.camel.support.processor.UnmarshalProcessor
 
process(Exchange) - Method in class org.apache.camel.support.SynchronousDelegateProducer
 
processAsync(Exchange) - Method in class org.apache.camel.support.AsyncProcessorSupport
 
processAsync(Exchange) - Method in class org.apache.camel.support.DefaultAsyncProducer
 
processAsync(Exchange) - Method in class org.apache.camel.support.processor.DelegateSyncProcessor
 
processEmptyMessage() - Method in class org.apache.camel.support.ScheduledBatchPollingConsumer
 
processEmptyMessage() - Method in class org.apache.camel.support.ScheduledPollConsumer
No messages to poll so send an empty message instead.
processNext(Exchange) - Method in class org.apache.camel.support.processor.DelegateProcessor
 
processor - Variable in class org.apache.camel.support.processor.DelegateAsyncProcessor
 
processor - Variable in class org.apache.camel.support.processor.DelegateProcessor
 
processor - Variable in class org.apache.camel.support.processor.DelegateSyncProcessor
 
ProcessorEndpoint - Class in org.apache.camel.support
An endpoint which allows exchanges to be sent into it which just invokes a given Processor.
ProcessorEndpoint() - Constructor for class org.apache.camel.support.ProcessorEndpoint
 
ProcessorEndpoint(String, CamelContext, Processor) - Constructor for class org.apache.camel.support.ProcessorEndpoint
 
ProcessorEndpoint(String, Component, Processor) - Constructor for class org.apache.camel.support.ProcessorEndpoint
 
ProcessorEndpoint(String, Component) - Constructor for class org.apache.camel.support.ProcessorEndpoint
 
ProcessorPollingConsumer - Class in org.apache.camel.support
A simple implementation of PollingConsumer which just uses a Processor.
ProcessorPollingConsumer(Endpoint, Processor) - Constructor for class org.apache.camel.support.ProcessorPollingConsumer
 
processResults(List<ApiMethodParser.ApiMethodModel>) - Method in class org.apache.camel.support.component.ApiMethodParser
 
processResults(List<ApiMethodParser.ApiMethodModel>) - Method in class org.apache.camel.support.component.ArgumentSubstitutionParser
 
propertiesComponentExpression(String, String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
 
propertiesHelper - Variable in class org.apache.camel.support.component.AbstractApiProducer
 
PropertiesInterceptor - Interface in org.apache.camel.support.component
Intercepts Property values used to invoke API Method.
property(CamelContext, Class<T>, Object) - Static method in class org.apache.camel.support.component.PropertyConfigurerSupport
Converts the property to the expected type
PropertyBindingSupport - Class in org.apache.camel.support
A convenient support class for binding String valued properties to an instance which uses a set of conventions: property placeholders - Keys and values using Camels property placeholder will be resolved nested - Properties can be nested using the dot syntax (OGNL and builder pattern using with as prefix), eg foo.bar=123 map - Properties can lookup in Map's using map syntax, eg foo[bar] where foo is the name of the property that is a Map instance, and bar is the name of the key. list - Properties can refer or add to in List's using list syntax, eg foo[0] where foo is the name of the property that is a List instance, and 0 is the index.
PropertyBindingSupport.Builder - Class in org.apache.camel.support
To use a fluent builder style to configure this property binding support.
PropertyBindingSupport.OnAutowiring - Interface in org.apache.camel.support
 
PropertyConfigurerSupport - Class in org.apache.camel.support.component
Base class used by Camel Package Maven Plugin when it generates source code for fast property configurations via PropertyConfigurer.
PropertyConfigurerSupport() - Constructor for class org.apache.camel.support.component.PropertyConfigurerSupport
 
PropertyNamesInterceptor - Interface in org.apache.camel.support.component
Intercepts Property names used to find methods.
propertyPrefix - Variable in class org.apache.camel.support.component.ApiMethodPropertiesHelper
 
purge() - Method in class org.apache.camel.support.DefaultTimeoutMap
 
put(K, V, long) - Method in class org.apache.camel.support.DefaultTimeoutMap
 
putIfAbsent(K, V, long) - Method in class org.apache.camel.support.DefaultTimeoutMap
 

R

ReactiveHelper - Class in org.apache.camel.support
Deprecated.
read() - Method in class org.apache.camel.converter.stream.FileInputStreamCache
 
read() - Method in class org.apache.camel.support.InputStreamIterator
 
ReaderCache - Class in org.apache.camel.converter.stream
A StreamCache for String Readers
ReaderCache(String) - Constructor for class org.apache.camel.converter.stream.ReaderCache
 
rebind(Name, Object) - Method in class org.apache.camel.support.jndi.JndiContext
 
rebind(String, Object) - Method in class org.apache.camel.support.jndi.JndiContext
 
receive() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
 
receive(long) - Method in class org.apache.camel.support.EventDrivenPollingConsumer
 
receive() - Method in class org.apache.camel.support.ProcessorPollingConsumer
 
receive(long) - Method in class org.apache.camel.support.ProcessorPollingConsumer
 
receiveNoWait() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
 
receiveNoWait() - Method in class org.apache.camel.support.ProcessorPollingConsumer
 
refExpression(String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for lookup a bean in the Registry
refExpression(Expression) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for lookup a bean in the Registry
regex(Expression, String) - Static method in class org.apache.camel.support.builder.PredicateBuilder
Returns a predicate which is true if the expression matches the given regular expression
regex(Expression, Pattern) - Static method in class org.apache.camel.support.builder.PredicateBuilder
Returns a predicate which is true if the expression matches the given regular expression
regex(String) - Method in class org.apache.camel.support.builder.ValueBuilder
Creates a predicate which is true if this expression matches the given regular expression
regexReplaceAll(Expression, String, String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Transforms the expression into a String then performs the regex replaceAll to transform the String and return the result
regexReplaceAll(Expression, String, Expression) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Transforms the expression into a String then performs the regex replaceAll to transform the String and return the result
regexReplaceAll(String, String) - Method in class org.apache.camel.support.builder.ValueBuilder
Replaces all occurrences of the regular expression with the given replacement
regexReplaceAll(String, Expression) - Method in class org.apache.camel.support.builder.ValueBuilder
Replaces all occurrences of the regular expression with the given replacement
regexTokenize(String) - Method in class org.apache.camel.support.builder.ValueBuilder
Tokenizes the string conversion of this expression using the given regular expression
regexTokenizeExpression(Expression, String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns a tokenize expression which will tokenize the string with the given regex
registerExtension(ComponentExtension) - Method in class org.apache.camel.support.DefaultComponent
 
registerExtension(Supplier<ComponentExtension>) - Method in class org.apache.camel.support.DefaultComponent
 
registerStep(CamelSagaStep) - Method in interface org.apache.camel.saga.CamelSagaService
 
registryExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for the Registry
releaseView(CamelClusterView) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
 
remove(K) - Method in class org.apache.camel.support.DefaultTimeoutMap
 
remove() - Method in class org.apache.camel.support.GroupIterator
 
remove() - Method in class org.apache.camel.support.GroupTokenIterator
 
remove(String) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
 
remove(String) - Method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
 
removeChildService(Object) - Method in class org.apache.camel.support.ChildServiceSupport
 
removeEventListener(CamelClusterEventListener) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterView
 
removeFromEnvironment(String) - Method in class org.apache.camel.support.jndi.JndiContext
 
removeFromStore(String) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
 
removeHeader(String) - Method in class org.apache.camel.support.DefaultMessage
 
removeHeaders(String) - Method in class org.apache.camel.support.DefaultMessage
 
removeHeaders(String, String...) - Method in class org.apache.camel.support.DefaultMessage
 
removeProperties(String) - Method in class org.apache.camel.support.DefaultExchange
 
removeProperties(String, String...) - Method in class org.apache.camel.support.DefaultExchange
 
removeProperty(String) - Method in class org.apache.camel.support.DefaultExchange
 
removeTimerListener(TimerListener) - Method in class org.apache.camel.support.TimerListenerManager
Removes the listener.
rename(Name, Name) - Method in class org.apache.camel.support.jndi.JndiContext
 
rename(String, String) - Method in class org.apache.camel.support.jndi.JndiContext
 
replaceMessage(Exchange, Message, boolean) - Static method in class org.apache.camel.support.ExchangeHelper
Replaces the existing message with the new message
repositories - Variable in class org.apache.camel.support.DefaultRegistry
 
requiresAny(Map<String, Object>, OptionsGroup...) - Static method in class org.apache.camel.component.extension.verifier.ResultErrorHelper
Validates that the given parameters satisfy any grouped options (OptionsGroup).
requiresAny(Map<String, Object>, Collection<OptionsGroup>) - Static method in class org.apache.camel.component.extension.verifier.ResultErrorHelper
Validates that the given parameters satisfy any grouped options (OptionsGroup).
requiresOption(String, Map<String, Object>) - Static method in class org.apache.camel.component.extension.verifier.ResultErrorHelper
 
reset() - Method in class org.apache.camel.converter.stream.ByteArrayInputStreamCache
 
reset() - Method in class org.apache.camel.converter.stream.FileInputStreamCache
 
reset() - Method in class org.apache.camel.converter.stream.ReaderCache
 
reset() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
Reset and clears the 1st-level cache to force it to reload from file
reset() - Method in class org.apache.camel.support.processor.ThroughputLogger
 
resetStatistics() - Method in interface org.apache.camel.support.LRUCache
 
resetStreamCache(Message) - Static method in class org.apache.camel.support.MessageHelper
If the message body contains a StreamCache instance, reset the cache to enable reading from it again.
resolveAndRemoveReferenceListParameter(Map<String, Object>, String, Class<T>) - Method in class org.apache.camel.support.DefaultComponent
Resolves a reference list parameter in the registry and removes it from the map.
resolveAndRemoveReferenceListParameter(Map<String, Object>, String, Class<T>, List<T>) - Method in class org.apache.camel.support.DefaultComponent
Resolves a reference list parameter in the registry and removes it from the map.
resolveAndRemoveReferenceParameter(Map<String, Object>, String, Class<T>) - Method in class org.apache.camel.support.DefaultComponent
Resolves a reference parameter in the registry and removes it from the map.
resolveAndRemoveReferenceParameter(Map<String, Object>, String, Class<T>, T) - Method in class org.apache.camel.support.DefaultComponent
Resolves a reference parameter in the registry and removes it from the map.
resolveBean(CamelContext, String, Object) - Static method in class org.apache.camel.support.PropertyBindingSupport
Resolves the value as either a class, type or bean.
resolveClass(ObjectStreamClass) - Method in class org.apache.camel.support.CamelObjectInputStream
 
resolveEndpoint(CamelContext, String, String) - Static method in class org.apache.camel.support.CamelContextHelper
 
resolveEndpoint(Exchange, Object) - Static method in class org.apache.camel.support.ExchangeHelper
Attempts to resolve the endpoint for the given value
resolveEndpoint(CamelContext, Object) - Static method in class org.apache.camel.support.ExchangeHelper
Attempts to resolve the endpoint for the given value
resolveExchangePatternFromUrl(String) - Static method in class org.apache.camel.support.EndpointHelper
Attempts to resolve if the url has an exchangePattern option configured
resolveMandatoryResourceAsInputStream(CamelContext, String) - Static method in class org.apache.camel.support.ResourceHelper
Resolves the mandatory resource.
resolveMandatoryResourceAsUrl(ClassResolver, String) - Static method in class org.apache.camel.support.ResourceHelper
Resolves the mandatory resource.
resolveOptionalExternalScript(CamelContext, String) - Static method in class org.apache.camel.support.ScriptHelper
Resolves the expression/predicate whether it refers to an external script on the file/classpath etc.
resolveOptionalExternalScript(CamelContext, Exchange, String) - Static method in class org.apache.camel.support.ScriptHelper
Resolves the expression/predicate whether it refers to an external script on the file/classpath etc.
resolveParameter(CamelContext, String, Class<T>) - Static method in class org.apache.camel.support.EndpointHelper
Resolves a parameter, by doing a reference lookup if the parameter is a reference, and converting the parameter to the given type.
resolvePrototypeEndpoint(Exchange, Object) - Static method in class org.apache.camel.support.ExchangeHelper
Attempts to resolve the endpoint (prototype scope) for the given value
resolvePrototypeEndpoint(CamelContext, Object) - Static method in class org.apache.camel.support.ExchangeHelper
Attempts to resolve the endpoint (prototype scope) for the given value
resolveReferenceListParameter(CamelContext, String, Class<T>) - Static method in class org.apache.camel.support.EndpointHelper
Resolves a reference list parameter by making lookups in the registry.
resolveReferenceParameter(CamelContext, String, Class<T>) - Static method in class org.apache.camel.support.EndpointHelper
Resolves a reference parameter by making a lookup in the registry.
resolveReferenceParameter(CamelContext, String, Class<T>, boolean) - Static method in class org.apache.camel.support.EndpointHelper
Resolves a reference parameter by making a lookup in the registry.
resolveResourceAsInputStream(ClassResolver, String) - Static method in class org.apache.camel.support.ResourceHelper
Resolves the resource.
resolveResourceAsUrl(ClassResolver, String) - Static method in class org.apache.camel.support.ResourceHelper
Resolves the resource.
resolveRestHostName(String, RestConfiguration) - Static method in class org.apache.camel.support.RestComponentHelper
Sets the Rest consumer host based on RestConfiguration
ResolverHelper - Class in org.apache.camel.support
Some helper methods for new resolvers (like ComponentResolver, DataFormatResolver, etc.).
ResolverHelper.LookupExceptionHandler - Class in org.apache.camel.support
 
resolveScheme(String) - Static method in class org.apache.camel.support.ExchangeHelper
Resolve the component scheme (aka name) from the given endpoint uri
RESOURCE - Static variable in class org.apache.camel.support.LanguageSupport
 
ResourceEndpoint - Class in org.apache.camel.component
A useful base class for endpoints which depend on a resource such as things like Velocity or XQuery based components.
ResourceEndpoint() - Constructor for class org.apache.camel.component.ResourceEndpoint
 
ResourceEndpoint(String, Component, String) - Constructor for class org.apache.camel.component.ResourceEndpoint
 
ResourceHelper - Class in org.apache.camel.support
Helper class for loading resources on the classpath or file system.
RestComponentHelper - Class in org.apache.camel.support
Helper class for rest-dsl components.
RestConsumerContextPathMatcher - Class in org.apache.camel.support
A context path matcher when using rest-dsl that allows components to reuse the same matching logic.
RestConsumerContextPathMatcher.ConsumerPath<T> - Interface in org.apache.camel.support
Consumer path details which must be implemented and provided by the components.
RestProducerFactoryHelper - Class in org.apache.camel.support
Helper for creating configured Components used by the RestProducerFactory contract.
ResultBuilder - Class in org.apache.camel.component.extension.verifier
 
ResultBuilder() - Constructor for class org.apache.camel.component.extension.verifier.ResultBuilder
 
ResultErrorBuilder - Class in org.apache.camel.component.extension.verifier
 
ResultErrorBuilder() - Constructor for class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
ResultErrorHelper - Class in org.apache.camel.component.extension.verifier
Helper that validates component parameters.
ResultInterceptor - Interface in org.apache.camel.support.component
Intercepts API method invocation result Exchange.
resumeOrStartConsumer(Consumer) - Method in class org.apache.camel.support.RoutePolicySupport
Resumes or starts the consumer.
resumeRoute(Route) - Method in class org.apache.camel.support.RoutePolicySupport
 
rollback(Consumer, Endpoint, int, Exception) - Method in class org.apache.camel.support.DefaultPollingConsumerPollStrategy
 
routeIdExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an Expression for the route id
RoutePolicySupport - Class in org.apache.camel.support
A base class for developing custom RoutePolicy implementations.
RoutePolicySupport() - Constructor for class org.apache.camel.support.RoutePolicySupport
 
run() - Method in class org.apache.camel.support.ScheduledPollConsumer
Invoked whenever we should be polled
run() - Method in class org.apache.camel.support.TimerListenerManager
 

S

schedule(Runnable) - Static method in class org.apache.camel.support.ReactiveHelper
Deprecated.
 
schedule(Runnable, String) - Static method in class org.apache.camel.support.ReactiveHelper
Deprecated.
 
ScheduledBatchPollingConsumer - Class in org.apache.camel.support
A useful base class for any consumer which is polling batch based
ScheduledBatchPollingConsumer(Endpoint, Processor) - Constructor for class org.apache.camel.support.ScheduledBatchPollingConsumer
 
ScheduledBatchPollingConsumer(Endpoint, Processor, ScheduledExecutorService) - Constructor for class org.apache.camel.support.ScheduledBatchPollingConsumer
 
ScheduledPollConsumer - Class in org.apache.camel.support
A useful base class for any consumer which is polling based
ScheduledPollConsumer(Endpoint, Processor) - Constructor for class org.apache.camel.support.ScheduledPollConsumer
 
ScheduledPollConsumer(Endpoint, Processor, ScheduledExecutorService) - Constructor for class org.apache.camel.support.ScheduledPollConsumer
 
ScheduledPollEndpoint - Class in org.apache.camel.support
A base class for Endpoint which creates a ScheduledPollConsumer
ScheduledPollEndpoint(String, Component) - Constructor for class org.apache.camel.support.ScheduledPollEndpoint
 
ScheduledPollEndpoint() - Constructor for class org.apache.camel.support.ScheduledPollEndpoint
 
scheduleLast(Runnable, String) - Static method in class org.apache.camel.support.ReactiveHelper
Deprecated.
not in use
scheduleMain(Runnable) - Static method in class org.apache.camel.support.ReactiveHelper
Deprecated.
 
scheduleMain(Runnable, String) - Static method in class org.apache.camel.support.ReactiveHelper
Deprecated.
 
schedulePoll() - Method in class org.apache.camel.support.DefaultTimeoutMap
lets schedule each time to allow folks to change the time at runtime
scheduleSync(Runnable) - Static method in class org.apache.camel.support.ReactiveHelper
Deprecated.
 
scheduleSync(Runnable, String) - Static method in class org.apache.camel.support.ReactiveHelper
Deprecated.
 
scheduleTask(Runnable) - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
scope(ComponentVerifierExtension.Scope) - Method in class org.apache.camel.component.extension.verifier.ResultBuilder
 
ScriptHelper - Class in org.apache.camel.support
 
select(Collection<CamelClusterService>) - Method in class org.apache.camel.support.cluster.ClusterServiceSelectors.SelectByAttribute
 
select(Collection<CamelClusterService>) - Method in class org.apache.camel.support.cluster.ClusterServiceSelectors.SelectByOrder
 
select(Collection<CamelClusterService>) - Method in class org.apache.camel.support.cluster.ClusterServiceSelectors.SelectByType
 
select(Collection<CamelClusterService>) - Method in class org.apache.camel.support.cluster.ClusterServiceSelectors.SelectFirst
 
select(Collection<CamelClusterService>) - Method in class org.apache.camel.support.cluster.ClusterServiceSelectors.SelectSingle
 
SelectByAttribute(String, Object) - Constructor for class org.apache.camel.support.cluster.ClusterServiceSelectors.SelectByAttribute
 
SelectByOrder() - Constructor for class org.apache.camel.support.cluster.ClusterServiceSelectors.SelectByOrder
 
SelectByType(Class<? extends CamelClusterService>) - Constructor for class org.apache.camel.support.cluster.ClusterServiceSelectors.SelectByType
 
SelectFirst() - Constructor for class org.apache.camel.support.cluster.ClusterServiceSelectors.SelectFirst
 
SelectSingle() - Constructor for class org.apache.camel.support.cluster.ClusterServiceSelectors.SelectSingle
 
sendNotification(Notification) - Method in class org.apache.camel.support.management.NotificationSenderAdapter
 
SEPARATOR - Static variable in class org.apache.camel.support.jndi.JndiContext
 
setAction(String) - Method in class org.apache.camel.support.processor.ThroughputLogger
 
setAllowNullValues(boolean) - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
 
setApiHelpers(Map<E, ApiMethodHelper<? extends ApiMethod>>) - Method in class org.apache.camel.support.component.ApiCollection
 
setApiMethods(Map<Class<? extends ApiMethod>, E>) - Method in class org.apache.camel.support.component.ApiCollection
 
setAttribute(String, Object) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
 
setAttributes(Map<String, Object>) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
 
setBackoffErrorThreshold(int) - Method in class org.apache.camel.support.ScheduledPollConsumer
 
setBackoffErrorThreshold(int) - Method in class org.apache.camel.support.ScheduledPollEndpoint
The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.
setBackoffIdleThreshold(int) - Method in class org.apache.camel.support.ScheduledPollConsumer
 
setBackoffIdleThreshold(int) - Method in class org.apache.camel.support.ScheduledPollEndpoint
The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.
setBackoffMultiplier(int) - Method in class org.apache.camel.support.ScheduledPollConsumer
 
setBackoffMultiplier(int) - Method in class org.apache.camel.support.ScheduledPollEndpoint
To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.
setBasicPropertyBinding(boolean) - Method in class org.apache.camel.support.DefaultComponent
Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities.
setBasicPropertyBinding(boolean) - Method in class org.apache.camel.support.DefaultEndpoint
Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities.
setBlockTimeout(long) - Method in class org.apache.camel.support.EventDrivenPollingConsumer
 
setBlockWhenFull(boolean) - Method in class org.apache.camel.support.EventDrivenPollingConsumer
 
setBody(Object) - Method in class org.apache.camel.support.MessageSupport
 
setBody(Object, Class<T>) - Method in class org.apache.camel.support.MessageSupport
 
setBody(Object, DataType) - Method in class org.apache.camel.support.MessageSupport
 
setBridgeErrorHandler(boolean) - Method in class org.apache.camel.support.DefaultComponent
Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.
setBridgeErrorHandler(boolean) - Method in class org.apache.camel.support.DefaultEndpoint
Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.
setCache(Map<String, Object>) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
 
setCacheSize(int) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
Sets the 1st-level cache size.
setCacheSize(int) - Method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
 
setCamelContext(CamelContext) - Method in class org.apache.camel.component.extension.metadata.AbstractMetaDataExtension
 
setCamelContext(CamelContext) - Method in class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
 
setCamelContext(CamelContext) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
 
setCamelContext(CamelContext) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterView
 
setCamelContext(CamelContext) - Method in class org.apache.camel.support.DefaultComponent
 
setCamelContext(CamelContext) - Method in class org.apache.camel.support.DefaultEndpoint
 
setCamelContext(CamelContext) - Method in class org.apache.camel.support.DefaultRegistry
 
setCamelContext(CamelContext) - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
setCamelContext(CamelContext) - Method in class org.apache.camel.support.ExpressionToPredicateAdapter
 
setCamelContext(CamelContext) - Method in class org.apache.camel.support.LanguageSupport
 
setCamelContext(CamelContext) - Method in class org.apache.camel.support.MessageSupport
 
setCamelContext(CamelContext) - Method in class org.apache.camel.support.processor.MarshalProcessor
 
setCamelContext(CamelContext) - Method in class org.apache.camel.support.processor.UnmarshalProcessor
 
setCamelContext(CamelContext) - Method in class org.apache.camel.support.TimerListenerManager
 
setCaseInsensitive(boolean) - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
Sets the caseInsensitive property which is a boolean to determine whether header names should be case insensitive when checking it with the filter set.
setClassLoader(ClassLoader) - Method in class org.apache.camel.support.component.ApiMethodParser
 
setComponent(Component) - Method in class org.apache.camel.component.extension.metadata.AbstractMetaDataExtension
 
setComponent(Component) - Method in class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
 
setComponent(Component) - Method in class org.apache.camel.support.DefaultEndpoint
 
setConcurrentTasks(int) - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
setConfiguration(T) - Method in class org.apache.camel.support.component.AbstractApiComponent
 
setContentCache(boolean) - Method in class org.apache.camel.component.ResourceEndpoint
Sets whether to use resource content cache or not.
setContext(Context) - Method in class org.apache.camel.support.jndi.JndiBeanRepository
 
setDataType(DataType) - Method in class org.apache.camel.support.MessageSupport
 
setDelay(long) - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
setDelay(long) - Method in class org.apache.camel.support.ScheduledPollConsumer
 
setDelay(long) - Method in class org.apache.camel.support.ScheduledPollEndpoint
Milliseconds before the next poll.
setDropOldestFileStore(long) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
Sets the number of oldest entries to drop from the file store when the maximum capacity is hit to reduce disk space to allow room for new entries.
setEndpointHeaderFilterStrategy(Endpoint) - Method in class org.apache.camel.support.HeaderFilterStrategyComponent
Sets the header filter strategy to use from the given endpoint if the endpoint is a HeaderFilterStrategyAware type.
setEndpointUri(String) - Method in class org.apache.camel.support.DefaultEndpoint
Sets the URI that created this endpoint.
setEndpointUriIfNotSpecified(String) - Method in class org.apache.camel.support.DefaultEndpoint
Sets the endpointUri if it has not been specified yet via some kind of dependency injection mechanism.
setErrorHandlerHandled(Boolean) - Method in class org.apache.camel.support.DefaultExchange
 
setException(Throwable) - Method in class org.apache.camel.support.DefaultExchange
 
setExceptionHandler(ExceptionHandler) - Method in class org.apache.camel.support.DefaultConsumer
 
setExceptionHandler(ExceptionHandler) - Method in class org.apache.camel.support.DefaultEndpoint
To let the consumer use a custom ExceptionHandler.
setExceptionHandler(ExceptionHandler) - Method in class org.apache.camel.support.PollingConsumerSupport
 
setExceptionHandler(ExceptionHandler) - Method in class org.apache.camel.support.RoutePolicySupport
 
setExchange(Exchange) - Method in class org.apache.camel.support.MessageSupport
 
setExchangeId(String) - Method in class org.apache.camel.support.DefaultExchange
 
setExchangePattern(ExchangePattern) - Method in class org.apache.camel.support.DefaultEndpoint
Sets the default exchange pattern when creating an exchange.
setExpireTime(long) - Method in class org.apache.camel.support.TimeoutMapEntry
 
setFailureHandled(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Sets the exchange to be failure handled.
setFallbackRegistry(Registry) - Method in class org.apache.camel.support.DefaultRegistry
To use a custom Registry as fallback.
setFileStore(File) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
 
setFilterOnMatch(boolean) - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
Sets the filterOnMatch property which is a boolean to determine what to do when a pattern or filter set is matched.
setFromEndpoint(Endpoint) - Method in class org.apache.camel.support.DefaultExchange
 
setFromRouteId(String) - Method in class org.apache.camel.support.DefaultExchange
 
setGreedy(boolean) - Method in class org.apache.camel.support.ScheduledPollConsumer
 
setGreedy(boolean) - Method in class org.apache.camel.support.ScheduledPollEndpoint
If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.
setGroupDelay(long) - Method in class org.apache.camel.support.processor.ThroughputLogger
 
setGroupInterval(Long) - Method in class org.apache.camel.support.processor.ThroughputLogger
 
setGroupSize(Integer) - Method in class org.apache.camel.support.processor.ThroughputLogger
 
setHeader(String, Object) - Method in class org.apache.camel.support.DefaultMessage
 
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.support.HeaderFilterStrategyComponent
To use a custom HeaderFilterStrategy to filter header to and from Camel message.
setHeaders(Map<String, Object>) - Method in class org.apache.camel.support.DefaultMessage
 
setHistoryNodeId(String) - Method in class org.apache.camel.support.DefaultExchange
 
setHistoryNodeLabel(String) - Method in class org.apache.camel.support.DefaultExchange
 
setId(String) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
 
setId(String) - Method in class org.apache.camel.support.processor.CamelLogProcessor
 
setId(String) - Method in class org.apache.camel.support.processor.MarshalProcessor
 
setId(String) - Method in class org.apache.camel.support.processor.ThroughputLogger
 
setId(String) - Method in class org.apache.camel.support.processor.UnmarshalProcessor
 
setIgnoreCamelContextEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
 
setIgnoreExchangeCompletedEvent(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
 
setIgnoreExchangeCreatedEvent(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
 
setIgnoreExchangeEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
 
setIgnoreExchangeFailedEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
 
setIgnoreExchangeRedeliveryEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
 
setIgnoreExchangeSendingEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
 
setIgnoreExchangeSentEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
 
setIgnoreRouteEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
 
setIgnoreServiceEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
 
setIgnoreStepEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
 
setIn(Message) - Method in class org.apache.camel.support.DefaultExchange
 
setInBody(String) - Method in class org.apache.camel.support.component.AbstractApiEndpoint
Sets the name of a parameter to be passed in the exchange In Body.
setIncludeInvalidBoolean(boolean) - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
 
setIncludeInvalidEnum(boolean) - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
 
setIncludeInvalidInteger(boolean) - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
 
setIncludeInvalidNumber(boolean) - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
 
setIncludeRequired(boolean) - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
 
setIncludeUnknown(boolean) - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
 
setInFilter(Set<String>) - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
Sets the "in" direction filter set.
setInFilterPattern(String) - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
Sets the "in" direction filter regular expression Pattern.
setInFilterPattern(Pattern) - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
Sets the "in" direction filter regular expression Pattern.
setInitialDelay(long) - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
setInitialDelay(long) - Method in class org.apache.camel.support.ScheduledPollConsumer
 
setInitialDelay(long) - Method in class org.apache.camel.support.ScheduledPollEndpoint
Milliseconds before the first poll starts.
setInterrupted(boolean) - Method in class org.apache.camel.support.DefaultExchange
 
setInterruptedExceptionHandler(ExceptionHandler) - Method in class org.apache.camel.support.EventDrivenPollingConsumer
 
setInterval(long) - Method in class org.apache.camel.support.TimerListenerManager
Sets the interval in millis.
setLazyStartProducer(boolean) - Method in class org.apache.camel.support.DefaultComponent
Whether the producer should be started lazy (on the first message).
setLazyStartProducer(boolean) - Method in class org.apache.camel.support.DefaultEndpoint
Whether the producer should be started lazy (on the first message).
setLevel(LoggingLevel) - Method in class org.apache.camel.support.processor.CamelLogProcessor
 
setLogName(String) - Method in class org.apache.camel.support.processor.CamelLogProcessor
 
setLowerCase(boolean) - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
Sets the isLowercase property which is a boolean to determine whether header names should be converted to lower case before checking it with the filter Set.
setLRUCacheFactory(LRUCacheFactory) - Static method in class org.apache.camel.support.LRUCacheFactory
Use this to set a specific LRUCacheFactory instance, such as before starting Camel, that then avoids doing auto discovery of the cache factory via classpath.
setMarker(String) - Method in class org.apache.camel.support.processor.CamelLogProcessor
 
setMaskingFormatter(MaskingFormatter) - Method in class org.apache.camel.support.processor.CamelLogProcessor
 
setMaskJson(boolean) - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
 
setMaskKeyValue(boolean) - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
 
setMaskString(String) - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
 
setMaskXmlElement(boolean) - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
 
setMaxChars(int) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
Limits the number of characters logged per line.
setMaxFileStoreSize(long) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
Sets the maximum file size for the file store in bytes.
setMaxMessagesPerPoll(int) - Method in class org.apache.camel.support.ScheduledBatchPollingConsumer
 
setMessage(Message) - Method in class org.apache.camel.support.DefaultExchange
 
setMessageId(String) - Method in class org.apache.camel.support.MessageSupport
 
setMultiline(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
If enabled then each information is outputted on a newline.
setNotifyEvent(boolean) - Method in class org.apache.camel.support.DefaultExchange
 
setNumberFormat(NumberFormat) - Method in class org.apache.camel.support.processor.ThroughputLogger
 
setOrder(int) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
 
setOut(Message) - Method in class org.apache.camel.support.DefaultExchange
 
setOutFilter(Set<String>) - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
Sets the "out" direction filter set.
setOutFilterPattern(String) - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
Sets the "out" direction filter regular expression Pattern.
setOutFilterPattern(Pattern) - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
Sets the "out" direction filter regular expression Pattern.
setPattern(ExchangePattern) - Method in class org.apache.camel.support.DefaultExchange
 
setPollingConsumerBlockTimeout(long) - Method in class org.apache.camel.support.DefaultEndpoint
Sets the timeout in millis to use when adding to the internal queue off when EventDrivenPollingConsumer is being used.
setPollingConsumerBlockWhenFull(boolean) - Method in class org.apache.camel.support.DefaultEndpoint
Set whether to block when adding to the internal queue off when EventDrivenPollingConsumer is being used.
setPollingConsumerQueueSize(int) - Method in class org.apache.camel.support.DefaultEndpoint
Sets the PollingConsumer queue size, when EventDrivenPollingConsumer is being used.
setPollStrategy(PollingConsumerPollStrategy) - Method in class org.apache.camel.support.ScheduledPollConsumer
 
setPollStrategy(PollingConsumerPollStrategy) - Method in class org.apache.camel.support.ScheduledPollEndpoint
A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation to control error handling usually occurred during the poll operation before an Exchange have been created and being routed in Camel.
setProcessor(AsyncProcessor) - Method in class org.apache.camel.support.processor.DelegateAsyncProcessor
 
setProcessor(Processor) - Method in class org.apache.camel.support.processor.DelegateAsyncProcessor
 
setProcessor(Processor) - Method in class org.apache.camel.support.processor.DelegateProcessor
 
setProcessor(Processor) - Method in class org.apache.camel.support.ProcessorEndpoint
 
setProperties(T, Map<String, Object>) - Method in class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
 
setProperties(T, String, Map<String, Object>) - Method in class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
 
setProperties(Endpoint, Map<String, Object>) - Method in class org.apache.camel.support.DefaultComponent
Configure an endpoint using the given parameters.
setProperties(Object, Map<String, Object>) - Method in class org.apache.camel.support.DefaultComponent
Sets the bean properties on the given bean
setProperties(CamelContext, Object, Map<String, Object>) - Method in class org.apache.camel.support.DefaultComponent
Sets the bean properties on the given bean using the given CamelContext.
setProperties(Object, Map<String, Object>) - Method in class org.apache.camel.support.DefaultEndpoint
Sets the bean properties on the given bean.
setProperties(Map<String, Object>) - Method in class org.apache.camel.support.DefaultExchange
 
setProperties(CamelContext, Object, Map<String, Object>) - Static method in class org.apache.camel.support.EndpointHelper
Deprecated.
use PropertyBindingSupport
setProperties(Object, Map<String, Object>, String, boolean) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
setProperties(Object, Map<String, Object>, String) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
setProperties(CamelContext, TypeConverter, Object, Map<String, Object>) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
setProperties(TypeConverter, Object, Map<String, Object>) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
setProperties(Object, Map<String, Object>) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
setProperty(CamelContext, Object, String, Object) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
 
setProperty(String, Object) - Method in class org.apache.camel.support.DefaultExchange
 
setProperty(CamelContext, TypeConverter, Object, String, Object, String, boolean) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
This method supports three modes to set a property: 1.
setProperty(CamelContext, TypeConverter, Object, String, Object, String, boolean, boolean, boolean) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
This method supports three modes to set a property: 1.
setProperty(CamelContext, Object, String, Object) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
 
setProperty(CamelContext, TypeConverter, Object, String, Object) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
 
setProperty(TypeConverter, Object, String, Object) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
 
setProperty(Object, String, Object, boolean) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
setProperty(Object, String, Object) - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
setRedeliveryExhausted(boolean) - Method in class org.apache.camel.support.DefaultExchange
 
setReferenceProperties(CamelContext, Object, Map<String, Object>) - Static method in class org.apache.camel.support.EndpointHelper
Deprecated.
use PropertyBindingSupport
setRepeatCount(long) - Method in class org.apache.camel.support.ScheduledPollConsumer
 
setRepeatCount(long) - Method in class org.apache.camel.support.ScheduledPollEndpoint
Specifies a maximum limit of number of fires.
setResourceUri(String) - Method in class org.apache.camel.component.ResourceEndpoint
Path to the resource.
setResult(T) - Method in class org.apache.camel.support.AsyncCallbackToCompletableFutureAdapter
 
setRollbackOnly(boolean) - Method in class org.apache.camel.support.DefaultExchange
 
setRollbackOnlyLast(boolean) - Method in class org.apache.camel.support.DefaultExchange
 
setRoute(Route) - Method in class org.apache.camel.support.DefaultConsumer
 
setRouteId(String) - Method in class org.apache.camel.support.DefaultConsumer
 
setRouteId(String) - Method in class org.apache.camel.support.processor.CamelLogProcessor
 
setRouteId(String) - Method in class org.apache.camel.support.processor.MarshalProcessor
 
setRouteId(String) - Method in class org.apache.camel.support.processor.ThroughputLogger
 
setRouteId(String) - Method in class org.apache.camel.support.processor.UnmarshalProcessor
 
setRouteStop(boolean) - Method in class org.apache.camel.support.DefaultExchange
 
setRunLoggingLevel(LoggingLevel) - Method in class org.apache.camel.support.ScheduledPollConsumer
 
setRunLoggingLevel(LoggingLevel) - Method in class org.apache.camel.support.ScheduledPollEndpoint
The consumer logs a start/complete log line when it polls.
setScheduledExecutorService(ScheduledExecutorService) - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
setScheduledExecutorService(ScheduledExecutorService) - Method in class org.apache.camel.support.ScheduledPollConsumer
 
setScheduledExecutorService(ScheduledExecutorService) - Method in class org.apache.camel.support.ScheduledPollEndpoint
Allows for configuring a custom/shared thread pool to use for the consumer.
setScheduler(ScheduledPollConsumerScheduler) - Method in class org.apache.camel.support.ScheduledPollConsumer
 
setScheduler(String) - Method in class org.apache.camel.support.ScheduledPollEndpoint
Allow to plugin a custom org.apache.camel.spi.ScheduledPollConsumerScheduler to use as the scheduler for firing when the polling consumer runs.
setSchedulerProperties(Map<String, Object>) - Method in class org.apache.camel.support.ScheduledPollConsumer
 
setSchedulerProperties(Map<String, Object>) - Method in class org.apache.camel.support.ScheduledPollEndpoint
To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.
setSendEmptyMessageWhenIdle(boolean) - Method in class org.apache.camel.support.ScheduledPollConsumer
 
setSendEmptyMessageWhenIdle(boolean) - Method in class org.apache.camel.support.ScheduledPollEndpoint
If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.
setShowAll(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
Quick option for turning all options on.
setShowBody(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
 
setShowBodyType(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
Show the body Java type.
setShowCaughtException(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
If the exchange has a caught exception, show the exception message (no stack trace).
setShowException(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
If the exchange has an exception, show the exception message (no stacktrace)
setShowExchangeId(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
Show the unique exchange ID.
setShowExchangePattern(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
Shows the Message Exchange Pattern (or MEP for short).
setShowFiles(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
If enabled Camel will output files
setShowFuture(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
If enabled Camel will on Future objects wait for it to complete to obtain the payload to be logged.
setShowHeaders(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
Show the message headers.
setShowProperties(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
Show the exchange properties.
setShowStackTrace(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
Show the stack trace, if an exchange has an exception.
setShowStreams(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
Whether Camel should show stream bodies or not (eg such as java.io.InputStream).
setSignatures(List<String>) - Method in class org.apache.camel.support.component.ApiMethodParser
 
setSkipBodyLineSeparator(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
Whether to skip line separators when logging the message body.
setSplitResult(boolean) - Method in class org.apache.camel.support.component.AbstractApiConsumer
 
setStartScheduler(boolean) - Method in class org.apache.camel.support.ScheduledPollConsumer
 
setStartScheduler(boolean) - Method in class org.apache.camel.support.ScheduledPollEndpoint
Whether the scheduler should be auto started.
setStyle(DefaultExchangeFormatter.OutputStyle) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
Sets the outputs style to use.
setSynchronous(boolean) - Method in class org.apache.camel.support.DefaultEndpoint
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).
setTimeout(int) - Method in class org.apache.camel.support.DefaultScheduledPollConsumer
Sets a timeout to use with PollingConsumer.
setTimeout(long) - Method in class org.apache.camel.support.TimeoutMapEntry
 
setTimeUnit(TimeUnit) - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
setTimeUnit(TimeUnit) - Method in class org.apache.camel.support.ScheduledPollConsumer
 
setTimeUnit(TimeUnit) - Method in class org.apache.camel.support.ScheduledPollEndpoint
Time unit for initialDelay and delay options.
setTransacted(boolean) - Method in class org.apache.camel.support.DefaultExchange
 
setUnitOfWork(UnitOfWork) - Method in class org.apache.camel.support.DefaultExchange
 
setupComponent(String, CamelContext, Map<String, Object>) - Static method in class org.apache.camel.support.RestProducerFactoryHelper
 
setupComponentFor(String, CamelContext, Map<String, Object>) - Static method in class org.apache.camel.support.RestProducerFactoryHelper
 
setUseFixedDelay(boolean) - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
setUseFixedDelay(boolean) - Method in class org.apache.camel.support.ScheduledPollConsumer
 
setUseFixedDelay(boolean) - Method in class org.apache.camel.support.ScheduledPollEndpoint
Controls if fixed delay or fixed rate is used.
setValue(V) - Method in class org.apache.camel.support.TimeoutMapEntry
 
shutdown() - Method in class org.apache.camel.support.ChildServiceSupport
 
shutdownRunningTask - Variable in class org.apache.camel.support.ScheduledBatchPollingConsumer
 
simpleExpression(String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
 
SimpleRegistry - Class in org.apache.camel.support
A Map-based registry.
SimpleRegistry() - Constructor for class org.apache.camel.support.SimpleRegistry
 
SimpleTypeConverter - Class in org.apache.camel.support
Another base class for TypeConverter implementations.
SimpleTypeConverter(boolean, SimpleTypeConverter.ConversionMethod) - Constructor for class org.apache.camel.support.SimpleTypeConverter
 
SimpleTypeConverter.ConversionMethod - Interface in org.apache.camel.support
 
SimpleUuidGenerator - Class in org.apache.camel.support
This implementation uses a counter which increments by one.
SimpleUuidGenerator() - Constructor for class org.apache.camel.support.SimpleUuidGenerator
 
single() - Static method in class org.apache.camel.support.cluster.ClusterServiceSelectors
 
size() - Method in class org.apache.camel.support.DefaultTimeoutMap
 
skipFirstExpression(Expression) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression that skips the first element
sort(Comparator<?>) - Method in class org.apache.camel.support.builder.ValueBuilder
Sorts the current value using the given comparator.
sortExpression(Expression, Comparator) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns a sort expression which will sort the expression with the given comparator.
splitResult(Object) - Method in class org.apache.camel.support.component.AbstractApiConsumer
 
splitResult(Object) - Method in class org.apache.camel.support.component.AbstractApiProducer
 
splitResult(Object) - Method in interface org.apache.camel.support.component.ResultInterceptor
Split a complex result into result elements.
start() - Method in class org.apache.camel.support.ChildServiceSupport
 
start() - Method in class org.apache.camel.support.management.MBeanInfoAssembler
 
start() - Method in class org.apache.camel.support.SynchronousDelegateProducer
 
startConsumer(Consumer) - Method in class org.apache.camel.support.RoutePolicySupport
Starts the consumer.
startRoute(Route) - Method in class org.apache.camel.support.RoutePolicySupport
 
startScheduler() - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
startScheduler() - Method in class org.apache.camel.support.ScheduledPollConsumer
Starts the scheduler.
startsWith(Expression, Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
 
startsWith(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
 
startToken - Variable in class org.apache.camel.support.builder.TokenPairExpressionIterator
 
startView(String) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
 
status(ComponentVerifierExtension.Result.Status) - Method in class org.apache.camel.component.extension.verifier.ResultBuilder
 
stepIdExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns the expression for the current step id (if any)
stop() - Method in class org.apache.camel.support.ChildServiceSupport
 
stop() - Static method in class org.apache.camel.support.IntrospectionSupport
Deprecated.
CamelContext should call this stop method when its stopping.
stop() - Method in class org.apache.camel.support.management.MBeanInfoAssembler
 
stop() - Method in class org.apache.camel.support.SynchronousDelegateProducer
 
stopConsumer(Consumer) - Method in class org.apache.camel.support.RoutePolicySupport
Stops the consumer.
stopRoute(Route) - Method in class org.apache.camel.support.RoutePolicySupport
 
stopRoute(Route, long, TimeUnit) - Method in class org.apache.camel.support.RoutePolicySupport
 
stopRouteAsync(Route) - Method in class org.apache.camel.support.RoutePolicySupport
Allows to stop a route asynchronously using a separate background thread which can allow any current in-flight exchange to complete while the route is being shutdown.
stopView(String) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
 
StreamCacheConverter - Class in org.apache.camel.converter.stream
A set of Converter methods for wrapping stream-based messages in a StreamCache implementation to ensure message re-readability (eg multicasting, retrying)
StreamCacheConverterLoader - Class in org.apache.camel.converter.stream
Generated by camel build tools - do NOT edit this file!
StreamCacheConverterLoader() - Constructor for class org.apache.camel.converter.stream.StreamCacheConverterLoader
 
Substitution(String, String, String) - Constructor for class org.apache.camel.support.component.ArgumentSubstitutionParser.Substitution
Creates a substitution for all argument types.
Substitution(String, String, String, String) - Constructor for class org.apache.camel.support.component.ArgumentSubstitutionParser.Substitution
Creates a substitution for a specific argument type.
Substitution(String, String, String, String, boolean) - Constructor for class org.apache.camel.support.component.ArgumentSubstitutionParser.Substitution
Create a substitution for a specific argument type and flag to indicate whether the replacement uses
suspendOrStopConsumer(Consumer) - Method in class org.apache.camel.support.RoutePolicySupport
Suspends or stops the consumer.
suspendRoute(Route) - Method in class org.apache.camel.support.RoutePolicySupport
 
suspendRoute(Route, long, TimeUnit) - Method in class org.apache.camel.support.RoutePolicySupport
 
SynchronizationAdapter - Class in org.apache.camel.support
Simple Synchronization adapter with empty methods for easier overriding of single methods.
SynchronizationAdapter() - Constructor for class org.apache.camel.support.SynchronizationAdapter
 
SynchronousDelegateProducer - Class in org.apache.camel.support
To process the delegated producer in synchronous mode.
SynchronousDelegateProducer(Producer) - Constructor for class org.apache.camel.support.SynchronousDelegateProducer
 
SYSTEM_PROPERTIES_NAMESPACE - Static variable in class org.apache.camel.support.builder.Namespaces
 
systemEnvironmentExpression(String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for a system environment value with the given name
systemEnvironmentExpression(String, String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for a system environment value with the given name
systemEnvironmentExpression(Expression, Expression) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for a system environment value with the given name
systemPropertyExpression(String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for a system property value with the given name
systemPropertyExpression(String, String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for a system property value with the given name
systemPropertyExpression(Expression, Expression) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for a system property value with the given name

T

tagToken - Variable in class org.apache.camel.support.builder.TokenXMLExpressionIterator
 
threadNameExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns the expression for the current thread name
ThroughputLogger - Class in org.apache.camel.support.processor
A logger for logging message throughput.
ThroughputLogger(CamelLogger) - Constructor for class org.apache.camel.support.processor.ThroughputLogger
 
ThroughputLogger(CamelLogger, Integer) - Constructor for class org.apache.camel.support.processor.ThroughputLogger
 
ThroughputLogger(CamelLogger, CamelContext, Long, Long, Boolean) - Constructor for class org.apache.camel.support.processor.ThroughputLogger
 
TimeoutMapEntry<K,V> - Class in org.apache.camel.support
Represents an entry in a TimeoutMap
TimeoutMapEntry(K, V, long) - Constructor for class org.apache.camel.support.TimeoutMapEntry
 
TimerListenerManager - Class in org.apache.camel.support
A TimerListener manager which triggers the TimerListener listeners once every second.
TimerListenerManager() - Constructor for class org.apache.camel.support.TimerListenerManager
 
toExpression(Predicate) - Static method in class org.apache.camel.support.PredicateToExpressionAdapter
Converts the given predicate into an Expression
tokenize() - Method in class org.apache.camel.support.builder.ValueBuilder
 
tokenize(String) - Method in class org.apache.camel.support.builder.ValueBuilder
 
tokenize(String, int, boolean) - Method in class org.apache.camel.support.builder.ValueBuilder
 
tokenize(String, String, boolean) - Method in class org.apache.camel.support.builder.ValueBuilder
 
tokenizeExpression(Expression, String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns a tokenize expression which will tokenize the string with the given token
tokenizeExpression(Expression, Expression) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns a tokenize expression which will tokenize the string with the given token
tokenizePairExpression(String, String, boolean) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an TokenPairExpressionIterator expression
tokenizeXMLAwareExpression(String, char) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
 
tokenizeXMLAwareExpression(String, char, int) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
 
tokenizeXMLAwareExpression(String, char, int, Namespaces) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
 
tokenizeXMLAwareExpression(String, String, char, int, Namespaces) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
 
tokenizeXMLExpression(String, String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an TokenXMLExpressionIterator expression
TokenPairExpressionIterator - Class in org.apache.camel.support.builder
Expression to walk a Message body using an Iterator, which grabs the content between a start and end token.
TokenPairExpressionIterator(String, String, boolean) - Constructor for class org.apache.camel.support.builder.TokenPairExpressionIterator
 
TokenXMLExpressionIterator - Class in org.apache.camel.support.builder
Expression to walk a Message XML body using an Iterator, which grabs the content between a XML start and end token, where the end token corresponds implicitly to either the end tag or the self-closing start tag.
TokenXMLExpressionIterator(String, String) - Constructor for class org.apache.camel.support.builder.TokenXMLExpressionIterator
 
toPredicate(Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
Converts the given expression into an Predicate
toPredicate(Expression) - Static method in class org.apache.camel.support.ExpressionToPredicateAdapter
Converts the given expression into an Predicate
toString() - Method in class org.apache.camel.component.extension.verifier.DefaultResult
 
toString() - Method in class org.apache.camel.component.extension.verifier.DefaultResultVerificationError
 
toString() - Method in class org.apache.camel.converter.stream.CachedOutputStream
 
toString() - Method in class org.apache.camel.support.builder.BinaryPredicateSupport
 
toString() - Method in class org.apache.camel.support.builder.TokenPairExpressionIterator
 
toString() - Method in class org.apache.camel.support.builder.ValueBuilder
 
toString() - Method in class org.apache.camel.support.component.ApiMethodArg
 
toString() - Method in class org.apache.camel.support.component.ApiMethodImpl
 
toString() - Method in class org.apache.camel.support.component.ApiMethodParser.ApiMethodModel
 
toString() - Method in class org.apache.camel.support.DefaultConsumer
 
toString() - Method in class org.apache.camel.support.DefaultEndpoint
 
toString() - Method in class org.apache.camel.support.DefaultExchange
 
toString() - Method in class org.apache.camel.support.DefaultExchangeHolder
 
toString() - Method in class org.apache.camel.support.DefaultMessageHistory
 
toString() - Method in class org.apache.camel.support.DefaultProducer
 
toString() - Method in class org.apache.camel.support.ExpressionToPredicateAdapter
 
toString() - Method in class org.apache.camel.support.MessageSupport
 
toString() - Method in class org.apache.camel.support.NormalizedUri
 
toString() - Method in class org.apache.camel.support.PollingConsumerSupport
 
toString() - Method in class org.apache.camel.support.PredicateToExpressionAdapter
 
toString() - Method in class org.apache.camel.support.processor.CamelLogProcessor
 
toString() - Method in class org.apache.camel.support.processor.DelegateAsyncProcessor
 
toString() - Method in class org.apache.camel.support.processor.DelegateProcessor
 
toString() - Method in class org.apache.camel.support.processor.DelegateSyncProcessor
 
toString() - Method in class org.apache.camel.support.processor.MarshalProcessor
 
toString() - Method in class org.apache.camel.support.processor.PredicateValidatingProcessor
 
toString() - Method in class org.apache.camel.support.processor.UnmarshalProcessor
 
toString() - Method in class org.apache.camel.support.SynchronousDelegateProducer
 
toString() - Method in class org.apache.camel.support.TimeoutMapEntry
 
trunkStore() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
Trunks the file store when the max store size is hit by dropping the most oldest entries.
tryConvertTo(CamelContext, Class<T>, Object) - Static method in class org.apache.camel.support.CamelContextHelper
Tried to convert the given value to the requested type
tryConvertTo(Class<T>, Object) - Method in class org.apache.camel.support.SimpleTypeConverter
 
tryConvertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.support.SimpleTypeConverter
 
tryConvertTo(Class<T>, Object) - Method in class org.apache.camel.support.TypeConverterSupport
 
tryConvertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.support.TypeConverterSupport
 
tryLock() - Method in class org.apache.camel.support.NoLock
 
tryLock(long, TimeUnit) - Method in class org.apache.camel.support.NoLock
 
type(Class<? extends CamelClusterService>) - Static method in class org.apache.camel.support.cluster.ClusterServiceSelectors
 
typeCoerceCompare(TypeConverter, Object, Object) - Static method in class org.apache.camel.support.ObjectHelper
A helper method for comparing objects ordering in which it uses type coercion to coerce types between the left and right values.
typeCoerceEquals(TypeConverter, Object, Object) - Static method in class org.apache.camel.support.ObjectHelper
A helper method for comparing objects for equality in which it uses type coercion to coerce types between the left and right values.
typeCoerceEquals(TypeConverter, Object, Object, boolean) - Static method in class org.apache.camel.support.ObjectHelper
A helper method for comparing objects for equality in which it uses type coercion to coerce types between the left and right values.
typeCoerceNotEquals(TypeConverter, Object, Object) - Static method in class org.apache.camel.support.ObjectHelper
A helper method for comparing objects for inequality in which it uses type coercion to coerce types between the left and right values.
typeConverterExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
Returns an expression for the type converter
TypeConverterSupport - Class in org.apache.camel.support
Base class for TypeConverter implementations.
TypeConverterSupport() - Constructor for class org.apache.camel.support.TypeConverterSupport
 

U

unbind(Name) - Method in class org.apache.camel.support.jndi.JndiContext
 
unbind(String) - Method in class org.apache.camel.support.jndi.JndiContext
 
uncompressGzip(String, InputStream) - Static method in class org.apache.camel.support.GZIPHelper
 
UnitOfWorkHelper - Class in org.apache.camel.support
Utility methods for UnitOfWork
unlock() - Method in class org.apache.camel.support.NoLock
 
unmarshal(Exchange, DefaultExchangeHolder) - Static method in class org.apache.camel.support.DefaultExchangeHolder
Transfers the information from the payload to the exchange.
UnmarshalProcessor - Class in org.apache.camel.support.processor
Unmarshals the body of the incoming message using the given data format
UnmarshalProcessor(DataFormat) - Constructor for class org.apache.camel.support.processor.UnmarshalProcessor
 
unscheduleTask() - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
unsupported() - Static method in class org.apache.camel.component.extension.verifier.ResultBuilder
 
unsupportedScope(ComponentVerifierExtension.Scope) - Static method in class org.apache.camel.component.extension.verifier.ResultBuilder
 
updateExpireTime(TimeoutMapEntry<K, V>) - Method in class org.apache.camel.support.DefaultTimeoutMap
 
useIntrospectionOnEndpoint() - Method in class org.apache.camel.support.DefaultComponent
Derived classes may wish to overload this to prevent the default introspection of URI parameters on the created Endpoint instance.
useRawUri() - Method in class org.apache.camel.support.DefaultComponent
 

V

validate() - Method in class org.apache.camel.support.component.ArgumentSubstitutionParser.Substitution
 
validateParameters(String, Map<String, Object>, String) - Method in class org.apache.camel.support.DefaultComponent
Strategy for validation of parameters, that was not able to be resolved to any endpoint options.
validateURI(String, String, Map<String, Object>) - Method in class org.apache.camel.support.DefaultComponent
Strategy for validation of the uri when creating the endpoint.
ValueBuilder - Class in org.apache.camel.support.builder
A builder of expressions or predicates based on values.
ValueBuilder(Expression) - Constructor for class org.apache.camel.support.builder.ValueBuilder
 
valueOf(String) - Static method in enum org.apache.camel.support.component.ApiMethodHelper.MatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.support.processor.DefaultExchangeFormatter.OutputStyle
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.support.component.ApiMethodHelper.MatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.support.processor.DefaultExchangeFormatter.OutputStyle
Returns an array containing the constants of this enum type, in the order they are declared.
verify(ComponentVerifierExtension.Scope, Map<String, Object>) - Method in class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
 
verifyConnectivity(Map<String, Object>) - Method in class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
 
verifyParameters(Map<String, Object>) - Method in class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
 
verifyParametersAgainstCatalog(ResultBuilder, Map<String, Object>) - Method in class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
 
verifyParametersAgainstCatalog(ResultBuilder, Map<String, Object>, CatalogVerifierCustomizer) - Method in class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
 

W

withAllowPrivateSetter(boolean) - Method in class org.apache.camel.support.PropertyBindingSupport.Builder
Whether properties should be filtered by prefix.
withAttribute(String, Object) - Method in class org.apache.camel.component.extension.metadata.MetaDataBuilder
 
withCamelContext(CamelContext) - Method in class org.apache.camel.support.PropertyBindingSupport.Builder
CamelContext to be used
withCode(ComponentVerifierExtension.VerificationError.Code) - Static method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
withCode(String) - Static method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
withCodeAndDescription(ComponentVerifierExtension.VerificationError.Code, String) - Static method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
withConfigurer(PropertyConfigurer) - Method in class org.apache.camel.support.PropertyBindingSupport.Builder
Whether to use the configurer to configure the properties.
withDeepNesting(boolean) - Method in class org.apache.camel.support.PropertyBindingSupport.Builder
Whether deep nesting is in use, where Camel will attempt to walk as deep as possible by creating new objects in the OGNL graph if a property has a setter and the object can be created from a default no-arg constructor.
withException(Exception) - Static method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
withExchange(Exchange) - Static method in class org.apache.camel.support.builder.OutputStreamBuilder
Creates a new OutputStreamBuilder with the current exchange

Use the OutputStreamBuilder.build() when writing to the stream is finished, and you need the result of this operation.

withFluentBuilder(boolean) - Method in class org.apache.camel.support.PropertyBindingSupport.Builder
Whether fluent builder is allowed as a valid getter/setter
withHttpCode(int) - Static method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
withHttpCodeAndText(int, String) - Static method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
withIgnoreCase(boolean) - Method in class org.apache.camel.support.PropertyBindingSupport.Builder
Whether to ignore case in the property names (keys).
withIllegalOption(String) - Static method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
withIllegalOption(String, String) - Static method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
withMandatory(boolean) - Method in class org.apache.camel.support.PropertyBindingSupport.Builder
Whether all parameters should be mandatory and successfully bound
withMissingOption(String) - Static method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
withName(String) - Static method in class org.apache.camel.component.extension.verifier.OptionsGroup
Creates new group with the specified name.
withName(Enum<?>) - Static method in class org.apache.camel.component.extension.verifier.OptionsGroup
Creates new group with the specified name of the given Enum name.
withNameAndOptions(String, String...) - Static method in class org.apache.camel.component.extension.verifier.OptionsGroup
Creates new group with the specified name and option definitions.
withNesting(boolean) - Method in class org.apache.camel.support.PropertyBindingSupport.Builder
Whether nesting is in use
withOptionPrefix(String) - Method in class org.apache.camel.support.PropertyBindingSupport.Builder
Whether properties should be filtered by prefix.
withPayload(Object) - Method in class org.apache.camel.component.extension.metadata.MetaDataBuilder
 
withPlaceholder(boolean) - Method in class org.apache.camel.support.PropertyBindingSupport.Builder
Whether to use Camels property placeholder to resolve placeholders on keys and values
withProperties(Map<String, Object>) - Method in class org.apache.camel.support.PropertyBindingSupport.Builder
The properties to use for binding
withProperty(String, Object) - Method in class org.apache.camel.support.PropertyBindingSupport.Builder
Adds property to use for binding
withReference(boolean) - Method in class org.apache.camel.support.PropertyBindingSupport.Builder
Whether reference parameter (syntax starts with #) is in use
withRemoveParameters(boolean) - Method in class org.apache.camel.support.PropertyBindingSupport.Builder
Whether parameters should be removed when its bound
withScope(ComponentVerifierExtension.Scope) - Static method in class org.apache.camel.component.extension.verifier.ResultBuilder
 
withStatus(ComponentVerifierExtension.Result.Status) - Static method in class org.apache.camel.component.extension.verifier.ResultBuilder
 
withStatusAndScope(ComponentVerifierExtension.Result.Status, ComponentVerifierExtension.Scope) - Static method in class org.apache.camel.component.extension.verifier.ResultBuilder
 
withTarget(Object) - Method in class org.apache.camel.support.PropertyBindingSupport.Builder
Target object that should have parameters bound
withUnknownOption(String) - Static method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
withUnsupportedComponent(String) - Static method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
withUnsupportedScope(String) - Static method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
write(byte[], int, int) - Method in class org.apache.camel.converter.stream.CachedOutputStream
 
write(byte[]) - Method in class org.apache.camel.converter.stream.CachedOutputStream
 
write(int) - Method in class org.apache.camel.converter.stream.CachedOutputStream
 
write(byte[], int, int) - Method in class org.apache.camel.support.builder.OutputStreamBuilder
 
write(byte[]) - Method in class org.apache.camel.support.builder.OutputStreamBuilder
 
write(int) - Method in class org.apache.camel.support.builder.OutputStreamBuilder
 
writeTo(OutputStream) - Method in class org.apache.camel.converter.stream.ByteArrayInputStreamCache
 
writeTo(OutputStream) - Method in class org.apache.camel.converter.stream.FileInputStreamCache
 
writeTo(OutputStream) - Method in class org.apache.camel.converter.stream.InputStreamCache
 
writeTo(OutputStream) - Method in class org.apache.camel.converter.stream.ReaderCache
 
A B C D E F G H I J L M N O P R S T U V W 

Apache Camel