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

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
 
ACCESS_EXTERNAL_DTD - Static variable in class org.apache.camel.support.processor.validation.SchemaReader
Key of the global option to switch either off or on the access to external DTDs in the XML Validator for StreamSources.
add(String) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
 
add(String) - Method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
 
addAttachment(String, DataHandler) - Method in class org.apache.camel.support.DefaultMessage
 
addAttachmentObject(String, Attachment) - Method in class org.apache.camel.support.DefaultMessage
 
addChildService(Object) - Method in class org.apache.camel.support.ChildServiceSupport
 
addEventListener(CamelClusterEventListener) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterView
 
addHeader(String, String) - Method in class org.apache.camel.support.DefaultAttachment
 
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.TypeConverterSupport
 
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
 
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
 
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
 
AttachmentMap - Class in org.apache.camel.support
The AttachmentMap class provides a transparent Map interface for a Map
AttachmentMap(Map<String, Attachment>) - Constructor for class org.apache.camel.support.AttachmentMap
 
attribute(String, Object) - Static method in class org.apache.camel.support.cluster.ClusterServiceSelectors
 
available() - Method in class org.apache.camel.converter.stream.FileInputStreamCache
 

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
 
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
 
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
 
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
 
browseRangeMessagesAsXml(BrowsableEndpoint, Integer, Integer, Boolean) - Static method in class org.apache.camel.support.EndpointHelper
Browses the BrowsableEndpoint within the given range, and returns the messages as a XML payload.
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.converter.stream.OutputStreamBuilder
Builds the result of using this builder as either a CachedOutputStream if stream caching is enabled, otherwise byte[].
buildMessage(Predicate, Exchange) - Static method in exception org.apache.camel.support.processor.validation.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
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
 
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.
CamelContextHelper - Class in org.apache.camel.support
A number of helper methods
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
 
ClassInfo() - Constructor for class org.apache.camel.support.IntrospectionSupport.ClassInfo
 
clazz - Variable in class org.apache.camel.support.IntrospectionSupport.ClassInfo
 
cleanUp() - Method in class 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.LRUCache
 
clear() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
 
clear() - Method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
 
clearContentCache() - Method in class org.apache.camel.component.ResourceEndpoint
 
clearHeaders() - Method in class org.apache.camel.support.DefaultAttachment
 
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.OutputStreamBuilder
 
close() - Method in class org.apache.camel.converter.stream.ReaderCache
 
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.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_BASE - Static variable in class org.apache.camel.support.CamelContextHelper
 
COMPONENT_DESCRIPTOR - Static variable in class org.apache.camel.support.CamelContextHelper
 
COMPONENT_DOCUMENTATION_PREFIX - Static variable in class org.apache.camel.support.CamelContextHelper
 
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
 
configuration - Variable in class org.apache.camel.support.component.AbstractApiComponent
 
configuration - Variable in class org.apache.camel.support.component.AbstractApiEndpoint
 
configureConsumer(Consumer) - Method in class org.apache.camel.support.DefaultEndpoint
 
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
 
configurePollingConsumer(PollingConsumer) - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
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>, 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
 
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(Object, Object) - Static method in class org.apache.camel.support.ObjectHelper
Returns true if the collection contains the specified value by considering case insensitivity
containsKey(Object) - Method in class org.apache.camel.support.LRUCache
 
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
containsValue(Object) - Method in class org.apache.camel.support.LRUCache
 
context - Variable in class org.apache.camel.support.DefaultExchange
 
convert(Producer) - Static method in class org.apache.camel.support.AsyncProcessorConverterHelper
 
convert(Processor) - Static method in class org.apache.camel.support.AsyncProcessorConverterHelper
 
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.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
 
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
convertToSerializable(StreamCache, Exchange) - Static method in class org.apache.camel.converter.stream.StreamCacheConverter
 
convertToStreamCache(StreamSource, Exchange) - Static method in class org.apache.camel.converter.stream.StreamCacheConverter
 
convertToStreamCache(StringSource) - Static method in class org.apache.camel.converter.stream.StreamCacheConverter
 
convertToStreamCache(BytesSource) - Static method in class org.apache.camel.converter.stream.StreamCacheConverter
 
convertToStreamCache(SAXSource, Exchange) - Static method in class org.apache.camel.converter.stream.StreamCacheConverter
 
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
 
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(Exchange) - Method in class org.apache.camel.converter.stream.SourceCache
 
copy(Exchange) - Method in class org.apache.camel.converter.stream.StreamSourceCache
 
copy() - Method in class org.apache.camel.support.DefaultExchange
 
copy() - Method in class org.apache.camel.support.MessageSupport
 
copyAttachments(Message) - 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
 
createAttachments() - Method in class org.apache.camel.support.DefaultMessage
A factory method to lazily create the attachmentObjects to make it easy to create efficient Message implementations which only construct and populate the Map on demand
createBean(Class<?>, Map<String, Object>, String) - Static method in class org.apache.camel.support.jndi.JndiContext
 
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
 
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.
createDocument() - Method in class org.apache.camel.support.builder.xml.XMLConverterHelper
 
createDocumentBuilder() - Method in class org.apache.camel.support.builder.xml.XMLConverterHelper
 
createDocumentBuilder(DocumentBuilderFactory) - Method in class org.apache.camel.support.builder.xml.XMLConverterHelper
 
createDocumentBuilderFactory() - Method in class org.apache.camel.support.builder.xml.XMLConverterHelper
 
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) - 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
 
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(Object) - Static method in class org.apache.camel.support.ObjectHelper
Creates an iterator 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.

createIterator(Object, String) - Static method in class org.apache.camel.support.ObjectHelper
Creates an iterator 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

createIterator(Object, String, boolean) - Static method in class org.apache.camel.support.ObjectHelper
Creates an iterator 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(Object, String, boolean, boolean) - Static method in class org.apache.camel.support.ObjectHelper
Creates an iterator 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
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
 
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
 
createProperties() - Method in class org.apache.camel.support.DefaultExchange
 
createProperties(Map<String, Object>) - Method in class org.apache.camel.support.DefaultExchange
 
createSchema() - Method in class org.apache.camel.support.processor.validation.SchemaReader
 
createSchema() - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
createSchemaFactory() - Method in class org.apache.camel.support.processor.validation.SchemaReader
 
createSchemaFactory() - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
createSchemaSource() - Method in class org.apache.camel.support.processor.validation.SchemaReader
 
createSchemaSource() - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
createSubcontext(Name) - Method in class org.apache.camel.support.jndi.JndiContext
 
createSubcontext(String) - Method in class org.apache.camel.support.jndi.JndiContext
 
createTransformerFactory() - Method in class org.apache.camel.support.builder.xml.XMLConverterHelper
 
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_SELECTOR - Static variable in class org.apache.camel.support.cluster.ClusterServiceSelectors
 
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
 
DefaultAttachment - Class in org.apache.camel.support
 
DefaultAttachment(DataHandler) - Constructor for class org.apache.camel.support.DefaultAttachment
 
DefaultAttachment(DataSource) - Constructor for class org.apache.camel.support.DefaultAttachment
 
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
 
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
A default 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
 
DefaultMaskingFormatter - Class in org.apache.camel.support.processor
The MaskingFormatter that searches the specified keywards 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
 
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
 
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
 
DefaultValidationErrorHandler - Class in org.apache.camel.support.processor.validation
A default error handler which just stores all the errors so they can be reported or transformed.
DefaultValidationErrorHandler() - Constructor for class org.apache.camel.support.processor.validation.DefaultValidationErrorHandler
 
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
 
doDumpMessageHistoryStacktrace(Exchange, ExchangeFormatter, boolean) - Static method in class org.apache.camel.support.MessageHelper
 
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.
doProcess(Exchange) - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
doShutdown() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
 
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.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.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.ThroughputLogger
 
doStart() - Method in class org.apache.camel.support.processor.UnmarshalProcessor
 
doStart() - Method in class org.apache.camel.support.processor.validation.PredicateValidatingProcessor
 
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.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.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.ThroughputLogger
 
doStop() - Method in class org.apache.camel.support.processor.UnmarshalProcessor
 
doStop() - Method in class org.apache.camel.support.processor.validation.PredicateValidatingProcessor
 
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.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
entrySet() - Method in class org.apache.camel.support.AttachmentMap
 
entrySet() - Method in class org.apache.camel.support.LRUCache
 
equals(Object) - Method in class org.apache.camel.converter.stream.CachedOutputStream
 
equals(Object) - Method in class org.apache.camel.support.DefaultAttachment
 
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
 
error(SAXParseException) - Method in class org.apache.camel.support.processor.validation.DefaultValidationErrorHandler
 
errors(List<ComponentVerifierExtension.VerificationError>) - Method in class org.apache.camel.component.extension.verifier.ResultBuilder
 
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
 
evicted - Variable in class org.apache.camel.support.LRUCache
 
ExchangeHelper - Class in org.apache.camel.support
Some helper methods for working with Exchange objects
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
 
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
 
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
 
extractProperties(Map<String, Object>, String, boolean) - Static method in class org.apache.camel.support.IntrospectionSupport
 
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
 
extractValueForLogging(Object, Message) - Static method in class org.apache.camel.support.MessageHelper
Extracts the value for logging purpose.
extractValueForLogging(Object, Message, String, boolean, boolean, int) - Static method in class org.apache.camel.support.MessageHelper
Extracts the value for logging purpose.

F

fatalError(SAXParseException) - Method in class org.apache.camel.support.processor.validation.DefaultValidationErrorHandler
 
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,
findComponents(CamelContext) - Static method in class org.apache.camel.support.CamelContextHelper
Finds all possible Components on the classpath, already registered in CamelContext, and from the Registry.
findComponents(CamelContext, Enumeration<URL>) - Static method in class org.apache.camel.support.CamelContextHelper
 
findEips(CamelContext) - Static method in class org.apache.camel.support.CamelContextHelper
Find information about all the EIPs from camel-core.
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) - Static method in class org.apache.camel.support.IntrospectionSupport
 
findSetterMethodsOrderedByParameterType(Class<?>, String, boolean) - Static method in class org.apache.camel.support.IntrospectionSupport
 
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.converter.stream.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
 

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(Object) - Method in class org.apache.camel.support.LRUCache
 
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.
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.
getAttachment(String) - Method in class org.apache.camel.support.DefaultMessage
 
getAttachmentNames() - Method in class org.apache.camel.support.DefaultMessage
 
getAttachmentObject(String) - Method in class org.apache.camel.support.DefaultMessage
 
getAttachmentObjects() - Method in class org.apache.camel.support.DefaultMessage
 
getAttachments() - Method in class org.apache.camel.support.DefaultMessage
 
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
 
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.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.
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
getConsumerProperties() - Method in class org.apache.camel.support.DefaultEndpoint
 
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
getContentHandler() - Method in class org.apache.camel.support.builder.xml.StAX2SAXSource
 
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
 
getCreated() - Method in class org.apache.camel.support.DefaultExchange
 
getCurrentStream() - Method in class org.apache.camel.converter.stream.CachedOutputStream
 
getDataHandler() - Method in class org.apache.camel.support.DefaultAttachment
 
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
 
getDocumentBuilderFactory() - Method in class org.apache.camel.support.builder.xml.XMLConverterHelper
 
getDropOldestFileStore() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
 
getDTDHandler() - Method in class org.apache.camel.support.builder.xml.StAX2SAXSource
 
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, 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(Object, Map<String, Object>) - Method in class org.apache.camel.support.component.ApiMethodPropertiesHelper
 
getEndpointPropertyNames() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
 
getEndpointPropertyNames(Object) - Method in class org.apache.camel.support.component.ApiMethodPropertiesHelper
 
getEndpointUri() - Method in class org.apache.camel.support.DefaultEndpoint
 
getEntityResolver() - Method in class org.apache.camel.support.builder.xml.StAX2SAXSource
 
getEnvironment() - Method in class org.apache.camel.support.jndi.JndiContext
 
getErrorHandler() - Method in class org.apache.camel.support.builder.xml.StAX2SAXSource
 
getErrorHandler() - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
getErrors() - Method in class org.apache.camel.component.extension.verifier.DefaultResult
 
getErrors() - Method in exception org.apache.camel.support.processor.validation.SchemaValidationException
Returns the validation errors
getEvicted() - Method in class org.apache.camel.support.LRUCache
Gets the number of evicted entries.
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
Returns the first exchange in the given collection of exchanges which has the same exchange ID as the one given or null if none could be found
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
 
getExtension(Class<T>) - Method in class org.apache.camel.support.DefaultComponent
 
getFatalErrors() - Method in exception org.apache.camel.support.processor.validation.SchemaValidationException
Returns the fatal validation errors
getFeature(String) - Method in class org.apache.camel.support.builder.xml.StAX2SAXSource
 
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
 
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.DefaultAttachment
 
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
 
getHeaderAsList(String) - Method in class org.apache.camel.support.DefaultAttachment
 
getHeaderFilterStrategy() - Method in class org.apache.camel.support.HeaderFilterStrategyComponent
 
getHeaderName() - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
getHeaderNames() - Method in class org.apache.camel.support.DefaultAttachment
 
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
 
getHits() - Method in class org.apache.camel.support.LRUCache
Gets the number of cache hits
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
 
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
 
getKeys() - Method in class org.apache.camel.support.DefaultTimeoutMap
 
getLastLogMessage() - Method in class org.apache.camel.support.processor.ThroughputLogger
 
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, 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
getMaskString() - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
 
getMaxCacheSize() - Method in class org.apache.camel.support.LRUCache
Returns the maxCacheSize.
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.
getMessage() - Method in class org.apache.camel.support.DefaultExchange
 
getMessage(Class<T>) - Method in class org.apache.camel.support.DefaultExchange
 
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 class org.apache.camel.support.LRUCache
Gets the number of cache misses.
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
 
getNames(List<Map<String, String>>) - Static method in class org.apache.camel.support.JSonSchemaHelper
 
getNamespace() - Method in class org.apache.camel.support.cluster.AbstractCamelClusterView
 
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
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
 
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
 
getOriginalInMessage(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Gets the original IN Message this Unit of Work was started with.
getOriginalMap() - Method in class org.apache.camel.support.AttachmentMap
 
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.validation.PredicateValidatingProcessor
 
getPredicate() - Method in exception org.apache.camel.support.processor.validation.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.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
Will inspect the target for properties.
getProperties(Object, Map<String, Object>, String, boolean) - Static method in class org.apache.camel.support.IntrospectionSupport
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.builder.xml.StAX2SAXSource
 
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
 
getPropertyDefaultValue(List<Map<String, String>>, String) - Static method in class org.apache.camel.support.JSonSchemaHelper
 
getPropertyEnum(List<Map<String, String>>, String) - Static method in class org.apache.camel.support.JSonSchemaHelper
 
getPropertyGetter(Class<?>, String) - Static method in class org.apache.camel.support.IntrospectionSupport
 
getPropertyKind(List<Map<String, String>>, String) - Static method in class org.apache.camel.support.JSonSchemaHelper
 
getPropertyNameFromNameWithPrefix(List<Map<String, String>>, String) - Static method in class org.apache.camel.support.JSonSchemaHelper
 
getPropertyPrefix(List<Map<String, String>>, String) - Static method in class org.apache.camel.support.JSonSchemaHelper
 
getPropertySetter(Class<?>, String) - Static method in class org.apache.camel.support.IntrospectionSupport
 
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
 
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
 
getResourceResolver() - Method in class org.apache.camel.support.processor.validation.SchemaReader
 
getResourceResolver() - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
getResourceUri() - Method in class org.apache.camel.component.ResourceEndpoint
 
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)
getRoute() - Method in class org.apache.camel.support.DefaultConsumer
 
getRouteId() - Method in class org.apache.camel.support.DefaultMessageHistory
 
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
getRow(List<Map<String, String>>, String) - Static method in class org.apache.camel.support.JSonSchemaHelper
 
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
 
getSchema() - Method in class org.apache.camel.support.processor.validation.SchemaReader
 
getSchema() - Method in exception org.apache.camel.support.processor.validation.SchemaValidationException
Returns the schema that failed
getSchema() - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
getSchemaAsByteArray() - Method in class org.apache.camel.support.processor.validation.SchemaReader
 
getSchemaAsByteArray() - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
getSchemaFactory() - Method in class org.apache.camel.support.processor.validation.SchemaReader
 
getSchemaFactory() - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
getSchemaFile() - Method in class org.apache.camel.support.processor.validation.SchemaReader
 
getSchemaFile() - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
getSchemaLanguage() - Method in class org.apache.camel.support.processor.validation.SchemaReader
 
getSchemaLanguage() - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
getSchemaSource() - Method in class org.apache.camel.support.processor.validation.SchemaReader
 
getSchemaSource() - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
getSchemaUrl() - Method in class org.apache.camel.support.processor.validation.SchemaReader
 
getSchemaUrl() - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
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
 
getSignatures() - Method in class org.apache.camel.support.component.ApiMethodParser
 
getSource(Exchange, Object) - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
Converts the inbound body or header to a Source, if it is not already a Source.
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
 
getterOrSetterShorthandName - Variable in class org.apache.camel.support.IntrospectionSupport.MethodInfo
 
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.UnmarshalProcessor
 
getTraceLabel() - Method in class org.apache.camel.support.processor.validation.PredicateValidatingProcessor
 
getTransformation() - Method in class org.apache.camel.converter.stream.CipherPair
 
getTransformerFactory() - Method in class org.apache.camel.support.builder.xml.XMLConverterHelper
 
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
 
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
 
getWarnings() - Method in exception org.apache.camel.support.processor.validation.SchemaValidationException
Returns the validation warnings
getWrappedInputStream() - Method in class org.apache.camel.converter.stream.CachedOutputStream
 
getXMLReader() - Method in class org.apache.camel.support.builder.xml.StAX2SAXSource
 
getXMLStreamReader() - Method in class org.apache.camel.support.builder.xml.StAX2SAXSource
 
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
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
GZIPHelper - Class in org.apache.camel.support
Helper class to help wrapping content into GZIP input and output streams.

H

handleErrors(Exchange, Schema, Result) - Method in class org.apache.camel.support.processor.validation.DefaultValidationErrorHandler
 
handleErrors(Exchange, Object) - Method in class org.apache.camel.support.processor.validation.DefaultValidationErrorHandler
 
handleErrors(Exchange, Schema, Result) - Method in interface org.apache.camel.support.processor.validation.ValidatorErrorHandler
Process any errors which may have occurred during validation
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
 
hasAttachments() - Method in class org.apache.camel.support.DefaultMessage
 
hasDataType() - Method in class org.apache.camel.support.MessageSupport
 
hasExceptionBeenHandledByErrorHandler(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Tests whether the exchange has already been handled by the error handler
hasFaultMessage(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Tests whether the exchange has a fault message set and that its not null.
hasGetterAndSetter - Variable in class org.apache.camel.support.IntrospectionSupport.MethodInfo
 
hashCode() - Method in class org.apache.camel.converter.stream.CachedOutputStream
 
hashCode() - Method in class org.apache.camel.support.DefaultAttachment
 
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
 
hasScheme(String) - Static method in class org.apache.camel.support.ResourceHelper
Determines whether the URI has a scheme (e.g.
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 produced which uses an 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
 
hits - Variable in class org.apache.camel.support.LRUCache
 

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
 
inBody - Variable in class org.apache.camel.support.component.AbstractApiEndpoint
 
initConsumerProperties() - Method in class org.apache.camel.support.ScheduledPollEndpoint
 
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
 
inMemory() - Method in class org.apache.camel.converter.stream.SourceCache
 
inMemory() - Method in class org.apache.camel.converter.stream.StreamSourceCache
 
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
 
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
Helper for introspections of beans.
IntrospectionSupport.ClassInfo - Class in org.apache.camel.support
Structure of an introspected class.
IntrospectionSupport.MethodInfo - Class in org.apache.camel.support
Structure of an introspected method.
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
isAllowNullValues() - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
 
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.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
 
isComponentConsumerOnly(List<Map<String, String>>) - Static method in class org.apache.camel.support.JSonSchemaHelper
 
isComponentLenientProperties(List<Map<String, String>>) - Static method in class org.apache.camel.support.JSonSchemaHelper
 
isComponentProducerOnly(List<Map<String, String>>) - Static method in class org.apache.camel.support.JSonSchemaHelper
 
isContentCache() - Method in class org.apache.camel.component.ResourceEndpoint
 
isContentCacheCleared() - Method in class org.apache.camel.component.ResourceEndpoint
 
isDisabled() - Method in class org.apache.camel.support.EventNotifierSupport
 
isEmpty() - Method in class org.apache.camel.saga.CamelSagaStep
 
isEmpty() - Method in class org.apache.camel.support.LRUCache
 
isEnabled(CamelEvent) - Method in class org.apache.camel.support.EventNotifierSupport
 
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
 
isFailOnNullBody() - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
isFailOnNullHeader() - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
isFailureHandled(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Checks whether the exchange has been failure handed
isFault() - Method in class org.apache.camel.support.DefaultMessage
 
isFilterOnMatch() - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
 
isGetter(Method) - Static method in class org.apache.camel.support.IntrospectionSupport
 
isGetter - Variable in class org.apache.camel.support.IntrospectionSupport.MethodInfo
 
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
 
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
 
isInputStreamNeeded(Exchange) - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
Checks whether we need an InputStream to access the message body or header.
isInterrupted(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Checks whether the exchange UnitOfWork has been interrupted during processing
isLeader(String) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
 
isLenientProperties() - Method in class org.apache.camel.support.DefaultEndpoint
 
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.
isMaskJson() - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
 
isMaskKeyValue() - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
 
isMaskXmlElement() - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
 
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
 
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.
isPropertyBoolean(List<Map<String, String>>, String) - Static method in class org.apache.camel.support.JSonSchemaHelper
 
isPropertyConsumerOnly(List<Map<String, String>>, String) - Static method in class org.apache.camel.support.JSonSchemaHelper
 
isPropertyDeprecated(List<Map<String, String>>, String) - Static method in class org.apache.camel.support.JSonSchemaHelper
 
isPropertyInteger(List<Map<String, String>>, String) - Static method in class org.apache.camel.support.JSonSchemaHelper
 
isPropertyIsGetter(Class<?>, String) - Static method in class org.apache.camel.support.IntrospectionSupport
 
isPropertyMultiValue(List<Map<String, String>>, String) - Static method in class org.apache.camel.support.JSonSchemaHelper
 
isPropertyNumber(List<Map<String, String>>, String) - Static method in class org.apache.camel.support.JSonSchemaHelper
 
isPropertyObject(List<Map<String, String>>, String) - Static method in class org.apache.camel.support.JSonSchemaHelper
 
isPropertyProducerOnly(List<Map<String, String>>, String) - Static method in class org.apache.camel.support.JSonSchemaHelper
 
isPropertyRequired(List<Map<String, String>>, String) - Static method in class org.apache.camel.support.JSonSchemaHelper
 
isRedelivered(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Checks whether the exchange UnitOfWork is redelivered
isRedeliveryExhausted(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Checks whether the exchange is redelivery exhausted
isReferenceParameter(String) - Static method in class org.apache.camel.support.EndpointHelper
Is the given parameter a reference parameter (starting with a # char)
isResolvePropertyPlaceholders() - Method in class org.apache.camel.support.DefaultComponent
Whether the component should resolve property placeholders on itself when starting.
isRollbackOnly() - 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
 
isSetter(Method) - Static method in class org.apache.camel.support.IntrospectionSupport
 
isSetter - Variable in class org.apache.camel.support.IntrospectionSupport.MethodInfo
 
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
 
isShowOut() - 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.component.AbstractApiEndpoint
 
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.ProcessorEndpoint
 
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
 
isUseSharedSchema() - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
isValid() - Method in class org.apache.camel.support.processor.validation.DefaultValidationErrorHandler
 
isValidForEviction(TimeoutMapEntry<K, V>) - Method in class org.apache.camel.support.DefaultTimeoutMap
A hook to allow derivations to avoid evicting the current entry

J

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
 
JSonSchemaHelper - Class in org.apache.camel.support
Used for parsing Camel components json meta-data descriptors.

K

keySet() - Method in class org.apache.camel.support.LRUCache
 

L

LANGUAGE_FALLBACK_SUFFIX - Static variable in class org.apache.camel.support.ResolverHelper
 
LanguageSupport - Class in org.apache.camel.support
Base language for Language implementations.
LanguageSupport() - Constructor for class org.apache.camel.support.LanguageSupport
 
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
 
length() - Method in class org.apache.camel.converter.stream.SourceCache
 
length() - Method in class org.apache.camel.converter.stream.StreamSourceCache
 
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
 
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.
loadSchema() - Method in class org.apache.camel.support.processor.validation.SchemaReader
 
loadSchema() - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
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
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> - Class in org.apache.camel.support
A cache that uses a near optional LRU Cache.
LRUCache(int) - Constructor for class org.apache.camel.support.LRUCache
Constructs an empty LRUCache instance with the specified maximumCacheSize, and will stop on eviction.
LRUCache(int, int) - Constructor for class org.apache.camel.support.LRUCache
Constructs an empty LRUCache instance with the specified initial capacity, maximumCacheSize, and will stop on eviction.
LRUCache(int, int, boolean) - Constructor for class org.apache.camel.support.LRUCache
Constructs an empty LRUCache instance with the specified initial capacity, maximumCacheSize,load factor and ordering mode.
LRUCache(int, int, boolean, boolean, boolean, boolean) - Constructor for class org.apache.camel.support.LRUCache
Constructs an empty LRUCache instance with the specified initial capacity, maximumCacheSize,load factor and ordering mode.
LRUCache(int, int, Consumer<V>, boolean, boolean, boolean) - Constructor for class org.apache.camel.support.LRUCache
Constructs an empty LRUCache instance with the specified initial capacity, maximumCacheSize,load factor and ordering mode.
LRUCacheFactory - Class in org.apache.camel.support
Factory to create LRUCache instances.
LRUSoftCache<K,V> - Class in org.apache.camel.support
A cache that uses a near optional LRU Cache using SoftReference.
LRUSoftCache(int) - Constructor for class org.apache.camel.support.LRUSoftCache
 
LRUSoftCache(int, int) - Constructor for class org.apache.camel.support.LRUSoftCache
 
LRUSoftCache(int, int, boolean) - Constructor for class org.apache.camel.support.LRUSoftCache
 
LRUWeakCache<K,V> - Class in org.apache.camel.support
A cache that uses a near optional LRU Cache using WeakReference.
LRUWeakCache(int) - Constructor for class org.apache.camel.support.LRUWeakCache
 
LRUWeakCache(int, int) - Constructor for class org.apache.camel.support.LRUWeakCache
 
LS - Static variable in class org.apache.camel.support.processor.DefaultExchangeFormatter
 

M

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.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.
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
 
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.ExpressionSupport
 
matches(Exchange) - Method in class org.apache.camel.support.ExpressionToPredicateAdapter
 
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
 
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.
message(Object, List<SAXParseException>, List<SAXParseException>, List<SAXParseException>) - Static method in exception org.apache.camel.support.processor.validation.SchemaValidationException
 
MessageHelper - Class in org.apache.camel.support
Some helper methods when working with Message.
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
 
method - Variable in class org.apache.camel.support.IntrospectionSupport.MethodInfo
 
methodHelper - Variable in class org.apache.camel.support.component.AbstractApiEndpoint
 
methodHelper - Variable in class org.apache.camel.support.component.AbstractApiProducer
 
MethodInfo() - Constructor for class org.apache.camel.support.IntrospectionSupport.MethodInfo
 
methodName - Variable in class org.apache.camel.support.component.AbstractApiEndpoint
 
methods - Variable in class org.apache.camel.support.IntrospectionSupport.ClassInfo
 
misses - Variable in class org.apache.camel.support.LRUCache
 
MODEL_DESCRIPTOR - Static variable in class org.apache.camel.support.CamelContextHelper
 
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
 
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.
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.
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
 
NoSuchOptionException - Exception in org.apache.camel.component.extension.verifier
 
NoSuchOptionException(String) - Constructor for exception org.apache.camel.component.extension.verifier.NoSuchOptionException
 
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
 
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
 
notifyCamelContextStopFailure(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
 
NoXmlBodyValidationException - Exception in org.apache.camel.support.processor.validation
An exception found if no XML body is available on the inbound message
NoXmlBodyValidationException(Exchange) - Constructor for exception org.apache.camel.support.processor.validation.NoXmlBodyValidationException
 
NoXmlBodyValidationException(Exchange, Throwable) - Constructor for exception org.apache.camel.support.processor.validation.NoXmlBodyValidationException
 
NoXmlHeaderValidationException - Exception in org.apache.camel.support.processor.validation
An exception thrown if the XML header is not available on the inbound message
NoXmlHeaderValidationException(Exchange, String) - Constructor for exception org.apache.camel.support.processor.validation.NoXmlHeaderValidationException
 
NoXmlHeaderValidationException(Exchange, String, Throwable) - Constructor for exception org.apache.camel.support.processor.validation.NoXmlHeaderValidationException
 

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
 
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(RouteContext, Processor, ErrorHandlerFactory) - Method in class org.apache.camel.support.LifecycleStrategySupport
 
onErrorHandlerRemove(RouteContext, Processor, ErrorHandlerFactory) - Method in class org.apache.camel.support.LifecycleStrategySupport
 
onEviction(K, V) - Method in class org.apache.camel.support.DefaultTimeoutMap
 
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 exchnage.
onMissingProcessor(Exchange) - Method in class org.apache.camel.support.HeaderSelectorProducer
 
onRemoval(K, V, RemovalCause) - Method in class org.apache.camel.support.LRUCache
 
onRemove(Route) - Method in class org.apache.camel.support.RoutePolicySupport
 
onResume(Route) - Method in class org.apache.camel.support.RoutePolicySupport
 
onRouteContextCreate(RouteContext) - 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.
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.xml - package org.apache.camel.support.builder.xml
 
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.processor - package org.apache.camel.support.processor
 
org.apache.camel.support.processor.idempotent - package org.apache.camel.support.processor.idempotent
 
org.apache.camel.support.processor.validation - package org.apache.camel.support.processor.validation
Performs XML validation using JAXP for validating against XSD
OutputStreamBuilder - Class in org.apache.camel.converter.stream
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() - Method in class org.apache.camel.support.builder.xml.StAX2SAXSource
 
parse(InputSource) - Method in class org.apache.camel.support.builder.xml.StAX2SAXSource
 
parse(String) - Method in class org.apache.camel.support.builder.xml.StAX2SAXSource
 
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
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
parseJsonSchema(String, String, boolean) - Static method in class org.apache.camel.support.JSonSchemaHelper
Parses the json schema to split it into a list or rows, where each row contains key value pairs with the metadata
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
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
 
populateInitialAttachments(Map<String, Attachment>) - Method in class org.apache.camel.support.DefaultMessage
A strategy method populate the initial set of attachmentObjects on an inbound message from an underlying binding
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.
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.validation
A processor which validates the content of the inbound message body against a Predicate.
PredicateValidatingProcessor(Predicate) - Constructor for class org.apache.camel.support.processor.validation.PredicateValidatingProcessor
 
PredicateValidationException - Exception in org.apache.camel.support.processor.validation
A predicate validation exception occurred
PredicateValidationException(Exchange, Predicate) - Constructor for exception org.apache.camel.support.processor.validation.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
 
preProcessUri(String) - Method in class org.apache.camel.support.DefaultComponent
Deprecated.
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.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.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.processor.validation.PredicateValidatingProcessor
 
process(Exchange, AsyncCallback) - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
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
 
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.
PropertyNamesInterceptor - Interface in org.apache.camel.support.component
Intercepts Property names used to find methods.
PropertyPlaceholdersHelper - Class in org.apache.camel.support
 
propertyPrefix - Variable in class org.apache.camel.support.component.ApiMethodPropertiesHelper
 
purge() - Method in class org.apache.camel.support.DefaultTimeoutMap
 
put(String, DataHandler) - Method in class org.apache.camel.support.AttachmentMap
 
put(K, V, long) - Method in class org.apache.camel.support.DefaultTimeoutMap
 
put(K, V) - Method in class org.apache.camel.support.LRUCache
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.camel.support.LRUCache
 
putIfAbsent(K, V, long) - Method in class org.apache.camel.support.DefaultTimeoutMap
 

R

ReactiveHelper - Class in org.apache.camel.support
 
read() - Method in class org.apache.camel.converter.stream.FileInputStreamCache
 
ReaderCache - Class in org.apache.camel.converter.stream
A StreamCache for String Readers
ReaderCache(String) - Constructor for class org.apache.camel.converter.stream.ReaderCache
 
readSchemaResource() - Method in class org.apache.camel.support.processor.validation.SchemaReader
 
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
 
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
 
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(Object) - Method in class org.apache.camel.support.LRUCache
 
remove(String) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
 
remove(String) - Method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
 
removeAttachment(String) - Method in class org.apache.camel.support.DefaultMessage
 
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.DefaultAttachment
 
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
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.converter.stream.SourceCache
 
reset() - Method in class org.apache.camel.converter.stream.StreamSourceCache
 
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
 
reset() - Method in class org.apache.camel.support.processor.validation.DefaultValidationErrorHandler
 
reset() - Method in interface org.apache.camel.support.processor.validation.ValidatorErrorHandler
Resets any state within this error handler
resetStatistics() - Method in class org.apache.camel.support.LRUCache
Rest the cache statistics such as hits and misses.
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.
resolveClass(ObjectStreamClass) - Method in class org.apache.camel.support.CamelObjectInputStream
 
resolveEndpoint(Exchange, 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.
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.
resolvePropertyPlaceholders(CamelContext, Object) - Static method in class org.apache.camel.support.PropertyPlaceholdersHelper
Inspects the given definition and resolves any property placeholders from its properties.
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.
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.
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
 
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.DefaultTimeoutMap
The timer task which purges old requests and schedules another poll
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
 
schedule(Runnable, String) - Static method in class org.apache.camel.support.ReactiveHelper
 
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
 
scheduleMain(Runnable) - Static method in class org.apache.camel.support.ReactiveHelper
 
scheduleMain(Runnable, String) - Static method in class org.apache.camel.support.ReactiveHelper
 
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
 
scheduleSync(Runnable, String) - Static method in class org.apache.camel.support.ReactiveHelper
 
scheduleTask(Runnable) - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
SchemaReader - Class in org.apache.camel.support.processor.validation
Reads the schema used in the processor ValidatingProcessor.
SchemaReader() - Constructor for class org.apache.camel.support.processor.validation.SchemaReader
 
SchemaReader(CamelContext, String) - Constructor for class org.apache.camel.support.processor.validation.SchemaReader
Specify a camel context and a schema resource URI in order to read the schema via the class resolver specified in the Camel context.
SchemaValidationException - Exception in org.apache.camel.support.processor.validation
A Schema validation exception occurred
SchemaValidationException(Exchange, Object, List<SAXParseException>, List<SAXParseException>, List<SAXParseException>) - Constructor for exception org.apache.camel.support.processor.validation.SchemaValidationException
 
scope(ComponentVerifierExtension.Scope) - Method in class org.apache.camel.component.extension.verifier.ResultBuilder
 
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
 
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
 
setAttachmentObjects(Map<String, Attachment>) - Method in class org.apache.camel.support.DefaultMessage
 
setAttachments(Map<String, DataHandler>) - Method in class org.apache.camel.support.DefaultMessage
 
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.
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.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.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
 
setConcurrentTasks(int) - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
 
setConfiguration(T) - Method in class org.apache.camel.support.component.AbstractApiComponent
 
setConsumerProperties(Map<String, Object>) - Method in class org.apache.camel.support.DefaultEndpoint
 
setContentCache(boolean) - Method in class org.apache.camel.component.ResourceEndpoint
Sets whether to use resource content cache or not.
setContentHandler(ContentHandler) - Method in class org.apache.camel.support.builder.xml.StAX2SAXSource
 
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.
setDocumentBuilderFactory(DocumentBuilderFactory) - Method in class org.apache.camel.support.builder.xml.XMLConverterHelper
 
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.
setDTDHandler(DTDHandler) - Method in class org.apache.camel.support.builder.xml.StAX2SAXSource
 
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.
setEntityResolver(EntityResolver) - Method in class org.apache.camel.support.builder.xml.StAX2SAXSource
 
setErrorHandler(ErrorHandler) - Method in class org.apache.camel.support.builder.xml.StAX2SAXSource
 
setErrorHandler(ValidatorErrorHandler) - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
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
 
setFailOnNullBody(boolean) - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
setFailOnNullHeader(boolean) - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
setFailureHandled(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
Sets the exchange to be failure handled.
setFault(boolean) - Method in class org.apache.camel.support.DefaultMessage
 
setFeature(String, boolean) - Method in class org.apache.camel.support.builder.xml.StAX2SAXSource
 
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, String) - Method in class org.apache.camel.support.DefaultAttachment
 
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.
setHeaderName(String) - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
setHeaders(Map<String, Object>) - Method in class org.apache.camel.support.DefaultMessage
 
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
 
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.
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.
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.
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.
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.
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.
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(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
Sets the regular properties on the given bean
setProperties(Object, Map<String, Object>, String, boolean) - Static method in class org.apache.camel.support.IntrospectionSupport
 
setProperties(Object, Map<String, Object>, String) - Static method in class org.apache.camel.support.IntrospectionSupport
 
setProperties(CamelContext, TypeConverter, Object, Map<String, Object>) - Static method in class org.apache.camel.support.IntrospectionSupport
 
setProperties(TypeConverter, Object, Map<String, Object>) - Static method in class org.apache.camel.support.IntrospectionSupport
 
setProperties(Object, Map<String, Object>) - Static method in class org.apache.camel.support.IntrospectionSupport
 
setProperty(String, Object) - Method in class org.apache.camel.support.builder.xml.StAX2SAXSource
 
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
This method supports two modes to set a property: 1.
setProperty(CamelContext, Object, String, Object) - Static method in class org.apache.camel.support.IntrospectionSupport
 
setProperty(CamelContext, TypeConverter, Object, String, Object) - Static method in class org.apache.camel.support.IntrospectionSupport
 
setProperty(TypeConverter, Object, String, Object) - Static method in class org.apache.camel.support.IntrospectionSupport
 
setProperty(Object, String, Object, boolean) - Static method in class org.apache.camel.support.IntrospectionSupport
 
setProperty(Object, String, Object) - Static method in class org.apache.camel.support.IntrospectionSupport
 
setReferenceProperties(CamelContext, Object, Map<String, Object>) - Static method in class org.apache.camel.support.EndpointHelper
Sets the reference properties on the given bean

This is convention over configuration, setting all reference parameters (using EndpointHelper.isReferenceParameter(String) by looking it up in registry and setting it on the bean if possible.

setResolvePropertyPlaceholders(boolean) - Method in class org.apache.camel.support.DefaultComponent
Whether the component should resolve property placeholders on itself when starting.
setResourceResolver(LSResourceResolver) - Method in class org.apache.camel.support.processor.validation.SchemaReader
 
setResourceResolver(LSResourceResolver) - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
setResourceUri(String) - Method in class org.apache.camel.component.ResourceEndpoint
Path to the resource.
setResult(T) - Method in class org.apache.camel.support.AsyncCallbackToCompletableFutureAdapter
 
setRoute(Route) - Method in class org.apache.camel.support.DefaultConsumer
 
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(ScheduledPollConsumerScheduler) - 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.
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 Quartz2, Spring based scheduler.
setSchema(Schema) - Method in class org.apache.camel.support.processor.validation.SchemaReader
 
setSchema(Schema) - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
setSchemaAsByteArray(byte[]) - Method in class org.apache.camel.support.processor.validation.SchemaReader
 
setSchemaAsByteArray(byte[]) - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
setSchemaFactory(SchemaFactory) - Method in class org.apache.camel.support.processor.validation.SchemaReader
 
setSchemaFactory(SchemaFactory) - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
setSchemaFile(File) - Method in class org.apache.camel.support.processor.validation.SchemaReader
 
setSchemaFile(File) - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
setSchemaLanguage(String) - Method in class org.apache.camel.support.processor.validation.SchemaReader
 
setSchemaLanguage(String) - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
setSchemaSource(Source) - Method in class org.apache.camel.support.processor.validation.SchemaReader
 
setSchemaSource(Source) - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
setSchemaUrl(URL) - Method in class org.apache.camel.support.processor.validation.SchemaReader
 
setSchemaUrl(URL) - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
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.
setShowOut(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
If the exchange has an out message, show the out message.
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.
setTransformerFactory(TransformerFactory) - Method in class org.apache.camel.support.builder.xml.XMLConverterHelper
 
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
 
setupFeatures(DocumentBuilderFactory) - Method in class org.apache.camel.support.builder.xml.XMLConverterHelper
 
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.
setUseSharedSchema(boolean) - Method in class org.apache.camel.support.processor.validation.ValidatingProcessor
 
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
 
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
 
size() - Method in class org.apache.camel.support.LRUCache
 
SourceCache - Class in org.apache.camel.converter.stream
StreamCache implementation for StringSources
SourceCache(String) - Constructor for class org.apache.camel.converter.stream.SourceCache
 
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.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.
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
 
StAX2SAXSource - Class in org.apache.camel.support.builder.xml
Adapter to turn a StAX XMLStreamReader into a SAXSource.
StAX2SAXSource(XMLStreamReader) - Constructor for class org.apache.camel.support.builder.xml.StAX2SAXSource
 
stop() - Method in class org.apache.camel.support.ChildServiceSupport
 
stop() - Static method in class org.apache.camel.support.IntrospectionSupport
CamelContext should call this stop method when its stopping.
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)
StreamSourceCache - Class in org.apache.camel.converter.stream
A StreamCache for StreamSources
StreamSourceCache(StreamSource, Exchange) - Constructor for class org.apache.camel.converter.stream.StreamSourceCache
 
StreamSourceCache(StreamCache) - Constructor for class org.apache.camel.converter.stream.StreamSourceCache
 
stripOptionalPrefixFromName(List<Map<String, String>>, String) - Static method in class org.apache.camel.support.JSonSchemaHelper
 
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
 

T

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
 
toDOMDocument(Node) - Method in class org.apache.camel.support.builder.xml.XMLConverterHelper
 
toDOMSource(Node) - Method in class org.apache.camel.support.builder.xml.XMLConverterHelper
 
toExpression(Predicate) - Static method in class org.apache.camel.support.PredicateToExpressionAdapter
Converts the given predicate into an Expression
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.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.LRUCache
 
toString() - Method in class org.apache.camel.support.LRUSoftCache
 
toString() - Method in class org.apache.camel.support.LRUWeakCache
 
toString() - Method in class org.apache.camel.support.MessageSupport
 
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.UnmarshalProcessor
 
toString() - Method in class org.apache.camel.support.processor.validation.PredicateValidatingProcessor
 
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.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.
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.
ValidatingProcessor - Class in org.apache.camel.support.processor.validation
A processor which validates the XML version of the inbound message body against some schema either in XSD or RelaxNG
ValidatingProcessor() - Constructor for class org.apache.camel.support.processor.validation.ValidatingProcessor
 
ValidatingProcessor(SchemaReader) - Constructor for class org.apache.camel.support.processor.validation.ValidatingProcessor
 
ValidatorErrorHandler - Interface in org.apache.camel.support.processor.validation
Validator error handler.
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() - Method in class org.apache.camel.support.LRUCache
 
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

warmUp() - Static method in class org.apache.camel.support.LRUCacheFactory
Warm-up the LRUCache to startup Apache Camel faster.
warning(SAXParseException) - Method in class org.apache.camel.support.processor.validation.DefaultValidationErrorHandler
 
withAttribute(String, Object) - Method in class org.apache.camel.component.extension.metadata.MetaDataBuilder
 
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
 
withException(Exception) - Static method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
 
withExchange(Exchange) - Static method in class org.apache.camel.converter.stream.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.

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
 
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
 
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.
withPayload(Object) - Method in class org.apache.camel.component.extension.metadata.MetaDataBuilder
 
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
 
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.converter.stream.OutputStreamBuilder
 
write(byte[]) - Method in class org.apache.camel.converter.stream.OutputStreamBuilder
 
write(int) - Method in class org.apache.camel.converter.stream.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
 
writeTo(OutputStream) - Method in class org.apache.camel.converter.stream.SourceCache
 
writeTo(OutputStream) - Method in class org.apache.camel.converter.stream.StreamSourceCache
 

X

XMLConverterHelper - Class in org.apache.camel.support.builder.xml
XML converter support.
XMLConverterHelper() - Constructor for class org.apache.camel.support.builder.xml.XMLConverterHelper
 
XMLConverterHelper(DocumentBuilderFactory) - Constructor for class org.apache.camel.support.builder.xml.XMLConverterHelper
 
A B C D E F G H I J K L M N O P R S T U V W X 

Apache Camel