- 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
-
- add(String, String) - Method in class org.apache.camel.support.builder.Namespaces
-
- add(String) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
-
- add(String) - Method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
-
- addChildService(Object) - Method in class org.apache.camel.support.ChildServiceSupport
-
- addEventListener(CamelClusterEventListener) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterView
-
- addListener(TimeoutMap.Listener<K, V>) - Method in class org.apache.camel.support.DefaultTimeoutMap
-
- addOnCompletion(Synchronization) - Method in class org.apache.camel.support.DefaultExchange
-
- addOption(String) - Method in class org.apache.camel.component.extension.verifier.OptionsGroup
-
Adds a option definition to this group.
- addProperty(DefaultExchangeHolder, String, Serializable) - Static method in class org.apache.camel.support.DefaultExchangeHolder
-
Adds a property to the payload.
- addTimerListener(TimerListener) - Method in class org.apache.camel.support.TimerListenerManager
-
Adds the listener.
- addToEnvironment(String, Object) - Method in class org.apache.camel.support.jndi.JndiContext
-
- afterConfiguration(String, String, Endpoint, Map<String, Object>) - Method in class org.apache.camel.support.DefaultComponent
-
Strategy to do post configuration logic.
- afterConfigureProperties() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
-
Initialize proxies, create server connections, etc.
- afterPoll() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
-
- afterPoll() - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- afterRouteSynchronizations(Route, Exchange, List<Synchronization>, Logger) - Static method in class org.apache.camel.support.UnitOfWorkHelper
-
- allArguments() - Method in class org.apache.camel.support.component.ApiMethodHelper
-
Returns argument types and names used by all methods.
- allowHandover() - Method in class org.apache.camel.support.SynchronizationAdapter
-
- allowNull() - Method in class org.apache.camel.support.SimpleTypeConverter
-
- allowNull() - Method in class org.apache.camel.support.TypeConverterSupport
-
- and(Predicate, Predicate) - Static method in class org.apache.camel.support.builder.PredicateBuilder
-
A helper method to combine multiple predicates by a logical AND
- and(List<Predicate>) - Static method in class org.apache.camel.support.builder.PredicateBuilder
-
Concat the given predicates into a single predicate, which
only matches if all the predicates matches.
- and(Predicate...) - Static method in class org.apache.camel.support.builder.PredicateBuilder
-
Concat the given predicates into a single predicate, which only matches
if all the predicates matches.
- AnnotationExpressionFactory - Interface in org.apache.camel.support.language
-
A factory which creates an Expression
object from an annotation on a field, property or method parameter
of a specified type.
- ApiCollection<E extends Enum<E> & ApiName,T> - Class in org.apache.camel.support.component
-
Base class for a collection of ApiMethods.
- ApiCollection() - Constructor for class org.apache.camel.support.component.ApiCollection
-
- ApiConsumerHelper - Class in org.apache.camel.support.component
-
Utility class for API Consumers.
- ApiMethod - Interface in org.apache.camel.support.component
-
Interface for proxy methods.
- ApiMethodArg - Class in org.apache.camel.support.component
-
- ApiMethodArg(String, Class<?>, String) - Constructor for class org.apache.camel.support.component.ApiMethodArg
-
- ApiMethodHelper<T extends Enum<T> & ApiMethod> - Class in org.apache.camel.support.component
-
- 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
-
- ApiMethodImpl(Class<?>, Class<?>, String, ApiMethodArg...) - Constructor for class org.apache.camel.support.component.ApiMethodImpl
-
- ApiMethodModel(String, Class<?>, List<ApiMethodArg>, Method) - Constructor for class org.apache.camel.support.component.ApiMethodParser.ApiMethodModel
-
- ApiMethodModel(String, String, Class<?>, List<ApiMethodArg>, Method) - Constructor for class org.apache.camel.support.component.ApiMethodParser.ApiMethodModel
-
- ApiMethodParser<T> - Class in org.apache.camel.support.component
-
Parser base class for generating ApiMethod enumerations.
- ApiMethodParser(Class<T>) - Constructor for class org.apache.camel.support.component.ApiMethodParser
-
- ApiMethodParser.ApiMethodModel - Class in org.apache.camel.support.component
-
- ApiMethodPropertiesHelper<C> - Class in org.apache.camel.support.component
-
Helper class to work with ApiMethod arguments to be extended by components.
- ApiMethodPropertiesHelper(Class<C>, String) - Constructor for class org.apache.camel.support.component.ApiMethodPropertiesHelper
-
- apiName - Variable in class org.apache.camel.support.component.AbstractApiEndpoint
-
- ApiName - Interface in org.apache.camel.support.component
-
Marker interface for ApiName enumerations.
- apiNameClass - Variable in class org.apache.camel.support.component.AbstractApiComponent
-
- append(Expression, Expression) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Appends the String evaluations of the two expressions together
- append(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
-
Appends the string evaluation of this expression with the given value
- appendParameters(String, Map<String, Object>) - Static method in class org.apache.camel.support.ResourceHelper
-
Appends the parameters to the given uri
- appendToStore(String) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
-
Appends the given key to the file store
- applyFilterToCamelHeaders(String, Object, Exchange) - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
-
- applyFilterToExternalHeaders(String, Object, Exchange) - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
-
- arg(String, Class<?>) - Static method in class org.apache.camel.support.component.ApiMethodArg
-
- arg(String, Class<?>, String) - Static method in class org.apache.camel.support.component.ApiMethodArg
-
- ARGS_PATTERN - Static variable in class org.apache.camel.support.component.ApiMethodParser
-
- ArgumentSubstitutionParser<T> - Class in org.apache.camel.support.component
-
Adds support for parameter name substitutions.
- ArgumentSubstitutionParser(Class<T>, ArgumentSubstitutionParser.Substitution[]) - Constructor for class org.apache.camel.support.component.ArgumentSubstitutionParser
-
Create a parser using regular expressions to adapt parameter names.
- ArgumentSubstitutionParser.Substitution - Class in org.apache.camel.support.component
-
- asExpression(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
-
- assemble(MBeanServer, Object, ObjectName) - Method in class org.apache.camel.support.management.DefaultManagementMBeanAssembler
-
- assembler - Variable in class org.apache.camel.support.management.DefaultManagementMBeanAssembler
-
- assertionFailureMessage(Exchange) - Method in class org.apache.camel.support.ExpressionAdapter
-
- assertionFailureMessage(Exchange) - Method in class org.apache.camel.support.ExpressionSupport
-
- assertMatches(String, Exchange) - Method in class org.apache.camel.support.ExpressionSupport
-
- assertMatches(Predicate, String, Exchange) - Static method in class org.apache.camel.support.PredicateAssertHelper
-
- AsyncCallbackToCompletableFutureAdapter<T> - Class in org.apache.camel.support
-
- AsyncCallbackToCompletableFutureAdapter() - Constructor for class org.apache.camel.support.AsyncCallbackToCompletableFutureAdapter
-
- AsyncCallbackToCompletableFutureAdapter(T) - Constructor for class org.apache.camel.support.AsyncCallbackToCompletableFutureAdapter
-
- AsyncCallbackToCompletableFutureAdapter(CompletableFuture<T>, T) - Constructor for class org.apache.camel.support.AsyncCallbackToCompletableFutureAdapter
-
- AsyncProcessorConverterHelper - Class in org.apache.camel.support
-
A simple converter that can convert any Processor
to an AsyncProcessor
.
- AsyncProcessorHelper - Class in org.apache.camel.support
-
Helper methods for AsyncProcessor
objects.
- AsyncProcessorSupport - Class in org.apache.camel.support
-
- AsyncProcessorSupport() - Constructor for class org.apache.camel.support.AsyncProcessorSupport
-
- attribute(String, Object) - Static method in class org.apache.camel.support.cluster.ClusterServiceSelectors
-
- autowireSingletonPropertiesFromRegistry(CamelContext, Object) - Static method in class org.apache.camel.support.PropertyBindingSupport
-
This will discover all the properties on the target, and automatic bind the properties that are null by
looking up in the registry to see if there is a single instance of the same type as the property.
- autowireSingletonPropertiesFromRegistry(CamelContext, Object, boolean, boolean, PropertyBindingSupport.OnAutowiring) - Static method in class org.apache.camel.support.PropertyBindingSupport
-
This will discover all the properties on the target, and automatic bind the properties by
looking up in the registry to see if there is a single instance of the same type as the property.
- available() - Method in class org.apache.camel.converter.stream.FileInputStreamCache
-
- available() - Method in class org.apache.camel.support.InputStreamIterator
-
- cacheClass(Class<?>) - Static method in class org.apache.camel.support.IntrospectionSupport
-
Deprecated.
Introspects the given class.
- CachedByteArrayOutputStream - Class in org.apache.camel.converter.stream
-
- CachedByteArrayOutputStream(int) - Constructor for class org.apache.camel.converter.stream.CachedByteArrayOutputStream
-
- CachedOutputStream - Class in org.apache.camel.converter.stream
-
This output stream will store the content into a File if the stream context size is exceed the
THRESHOLD value.
- CachedOutputStream(Exchange) - Constructor for class org.apache.camel.converter.stream.CachedOutputStream
-
- CachedOutputStream(Exchange, boolean) - Constructor for class org.apache.camel.converter.stream.CachedOutputStream
-
- callback(AsyncCallback) - Static method in class org.apache.camel.support.ReactiveHelper
-
Deprecated.
- callWithTCCL(Callable<?>, Exchange) - Static method in class org.apache.camel.support.ObjectHelper
-
Calling the Callable with the setting of TCCL with the camel context application classloader.
- callWithTCCL(Callable<?>, ClassLoader) - Static method in class org.apache.camel.support.ObjectHelper
-
Calling the Callable with the setting of TCCL with a given classloader.
- camelContext - Variable in class org.apache.camel.support.DefaultRegistry
-
- camelContext - Variable in class org.apache.camel.support.management.DefaultManagementMBeanAssembler
-
- camelContextExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an expression for the CamelContext
- CamelContextHelper - Class in org.apache.camel.support
-
A number of helper methods
- camelContextNameExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an expression for the CamelContext
name
- camelContextPropertiesExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an expression for the properties of the camel context
- camelContextPropertyExpression(String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an expression for the property value of the camel context with the given name
- 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 Service
s.
- ChildServiceSupport() - Constructor for class org.apache.camel.support.ChildServiceSupport
-
- CipherPair - Class in org.apache.camel.converter.stream
-
A class to hold a pair of encryption and decryption ciphers.
- CipherPair(String) - Constructor for class org.apache.camel.converter.stream.CipherPair
-
- cleanUp() - Method in interface org.apache.camel.support.LRUCache
-
- cleanup() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
-
Cleanup the 1st-level cache.
- clear() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
-
- clear() - Method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
-
- clearCache() - Static method in class org.apache.camel.support.IntrospectionSupport
-
Deprecated.
Clears the introspection cache.
- clearContentCache() - Method in class org.apache.camel.component.ResourceEndpoint
-
- clearStore() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
-
Clears the file-store (danger this deletes all entries)
- close() - Method in class org.apache.camel.converter.stream.CachedOutputStream
-
- close() - Method in class org.apache.camel.converter.stream.FileInputStreamCache
-
- close() - Method in class org.apache.camel.converter.stream.ReaderCache
-
- close() - Method in class org.apache.camel.support.builder.OutputStreamBuilder
-
- close() - Method in class org.apache.camel.support.GroupIterator
-
- close() - Method in class org.apache.camel.support.GroupTokenIterator
-
- close() - Method in class org.apache.camel.support.jndi.JndiBeanRepository
-
- close() - Method in class org.apache.camel.support.jndi.JndiContext
-
- ClusterServiceHelper - Class in org.apache.camel.support.cluster
-
- ClusterServiceSelectors - Class in org.apache.camel.support.cluster
-
- ClusterServiceSelectors.SelectByAttribute - Class in org.apache.camel.support.cluster
-
- ClusterServiceSelectors.SelectByOrder - Class in org.apache.camel.support.cluster
-
- ClusterServiceSelectors.SelectByType - Class in org.apache.camel.support.cluster
-
- ClusterServiceSelectors.SelectFirst - Class in org.apache.camel.support.cluster
-
- ClusterServiceSelectors.SelectSingle - Class in org.apache.camel.support.cluster
-
- code(ComponentVerifierExtension.VerificationError.Code) - Method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
-
- code(String) - Method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
-
- collection - Variable in class org.apache.camel.support.component.AbstractApiComponent
-
- commit(Consumer, Endpoint, int) - Method in class org.apache.camel.support.DefaultPollingConsumerPollStrategy
-
- compare(Exchange, Exchange) - Method in class org.apache.camel.support.ExpressionComparator
-
- compare(Exchange, Exchange) - Method in class org.apache.camel.support.ExpressionListComparator
-
- compare(Object, Object) - Static method in class org.apache.camel.support.ObjectHelper
-
A helper method for performing an ordered comparison on the objects
handling nulls and objects which do not handle sorting gracefully
- compare(Object, Object, boolean) - Static method in class org.apache.camel.support.ObjectHelper
-
A helper method for performing an ordered comparison on the objects
handling nulls and objects which do not handle sorting gracefully
- compare(Object, Object) - Method in class org.apache.camel.support.OrderedComparator
-
- compareTo(Object) - Method in class org.apache.camel.support.TimeoutMapEntry
-
- compareTo(TimeoutMapEntry<K, V>) - Method in class org.apache.camel.support.TimeoutMapEntry
-
- compensate() - Method in interface org.apache.camel.saga.CamelSagaCoordinator
-
- complete() - Method in interface org.apache.camel.saga.CamelSagaCoordinator
-
- COMPONENT_FALLBACK_SUFFIX - Static variable in class org.apache.camel.support.ResolverHelper
-
- componentConfigClass - Variable in class org.apache.camel.support.component.ApiMethodPropertiesHelper
-
- componentConfigFields - Variable in class org.apache.camel.support.component.ApiMethodPropertiesHelper
-
- ComponentVerifierException - Exception in org.apache.camel.component.extension.verifier
-
- ComponentVerifierException() - Constructor for exception org.apache.camel.component.extension.verifier.ComponentVerifierException
-
- ComponentVerifierException(String) - Constructor for exception org.apache.camel.component.extension.verifier.ComponentVerifierException
-
- ComponentVerifierException(String, Throwable) - Constructor for exception org.apache.camel.component.extension.verifier.ComponentVerifierException
-
- ComponentVerifierException(Throwable) - Constructor for exception org.apache.camel.component.extension.verifier.ComponentVerifierException
-
- composeName(Name, Name) - Method in class org.apache.camel.support.jndi.JndiContext
-
- composeName(String, String) - Method in class org.apache.camel.support.jndi.JndiContext
-
- compressGzip(String, InputStream) - Static method in class org.apache.camel.support.GZIPHelper
-
- compressGzip(String, byte[]) - Static method in class org.apache.camel.support.GZIPHelper
-
- compressGZIP(byte[]) - Static method in class org.apache.camel.support.GZIPHelper
-
- concatExpression(Collection<Expression>) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an expression which returns the string concatenation value of the various
expressions
- concatExpression(Collection<Expression>, String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an expression which returns the string concatenation value of the various
expressions
- configuration - Variable in class org.apache.camel.support.component.AbstractApiComponent
-
- configuration - Variable in class org.apache.camel.support.component.AbstractApiEndpoint
-
- configure(NamespaceAware) - Method in class org.apache.camel.support.builder.Namespaces
-
Configures the namespace aware object
- configureConsumer(Consumer) - Method in class org.apache.camel.support.DefaultEndpoint
-
- configureConsumer(Consumer) - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
- configureMessage(Message) - Method in class org.apache.camel.support.DefaultExchange
-
Configures the message after it has been set on the exchange
- configurePollingConsumer(PollingConsumer) - Method in class org.apache.camel.support.DefaultEndpoint
-
- configureProperties(Map<String, Object>) - Method in class org.apache.camel.support.component.AbstractApiEndpoint
-
- configureProperties(Map<String, Object>) - Method in class org.apache.camel.support.DefaultEndpoint
-
- configureProperties(Map<String, Object>) - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
- configureScheduledPollConsumerProperties(Map<String, Object>) - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
- confirm(String) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
-
- confirm(String) - Method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
-
- constant(boolean) - Static method in class org.apache.camel.support.builder.PredicateBuilder
-
A constant predicate.
- constantExpression(Object) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an expression for the constant value
- contains(Expression, Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
-
- contains(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
-
Create a predicate that the left hand expression contains the value of
the right hand expression
- contains(Object, Object) - Static method in class org.apache.camel.support.ObjectHelper
-
Returns true if the collection contains the specified value
- contains(String) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
-
- contains(String) - Method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
-
- containsIgnoreCase(Expression, Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
-
- containsIgnoreCase(Object, Object) - Static method in class org.apache.camel.support.ObjectHelper
-
Returns true if the collection contains the specified value by considering case insensitivity
- containsOnCompletion(Synchronization) - Method in class org.apache.camel.support.DefaultExchange
-
- containsStore(String) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
-
Checks the file store if the key exists
- context - Variable in class org.apache.camel.support.DefaultExchange
-
- controller(Route) - Method in class org.apache.camel.support.RoutePolicySupport
-
- convert(Producer) - Static method in class org.apache.camel.support.AsyncProcessorConverterHelper
-
- convert(Processor) - Static method in class org.apache.camel.support.AsyncProcessorConverterHelper
-
- convertTo(Class<?>) - Method in class org.apache.camel.support.builder.ValueBuilder
-
Converts the current value to the given type using the registered type
converters
- convertTo(CamelContext, Class<T>, Object) - Static method in class org.apache.camel.support.CamelContextHelper
-
Converts the given value to the requested type
- convertTo(Class<T>, Object) - Method in class org.apache.camel.support.SimpleTypeConverter
-
- convertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.support.SimpleTypeConverter
-
- convertTo(Class<T>, Object) - Method in class org.apache.camel.support.TypeConverterSupport
-
- convertToByteArray(StreamCache, Exchange) - Static method in class org.apache.camel.converter.stream.StreamCacheConverter
-
- convertToByteBuffer(StreamCache, Exchange) - Static method in class org.apache.camel.converter.stream.StreamCacheConverter
-
- convertToExpression(Expression, Class<?>) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an expression which converts the given expression to the given type
- convertToExpression(Expression, Expression) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an expression which converts the given expression to the given type the type
expression is evaluated to
- convertToMandatoryType(Exchange, Class<T>, Object) - Static method in class org.apache.camel.support.ExchangeHelper
-
Converts the value to the given expected type or throws an exception
- convertToStreamCache(ByteArrayInputStream, Exchange) - Static method in class org.apache.camel.converter.stream.StreamCacheConverter
-
- convertToStreamCache(InputStream, Exchange) - Static method in class org.apache.camel.converter.stream.StreamCacheConverter
-
- convertToStreamCache(CachedOutputStream, Exchange) - Static method in class org.apache.camel.converter.stream.StreamCacheConverter
-
- convertToStreamCache(Reader, Exchange) - Static method in class org.apache.camel.converter.stream.StreamCacheConverter
-
- convertToString() - Method in class org.apache.camel.support.builder.ValueBuilder
-
Converts the current value to a String using the registered type converters
- convertToType(Exchange, Class<T>, Object) - Static method in class org.apache.camel.support.ExchangeHelper
-
Converts the value to the given expected type
- copy(Exchange) - Method in class org.apache.camel.converter.stream.ByteArrayInputStreamCache
-
- copy(Exchange) - Method in class org.apache.camel.converter.stream.FileInputStreamCache
-
- copy(Exchange) - Method in class org.apache.camel.converter.stream.InputStreamCache
-
- copy(Exchange) - Method in class org.apache.camel.converter.stream.ReaderCache
-
- copy() - Method in class org.apache.camel.support.DefaultExchange
-
- copy() - Method in class org.apache.camel.support.MessageSupport
-
- copyExchangeAndSetCamelContext(Exchange, CamelContext) - Static method in class org.apache.camel.support.ExchangeHelper
-
Copies the exchange but the copy will be tied to the given context
- copyExchangeAndSetCamelContext(Exchange, CamelContext, boolean) - Static method in class org.apache.camel.support.ExchangeHelper
-
Copies the exchange but the copy will be tied to the given context
- copyFrom(Message) - Method in class org.apache.camel.support.MessageSupport
-
- copyFromWithNewBody(Message, Object) - Method in class org.apache.camel.support.MessageSupport
-
- copyHeaders(Message, Message, boolean) - Static method in class org.apache.camel.support.MessageHelper
-
Copies the headers from the source to the target message.
- copyHeaders(Message, Message, HeaderFilterStrategy, boolean) - Static method in class org.apache.camel.support.MessageHelper
-
Copies the headers from the source to the target message.
- copyResults(Exchange, Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
-
Copies the results of a message exchange from the source exchange to the result exchange
which will copy the message contents, exchange properties and the exception.
- copyResultsPreservePattern(Exchange, Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
-
Copies the source
exchange to target
exchange
preserving the ExchangePattern
of target
.
- createAsyncProducer() - Method in class org.apache.camel.support.DefaultEndpoint
-
- createBean(Class<?>, Map<String, Object>, String) - Static method in class org.apache.camel.support.jndi.JndiContext
-
Deprecated.
- createBindingsMapFromEnvironment(Hashtable<String, Object>) - Static method in class org.apache.camel.support.jndi.JndiContext
-
A helper method to create the JNDI bindings from the input environment
properties using $foo.class to point to a class name with $foo.* being
properties set on the injected bean
- createBody() - Method in class org.apache.camel.support.MessageSupport
-
A factory method to allow a provider to lazily create the message body
for inbound messages from other sources
- createConsumer(Processor) - Method in class org.apache.camel.support.DefaultPollingEndpoint
-
- createConsumer() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
-
- createContext() - Method in class org.apache.camel.support.jndi.JndiBeanRepository
-
- createCopy(Exchange, boolean) - Static method in class org.apache.camel.support.ExchangeHelper
-
Creates a new instance and copies from the current message exchange so that it can be
forwarded to another destination as a new instance.
- createCorrelatedCopy(Exchange, boolean) - Static method in class org.apache.camel.support.ExchangeHelper
-
Creates a new instance and copies from the current message exchange so that it can be
forwarded to another destination as a new instance.
- createCorrelatedCopy(Exchange, boolean, boolean) - Static method in class org.apache.camel.support.ExchangeHelper
-
Creates a new instance and copies from the current message exchange so that it can be
forwarded to another destination as a new instance.
- createCorrelatedCopy(Exchange, boolean, boolean, Predicate<Synchronization>) - Static method in class org.apache.camel.support.ExchangeHelper
-
Creates a new instance and copies from the current message exchange so that it can be
forwarded to another destination as a new instance.
- createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.support.component.AbstractApiComponent
-
- createEndpoint(String, String, E, T) - Method in class org.apache.camel.support.component.AbstractApiComponent
-
- createEndpoint(String, Map<String, Object>) - Method in class org.apache.camel.support.DefaultComponent
-
- createEndpoint(String) - Method in class org.apache.camel.support.DefaultComponent
-
- createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.support.DefaultComponent
-
A factory method allowing derived components to create a new endpoint
from the given URI, remaining path and optional parameters
- createEndpointConfiguration(E) - Method in class org.apache.camel.support.component.AbstractApiComponent
-
- createEndpointId() - Static method in class org.apache.camel.support.EndpointHelper
-
A helper method for Endpoint implementations to create new Ids for Endpoints which also implement
HasId
- createEndpointUri() - Method in class org.apache.camel.support.DefaultEndpoint
-
A factory method to lazily create the endpointUri if none is specified
- createExchange() - Method in class org.apache.camel.support.DefaultEndpoint
-
- createExchange(ExchangePattern) - Method in class org.apache.camel.support.DefaultEndpoint
-
- createExchange() - Method in class org.apache.camel.support.DefaultProducer
-
- createExchangeId() - Method in class org.apache.camel.support.DefaultExchange
-
- createExpression(CamelContext, Annotation, LanguageAnnotation, Class<?>) - Method in interface org.apache.camel.support.language.AnnotationExpressionFactory
-
- createExpression(CamelContext, Annotation, LanguageAnnotation, Class<?>) - Method in class org.apache.camel.support.language.DefaultAnnotationExpressionFactory
-
- createGroupIntervalLogMessage() - Method in class org.apache.camel.support.processor.ThroughputLogger
-
- createHeaders() - Method in class org.apache.camel.support.DefaultMessage
-
A factory method to lazily create the headers to make it easy to create
efficient Message implementations which only construct and populate the
Map on demand
- createIterable(Object) - Static method in class org.apache.camel.support.ObjectHelper
-
Creates an iterable over the value if the value is a collection, an
Object[], a String with values separated by comma,
or a primitive type array; otherwise to simplify the caller's code,
we just create a singleton collection iterator over a single value
Will default use comma for String separating String values.
- createIterable(Object, String) - Static method in class org.apache.camel.support.ObjectHelper
-
Creates an iterable over the value if the value is a collection, an
Object[], a String with values separated by the given delimiter,
or a primitive type array; otherwise to simplify the caller's
code, we just create a singleton collection iterator over a single value
This method does
not allow empty values
- createIterable(String) - Static method in class org.apache.camel.support.ObjectHelper
-
- createIterable(String, String) - Static method in class org.apache.camel.support.ObjectHelper
-
- createIterable(String, String, boolean) - Static method in class org.apache.camel.support.ObjectHelper
-
- createIterable(String, String, boolean, boolean) - Static method in class org.apache.camel.support.ObjectHelper
-
- createIterable(Object, String, boolean) - Static method in class org.apache.camel.support.ObjectHelper
-
Creates an iterable over the value if the value is a collection, an
Object[], a String with values separated by the given delimiter,
or a primitive type array; otherwise to simplify the caller's
code, we just create a singleton collection iterator over a single value
- createIterable(Object, String, boolean, boolean) - Static method in class org.apache.camel.support.ObjectHelper
-
Creates an iterable over the value if the value is a collection, an
Object[], a String with values separated by the given delimiter,
or a primitive type array; otherwise to simplify the caller's
code, we just create a singleton collection iterator over a single value
- createIterator(Exchange, InputStream, String) - Method in class org.apache.camel.support.builder.TokenPairExpressionIterator
-
Strategy to create the iterator
- createIterator(Exchange, InputStream, String) - Method in class org.apache.camel.support.builder.TokenXMLExpressionIterator
-
- createIterator(Object) - Static method in class org.apache.camel.support.ObjectHelper
-
Creates an iterator over the value if the value is a
Stream
, collection, an
Object[], a String with values separated by comma,
or a primitive type array; otherwise to simplify the caller's code,
we just create a singleton collection iterator over a single value
Will default use comma for String separating String values.
- createIterator(Object, String) - Static method in class org.apache.camel.support.ObjectHelper
-
Creates an iterator over the value if the value is a
Stream
, collection, an
Object[], a String with values separated by the given delimiter,
or a primitive type array; otherwise to simplify the caller's
code, we just create a singleton collection iterator over a single value
This method does
not allow empty values
- createIterator(Object, String, boolean) - Static method in class org.apache.camel.support.ObjectHelper
-
Creates an iterator over the value if the value is a
Stream
, collection, an
Object[], a String with values separated by the given delimiter,
or a primitive type array; otherwise to simplify the caller's
code, we just create a singleton collection iterator over a single value
- createIterator(Object, String, boolean, boolean) - Static method in class org.apache.camel.support.ObjectHelper
-
Creates an iterator over the value if the value is a
Stream
, collection, an
Object[], a String with values separated by the given delimiter,
or a primitive type array; otherwise to simplify the caller's
code, we just create a singleton collection iterator over a single value
- createJsonMaskPattern(Set<String>) - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
-
- createKeyValueMaskPattern(Set<String>) - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
-
- createLogMessage(Exchange, int) - Method in class org.apache.camel.support.processor.ThroughputLogger
-
- createLRUCache(int) - Method in class org.apache.camel.support.DefaultLRUCacheFactory
-
Constructs an empty LRUCache instance with the
specified maximumCacheSize, and will stop on eviction.
- createLRUCache(int, Consumer<V>) - Method in class org.apache.camel.support.DefaultLRUCacheFactory
-
Constructs an empty LRUCache instance with the
specified maximumCacheSize, and will stop on eviction.
- createLRUCache(int, int) - Method in class org.apache.camel.support.DefaultLRUCacheFactory
-
Constructs an empty LRUCache instance with the
specified initial capacity, maximumCacheSize, and will stop on eviction.
- createLRUCache(int, int, boolean) - Method in class org.apache.camel.support.DefaultLRUCacheFactory
-
Constructs an empty LRUCache instance with the
specified initial capacity, maximumCacheSize,load factor and ordering mode.
- createLRUCache(int) - Method in class org.apache.camel.support.LRUCacheFactory
-
Constructs an empty LRUCache instance with the
specified maximumCacheSize, and will stop on eviction.
- createLRUCache(int, Consumer<V>) - Method in class org.apache.camel.support.LRUCacheFactory
-
Constructs an empty LRUCache instance with the
specified maximumCacheSize, and will stop on eviction.
- createLRUCache(int, int) - Method in class org.apache.camel.support.LRUCacheFactory
-
Constructs an empty LRUCache instance with the
specified initial capacity, maximumCacheSize, and will stop on eviction.
- createLRUCache(int, int, boolean) - Method in class org.apache.camel.support.LRUCacheFactory
-
Constructs an empty LRUCache instance with the
specified initial capacity, maximumCacheSize,load factor and ordering mode.
- createLRUSoftCache(int) - Method in class org.apache.camel.support.DefaultLRUCacheFactory
-
Constructs an empty LRUSoftCache instance with the
specified maximumCacheSize, and will stop on eviction.
- createLRUSoftCache(int, int) - Method in class org.apache.camel.support.DefaultLRUCacheFactory
-
- createLRUSoftCache(int, int, boolean) - Method in class org.apache.camel.support.DefaultLRUCacheFactory
-
- createLRUSoftCache(int) - Method in class org.apache.camel.support.LRUCacheFactory
-
Constructs an empty LRUSoftCache instance with the
specified maximumCacheSize, and will stop on eviction.
- createLRUSoftCache(int, int) - Method in class org.apache.camel.support.LRUCacheFactory
-
Constructs an empty LRUSoftCache instance with the
specified maximumCacheSize, and will stop on eviction.
- createLRUSoftCache(int, int, boolean) - Method in class org.apache.camel.support.LRUCacheFactory
-
Constructs an empty LRUSoftCache instance with the
specified maximumCacheSize, and will stop on eviction.
- createLRUWeakCache(int) - Method in class org.apache.camel.support.DefaultLRUCacheFactory
-
Constructs an empty LRUWeakCache instance with the
specified maximumCacheSize, and will stop on eviction.
- createLRUWeakCache(int, int) - Method in class org.apache.camel.support.DefaultLRUCacheFactory
-
- createLRUWeakCache(int, int, boolean) - Method in class org.apache.camel.support.DefaultLRUCacheFactory
-
- createLRUWeakCache(int) - Method in class org.apache.camel.support.LRUCacheFactory
-
Constructs an empty LRUWeakCache instance with the
specified maximumCacheSize, and will stop on eviction.
- createLRUWeakCache(int, int) - Method in class org.apache.camel.support.LRUCacheFactory
-
Constructs an empty LRUWeakCache instance with the
specified maximumCacheSize, and will stop on eviction.
- createLRUWeakCache(int, int, boolean) - Method in class org.apache.camel.support.LRUCacheFactory
-
Constructs an empty LRUWeakCache instance with the
specified maximumCacheSize, and will stop on eviction.
- createMessageId() - Method in class org.apache.camel.support.MessageSupport
-
Allow implementations to auto-create a messageId
- createOneOfThemRegex(Set<String>) - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
-
- createPollingConsumer() - Method in class org.apache.camel.support.DefaultEndpoint
-
- createPollingConsumer() - Method in class org.apache.camel.support.ProcessorEndpoint
-
- createProcessor() - Method in class org.apache.camel.support.ProcessorEndpoint
-
- createProducer() - Method in class org.apache.camel.support.ProcessorEndpoint
-
- createProperties() - Method in class org.apache.camel.support.DefaultExchange
-
- createProperties(Map<String, Object>) - Method in class org.apache.camel.support.DefaultExchange
-
- createSubcontext(Name) - Method in class org.apache.camel.support.jndi.JndiContext
-
- createSubcontext(String) - Method in class org.apache.camel.support.jndi.JndiContext
-
- createUoW(Exchange) - Method in class org.apache.camel.support.DefaultConsumer
-
If the consumer needs to defer done the UnitOfWork
on
the processed Exchange
then this method should be use to create and start
the UnitOfWork
on the exchange.
- createVariableMap(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
-
Creates a Map of the variables which are made available to a script or template
- createView(String) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
-
- createXmlElementMaskPattern(Set<String>) - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
-
- currentTime() - Method in class org.apache.camel.support.DefaultTimeoutMap
-
- DATA_FORMAT_FACTORY_FALLBACK_SUFFIX - Static variable in class org.apache.camel.support.ResolverHelper
-
- DATA_FORMAT_FALLBACK_SUFFIX - Static variable in class org.apache.camel.support.ResolverHelper
-
- DEFAULT_NAMESPACE - Static variable in class org.apache.camel.support.builder.Namespaces
-
- DEFAULT_SELECTOR - Static variable in class org.apache.camel.support.cluster.ClusterServiceSelectors
-
- DefaultAnnotationExpressionFactory - Class in org.apache.camel.support.language
-
- DefaultAnnotationExpressionFactory() - Constructor for class org.apache.camel.support.language.DefaultAnnotationExpressionFactory
-
- DefaultAsyncProducer - Class in org.apache.camel.support
-
A default implementation of Producer
for implementation inheritance,
which can process Exchange
s asynchronously.
- DefaultAsyncProducer(Endpoint) - Constructor for class org.apache.camel.support.DefaultAsyncProducer
-
- DefaultComponent - Class in org.apache.camel.support
-
Default component to use for base for components implementations.
- DefaultComponent() - Constructor for class org.apache.camel.support.DefaultComponent
-
- DefaultComponent(CamelContext) - Constructor for class org.apache.camel.support.DefaultComponent
-
- DefaultComponentVerifierExtension - Class in org.apache.camel.component.extension.verifier
-
- DefaultComponentVerifierExtension(String) - Constructor for class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
-
- DefaultComponentVerifierExtension(String, CamelContext) - Constructor for class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
-
- DefaultComponentVerifierExtension(String, CamelContext, Component) - Constructor for class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
-
- DefaultConsumer - Class in org.apache.camel.support
-
A default consumer useful for implementation inheritance.
- DefaultConsumer(Endpoint, Processor) - Constructor for class org.apache.camel.support.DefaultConsumer
-
- DefaultDataFormat - Class in org.apache.camel.support
-
A default dataformat useful for implementation inheritance.
- DefaultDataFormat() - Constructor for class org.apache.camel.support.DefaultDataFormat
-
- DefaultEndpoint - Class in org.apache.camel.support
-
A default endpoint useful for implementation inheritance.
- DefaultEndpoint(String, Component) - Constructor for class org.apache.camel.support.DefaultEndpoint
-
Constructs a fully-initialized DefaultEndpoint instance.
- DefaultEndpoint() - Constructor for class org.apache.camel.support.DefaultEndpoint
-
Constructs a partially-initialized DefaultEndpoint instance.
- DefaultExchange - Class in org.apache.camel.support
-
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
-
- DefaultLRUCacheFactory - Class in org.apache.camel.support
-
- DefaultLRUCacheFactory() - Constructor for class org.apache.camel.support.DefaultLRUCacheFactory
-
- DefaultManagementMBeanAssembler - Class in org.apache.camel.support.management
-
An assembler to assemble a
ModelMBean
which can be used
to register the object in JMX.
- DefaultManagementMBeanAssembler(CamelContext) - Constructor for class org.apache.camel.support.management.DefaultManagementMBeanAssembler
-
- DefaultMaskingFormatter - Class in org.apache.camel.support.processor
-
The MaskingFormatter
that searches the specified keywords in the source
and replace its value with mask string.
- DefaultMaskingFormatter() - Constructor for class org.apache.camel.support.processor.DefaultMaskingFormatter
-
- DefaultMaskingFormatter(boolean, boolean, boolean) - Constructor for class org.apache.camel.support.processor.DefaultMaskingFormatter
-
- DefaultMaskingFormatter(Set<String>, boolean, boolean, boolean) - Constructor for class org.apache.camel.support.processor.DefaultMaskingFormatter
-
- DefaultMessage - Class in org.apache.camel.support
-
The default implementation of
Message
This implementation uses a
CaseInsensitiveMap
storing the headers.
- DefaultMessage(Exchange) - Constructor for class org.apache.camel.support.DefaultMessage
-
- DefaultMessage(CamelContext) - Constructor for class org.apache.camel.support.DefaultMessage
-
- DefaultMessageHistory - Class in org.apache.camel.support
-
Default MessageHistory
.
- DefaultMessageHistory(String, NamedNode, long) - Constructor for class org.apache.camel.support.DefaultMessageHistory
-
- DefaultMessageHistory(String, NamedNode, long, Message) - Constructor for class org.apache.camel.support.DefaultMessageHistory
-
- DefaultMetaData - Class in org.apache.camel.component.extension.metadata
-
- DefaultMetaData(CamelContext, Map<String, Object>, Object) - Constructor for class org.apache.camel.component.extension.metadata.DefaultMetaData
-
- DefaultPollingConsumerPollStrategy - Class in org.apache.camel.support
-
A default implementation that will not retry on rollback.
- DefaultPollingConsumerPollStrategy() - Constructor for class org.apache.camel.support.DefaultPollingConsumerPollStrategy
-
- DefaultPollingEndpoint - Class in org.apache.camel.support
-
A base class for an endpoint which the default consumer mode is to use a PollingConsumer
- DefaultPollingEndpoint() - Constructor for class org.apache.camel.support.DefaultPollingEndpoint
-
- DefaultPollingEndpoint(String, Component) - Constructor for class org.apache.camel.support.DefaultPollingEndpoint
-
- DefaultProducer - Class in org.apache.camel.support
-
A default implementation of Producer
for implementation inheritance.
- DefaultProducer(Endpoint) - Constructor for class org.apache.camel.support.DefaultProducer
-
- DefaultRegistry - Class in org.apache.camel.support
-
The default Registry
which supports using a given first-choice repository to lookup the beans,
such as Spring, JNDI, OSGi etc.
- DefaultRegistry() - Constructor for class org.apache.camel.support.DefaultRegistry
-
Creates a default registry that uses
SimpleRegistry
as the fallback registry.
- DefaultRegistry(BeanRepository...) - Constructor for class org.apache.camel.support.DefaultRegistry
-
Creates a registry that uses the given BeanRepository
as first choice bean repository to lookup beans.
- DefaultRegistry(Collection<BeanRepository>) - Constructor for class org.apache.camel.support.DefaultRegistry
-
Creates a registry that uses the given BeanRepository
as first choice bean repository to lookup beans.
- DefaultResult - Class in org.apache.camel.component.extension.verifier
-
- DefaultResult(ComponentVerifierExtension.Scope, ComponentVerifierExtension.Result.Status, List<ComponentVerifierExtension.VerificationError>) - Constructor for class org.apache.camel.component.extension.verifier.DefaultResult
-
- DefaultResultVerificationError - Class in org.apache.camel.component.extension.verifier
-
- DefaultResultVerificationError(ComponentVerifierExtension.VerificationError.Code, String, Set<String>, Map<ComponentVerifierExtension.VerificationError.Attribute, Object>) - Constructor for class org.apache.camel.component.extension.verifier.DefaultResultVerificationError
-
- DefaultScheduledPollConsumer - Class in org.apache.camel.support
-
A default implementation of an event driven Consumer
which uses the
PollingConsumer
- DefaultScheduledPollConsumer(DefaultEndpoint, Processor) - Constructor for class org.apache.camel.support.DefaultScheduledPollConsumer
-
- DefaultScheduledPollConsumer(Endpoint, Processor, ScheduledExecutorService) - Constructor for class org.apache.camel.support.DefaultScheduledPollConsumer
-
- DefaultScheduledPollConsumerScheduler - Class in org.apache.camel.support
-
- DefaultScheduledPollConsumerScheduler() - Constructor for class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
-
- DefaultScheduledPollConsumerScheduler(ScheduledExecutorService) - Constructor for class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
-
- defaultSelector() - Static method in class org.apache.camel.support.cluster.ClusterServiceSelectors
-
- DefaultThreadPoolFactory - Class in org.apache.camel.support
-
Factory for thread pools that uses the JDK
Executors
for creating the thread pools.
- DefaultThreadPoolFactory() - Constructor for class org.apache.camel.support.DefaultThreadPoolFactory
-
- DefaultTimeoutMap<K,V> - Class in org.apache.camel.support
-
Default implementation of the TimeoutMap
.
- DefaultTimeoutMap(ScheduledExecutorService) - Constructor for class org.apache.camel.support.DefaultTimeoutMap
-
- DefaultTimeoutMap(ScheduledExecutorService, long) - Constructor for class org.apache.camel.support.DefaultTimeoutMap
-
- DefaultTimeoutMap(ScheduledExecutorService, long, boolean) - Constructor for class org.apache.camel.support.DefaultTimeoutMap
-
- DefaultTimeoutMap(ScheduledExecutorService, long, Lock) - Constructor for class org.apache.camel.support.DefaultTimeoutMap
-
- deferShutdown(ShutdownRunningTask) - Method in class org.apache.camel.support.ScheduledBatchPollingConsumer
-
- DelegateAsyncProcessor - Class in org.apache.camel.support.processor
-
A Delegate pattern which delegates processing to a nested
AsyncProcessor
which can
be useful for implementation inheritance when writing an
Policy
Important: This implementation
does support the asynchronous routing engine.
- DelegateAsyncProcessor() - Constructor for class org.apache.camel.support.processor.DelegateAsyncProcessor
-
- DelegateAsyncProcessor(AsyncProcessor) - Constructor for class org.apache.camel.support.processor.DelegateAsyncProcessor
-
- DelegateAsyncProcessor(Processor) - Constructor for class org.apache.camel.support.processor.DelegateAsyncProcessor
-
- DelegateProcessor - Class in org.apache.camel.support.processor
-
A Delegate pattern which delegates processing to a nested
Processor
which can
be useful for implementation inheritance when writing an
Policy
Important: This implementation does
not support the asynchronous routing engine.
- DelegateProcessor() - Constructor for class org.apache.camel.support.processor.DelegateProcessor
-
- DelegateProcessor(Processor) - Constructor for class org.apache.camel.support.processor.DelegateProcessor
-
- DelegateSyncProcessor - Class in org.apache.camel.support.processor
-
A Delegate pattern which delegates synchronous processing to a nested
Processor
which can
be useful for implementation inheritance when writing an
Policy
Important: This implementation
does support the asynchronous routing engine,
only.
- DelegateSyncProcessor(Processor) - Constructor for class org.apache.camel.support.processor.DelegateSyncProcessor
-
- description(String) - Method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
-
- destroySubcontext(Name) - Method in class org.apache.camel.support.jndi.JndiContext
-
- destroySubcontext(String) - Method in class org.apache.camel.support.jndi.JndiContext
-
- detail(String, Object) - Method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
-
- detail(ComponentVerifierExtension.VerificationError.Attribute, Object) - Method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
-
- detail(String, Supplier<Optional<T>>) - Method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
-
- detail(ComponentVerifierExtension.VerificationError.Attribute, Supplier<Optional<T>>) - Method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
-
- details(Map<ComponentVerifierExtension.VerificationError.Attribute, Object>) - Method in class org.apache.camel.component.extension.verifier.ResultErrorBuilder
-
- doConfigureConsumer(Consumer) - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
- doConvert(Class<?>, Exchange, Object) - Method in interface org.apache.camel.support.SimpleTypeConverter.ConversionMethod
-
- doEvaluate(Exchange, boolean) - Method in class org.apache.camel.support.builder.TokenPairExpressionIterator
-
Strategy to evaluate the exchange
- doEvaluate(Exchange, boolean) - Method in class org.apache.camel.support.builder.TokenXMLExpressionIterator
-
Strategy to evaluate the exchange
- doInit() - Method in class org.apache.camel.support.DefaultComponent
-
- doInit() - Method in class org.apache.camel.support.DefaultConsumer
-
- doInit() - Method in class org.apache.camel.support.DefaultEndpoint
-
- doInit() - Method in class org.apache.camel.support.LazyStartProducer
-
- doInit() - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- doInvokeMethod(Map<String, Object>) - Method in class org.apache.camel.support.component.AbstractApiConsumer
-
Invoke the API method.
- doInvokeMethod(ApiMethod, Map<String, Object>) - Method in class org.apache.camel.support.component.AbstractApiProducer
-
Invoke the API method.
- done(boolean) - Method in class org.apache.camel.support.AsyncCallbackToCompletableFutureAdapter
-
- done(boolean) - Method in class org.apache.camel.support.EmptyAsyncCallback
-
- doneSynchronizations(Exchange, List<Synchronization>, Logger) - Static method in class org.apache.camel.support.UnitOfWorkHelper
-
- doneUoW(Exchange) - Method in class org.apache.camel.support.DefaultConsumer
-
If the consumer needs to defer done the UnitOfWork
on
the processed Exchange
then this method should be executed when the consumer
is finished processing the message.
- doneUow(UnitOfWork, Exchange) - Static method in class org.apache.camel.support.UnitOfWorkHelper
-
Done and stop the UnitOfWork
.
- doResume() - Method in class org.apache.camel.support.LazyStartProducer
-
- doShutdown() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
-
- doShutdown() - Method in class org.apache.camel.support.LazyStartProducer
-
- doShutdown() - Method in class org.apache.camel.support.processor.DelegateAsyncProcessor
-
- doShutdown() - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- doShutdown() - Method in class org.apache.camel.support.TimerListenerManager
-
- doStart() - Method in class org.apache.camel.support.AsyncProcessorSupport
-
- doStart() - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
-
- doStart() - Method in class org.apache.camel.support.DefaultComponent
-
- doStart() - Method in class org.apache.camel.support.DefaultConsumer
-
- doStart() - Method in class org.apache.camel.support.DefaultDataFormat
-
- doStart() - Method in class org.apache.camel.support.DefaultEndpoint
-
- doStart() - Method in class org.apache.camel.support.DefaultProducer
-
- doStart() - Method in class org.apache.camel.support.DefaultScheduledPollConsumer
-
- doStart() - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
-
- doStart() - Method in class org.apache.camel.support.DefaultTimeoutMap
-
- doStart() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
-
- doStart() - Method in class org.apache.camel.support.EventNotifierSupport
-
- doStart() - Method in class org.apache.camel.support.HeaderSelectorProducer
-
- doStart() - Method in class org.apache.camel.support.LazyStartProducer
-
- doStart() - Method in class org.apache.camel.support.management.DefaultManagementMBeanAssembler
-
- doStart() - Method in class org.apache.camel.support.processor.DelegateAsyncProcessor
-
- doStart() - Method in class org.apache.camel.support.processor.DelegateProcessor
-
- doStart() - Method in class org.apache.camel.support.processor.DelegateSyncProcessor
-
- doStart() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
-
- doStart() - Method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
-
- doStart() - Method in class org.apache.camel.support.processor.MarshalProcessor
-
- doStart() - Method in class org.apache.camel.support.processor.ThroughputLogger
-
- doStart() - Method in class org.apache.camel.support.processor.UnmarshalProcessor
-
- doStart() - Method in class org.apache.camel.support.ProcessorPollingConsumer
-
- doStart() - Method in class org.apache.camel.support.RoutePolicySupport
-
- doStart() - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- doStart() - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
- doStart() - Method in class org.apache.camel.support.TimerListenerManager
-
- doStop() - Method in class org.apache.camel.support.AsyncProcessorSupport
-
- doStop() - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
-
- doStop() - Method in class org.apache.camel.support.DefaultComponent
-
- doStop() - Method in class org.apache.camel.support.DefaultConsumer
-
- doStop() - Method in class org.apache.camel.support.DefaultDataFormat
-
- doStop() - Method in class org.apache.camel.support.DefaultEndpoint
-
- doStop() - Method in class org.apache.camel.support.DefaultProducer
-
- doStop() - Method in class org.apache.camel.support.DefaultScheduledPollConsumer
-
- doStop() - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
-
- doStop() - Method in class org.apache.camel.support.DefaultTimeoutMap
-
- doStop() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
-
- doStop() - Method in class org.apache.camel.support.EventNotifierSupport
-
- doStop() - Method in class org.apache.camel.support.LazyStartProducer
-
- doStop() - Method in class org.apache.camel.support.management.DefaultManagementMBeanAssembler
-
- doStop() - Method in class org.apache.camel.support.processor.DelegateAsyncProcessor
-
- doStop() - Method in class org.apache.camel.support.processor.DelegateProcessor
-
- doStop() - Method in class org.apache.camel.support.processor.DelegateSyncProcessor
-
- doStop() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
-
- doStop() - Method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
-
- doStop() - Method in class org.apache.camel.support.processor.MarshalProcessor
-
- doStop() - Method in class org.apache.camel.support.processor.ThroughputLogger
-
- doStop() - Method in class org.apache.camel.support.processor.UnmarshalProcessor
-
- doStop() - Method in class org.apache.camel.support.ProcessorPollingConsumer
-
- doStop() - Method in class org.apache.camel.support.RoutePolicySupport
-
- doStop() - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- doStop() - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
- doStop() - Method in class org.apache.camel.support.TimerListenerManager
-
- doSuspend() - Method in class org.apache.camel.support.LazyStartProducer
-
- doSuspend() - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- dumpAsXml(Message) - Static method in class org.apache.camel.support.MessageHelper
-
Dumps the message as a generic XML structure.
- dumpAsXml(Message, boolean) - Static method in class org.apache.camel.support.MessageHelper
-
Dumps the message as a generic XML structure.
- dumpAsXml(Message, boolean, int) - Static method in class org.apache.camel.support.MessageHelper
-
Dumps the message as a generic XML structure.
- dumpAsXml(Message, boolean, int, boolean, boolean, int) - Static method in class org.apache.camel.support.MessageHelper
-
Dumps the message as a generic XML structure.
- dumpMessageHistoryStacktrace(Exchange, ExchangeFormatter, boolean) - Static method in class org.apache.camel.support.MessageHelper
-
Dumps the MessageHistory
from the Exchange
in a human readable format.
- EmptyAsyncCallback - Class in org.apache.camel.support
-
An empty AsyncCallback
which allows to share the same instance instead of creating a new instance for each message.
- EmptyAsyncCallback() - Constructor for class org.apache.camel.support.EmptyAsyncCallback
-
- endpoint - Variable in class org.apache.camel.support.component.AbstractApiConsumer
-
- endpoint - Variable in class org.apache.camel.support.component.AbstractApiProducer
-
- EndpointHelper - Class in org.apache.camel.support
-
Some helper methods for working with Endpoint
instances
- endsWith(Expression, Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
-
- endsWith(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
-
- endToken - Variable in class org.apache.camel.support.builder.TokenPairExpressionIterator
-
- ENVIRONMENT_VARIABLES - Static variable in class org.apache.camel.support.builder.Namespaces
-
- equals(Object) - Method in class org.apache.camel.converter.stream.CachedOutputStream
-
- equals(Object) - Method in class org.apache.camel.support.DefaultEndpoint
-
- error(ComponentVerifierExtension.VerificationError) - Method in class org.apache.camel.component.extension.verifier.ResultBuilder
-
- error(Optional<ComponentVerifierExtension.VerificationError>) - Method in class org.apache.camel.component.extension.verifier.ResultBuilder
-
- error(Supplier<Optional<ComponentVerifierExtension.VerificationError>>) - Method in class org.apache.camel.component.extension.verifier.ResultBuilder
-
- error(ThrowingConsumer<ResultBuilder, Exception>) - Method in class org.apache.camel.component.extension.verifier.ResultBuilder
-
- error(T, ThrowingBiConsumer<ResultBuilder, T, Exception>) - Method in class org.apache.camel.component.extension.verifier.ResultBuilder
-
- errors(List<ComponentVerifierExtension.VerificationError>) - Method in class org.apache.camel.component.extension.verifier.ResultBuilder
-
- evaluate(Exchange) - Method in class org.apache.camel.support.builder.TokenPairExpressionIterator
-
- evaluate(Exchange) - Method in class org.apache.camel.support.builder.TokenXMLExpressionIterator
-
- evaluate(Exchange, Class<T>) - Method in class org.apache.camel.support.builder.ValueBuilder
-
- evaluate(Exchange, Class<T>) - Method in class org.apache.camel.support.ExpressionAdapter
-
- evaluate(Exchange) - Method in class org.apache.camel.support.ExpressionSupport
-
- evaluate(Exchange, Class<T>) - Method in class org.apache.camel.support.PredicateToExpressionAdapter
-
- EventDrivenPollingConsumer - Class in org.apache.camel.support
-
A default implementation of the
PollingConsumer
which uses the normal
asynchronous consumer mechanism along with a
BlockingQueue
to allow
the caller to pull messages on demand.
- EventDrivenPollingConsumer(Endpoint) - Constructor for class org.apache.camel.support.EventDrivenPollingConsumer
-
- EventDrivenPollingConsumer(Endpoint, int) - Constructor for class org.apache.camel.support.EventDrivenPollingConsumer
-
- EventDrivenPollingConsumer(Endpoint, BlockingQueue<Exchange>) - Constructor for class org.apache.camel.support.EventDrivenPollingConsumer
-
- EventHelper - Class in org.apache.camel.support
-
Helper for easily sending event notifications in a single line of code
- EventNotifierSupport - Class in org.apache.camel.support
-
Base class to extend for custom EventNotifier
implementations.
- EventNotifierSupport() - Constructor for class org.apache.camel.support.EventNotifierSupport
-
- EXCHANGE_PROPERTY - Static variable in class org.apache.camel.support.builder.Namespaces
-
- exchangeExceptionExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an expression for an exception set on the exchange
- exchangeExceptionExpression(Class<Exception>) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an expression for an exception set on the exchange
Is used to get the caused exception that typically have been wrapped in some sort
of Camel wrapper exception
- exchangeExceptionMessageExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an expression for an exception message set on the exchange
- exchangeExceptionStackTraceExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an expression for an exception stacktrace set on the exchange
- exchangeExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns the expression for the exchange
- exchangeExpression(Function<Exchange, Object>) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns a functional expression for the exchange
- ExchangeHelper - Class in org.apache.camel.support
-
Some helper methods for working with Exchange
objects
- exchangeIdExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an Expression for the exchange id
- exchangePatternExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an expression for the exchange pattern
- exchangePropertiesExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an expression for the exchange properties of exchange
- exchangePropertyExpression(String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an expression for the property value of exchange with the given name
- excludeInvalidBoolean() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
-
- excludeInvalidEnum() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
-
- excludeInvalidInteger() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
-
- excludeInvalidNumber() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
-
- excludeRequired() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
-
- excludeUnknown() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
-
- executeFromQueue() - Static method in class org.apache.camel.support.ReactiveHelper
-
Deprecated.
- ExpressionAdapter - Class in org.apache.camel.support
-
- ExpressionAdapter() - Constructor for class org.apache.camel.support.ExpressionAdapter
-
- ExpressionBuilder - Class in org.apache.camel.support.builder
-
- ExpressionBuilder() - Constructor for class org.apache.camel.support.builder.ExpressionBuilder
-
- ExpressionComparator - Class in org.apache.camel.support
-
An implementation of
Comparator
that takes an
Expression
which is evaluated
on each exchange to be compared
- ExpressionComparator(Expression) - Constructor for class org.apache.camel.support.ExpressionComparator
-
- ExpressionListComparator - Class in org.apache.camel.support
-
An implementation of
Comparator
which takes a list of
Expression
objects which is evaluated
on each exchange to compare them
- ExpressionListComparator(List<Expression>) - Constructor for class org.apache.camel.support.ExpressionListComparator
-
- ExpressionSupport - Class in org.apache.camel.support
-
A useful base class for Predicate
and Expression
implementations
- ExpressionSupport() - Constructor for class org.apache.camel.support.ExpressionSupport
-
- ExpressionToPredicateAdapter - Class in org.apache.camel.support
-
To adapt Expression
as a Predicate
- ExpressionToPredicateAdapter(Expression) - Constructor for class org.apache.camel.support.ExpressionToPredicateAdapter
-
- extendedFilter(HeaderFilterStrategy.Direction, String, Object, Exchange) - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
-
- extractBodyAsString(Message) - Static method in class org.apache.camel.support.MessageHelper
-
Extracts the given body and returns it as a String, that can be used for
logging etc.
- extractBodyForLogging(Message) - Static method in class org.apache.camel.support.MessageHelper
-
Extracts the body for logging purpose.
- extractBodyForLogging(Message, String) - Static method in class org.apache.camel.support.MessageHelper
-
Extracts the body for logging purpose.
- extractBodyForLogging(Message, String, boolean, boolean) - Static method in class org.apache.camel.support.MessageHelper
-
Extracts the body for logging purpose.
- extractBodyForLogging(Message, String, boolean, boolean, int) - Static method in class org.apache.camel.support.MessageHelper
-
Extracts the body for logging purpose.
- extractFutureBody(CamelContext, Future<?>, Class<T>) - Static method in class org.apache.camel.support.ExchangeHelper
-
Extracts the body from the given future, that represents a handle to an asynchronous exchange.
- extractFutureBody(CamelContext, Future<?>, long, TimeUnit, Class<T>) - Static method in class org.apache.camel.support.ExchangeHelper
-
Extracts the body from the given future, that represents a handle to an asynchronous exchange.
- extractProperties(Map<String, Object>, String) - Static method in class org.apache.camel.support.IntrospectionSupport
-
- 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.
- generateUuid() - Method in class org.apache.camel.support.SimpleUuidGenerator
-
- get(K) - Method in class org.apache.camel.support.DefaultTimeoutMap
-
- get() - Static method in class org.apache.camel.support.EmptyAsyncCallback
-
- get() - Static method in class org.apache.camel.support.OrderedComparator
-
Gets the comparator that sorts a..z
- getAction() - Method in class org.apache.camel.support.processor.ThroughputLogger
-
- getAliases() - Method in class org.apache.camel.support.component.ApiMethodHelper
-
Returns alias map.
- getAndRemoveOrResolveReferenceParameter(Map<String, Object>, String, Class<T>) - Method in class org.apache.camel.support.DefaultComponent
-
Gets the parameter and remove it from the parameter map.
- getAndRemoveOrResolveReferenceParameter(Map<String, Object>, String, Class<T>, T) - Method in class org.apache.camel.support.DefaultComponent
-
Gets the parameter and remove it from the parameter map.
- getAndRemoveParameter(Map<String, Object>, String, Class<T>) - Method in class org.apache.camel.support.DefaultComponent
-
Gets the parameter and remove it from the parameter map.
- getAndRemoveParameter(Map<String, Object>, String, Class<T>, T) - Method in class org.apache.camel.support.DefaultComponent
-
Gets the parameter and remove it from the parameter map.
- getAnnotationObjectValue(Annotation, String) - Method in class org.apache.camel.support.language.DefaultAnnotationExpressionFactory
-
- getApiHelpers() - Method in class org.apache.camel.support.component.ApiCollection
-
- getApiMethods() - Method in class org.apache.camel.support.component.ApiCollection
-
- getApiName(String) - Method in class org.apache.camel.support.component.AbstractApiComponent
-
- getApiName() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
-
Returns API name.
- getApiName(Class<? extends ApiMethod>) - Method in class org.apache.camel.support.component.ApiCollection
-
- getApiNames() - Method in class org.apache.camel.support.component.ApiCollection
-
Returns a list of API name strings.
- getApiProxy(ApiMethod, Map<String, Object>) - Method in class org.apache.camel.support.component.AbstractApiEndpoint
-
Returns an instance of an API Proxy based on apiName, method and args.
- getArgNames() - Method in interface org.apache.camel.support.component.ApiMethod
-
Returns method argument names.
- getArgNames() - Method in class org.apache.camel.support.component.ApiMethodImpl
-
- getArgTypes() - Method in interface org.apache.camel.support.component.ApiMethod
-
Return method argument types.
- getArgTypes() - Method in class org.apache.camel.support.component.ApiMethodImpl
-
- getArguments(String) - Method in class org.apache.camel.support.component.ApiMethodHelper
-
Gets argument types and names for all overloaded methods and aliases with the given name.
- getArguments() - Method in class org.apache.camel.support.component.ApiMethodParser.ApiMethodModel
-
- getAsyncProcessor() - Method in class org.apache.camel.support.DefaultConsumer
-
Provides an AsyncProcessor
interface to the configured
processor on the consumer.
- getAttribute(String) - Method in class org.apache.camel.component.extension.metadata.DefaultMetaData
-
- getAttribute(String, Class<T>) - Method in class org.apache.camel.component.extension.metadata.DefaultMetaData
-
- getAttributes() - Method in class org.apache.camel.component.extension.metadata.DefaultMetaData
-
- getAttributes() - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
-
- getAverage() - Method in class org.apache.camel.support.processor.ThroughputLogger
-
- getBackoffCounter() - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- getBackoffErrorThreshold() - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- getBackoffErrorThreshold() - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
- getBackoffIdleThreshold() - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- getBackoffIdleThreshold() - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
- getBackoffMultiplier() - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- getBackoffMultiplier() - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
- getBinding(Exchange, Class<T>) - Static method in class org.apache.camel.support.ExchangeHelper
-
Extracts the Exchange.BINDING of the given type or null if not present
- getBlockTimeout() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
-
- getBody() - Method in class org.apache.camel.support.MessageSupport
-
- getBody(Class<T>) - Method in class org.apache.camel.support.MessageSupport
-
- getBody(Class<T>, Object) - Method in class org.apache.camel.support.MessageSupport
-
- getBodyAsString(Message) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
- getBodyTypeAsString(Message) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
- getBodyTypeName(Message) - Static method in class org.apache.camel.support.MessageHelper
-
Gets the given body class type name as a String.
- getCache() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
-
- getCache() - Method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
-
- getCacheCounter() - Static method in class org.apache.camel.support.IntrospectionSupport
-
Deprecated.
- getCacheSize() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
-
- getCacheSize() - Method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
-
- getCamelContext() - Method in class org.apache.camel.component.extension.metadata.AbstractMetaDataExtension
-
- getCamelContext() - Method in class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
-
- getCamelContext() - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
-
- getCamelContext() - Method in class org.apache.camel.support.cluster.AbstractCamelClusterView
-
- getCamelContext() - Method in class org.apache.camel.support.DefaultComponent
-
- getCamelContext() - Method in class org.apache.camel.support.DefaultEndpoint
-
- getCamelContext() - Method in class org.apache.camel.support.DefaultRegistry
-
- getCamelContext() - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
-
- getCamelContext() - Method in class org.apache.camel.support.ExpressionToPredicateAdapter
-
- getCamelContext() - Method in class org.apache.camel.support.LanguageSupport
-
- getCamelContext() - Method in class org.apache.camel.support.MessageSupport
-
- getCamelContext() - Method in class org.apache.camel.support.processor.MarshalProcessor
-
- getCamelContext() - Method in class org.apache.camel.support.processor.UnmarshalProcessor
-
- getCamelContext() - Method in class org.apache.camel.support.TimerListenerManager
-
- getCamelId() - Method in class org.apache.camel.component.ResourceEndpoint
-
- getCamelManagementName() - Method in class org.apache.camel.component.ResourceEndpoint
-
- getCamelPropertiesWithPrefix(String, CamelContext) - Static method in class org.apache.camel.support.CamelContextHelper
-
A helper method to access a camel context properties with a prefix
- getCandidateMethods(String) - Method in class org.apache.camel.support.component.ApiMethodHelper
-
Gets methods that match the given name and arguments.
Note that the args list is a required subset of arguments for returned methods.
- getCandidateMethods(String, Collection<String>) - Method in class org.apache.camel.support.component.ApiMethodHelper
-
Gets methods that match the given name and arguments.
Note that the args list is a required subset of arguments for returned methods.
- getCandidates() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
-
Returns candidate methods for this endpoint.
- getCharsetName(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
-
- getCharsetName(Exchange, boolean) - Static method in class org.apache.camel.support.ExchangeHelper
-
Gets the charset name if set as header or property Exchange.CHARSET_NAME
.
- getClassLoader() - Method in class org.apache.camel.support.component.ApiMethodParser
-
- getClusterService() - Method in class org.apache.camel.support.cluster.AbstractCamelClusterView
-
- getCode() - Method in class org.apache.camel.component.extension.verifier.DefaultResultVerificationError
-
- getCompensation() - Method in class org.apache.camel.saga.CamelSagaStep
-
- getCompletion() - Method in class org.apache.camel.saga.CamelSagaStep
-
- getComponent() - Method in class org.apache.camel.component.extension.metadata.AbstractMetaDataExtension
-
- getComponent() - Method in class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
-
- getComponent() - Method in class org.apache.camel.support.DefaultEndpoint
-
Returns the component that created this endpoint, or null if none set.
- getComponentPropertyConfigurer() - Method in class org.apache.camel.support.DefaultComponent
-
- getConcurrentTasks() - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
-
- getConfiguration() - Method in class org.apache.camel.support.component.AbstractApiComponent
-
- getConfiguration() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
-
Returns endpoint configuration object.
- getConsumer() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
-
- getConsumer() - Method in interface org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath
-
The consumer implementation
- getConsumerPath() - Method in interface org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath
-
The consumer context-path which may include wildcards
- getContentEncoding(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
-
Returns the MIME content encoding on the input message or null if one is not defined
- getContentEncoding(Message) - Static method in class org.apache.camel.support.MessageHelper
-
Returns the MIME content encoding on the message or null if none
defined
- getContentType(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
-
Returns the MIME content type on the input message or null if one is not defined
- getContentType(Message) - Static method in class org.apache.camel.support.MessageHelper
-
Returns the MIME content type on the message or null if none
defined
- getContext() - Method in class org.apache.camel.support.DefaultExchange
-
- getContext() - Method in class org.apache.camel.support.jndi.JndiBeanRepository
-
- getCreated() - Method in class org.apache.camel.support.DefaultExchange
-
- getCurrentStream() - Method in class org.apache.camel.converter.stream.CachedOutputStream
-
- getDataType() - Method in class org.apache.camel.support.MessageSupport
-
- getDecryptor() - Method in class org.apache.camel.converter.stream.CipherPair
-
- getDelay() - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
-
- getDelay() - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- getDelay() - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
- getDelegateConsumer() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
-
- getDescription() - Method in class org.apache.camel.component.extension.verifier.DefaultResultVerificationError
-
- getDetails() - Method in class org.apache.camel.component.extension.verifier.DefaultResultVerificationError
-
- getDropOldestFileStore() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
-
- getElapsed() - Method in class org.apache.camel.support.DefaultMessageHistory
-
- getEncryptor() - Method in class org.apache.camel.converter.stream.CipherPair
-
- getEndpoint() - Method in class org.apache.camel.support.DefaultConsumer
-
- getEndpoint() - Method in class org.apache.camel.support.DefaultProducer
-
- getEndpoint() - Method in class org.apache.camel.support.PollingConsumerSupport
-
- getEndpoint() - Method in class org.apache.camel.support.SynchronousDelegateProducer
-
- getEndpointConfiguration(E) - Method in class org.apache.camel.support.component.ApiCollection
-
Creates an endpoint configuration for a particular API
- getEndpointInjection(CamelContext, String, String, boolean) - Static method in class org.apache.camel.support.CamelContextHelper
-
Evaluates the @EndpointInject annotation using the given context
- getEndpointKey() - Method in class org.apache.camel.support.DefaultEndpoint
-
- getEndpointProperties() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
-
- getEndpointProperties(CamelContext, Object, Map<String, Object>) - Method in class org.apache.camel.support.component.ApiMethodPropertiesHelper
-
- getEndpointPropertyConfigurer() - Method in class org.apache.camel.support.DefaultComponent
-
- getEndpointPropertyNames() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
-
- getEndpointPropertyNames(CamelContext, Object) - Method in class org.apache.camel.support.component.ApiMethodPropertiesHelper
-
- getEndpointUri() - Method in class org.apache.camel.support.DefaultEndpoint
-
- getEnvironment() - Method in class org.apache.camel.support.jndi.JndiContext
-
- getErrors() - Method in class org.apache.camel.component.extension.verifier.DefaultResult
-
- getEvicted() - Method in interface org.apache.camel.support.LRUCache
-
- getException() - Method in class org.apache.camel.support.DefaultExchange
-
- getException(Class<T>) - Method in class org.apache.camel.support.DefaultExchange
-
- getExceptionHandler() - Method in class org.apache.camel.support.DefaultConsumer
-
- getExceptionHandler() - Method in class org.apache.camel.support.DefaultEndpoint
-
- getExceptionHandler() - Method in class org.apache.camel.support.PollingConsumerSupport
-
- getExceptionHandler() - Method in class org.apache.camel.support.RoutePolicySupport
-
- getExchange() - Method in class org.apache.camel.support.MessageSupport
-
- getExchangeById(Iterable<Exchange>, String) - Static method in class org.apache.camel.support.ExchangeHelper
-
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
-
- getExpression() - Method in class org.apache.camel.support.builder.ValueBuilder
-
- getExpressionFromAnnotation(Annotation) - Method in class org.apache.camel.support.language.DefaultAnnotationExpressionFactory
-
- getExtension(Class<T>) - Method in class org.apache.camel.support.DefaultComponent
-
- getFallbackRegistry() - Method in class org.apache.camel.support.DefaultRegistry
-
Gets the fallback Registry
- getFilePath() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
-
- getFileStore() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
-
- getFromEndpoint() - Method in class org.apache.camel.support.DefaultExchange
-
- getFromRouteId() - Method in class org.apache.camel.support.DefaultExchange
-
- getFuture() - Method in class org.apache.camel.support.AsyncCallbackToCompletableFutureAdapter
-
- getGetterShorthandName(Method) - Static method in class org.apache.camel.support.IntrospectionSupport
-
Deprecated.
- getGroupActiveOnly() - Method in class org.apache.camel.support.processor.ThroughputLogger
-
- getGroupDelay() - Method in class org.apache.camel.support.processor.ThroughputLogger
-
- getGroupInterval() - Method in class org.apache.camel.support.processor.ThroughputLogger
-
- getGroupSize() - Method in class org.apache.camel.support.processor.ThroughputLogger
-
- getHeader(String) - Method in class org.apache.camel.support.DefaultMessage
-
- getHeader(String, Object) - Method in class org.apache.camel.support.DefaultMessage
-
- getHeader(String, Supplier<Object>) - Method in class org.apache.camel.support.DefaultMessage
-
- getHeader(String, Class<T>) - Method in class org.apache.camel.support.DefaultMessage
-
- getHeader(String, Object, Class<T>) - Method in class org.apache.camel.support.DefaultMessage
-
- getHeader(String, Supplier<Object>, Class<T>) - Method in class org.apache.camel.support.DefaultMessage
-
- getHeaderFilterStrategy() - Method in class org.apache.camel.support.HeaderFilterStrategyComponent
-
- getHeaderOrProperty(Exchange, String, Class<T>) - Static method in class org.apache.camel.support.ExchangeHelper
-
Gets an header or property of the correct type
- getHeaders() - Method in class org.apache.camel.support.DefaultMessage
-
- getHelper(E) - Method in class org.apache.camel.support.component.ApiCollection
-
- getHighestPriorityMethod(List<? extends ApiMethod>) - Static method in class org.apache.camel.support.component.ApiMethodHelper
-
- getHits() - Method in interface org.apache.camel.support.LRUCache
-
- getId() - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
-
- getId() - Method in class org.apache.camel.support.DefaultEndpoint
-
Returns a unique String ID which can be used for aliasing without having
to use the whole URI which is not unique
- getId() - Method in class org.apache.camel.support.processor.CamelLogProcessor
-
- getId() - Method in class org.apache.camel.support.processor.MarshalProcessor
-
- getId() - Method in class org.apache.camel.support.processor.ThroughputLogger
-
- getId() - Method in class org.apache.camel.support.processor.UnmarshalProcessor
-
- getIn() - Method in class org.apache.camel.support.DefaultExchange
-
- getIn(Class<T>) - Method in class org.apache.camel.support.DefaultExchange
-
- getInBody() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
-
Returns name of parameter passed in the exchange In Body.
- getInFilter() - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
-
Gets the "in" direction filter set.
- getInFilterPattern() - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
-
Gets the "in" direction filter regular expression
Pattern
.
- getInitialContext(Hashtable<?, ?>) - Method in class org.apache.camel.support.jndi.CamelInitialContextFactory
-
Creates a new context with the given environment.
- getInitialContext(Hashtable<?, ?>) - Method in class org.apache.camel.support.jndi.CamelSingletonInitialContextFactory
-
Gets or creates the context with the given environment.
- getInitialDelay() - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
-
- getInitialDelay() - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- getInitialDelay() - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
- getInputStream() - Method in class org.apache.camel.converter.stream.CachedOutputStream
-
- getInputStream() - Method in class org.apache.camel.converter.stream.FileInputStreamCache
-
- getInstance() - Static method in class org.apache.camel.support.LRUCacheFactory
-
- getInterruptedExceptionHandler() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
-
- getInterval() - Method in class org.apache.camel.support.TimerListenerManager
-
Gets the interval in millis.
- getKey() - Method in class org.apache.camel.support.TimeoutMapEntry
-
- getLastLogMessage() - Method in class org.apache.camel.support.processor.ThroughputLogger
-
- getLeft() - Method in class org.apache.camel.support.builder.BinaryPredicateSupport
-
- getLogger() - Method in class org.apache.camel.support.processor.CamelLogProcessor
-
- getMandatoryBody() - Method in class org.apache.camel.support.MessageSupport
-
- getMandatoryBody(Class<T>) - Method in class org.apache.camel.support.MessageSupport
-
- getMandatoryEndpoint(CamelContext, String) - Static method in class org.apache.camel.support.CamelContextHelper
-
Returns the mandatory endpoint for the given URI or the
NoSuchEndpointException
is thrown
- getMandatoryEndpoint(CamelContext, 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 interface org.apache.camel.support.LRUCache
-
- getMaxChars() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
- getMaxFileStoreSize() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
-
- getMaximumCachePoolSize(CamelContext) - Static method in class org.apache.camel.support.CamelContextHelper
-
Gets the maximum cache pool size.
- getMaximumEndpointCacheSize(CamelContext) - Static method in class org.apache.camel.support.CamelContextHelper
-
Gets the maximum endpoint cache size.
- getMaximumSimpleCacheSize(CamelContext) - Static method in class org.apache.camel.support.CamelContextHelper
-
Gets the maximum simple cache size.
- getMaximumTransformerCacheSize(CamelContext) - Static method in class org.apache.camel.support.CamelContextHelper
-
Gets the maximum transformer cache size.
- getMaximumValidatorCacheSize(CamelContext) - Static method in class org.apache.camel.support.CamelContextHelper
-
Gets the maximum validator cache size.
- getMaxMessagesPerPoll() - Method in class org.apache.camel.support.ScheduledBatchPollingConsumer
-
Gets the maximum number of messages as a limit to poll at each polling.
- getMBeanInfo(CamelContext, Object, Object, String) - Method in class org.apache.camel.support.management.MBeanInfoAssembler
-
- getMessage() - Method in class org.apache.camel.support.DefaultExchange
-
- getMessage(Class<T>) - Method in class org.apache.camel.support.DefaultExchange
-
- getMessage() - Method in class org.apache.camel.support.DefaultMessageHistory
-
- getMessageId() - Method in class org.apache.camel.support.MessageSupport
-
- getMethod() - Method in interface org.apache.camel.support.component.ApiMethod
-
- getMethod() - Method in class org.apache.camel.support.component.ApiMethodImpl
-
- getMethod() - Method in class org.apache.camel.support.component.ApiMethodParser.ApiMethodModel
-
- getMethodHelper() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
-
Returns method helper.
- getMethodName() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
-
Returns method name.
- getMisses() - Method in interface org.apache.camel.support.LRUCache
-
- getMissingProperties(String, Set<String>) - Method in class org.apache.camel.support.component.ApiMethodHelper
-
Get missing properties.
- getName() - Method in class org.apache.camel.component.extension.verifier.OptionsGroup
-
The name of the group.
- getName() - Method in interface org.apache.camel.support.component.ApiMethod
-
Returns method name.
- getName() - Method in class org.apache.camel.support.component.ApiMethodArg
-
- getName() - Method in class org.apache.camel.support.component.ApiMethodImpl
-
- getName() - Method in class org.apache.camel.support.component.ApiMethodParser.ApiMethodModel
-
- getName() - Method in interface org.apache.camel.support.component.ApiName
-
Returns API name prefix path element for endpoint uri.
- getNameInNamespace() - Method in class org.apache.camel.support.jndi.JndiContext
-
- getNameParser(Name) - Method in class org.apache.camel.support.jndi.JndiContext
-
- getNameParser(String) - Method in class org.apache.camel.support.jndi.JndiContext
-
- 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.builder.Namespaces
-
- getNamespaces() - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
-
- getNode() - Method in class org.apache.camel.support.DefaultMessageHistory
-
- getNonNullProperties(Object) - Static method in class org.apache.camel.support.IntrospectionSupport
-
Deprecated.
Will inspect the target for properties.
- getNullableArguments() - Method in class org.apache.camel.support.component.ApiMethodHelper
-
Returns argument names that can be set to null if not specified.
- getNumberFormat() - Method in class org.apache.camel.support.processor.ThroughputLogger
-
- getOperationText() - Method in class org.apache.camel.support.builder.BinaryPredicateSupport
-
- getOperator() - Method in class org.apache.camel.support.builder.BinaryPredicateSupport
-
- getOption(Map<String, Object>, String, Class<T>) - Method in class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
-
- getOption(Map<String, Object>, String, Class<T>, Supplier<T>) - Method in class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
-
- getOptionName() - Method in exception org.apache.camel.component.extension.verifier.IllegalOptionException
-
- getOptionName() - Method in exception org.apache.camel.component.extension.verifier.NoSuchOptionException
-
- getOptions() - Method in class org.apache.camel.component.extension.verifier.OptionsGroup
-
The option definitions in this group.
- getOptions() - Method in class org.apache.camel.saga.CamelSagaStep
-
- getOptionValue() - Method in exception org.apache.camel.component.extension.verifier.IllegalOptionException
-
- getOrder() - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
-
- getOrder() - Method in class org.apache.camel.support.SynchronizationAdapter
-
- getOrElseProperty(Object, String, Object) - Static method in class org.apache.camel.support.IntrospectionSupport
-
Deprecated.
- getOrElseProperty(Object, String, Object, boolean) - Static method in class org.apache.camel.support.IntrospectionSupport
-
Deprecated.
- getOriginalInMessage(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
-
Gets the original IN Message
this Unit of Work was started with.
- getOut() - Method in class org.apache.camel.support.DefaultExchange
-
- getOut(Class<T>) - Method in class org.apache.camel.support.DefaultExchange
-
- getOutFilter() - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
-
Gets the "out" direction filter set.
- getOutFilterPattern() - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
-
Gets the "out" direction filter regular expression
Pattern
.
- getParameterKeys() - Method in class org.apache.camel.component.extension.verifier.DefaultResultVerificationError
-
- getPattern() - Method in class org.apache.camel.support.DefaultExchange
-
- getPayload() - Method in class org.apache.camel.component.extension.metadata.DefaultMetaData
-
- getPayload(Class<T>) - Method in class org.apache.camel.component.extension.metadata.DefaultMetaData
-
- getPendingExchangesSize() - Method in class org.apache.camel.support.ScheduledBatchPollingConsumer
-
- getPollingConsumerBlockTimeout() - Method in class org.apache.camel.support.DefaultEndpoint
-
- getPollingConsumerQueueSize() - Method in class org.apache.camel.support.DefaultEndpoint
-
- getPollStrategy() - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- getPollStrategy() - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
- getProcessor(Exchange) - Method in class org.apache.camel.support.BaseSelectorProducer
-
Determine the processor to use to handle the exchange.
- getProcessor() - Method in class org.apache.camel.support.DefaultConsumer
-
- getProcessor() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
-
- getProcessor(Exchange) - Method in class org.apache.camel.support.HeaderSelectorProducer
-
- getProcessor() - Method in class org.apache.camel.support.LazyStartProducer
-
- getProcessor() - Method in class org.apache.camel.support.PollingConsumerSupport
-
- getProcessor() - Method in class org.apache.camel.support.processor.DelegateAsyncProcessor
-
- getProcessor() - Method in class org.apache.camel.support.processor.DelegateProcessor
-
- getProcessor() - Method in class org.apache.camel.support.processor.DelegateSyncProcessor
-
- getProcessor() - Method in class org.apache.camel.support.ProcessorEndpoint
-
- getProcessor() - Method in class org.apache.camel.support.ProcessorPollingConsumer
-
- getProperties() - Method in class org.apache.camel.support.DefaultExchange
-
- getProperties(Object, Map<String, Object>, String) - Static method in class org.apache.camel.support.IntrospectionSupport
-
Deprecated.
Will inspect the target for properties.
- getProperties(Object, Map<String, Object>, String, boolean) - Static method in class org.apache.camel.support.IntrospectionSupport
-
Deprecated.
Will inspect the target for properties.
- getPropertiesHelper() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
-
- getProperty(String) - Method in class org.apache.camel.support.DefaultExchange
-
- getProperty(String, Object) - Method in class org.apache.camel.support.DefaultExchange
-
- getProperty(String, Class<T>) - Method in class org.apache.camel.support.DefaultExchange
-
- getProperty(String, Object, Class<T>) - Method in class org.apache.camel.support.DefaultExchange
-
- getProperty(Object, String) - Static method in class org.apache.camel.support.IntrospectionSupport
-
Deprecated.
- 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
-
Deprecated.
- getPropertyGetter(Class<?>, String, boolean) - Static method in class org.apache.camel.support.IntrospectionSupport
-
Deprecated.
- 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
-
Deprecated.
- getProxyType() - Method in class org.apache.camel.support.component.ApiMethodParser
-
- getPurgePollTime() - Method in class org.apache.camel.support.DefaultTimeoutMap
-
- getQueueCapacity() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
-
Gets the queue capacity.
- getQueueSize() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
-
Gets the current queue size (no of elements in the queue).
- getRate() - Method in class org.apache.camel.support.processor.ThroughputLogger
-
- getReceivedCounter() - Method in class org.apache.camel.support.processor.ThroughputLogger
-
- getRepositories() - Method in class org.apache.camel.support.DefaultRegistry
-
Gets the bean repositories.
- getResourceAsInputStream() - Method in class org.apache.camel.component.ResourceEndpoint
-
Gets the resource as an input stream considering the cache flag as well.
- getResourceAsInputStreamWithoutCache() - Method in class org.apache.camel.component.ResourceEndpoint
-
- getResourceUri() - Method in class org.apache.camel.component.ResourceEndpoint
-
- getRestrictMethod() - Method in interface org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath
-
Any HTTP restrict method that would not be allowed
- getResultMessage(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
-
Returns the message where to write results in an
exchange-pattern-sensitive way.
- getResultsProcessed(T, Object, boolean) - Static method in class org.apache.camel.support.component.ApiConsumerHelper
-
Utility method for Consumers to process API method invocation result.
- getResultType() - Method in interface org.apache.camel.support.component.ApiMethod
-
Returns method result type.
- getResultType() - Method in class org.apache.camel.support.component.ApiMethodImpl
-
- getResultType() - Method in class org.apache.camel.support.component.ApiMethodParser.ApiMethodModel
-
- getReverse() - Static method in class org.apache.camel.support.OrderedComparator
-
Gets the comparator that sorts z..a (reverse)
- getRight() - Method in class org.apache.camel.support.builder.BinaryPredicateSupport
-
- getRoute() - Method in class org.apache.camel.support.DefaultConsumer
-
- getRouteId(NamedNode) - Static method in class org.apache.camel.support.CamelContextHelper
-
Gets the route id the given node belongs to.
- getRouteId() - Method in class org.apache.camel.support.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
-
- getScheme(String) - Static method in class org.apache.camel.support.ResourceHelper
-
Gets the scheme from the URI (e.g.
- getScope() - Method in class org.apache.camel.component.extension.verifier.DefaultResult
-
- getSetterShorthandName(Method) - Static method in class org.apache.camel.support.IntrospectionSupport
-
Deprecated.
- getSignatures() - Method in class org.apache.camel.support.component.ApiMethodParser
-
- getState() - Method in class org.apache.camel.component.ResourceEndpoint
-
- getStatus() - Method in class org.apache.camel.component.extension.verifier.DefaultResult
-
- getStrategyBufferSize() - Method in class org.apache.camel.converter.stream.CachedOutputStream
-
- getStyle() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
- getSupportedExtensions() - Method in class org.apache.camel.support.DefaultComponent
-
- getThreadProfileName() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
-
Returns Thread profile name.
- getTime() - Method in class org.apache.camel.support.DefaultMessageHistory
-
- getTimeout() - Method in class org.apache.camel.support.DefaultScheduledPollConsumer
-
- getTimeout() - Method in class org.apache.camel.support.TimeoutMapEntry
-
- getTimeoutInMilliseconds() - Method in class org.apache.camel.saga.CamelSagaStep
-
- getTimeUnit() - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
-
- getTimeUnit() - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- getTimeUnit() - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
- getTraceLabel() - Method in class org.apache.camel.support.processor.MarshalProcessor
-
- getTraceLabel() - Method in class org.apache.camel.support.processor.UnmarshalProcessor
-
- getTransformation() - Method in class org.apache.camel.converter.stream.CipherPair
-
- getType() - Method in class org.apache.camel.support.component.ApiMethodArg
-
- getType(String) - Method in class org.apache.camel.support.component.ApiMethodHelper
-
Get the type for the given argument name.
- getTypeArgs() - Method in class org.apache.camel.support.component.ApiMethodArg
-
- getUniqueName() - Method in class org.apache.camel.support.component.ApiMethodParser.ApiMethodModel
-
- getUnitOfWork() - Method in class org.apache.camel.support.DefaultExchange
-
- getValidEndpointProperties(Object) - Method in class org.apache.camel.support.component.ApiMethodPropertiesHelper
-
- getValidExchangePropertyValue(String, Object, boolean) - Static method in class org.apache.camel.support.DefaultExchangeHolder
-
We only want to store exchange property values of primitive and String related types, and
as well any caught exception that Camel routing engine has caught.
- getValidHeaderValue(String, Object, boolean) - Static method in class org.apache.camel.support.DefaultExchangeHolder
-
We only want to store header values of primitive and String related types.
- getValue() - Method in class org.apache.camel.support.TimeoutMapEntry
-
- getView(String) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
-
- getWrappedInputStream() - Method in class org.apache.camel.converter.stream.CachedOutputStream
-
- GroupIterator - Class in org.apache.camel.support
-
Group based
Iterator
which groups the given
Iterator
a number of times
and then return a combined response as a
List.
- GroupIterator(Exchange, Iterator<?>, int) - Constructor for class org.apache.camel.support.GroupIterator
-
Creates a new group iterator
- GroupIterator(Exchange, Iterator<?>, int, boolean) - Constructor for class org.apache.camel.support.GroupIterator
-
Creates a new group iterator
- groupIteratorExpression(Expression, String, String, boolean) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
- GroupTokenIterator - Class in org.apache.camel.support
-
Group based
Iterator
which groups the given
Iterator
a number of times
and then return a combined response as a String.
- GroupTokenIterator(Exchange, Iterator<?>, String, int, boolean) - Constructor for class org.apache.camel.support.GroupTokenIterator
-
Creates a new token based group iterator
- groupXmlIteratorExpression(Expression, String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
- GZIPHelper - Class in org.apache.camel.support
-
Helper class to help wrapping content into GZIP input and output streams.
- ifStartsWithReturnRemainder(String, String) - Method in class org.apache.camel.support.DefaultComponent
-
Returns the reminder of the text if it starts with the prefix.
- IllegalOptionException - Exception in org.apache.camel.component.extension.verifier
-
- IllegalOptionException(String) - Constructor for exception org.apache.camel.component.extension.verifier.IllegalOptionException
-
- IllegalOptionException(String, String) - Constructor for exception org.apache.camel.component.extension.verifier.IllegalOptionException
-
- in(Predicate...) - Static method in class org.apache.camel.support.builder.PredicateBuilder
-
A helper method to return true if any of the predicates matches.
- in(List<Predicate>) - Static method in class org.apache.camel.support.builder.PredicateBuilder
-
A helper method to return true if any of the predicates matches.
- in(Object...) - Method in class org.apache.camel.support.builder.ValueBuilder
-
- in(Predicate...) - Method in class org.apache.camel.support.builder.ValueBuilder
-
- IN_NAMESPACE - Static variable in class org.apache.camel.support.builder.Namespaces
-
- inBody - Variable in class org.apache.camel.support.component.AbstractApiEndpoint
-
- includeTokens - Variable in class org.apache.camel.support.builder.TokenPairExpressionIterator
-
- inheritNamespaceToken - Variable in class org.apache.camel.support.builder.TokenXMLExpressionIterator
-
- init() - Method in class org.apache.camel.support.SynchronousDelegateProducer
-
- inMemory() - Method in class org.apache.camel.converter.stream.ByteArrayInputStreamCache
-
- inMemory() - Method in class org.apache.camel.converter.stream.FileInputStreamCache
-
- inMemory() - Method in class org.apache.camel.converter.stream.InputStreamCache
-
- inMemory() - Method in class org.apache.camel.converter.stream.ReaderCache
-
- inMessageExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns the expression for the IN message
- inMessageExpression(Function<Message, Object>) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns a functional expression for the IN message
- InputStreamCache - Class in org.apache.camel.converter.stream
-
A StreamCache
for caching using an in-memory byte array.
- InputStreamCache(byte[]) - Constructor for class org.apache.camel.converter.stream.InputStreamCache
-
- InputStreamCache(byte[], int) - Constructor for class org.apache.camel.converter.stream.InputStreamCache
-
- InputStreamIterator - Class in org.apache.camel.support
-
- InputStreamIterator(TypeConverter, Iterator) - Constructor for class org.apache.camel.support.InputStreamIterator
-
- INSTANCE - Static variable in class org.apache.camel.support.NoLock
-
- interceptProperties(Map<String, Object>) - Method in class org.apache.camel.support.component.AbstractApiConsumer
-
- interceptProperties(Map<String, Object>) - Method in class org.apache.camel.support.component.AbstractApiEndpoint
-
- interceptProperties(Map<String, Object>) - Method in class org.apache.camel.support.component.AbstractApiProducer
-
- interceptProperties(Map<String, Object>) - Method in interface org.apache.camel.support.component.PropertiesInterceptor
-
Intercept method invocation arguments used to find and invoke API method.
- interceptPropertyNames(Set<String>) - Method in class org.apache.camel.support.component.AbstractApiConsumer
-
- interceptPropertyNames(Set<String>) - Method in class org.apache.camel.support.component.AbstractApiEndpoint
-
- interceptPropertyNames(Set<String>) - Method in interface org.apache.camel.support.component.PropertyNamesInterceptor
-
Intercept property names used to find API Method.
- interceptResult(Object, Exchange) - Method in class org.apache.camel.support.component.AbstractApiConsumer
-
- interceptResult(Object, Exchange) - Method in class org.apache.camel.support.component.AbstractApiProducer
-
- interceptResult(Object, Exchange) - Method in interface org.apache.camel.support.component.ResultInterceptor
-
Do additional result exchange processing, for example, adding custom headers.
- internalBind(String, Object) - Method in class org.apache.camel.support.jndi.JndiContext
-
internalBind is intended for use only during setup or possibly by
suitably synchronized superclasses.
- IntrospectionSupport - Class in org.apache.camel.support
-
- invoke(String, Object[], String[]) - Method in class org.apache.camel.support.management.MixinRequiredModelMBean
-
- invokeMethod(Object, ApiMethod, Map<String, Object>) - Static method in class org.apache.camel.support.component.ApiMethodHelper
-
Invokes given method with argument values from given properties.
- invokeMethod(Method, Object, Object...) - Static method in class org.apache.camel.support.ObjectHelper
-
A helper method to invoke a method via reflection and wrap any exceptions
as RuntimeCamelException
instances
- invokeMethodSafe(Method, Object, Object...) - Static method in class org.apache.camel.support.ObjectHelper
-
A helper method to invoke a method via reflection in a safe way by allowing to invoke
methods that are not accessible by default and wrap any exceptions
as RuntimeCamelException
instances
- isAllowNullValues() - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
-
- isBasicPropertyBinding() - Method in class org.apache.camel.support.DefaultComponent
-
Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities.
- isBasicPropertyBinding() - Method in class org.apache.camel.support.DefaultEndpoint
-
Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities.
- isBatchAllowed() - Method in class org.apache.camel.support.ScheduledBatchPollingConsumer
-
- isBlockWhenFull() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
-
- isBridgeErrorHandler() - Method in class org.apache.camel.support.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
-
- isDefaultOperation(String) - Method in class org.apache.camel.support.management.MixinRequiredModelMBean
-
- isDisabled() - Method in class org.apache.camel.support.EventNotifierSupport
-
- isEmpty() - Method in class org.apache.camel.saga.CamelSagaStep
-
- isEnabled(CamelEvent) - Method in class org.apache.camel.support.EventNotifierSupport
-
- isEqualTo(Expression, Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
-
- isEqualTo(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
-
- isEqualToIgnoreCase(Expression, Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
-
- isEqualToIgnoreCase(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
-
- isExcludePatternMatch(String, String...) - Static method in class org.apache.camel.support.PatternHelper
-
- isExternalRedelivered() - Method in class org.apache.camel.support.DefaultExchange
-
- isFailed() - Method in class org.apache.camel.support.DefaultExchange
-
- isFailureHandled(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
-
Checks whether the exchange has been failure handed
- isFilterOnMatch() - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
-
- isGetter(Method) - Static method in class org.apache.camel.support.IntrospectionSupport
-
Deprecated.
- isGreaterThan(Expression, Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
-
- isGreaterThan(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
-
- isGreaterThanOrEqualTo(Expression, Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
-
- isGreaterThanOrEqualTo(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
-
- isGreedy() - Method in class org.apache.camel.support.component.AbstractApiConsumer
-
- isGreedy() - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- isGreedy() - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
- isGzip(Message) - Static method in class org.apache.camel.support.GZIPHelper
-
- isGzip(String, Exchange) - Static method in class org.apache.camel.support.GZIPHelper
-
- isGzip(String) - Static method in class org.apache.camel.support.GZIPHelper
-
- isHttpUri(String) - Static method in class org.apache.camel.support.ResourceHelper
-
Is the given uri a http uri?
- isIgnoreCamelContextEvents() - Method in class org.apache.camel.support.EventNotifierSupport
-
- isIgnoreExchangeCompletedEvent() - Method in class org.apache.camel.support.EventNotifierSupport
-
- isIgnoreExchangeCreatedEvent() - Method in class org.apache.camel.support.EventNotifierSupport
-
- isIgnoreExchangeEvents() - Method in class org.apache.camel.support.EventNotifierSupport
-
- isIgnoreExchangeFailedEvents() - Method in class org.apache.camel.support.EventNotifierSupport
-
- isIgnoreExchangeRedeliveryEvents() - Method in class org.apache.camel.support.EventNotifierSupport
-
- isIgnoreExchangeSendingEvents() - Method in class org.apache.camel.support.EventNotifierSupport
-
- isIgnoreExchangeSentEvents() - Method in class org.apache.camel.support.EventNotifierSupport
-
- isIgnoreRouteEvents() - Method in class org.apache.camel.support.EventNotifierSupport
-
- isIgnoreServiceEvents() - Method in class org.apache.camel.support.EventNotifierSupport
-
- isIgnoreStepEvents() - Method in class org.apache.camel.support.EventNotifierSupport
-
- isIncludeInvalidBoolean() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
-
- isIncludeInvalidEnum() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
-
- isIncludeInvalidInteger() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
-
- isIncludeInvalidNumber() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
-
- isIncludeRequired() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
-
- isIncludeUnknown() - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
-
- isInstanceOf(Expression, Class<?>) - Static method in class org.apache.camel.support.builder.PredicateBuilder
-
- isInstanceOf(Class<?>) - Method in class org.apache.camel.support.builder.ValueBuilder
-
- isInterrupted(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
-
Checks whether the exchange UnitOfWork
has been interrupted during processing
- isLazyStartProducer() - Method in class org.apache.camel.support.DefaultEndpoint
-
- isLeader(String) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
-
- isLenientProperties() - Method in class org.apache.camel.support.DefaultEndpoint
-
- isLessThan(Expression, Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
-
- isLessThan(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
-
- isLessThanOrEqualTo(Expression, Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
-
- isLessThanOrEqualTo(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
-
- isLowerCase() - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
-
Gets the isLowercase property which is a boolean to determine
whether header names should be converted to lower case before
checking it with the filter Set.
- isMask() - Method in class org.apache.camel.support.management.MixinRequiredModelMBean
-
- isMaskJson() - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
-
- isMaskKeyValue() - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
-
- isMaskOperation(String) - Method in class org.apache.camel.support.management.MixinRequiredModelMBean
-
- isMaskXmlElement() - Method in class org.apache.camel.support.processor.DefaultMaskingFormatter
-
- isMatchingNamespaceOrEmptyNamespace(String, String) - Static method in class org.apache.camel.support.builder.Namespaces
-
Returns true if the given namespaceURI is empty or if it matches the
given expected namespace
- isMatchOnUriPrefix() - Method in interface org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath
-
Whether the consumer match on uri prefix
- isMultiline() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
- isNotEqualTo(Expression, Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
-
- isNotEqualTo(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
-
- isNotNull(Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
-
- isNotNull() - Method in class org.apache.camel.support.builder.ValueBuilder
-
- isNull(Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
-
- isNull() - Method in class org.apache.camel.support.builder.ValueBuilder
-
- isOsgiContext(CamelContext) - Static method in class org.apache.camel.support.PlatformHelper
-
Determine whether Camel is OSGi-aware.
- isOutCapable(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
-
Returns true if the given exchange pattern (if defined) can support OUT messages
- isPollAllowed() - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- isPolling() - Method in class org.apache.camel.support.ScheduledPollConsumer
-
Whether polling is currently in progress
- isPollingConsumerBlockWhenFull() - Method in class org.apache.camel.support.DefaultEndpoint
-
- 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
-
Deprecated.
- 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)
- 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
-
Deprecated.
- isSetter(Method) - Static method in class org.apache.camel.support.IntrospectionSupport
-
Deprecated.
- isShowAll() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
- isShowBody() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
- isShowBodyType() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
- isShowCaughtException() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
- isShowException() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
- isShowExchangeId() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
- isShowExchangePattern() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
- isShowFiles() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
- isShowFuture() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
- isShowHeaders() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
- isShowProperties() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
- isShowStackTrace() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
- isShowStreams() - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
- isSingleton() - Method in class org.apache.camel.support.component.AbstractApiEndpoint
-
- isSingleton() - Method in class org.apache.camel.support.DefaultEndpoint
-
An endpoint should favour to be singleton by default, only in some rare special cases
can an endpoint be non-singleton.
- isSingleton() - Method in class org.apache.camel.support.DefaultProducer
-
This implementation will delegate to the endpoint IsSingleton.isSingleton()
- isSingleton() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
-
- isSingleton() - Method in class org.apache.camel.support.LanguageSupport
-
- isSingleton() - Method in class org.apache.camel.support.LazyStartProducer
-
- isSingleton() - Method in class org.apache.camel.support.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
-
- isValidForEviction(TimeoutMapEntry<K, V>) - Method in class org.apache.camel.support.DefaultTimeoutMap
-
A hook to allow derivations to avoid evicting the current entry
- NAME_PARSER - Static variable in class org.apache.camel.support.jndi.JndiContext
-
- NamespacePrefix - Annotation Type in org.apache.camel.support.language
-
Creates a namespace prefix for an XPath
- Namespaces - Class in org.apache.camel.support.builder
-
A helper class for working with namespaces.
- Namespaces() - Constructor for class org.apache.camel.support.builder.Namespaces
-
Creates an empty namespaces object
- Namespaces(String, String) - Constructor for class org.apache.camel.support.builder.Namespaces
-
Creates a namespace context with a single prefix and URI
- newCachedThreadPool(ThreadFactory) - Method in class org.apache.camel.support.DefaultThreadPoolFactory
-
- newCondition() - Method in class org.apache.camel.support.NoLock
-
- newContext() - Method in class org.apache.camel.support.jndi.JndiContext
-
- newInputStreamCache() - Method in class org.apache.camel.converter.stream.CachedByteArrayOutputStream
-
- newInstance(CamelContext, Class<T>) - Static method in class org.apache.camel.support.CamelContextHelper
-
Creates a new instance of the given type using the Injector
on the given
CamelContext
- newInstance() - Method in class org.apache.camel.support.DefaultMessage
-
- newInstance(Exchange, Class<T>) - Static method in class org.apache.camel.support.ExchangeHelper
-
Creates a new instance of the given type from the injector
- newInstance() - Method in class org.apache.camel.support.MessageSupport
-
Returns a new instance
- newInstance(Class<T>) - Static method in class org.apache.camel.support.ObjectHelper
-
A helper method to create a new instance of a type using the default
constructor arguments.
- newInstance(Class<?>, Class<T>) - Static method in class org.apache.camel.support.ObjectHelper
-
A helper method to create a new instance of a type using the default
constructor arguments.
- newLRUCache(int) - Static method in class org.apache.camel.support.LRUCacheFactory
-
Constructs an empty LRUCache instance with the
specified maximumCacheSize, and will stop on eviction.
- newLRUCache(int, Consumer<V>) - Static method in class org.apache.camel.support.LRUCacheFactory
-
Constructs an empty LRUCache instance with the
specified maximumCacheSize, and will stop on eviction.
- newLRUCache(int, int) - Static method in class org.apache.camel.support.LRUCacheFactory
-
Constructs an empty LRUCache instance with the
specified initial capacity, maximumCacheSize, and will stop on eviction.
- newLRUCache(int, int, boolean) - Static method in class org.apache.camel.support.LRUCacheFactory
-
Constructs an empty LRUCache instance with the
specified initial capacity, maximumCacheSize,load factor and ordering mode.
- newLRUSoftCache(int) - Static method in class org.apache.camel.support.LRUCacheFactory
-
Constructs an empty LRUSoftCache instance with the
specified maximumCacheSize, and will stop on eviction.
- newLRUSoftCache(int, int) - Static method in class org.apache.camel.support.LRUCacheFactory
-
Constructs an empty LRUSoftCache instance with the
specified maximumCacheSize, and will stop on eviction.
- newLRUSoftCache(int, int, boolean) - Static method in class org.apache.camel.support.LRUCacheFactory
-
Constructs an empty LRUSoftCache instance with the
specified maximumCacheSize, and will stop on eviction.
- newLRUWeakCache(int) - Static method in class org.apache.camel.support.LRUCacheFactory
-
Constructs an empty LRUWeakCache instance with the
specified maximumCacheSize, and will stop on eviction.
- newLRUWeakCache(int, int) - Static method in class org.apache.camel.support.LRUCacheFactory
-
Constructs an empty LRUWeakCache instance with the
specified maximumCacheSize, and will stop on eviction.
- newLRUWeakCache(int, int, boolean) - Static method in class org.apache.camel.support.LRUCacheFactory
-
Constructs an empty LRUWeakCache instance with the
specified maximumCacheSize, and will stop on eviction.
- newSaga() - Method in interface org.apache.camel.saga.CamelSagaService
-
- newScheduledThreadPool(ThreadPoolProfile, ThreadFactory) - Method in class org.apache.camel.support.DefaultThreadPoolFactory
-
- newStreamCache() - Method in class org.apache.camel.converter.stream.CachedOutputStream
-
Creates a new
StreamCache
from the data cached in this
OutputStream
.
- newThreadPool(ThreadPoolProfile, ThreadFactory) - Method in class org.apache.camel.support.DefaultThreadPoolFactory
-
- newThreadPool(int, int, long, TimeUnit, int, boolean, RejectedExecutionHandler, ThreadFactory) - Method in class org.apache.camel.support.DefaultThreadPoolFactory
-
- next() - Method in class org.apache.camel.support.GroupIterator
-
- next() - Method in class org.apache.camel.support.GroupTokenIterator
-
- next() - Method in class org.apache.camel.support.processor.DelegateAsyncProcessor
-
- next() - Method in class org.apache.camel.support.processor.DelegateProcessor
-
- next() - Method in class org.apache.camel.support.processor.DelegateSyncProcessor
-
- nodeProcessingDone() - Method in class org.apache.camel.support.DefaultMessageHistory
-
- NoLock - Class in org.apache.camel.support
-
Empty lock implementation
- NoLock() - Constructor for class org.apache.camel.support.NoLock
-
- NoSuchOptionException - Exception in org.apache.camel.component.extension.verifier
-
- NoSuchOptionException(String) - Constructor for exception org.apache.camel.component.extension.verifier.NoSuchOptionException
-
- not(Predicate) - Static method in class org.apache.camel.support.builder.PredicateBuilder
-
A helper method to return the logical not of the given predicate
- not(Predicate) - Method in class org.apache.camel.support.builder.ValueBuilder
-
- not() - Method in class org.apache.camel.support.builder.ValueBuilder
-
Negates the built expression.
- NotificationSenderAdapter - Class in org.apache.camel.support.management
-
Can be used to broadcast JMX notifications.
- NotificationSenderAdapter(ModelMBeanNotificationBroadcaster) - Constructor for class org.apache.camel.support.management.NotificationSenderAdapter
-
- 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
-
- notifyStepDone(CamelContext, Exchange, String) - Static method in class org.apache.camel.support.EventHelper
-
- notifyStepFailed(CamelContext, Exchange, String) - Static method in class org.apache.camel.support.EventHelper
-
- notifyStepStarted(CamelContext, Exchange, String) - Static method in class org.apache.camel.support.EventHelper
-
- 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.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
- parseSimpleOrFallbackToConstantExpression(String, CamelContext) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns Simple expression or fallback to Constant expression if expression str is not Simple expression.
- parseText(CamelContext, String) - Static method in class org.apache.camel.support.CamelContextHelper
-
Parses the given text and handling property placeholders as well
- PatternHelper - Class in org.apache.camel.support
-
- pendingExchanges - Variable in class org.apache.camel.support.ScheduledBatchPollingConsumer
-
- PlatformHelper - Class in org.apache.camel.support
-
Utility dedicated for resolving runtime information related to the platform on which Camel is currently running.
- poll() - Method in class org.apache.camel.support.component.AbstractApiConsumer
-
- poll() - Method in class org.apache.camel.support.DefaultScheduledPollConsumer
-
- poll() - Method in class org.apache.camel.support.ScheduledPollConsumer
-
The polling method which is invoked periodically to poll this consumer
- pollEndpoint(Endpoint, Processor, long) - Static method in class org.apache.camel.support.EndpointHelper
-
Creates a PollingConsumer
and polls all pending messages on the endpoint
and invokes the given Processor
to process each Exchange
and then closes
down the consumer and throws any exceptions thrown.
- pollEndpoint(Endpoint, Processor) - Static method in class org.apache.camel.support.EndpointHelper
-
Creates a PollingConsumer
and polls all pending messages on the
endpoint and invokes the given Processor
to process each
Exchange
and then closes down the consumer and throws any
exceptions thrown.
- PollingConsumerSupport - Class in org.apache.camel.support
-
A useful base class for implementations of PollingConsumer
- PollingConsumerSupport(Endpoint) - Constructor for class org.apache.camel.support.PollingConsumerSupport
-
- populateInitialHeaders(Map<String, Object>) - Method in class org.apache.camel.support.DefaultMessage
-
A strategy method populate the initial set of headers on an inbound
message from an underlying binding
- populateVariableMap(Exchange, Map<String, Object>) - Static method in class org.apache.camel.support.ExchangeHelper
-
Populates the Map with the variables which are made available to a script or template
- PredicateAssertHelper - Class in org.apache.camel.support
-
A helper for doing Predicate
assertions.
- PredicateBuilder - Class in org.apache.camel.support.builder
-
A helper class for working with predicates
- PredicateBuilder() - Constructor for class org.apache.camel.support.builder.PredicateBuilder
-
- PredicateToExpressionAdapter - Class in org.apache.camel.support
-
To adapt Predicate
as an Expression
- PredicateToExpressionAdapter(Predicate) - Constructor for class org.apache.camel.support.PredicateToExpressionAdapter
-
- prepareAggregation(Exchange, Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
-
Prepares the exchanges for aggregation.
- prepareOutToIn(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
-
Strategy to prepare results before next iterator or when we are complete,
which is done by copying OUT to IN, so there is only an IN as input
for the next iteration.
- prepareShutdown(boolean, boolean) - Method in class org.apache.camel.support.ScheduledBatchPollingConsumer
-
- prepend(Expression, Expression) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Prepends the String evaluations of the two expressions together
- prepend(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
-
Prepends the string evaluation of this expression with the given value
- 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.LazyStartProducer
-
- process(Exchange, AsyncCallback) - Method in class org.apache.camel.support.processor.CamelLogProcessor
-
- process(Exchange, Throwable) - Method in class org.apache.camel.support.processor.CamelLogProcessor
-
- process(Exchange, String) - Method in class org.apache.camel.support.processor.CamelLogProcessor
-
- process(Exchange, AsyncCallback) - Method in class org.apache.camel.support.processor.DelegateAsyncProcessor
-
- process(Exchange) - Method in class org.apache.camel.support.processor.DelegateProcessor
-
- process(Exchange, AsyncCallback) - Method in class org.apache.camel.support.processor.DelegateSyncProcessor
-
- process(Exchange) - Method in class org.apache.camel.support.processor.DelegateSyncProcessor
-
- process(Exchange, AsyncCallback) - Method in class org.apache.camel.support.processor.MarshalProcessor
-
- process(Exchange) - Method in class org.apache.camel.support.processor.ThroughputLogger
-
- process(Exchange, AsyncCallback) - Method in class org.apache.camel.support.processor.ThroughputLogger
-
- process(Exchange, AsyncCallback) - Method in class org.apache.camel.support.processor.UnmarshalProcessor
-
- process(Exchange) - Method in class org.apache.camel.support.SynchronousDelegateProducer
-
- processAsync(Exchange) - Method in class org.apache.camel.support.AsyncProcessorSupport
-
- processAsync(Exchange) - Method in class org.apache.camel.support.DefaultAsyncProducer
-
- processAsync(Exchange) - Method in class org.apache.camel.support.processor.DelegateSyncProcessor
-
- processEmptyMessage() - Method in class org.apache.camel.support.ScheduledBatchPollingConsumer
-
- processEmptyMessage() - Method in class org.apache.camel.support.ScheduledPollConsumer
-
No messages to poll so send an empty message instead.
- processNext(Exchange) - Method in class org.apache.camel.support.processor.DelegateProcessor
-
- processor - Variable in class org.apache.camel.support.processor.DelegateAsyncProcessor
-
- processor - Variable in class org.apache.camel.support.processor.DelegateProcessor
-
- processor - Variable in class org.apache.camel.support.processor.DelegateSyncProcessor
-
- ProcessorEndpoint - Class in org.apache.camel.support
-
An endpoint which allows exchanges to be sent into it which just invokes a
given Processor
.
- ProcessorEndpoint() - Constructor for class org.apache.camel.support.ProcessorEndpoint
-
- ProcessorEndpoint(String, CamelContext, Processor) - Constructor for class org.apache.camel.support.ProcessorEndpoint
-
- ProcessorEndpoint(String, Component, Processor) - Constructor for class org.apache.camel.support.ProcessorEndpoint
-
- ProcessorEndpoint(String, Component) - Constructor for class org.apache.camel.support.ProcessorEndpoint
-
- ProcessorPollingConsumer - Class in org.apache.camel.support
-
A simple implementation of PollingConsumer
which just uses
a Processor
.
- ProcessorPollingConsumer(Endpoint, Processor) - Constructor for class org.apache.camel.support.ProcessorPollingConsumer
-
- processResults(List<ApiMethodParser.ApiMethodModel>) - Method in class org.apache.camel.support.component.ApiMethodParser
-
- processResults(List<ApiMethodParser.ApiMethodModel>) - Method in class org.apache.camel.support.component.ArgumentSubstitutionParser
-
- propertiesComponentExpression(String, String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
- propertiesHelper - Variable in class org.apache.camel.support.component.AbstractApiProducer
-
- PropertiesInterceptor - Interface in org.apache.camel.support.component
-
Intercepts Property values used to invoke API Method.
- property(CamelContext, Class<T>, Object) - Static method in class org.apache.camel.support.component.PropertyConfigurerSupport
-
Converts the property to the expected type
- PropertyBindingSupport - Class in org.apache.camel.support
-
A convenient support class for binding String valued properties to an instance which
uses a set of conventions:
property placeholders - Keys and values using Camels property placeholder will be resolved
nested - Properties can be nested using the dot syntax (OGNL and builder pattern using with as prefix), eg foo.bar=123
map - Properties can lookup in Map's using map syntax, eg foo[bar] where foo is the name of the property that is a Map instance, and bar is the name of the key.
list - Properties can refer or add to in List's using list syntax, eg foo[0] where foo is the name of the property that is a
List instance, and 0 is the index.
- PropertyBindingSupport.Builder - Class in org.apache.camel.support
-
To use a fluent builder style to configure this property binding support.
- PropertyBindingSupport.OnAutowiring - Interface in org.apache.camel.support
-
- PropertyConfigurerSupport - Class in org.apache.camel.support.component
-
Base class used by the camel-apt compiler plugin when it generates source code for fast
property configurations via PropertyConfigurer
.
- PropertyConfigurerSupport() - Constructor for class org.apache.camel.support.component.PropertyConfigurerSupport
-
- PropertyNamesInterceptor - Interface in org.apache.camel.support.component
-
Intercepts Property names used to find methods.
- propertyPrefix - Variable in class org.apache.camel.support.component.ApiMethodPropertiesHelper
-
- purge() - Method in class org.apache.camel.support.DefaultTimeoutMap
-
- put(K, V, long) - Method in class org.apache.camel.support.DefaultTimeoutMap
-
- putIfAbsent(K, V, long) - Method in class org.apache.camel.support.DefaultTimeoutMap
-
- ReactiveHelper - Class in org.apache.camel.support
-
Deprecated.
- read() - Method in class org.apache.camel.converter.stream.FileInputStreamCache
-
- read() - Method in class org.apache.camel.support.InputStreamIterator
-
- ReaderCache - Class in org.apache.camel.converter.stream
-
A
StreamCache
for String
Reader
s
- ReaderCache(String) - Constructor for class org.apache.camel.converter.stream.ReaderCache
-
- rebind(Name, Object) - Method in class org.apache.camel.support.jndi.JndiContext
-
- rebind(String, Object) - Method in class org.apache.camel.support.jndi.JndiContext
-
- receive() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
-
- receive(long) - Method in class org.apache.camel.support.EventDrivenPollingConsumer
-
- receive() - Method in class org.apache.camel.support.ProcessorPollingConsumer
-
- receive(long) - Method in class org.apache.camel.support.ProcessorPollingConsumer
-
- receiveNoWait() - Method in class org.apache.camel.support.EventDrivenPollingConsumer
-
- receiveNoWait() - Method in class org.apache.camel.support.ProcessorPollingConsumer
-
- refExpression(String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an expression for lookup a bean in the Registry
- regex(Expression, String) - Static method in class org.apache.camel.support.builder.PredicateBuilder
-
Returns a predicate which is true if the expression matches the given
regular expression
- regex(Expression, Pattern) - Static method in class org.apache.camel.support.builder.PredicateBuilder
-
Returns a predicate which is true if the expression matches the given
regular expression
- regex(String) - Method in class org.apache.camel.support.builder.ValueBuilder
-
Creates a predicate which is true if this expression matches the given
regular expression
- regexReplaceAll(Expression, String, String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Transforms the expression into a String then performs the regex
replaceAll to transform the String and return the result
- regexReplaceAll(Expression, String, Expression) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Transforms the expression into a String then performs the regex
replaceAll to transform the String and return the result
- regexReplaceAll(String, String) - Method in class org.apache.camel.support.builder.ValueBuilder
-
Replaces all occurrences of the regular expression with the given
replacement
- regexReplaceAll(String, Expression) - Method in class org.apache.camel.support.builder.ValueBuilder
-
Replaces all occurrences of the regular expression with the given
replacement
- regexTokenize(String) - Method in class org.apache.camel.support.builder.ValueBuilder
-
Tokenizes the string conversion of this expression using the given
regular expression
- regexTokenizeExpression(Expression, String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns a tokenize expression which will tokenize the string with the
given regex
- registerExtension(ComponentExtension) - Method in class org.apache.camel.support.DefaultComponent
-
- registerExtension(Supplier<ComponentExtension>) - Method in class org.apache.camel.support.DefaultComponent
-
- registerStep(CamelSagaStep) - Method in interface org.apache.camel.saga.CamelSagaService
-
- registryExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an expression for the Registry
- releaseView(CamelClusterView) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
-
- remove(K) - Method in class org.apache.camel.support.DefaultTimeoutMap
-
- remove() - Method in class org.apache.camel.support.GroupIterator
-
- remove() - Method in class org.apache.camel.support.GroupTokenIterator
-
- remove(String) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
-
- remove(String) - Method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
-
- removeChildService(Object) - Method in class org.apache.camel.support.ChildServiceSupport
-
- removeEventListener(CamelClusterEventListener) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterView
-
- removeFromEnvironment(String) - Method in class org.apache.camel.support.jndi.JndiContext
-
- removeFromStore(String) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
-
- removeHeader(String) - Method in class org.apache.camel.support.DefaultMessage
-
- removeHeaders(String) - Method in class org.apache.camel.support.DefaultMessage
-
- removeHeaders(String, String...) - Method in class org.apache.camel.support.DefaultMessage
-
- removeProperties(String) - Method in class org.apache.camel.support.DefaultExchange
-
- removeProperties(String, String...) - Method in class org.apache.camel.support.DefaultExchange
-
- removeProperty(String) - Method in class org.apache.camel.support.DefaultExchange
-
- removeTimerListener(TimerListener) - Method in class org.apache.camel.support.TimerListenerManager
-
Removes the listener.
- rename(Name, Name) - Method in class org.apache.camel.support.jndi.JndiContext
-
- rename(String, String) - Method in class org.apache.camel.support.jndi.JndiContext
-
- replaceMessage(Exchange, Message, boolean) - Static method in class org.apache.camel.support.ExchangeHelper
-
Replaces the existing message with the new message
- repositories - Variable in class org.apache.camel.support.DefaultRegistry
-
- requiresAny(Map<String, Object>, OptionsGroup...) - Static method in class org.apache.camel.component.extension.verifier.ResultErrorHelper
-
Validates that the given parameters satisfy any grouped options
(
OptionsGroup
).
- requiresAny(Map<String, Object>, Collection<OptionsGroup>) - Static method in class org.apache.camel.component.extension.verifier.ResultErrorHelper
-
Validates that the given parameters satisfy any grouped options
(
OptionsGroup
).
- requiresOption(String, Map<String, Object>) - Static method in class org.apache.camel.component.extension.verifier.ResultErrorHelper
-
- reset() - Method in class org.apache.camel.converter.stream.ByteArrayInputStreamCache
-
- reset() - Method in class org.apache.camel.converter.stream.FileInputStreamCache
-
- reset() - Method in class org.apache.camel.converter.stream.ReaderCache
-
- reset() - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
-
Reset and clears the 1st-level cache to force it to reload from file
- reset() - Method in class org.apache.camel.support.processor.ThroughputLogger
-
- resetStatistics() - Method in interface org.apache.camel.support.LRUCache
-
- resetStreamCache(Message) - Static method in class org.apache.camel.support.MessageHelper
-
If the message body contains a StreamCache
instance, reset the
cache to enable reading from it again.
- resolveAndRemoveReferenceListParameter(Map<String, Object>, String, Class<T>) - Method in class org.apache.camel.support.DefaultComponent
-
Resolves a reference list parameter in the registry and removes it from
the map.
- resolveAndRemoveReferenceListParameter(Map<String, Object>, String, Class<T>, List<T>) - Method in class org.apache.camel.support.DefaultComponent
-
Resolves a reference list parameter in the registry and removes it from
the map.
- resolveAndRemoveReferenceParameter(Map<String, Object>, String, Class<T>) - Method in class org.apache.camel.support.DefaultComponent
-
Resolves a reference parameter in the registry and removes it from the map.
- resolveAndRemoveReferenceParameter(Map<String, Object>, String, Class<T>, T) - Method in class org.apache.camel.support.DefaultComponent
-
Resolves a reference parameter in the registry and removes it from the map.
- 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.
- resolveOptionalExternalScript(CamelContext, String) - Static method in class org.apache.camel.support.ScriptHelper
-
Resolves the expression/predicate whether it refers to an external script on the file/classpath etc.
- resolveOptionalExternalScript(CamelContext, Exchange, String) - Static method in class org.apache.camel.support.ScriptHelper
-
Resolves the expression/predicate whether it refers to an external script on the file/classpath etc.
- resolveParameter(CamelContext, String, Class<T>) - Static method in class org.apache.camel.support.EndpointHelper
-
Resolves a parameter, by doing a reference lookup if the parameter is a reference, and converting
the parameter to the given type.
- 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 Component
s used by the
RestProducerFactory
contract.
- ResultBuilder - Class in org.apache.camel.component.extension.verifier
-
- ResultBuilder() - Constructor for class org.apache.camel.component.extension.verifier.ResultBuilder
-
- ResultErrorBuilder - Class in org.apache.camel.component.extension.verifier
-
- ResultErrorBuilder() - Constructor for class org.apache.camel.component.extension.verifier.ResultErrorBuilder
-
- ResultErrorHelper - Class in org.apache.camel.component.extension.verifier
-
Helper that validates component parameters.
- ResultInterceptor - Interface in org.apache.camel.support.component
-
Intercepts API method invocation result Exchange.
- resumeOrStartConsumer(Consumer) - Method in class org.apache.camel.support.RoutePolicySupport
-
Resumes or starts the consumer.
- resumeRoute(Route) - Method in class org.apache.camel.support.RoutePolicySupport
-
- rollback(Consumer, Endpoint, int, Exception) - Method in class org.apache.camel.support.DefaultPollingConsumerPollStrategy
-
- routeIdExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an Expression for the route id
- RoutePolicySupport - Class in org.apache.camel.support
-
A base class for developing custom RoutePolicy
implementations.
- RoutePolicySupport() - Constructor for class org.apache.camel.support.RoutePolicySupport
-
- run() - Method in class org.apache.camel.support.ScheduledPollConsumer
-
Invoked whenever we should be polled
- run() - Method in class org.apache.camel.support.TimerListenerManager
-
- schedule(Runnable) - Static method in class org.apache.camel.support.ReactiveHelper
-
Deprecated.
- schedule(Runnable, String) - Static method in class org.apache.camel.support.ReactiveHelper
-
Deprecated.
- ScheduledBatchPollingConsumer - Class in org.apache.camel.support
-
A useful base class for any consumer which is polling batch based
- ScheduledBatchPollingConsumer(Endpoint, Processor) - Constructor for class org.apache.camel.support.ScheduledBatchPollingConsumer
-
- ScheduledBatchPollingConsumer(Endpoint, Processor, ScheduledExecutorService) - Constructor for class org.apache.camel.support.ScheduledBatchPollingConsumer
-
- ScheduledPollConsumer - Class in org.apache.camel.support
-
A useful base class for any consumer which is polling based
- ScheduledPollConsumer(Endpoint, Processor) - Constructor for class org.apache.camel.support.ScheduledPollConsumer
-
- ScheduledPollConsumer(Endpoint, Processor, ScheduledExecutorService) - Constructor for class org.apache.camel.support.ScheduledPollConsumer
-
- ScheduledPollEndpoint - Class in org.apache.camel.support
-
- 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
-
Deprecated.
- scheduleMain(Runnable, String) - Static method in class org.apache.camel.support.ReactiveHelper
-
Deprecated.
- schedulePoll() - Method in class org.apache.camel.support.DefaultTimeoutMap
-
lets schedule each time to allow folks to change the time at runtime
- scheduleSync(Runnable) - Static method in class org.apache.camel.support.ReactiveHelper
-
Deprecated.
- scheduleSync(Runnable, String) - Static method in class org.apache.camel.support.ReactiveHelper
-
Deprecated.
- scheduleTask(Runnable) - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
-
- scope(ComponentVerifierExtension.Scope) - Method in class org.apache.camel.component.extension.verifier.ResultBuilder
-
- ScriptHelper - Class in org.apache.camel.support
-
- select(Collection<CamelClusterService>) - Method in class org.apache.camel.support.cluster.ClusterServiceSelectors.SelectByAttribute
-
- select(Collection<CamelClusterService>) - Method in class org.apache.camel.support.cluster.ClusterServiceSelectors.SelectByOrder
-
- select(Collection<CamelClusterService>) - Method in class org.apache.camel.support.cluster.ClusterServiceSelectors.SelectByType
-
- select(Collection<CamelClusterService>) - Method in class org.apache.camel.support.cluster.ClusterServiceSelectors.SelectFirst
-
- select(Collection<CamelClusterService>) - Method in class org.apache.camel.support.cluster.ClusterServiceSelectors.SelectSingle
-
- SelectByAttribute(String, Object) - Constructor for class org.apache.camel.support.cluster.ClusterServiceSelectors.SelectByAttribute
-
- SelectByOrder() - Constructor for class org.apache.camel.support.cluster.ClusterServiceSelectors.SelectByOrder
-
- SelectByType(Class<? extends CamelClusterService>) - Constructor for class org.apache.camel.support.cluster.ClusterServiceSelectors.SelectByType
-
- SelectFirst() - Constructor for class org.apache.camel.support.cluster.ClusterServiceSelectors.SelectFirst
-
- SelectSingle() - Constructor for class org.apache.camel.support.cluster.ClusterServiceSelectors.SelectSingle
-
- sendNotification(Notification) - Method in class org.apache.camel.support.management.NotificationSenderAdapter
-
- SEPARATOR - Static variable in class org.apache.camel.support.jndi.JndiContext
-
- setAction(String) - Method in class org.apache.camel.support.processor.ThroughputLogger
-
- setAllowNullValues(boolean) - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
-
- setApiHelpers(Map<E, ApiMethodHelper<? extends ApiMethod>>) - Method in class org.apache.camel.support.component.ApiCollection
-
- setApiMethods(Map<Class<? extends ApiMethod>, E>) - Method in class org.apache.camel.support.component.ApiCollection
-
- setAttribute(String, Object) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
-
- setAttributes(Map<String, Object>) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
-
- setBackoffErrorThreshold(int) - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- setBackoffErrorThreshold(int) - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.
- setBackoffIdleThreshold(int) - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- setBackoffIdleThreshold(int) - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.
- setBackoffMultiplier(int) - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- setBackoffMultiplier(int) - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.
- setBasicPropertyBinding(boolean) - Method in class org.apache.camel.support.DefaultComponent
-
Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities.
- setBasicPropertyBinding(boolean) - Method in class org.apache.camel.support.DefaultEndpoint
-
Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities.
- setBlockTimeout(long) - Method in class org.apache.camel.support.EventDrivenPollingConsumer
-
- setBlockWhenFull(boolean) - Method in class org.apache.camel.support.EventDrivenPollingConsumer
-
- setBody(Object) - Method in class org.apache.camel.support.MessageSupport
-
- setBody(Object, Class<T>) - Method in class org.apache.camel.support.MessageSupport
-
- setBody(Object, DataType) - Method in class org.apache.camel.support.MessageSupport
-
- setBridgeErrorHandler(boolean) - Method in class org.apache.camel.support.DefaultEndpoint
-
Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while
the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and
handled by the routing Error Handler.
- setCache(Map<String, Object>) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
-
- setCacheSize(int) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
-
Sets the 1st-level cache size.
- setCacheSize(int) - Method in class org.apache.camel.support.processor.idempotent.MemoryIdempotentRepository
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.extension.metadata.AbstractMetaDataExtension
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterView
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.support.DefaultComponent
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.support.DefaultEndpoint
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.support.DefaultRegistry
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.support.ExpressionToPredicateAdapter
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.support.LanguageSupport
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.support.MessageSupport
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.support.processor.MarshalProcessor
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.support.processor.UnmarshalProcessor
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.support.TimerListenerManager
-
- setCaseInsensitive(boolean) - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
-
Sets the caseInsensitive property which is a boolean to determine
whether header names should be case insensitive when checking it
with the filter set.
- setClassLoader(ClassLoader) - Method in class org.apache.camel.support.component.ApiMethodParser
-
- setComponent(Component) - Method in class org.apache.camel.component.extension.metadata.AbstractMetaDataExtension
-
- setComponent(Component) - Method in class org.apache.camel.component.extension.verifier.DefaultComponentVerifierExtension
-
- setConcurrentTasks(int) - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
-
- setConfiguration(T) - Method in class org.apache.camel.support.component.AbstractApiComponent
-
- setContentCache(boolean) - Method in class org.apache.camel.component.ResourceEndpoint
-
Sets whether to use resource content cache or not.
- setContext(Context) - Method in class org.apache.camel.support.jndi.JndiBeanRepository
-
- setDataType(DataType) - Method in class org.apache.camel.support.MessageSupport
-
- setDelay(long) - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
-
- setDelay(long) - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- setDelay(long) - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
Milliseconds before the next poll.
- setDropOldestFileStore(long) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
-
Sets the number of oldest entries to drop from the file store when the maximum capacity is hit to reduce
disk space to allow room for new entries.
- setEndpointHeaderFilterStrategy(Endpoint) - Method in class org.apache.camel.support.HeaderFilterStrategyComponent
-
Sets the header filter strategy to use from the given endpoint if the endpoint is a HeaderFilterStrategyAware
type.
- setEndpointUri(String) - Method in class org.apache.camel.support.DefaultEndpoint
-
Sets the URI that created this endpoint.
- setEndpointUriIfNotSpecified(String) - Method in class org.apache.camel.support.DefaultEndpoint
-
Sets the endpointUri if it has not been specified yet via some kind of
dependency injection mechanism.
- setException(Throwable) - Method in class org.apache.camel.support.DefaultExchange
-
- setExceptionHandler(ExceptionHandler) - Method in class org.apache.camel.support.DefaultConsumer
-
- setExceptionHandler(ExceptionHandler) - Method in class org.apache.camel.support.DefaultEndpoint
-
To let the consumer use a custom ExceptionHandler.
- setExceptionHandler(ExceptionHandler) - Method in class org.apache.camel.support.PollingConsumerSupport
-
- setExceptionHandler(ExceptionHandler) - Method in class org.apache.camel.support.RoutePolicySupport
-
- setExchange(Exchange) - Method in class org.apache.camel.support.MessageSupport
-
- setExchangeId(String) - Method in class org.apache.camel.support.DefaultExchange
-
- setExchangePattern(ExchangePattern) - Method in class org.apache.camel.support.DefaultEndpoint
-
Sets the default exchange pattern when creating an exchange.
- setExpireTime(long) - Method in class org.apache.camel.support.TimeoutMapEntry
-
- setFailureHandled(Exchange) - Static method in class org.apache.camel.support.ExchangeHelper
-
Sets the exchange to be failure handled.
- setFallbackRegistry(Registry) - Method in class org.apache.camel.support.DefaultRegistry
-
To use a custom Registry
as fallback.
- setFileStore(File) - Method in class org.apache.camel.support.processor.idempotent.FileIdempotentRepository
-
- setFilterOnMatch(boolean) - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
-
Sets the filterOnMatch property which is a boolean to determine
what to do when a pattern or filter set is matched.
- setFromEndpoint(Endpoint) - Method in class org.apache.camel.support.DefaultExchange
-
- setFromRouteId(String) - Method in class org.apache.camel.support.DefaultExchange
-
- setGreedy(boolean) - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- setGreedy(boolean) - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.
- setGroupDelay(long) - Method in class org.apache.camel.support.processor.ThroughputLogger
-
- setGroupInterval(Long) - Method in class org.apache.camel.support.processor.ThroughputLogger
-
- setGroupSize(Integer) - Method in class org.apache.camel.support.processor.ThroughputLogger
-
- setHeader(String, Object) - Method in class org.apache.camel.support.DefaultMessage
-
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.support.HeaderFilterStrategyComponent
-
To use a custom HeaderFilterStrategy
to filter header to and from Camel message.
- setHeaders(Map<String, Object>) - Method in class org.apache.camel.support.DefaultMessage
-
- setId(String) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
-
- setId(String) - Method in class org.apache.camel.support.processor.CamelLogProcessor
-
- setId(String) - Method in class org.apache.camel.support.processor.MarshalProcessor
-
- setId(String) - Method in class org.apache.camel.support.processor.ThroughputLogger
-
- setId(String) - Method in class org.apache.camel.support.processor.UnmarshalProcessor
-
- setIgnoreCamelContextEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
-
- setIgnoreExchangeCompletedEvent(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
-
- setIgnoreExchangeCreatedEvent(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
-
- setIgnoreExchangeEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
-
- setIgnoreExchangeFailedEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
-
- setIgnoreExchangeRedeliveryEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
-
- setIgnoreExchangeSendingEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
-
- setIgnoreExchangeSentEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
-
- setIgnoreRouteEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
-
- setIgnoreServiceEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
-
- setIgnoreStepEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
-
- setIn(Message) - Method in class org.apache.camel.support.DefaultExchange
-
- setInBody(String) - Method in class org.apache.camel.support.component.AbstractApiEndpoint
-
Sets the name of a parameter to be passed in the exchange In Body.
- setIncludeInvalidBoolean(boolean) - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
-
- setIncludeInvalidEnum(boolean) - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
-
- setIncludeInvalidInteger(boolean) - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
-
- setIncludeInvalidNumber(boolean) - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
-
- setIncludeRequired(boolean) - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
-
- setIncludeUnknown(boolean) - Method in class org.apache.camel.component.extension.verifier.CatalogVerifierCustomizer
-
- setInFilter(Set<String>) - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
-
Sets the "in" direction filter set.
- setInFilterPattern(String) - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
-
Sets the "in" direction filter regular expression
Pattern
.
- 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.
- setLazyStartProducer(boolean) - Method in class org.apache.camel.support.DefaultEndpoint
-
Whether the producer should be started lazy (on the first message).
- setLevel(LoggingLevel) - Method in class org.apache.camel.support.processor.CamelLogProcessor
-
- setLogName(String) - Method in class org.apache.camel.support.processor.CamelLogProcessor
-
- setLowerCase(boolean) - Method in class org.apache.camel.support.DefaultHeaderFilterStrategy
-
Sets the isLowercase property which is a boolean to determine
whether header names should be converted to lower case before
checking it with the filter Set.
- 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
-
- setPollingConsumerBlockWhenFull(boolean) - Method in class org.apache.camel.support.DefaultEndpoint
-
- setPollingConsumerQueueSize(int) - Method in class org.apache.camel.support.DefaultEndpoint
-
- 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
-
- 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(CamelContext, Object, String, Object) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
- setProperty(String, Object) - Method in class org.apache.camel.support.DefaultExchange
-
- setProperty(CamelContext, TypeConverter, Object, String, Object, String, boolean) - Static method in class org.apache.camel.support.IntrospectionSupport
-
Deprecated.
This method supports three modes to set a property:
1.
- setProperty(CamelContext, TypeConverter, Object, String, Object, String, boolean, boolean, boolean) - Static method in class org.apache.camel.support.IntrospectionSupport
-
Deprecated.
This method supports three modes to set a property:
1.
- setProperty(CamelContext, Object, String, Object) - Static method in class org.apache.camel.support.IntrospectionSupport
-
Deprecated.
- setProperty(CamelContext, TypeConverter, Object, String, Object) - Static method in class org.apache.camel.support.IntrospectionSupport
-
Deprecated.
- setProperty(TypeConverter, Object, String, Object) - Static method in class org.apache.camel.support.IntrospectionSupport
-
Deprecated.
- setProperty(Object, String, Object, boolean) - Static method in class org.apache.camel.support.IntrospectionSupport
-
Deprecated.
- setProperty(Object, String, Object) - Static method in class org.apache.camel.support.IntrospectionSupport
-
Deprecated.
- setReferenceProperties(CamelContext, Object, Map<String, Object>) - Static method in class org.apache.camel.support.EndpointHelper
-
- 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(String) - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
Allow to plugin a custom org.apache.camel.spi.ScheduledPollConsumerScheduler to use as the scheduler for
firing when the polling consumer runs.
- setSchedulerProperties(Map<String, Object>) - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- setSchedulerProperties(Map<String, Object>) - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.
- setSendEmptyMessageWhenIdle(boolean) - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- setSendEmptyMessageWhenIdle(boolean) - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.
- setShowAll(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
Quick option for turning all options on.
- setShowBody(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
- setShowBodyType(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
Show the body Java type.
- setShowCaughtException(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
If the exchange has a caught exception, show the exception message (no stack trace).
- setShowException(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
If the exchange has an exception, show the exception message (no stacktrace)
- setShowExchangeId(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
Show the unique exchange ID.
- setShowExchangePattern(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
Shows the Message Exchange Pattern (or MEP for short).
- setShowFiles(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
If enabled Camel will output files
- setShowFuture(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
If enabled Camel will on Future objects wait for it to complete to obtain the payload to be logged.
- setShowHeaders(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
Show the message headers.
- setShowProperties(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
Show the exchange properties.
- setShowStackTrace(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
Show the stack trace, if an exchange has an exception.
- setShowStreams(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
Whether Camel should show stream bodies or not (eg such as java.io.InputStream).
- setSignatures(List<String>) - Method in class org.apache.camel.support.component.ApiMethodParser
-
- setSkipBodyLineSeparator(boolean) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
Whether to skip line separators when logging the message body.
- setSplitResult(boolean) - Method in class org.apache.camel.support.component.AbstractApiConsumer
-
- setStartScheduler(boolean) - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- setStartScheduler(boolean) - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
Whether the scheduler should be auto started.
- setStyle(DefaultExchangeFormatter.OutputStyle) - Method in class org.apache.camel.support.processor.DefaultExchangeFormatter
-
Sets the outputs style to use.
- setSynchronous(boolean) - Method in class org.apache.camel.support.DefaultEndpoint
-
Sets whether synchronous processing should be strictly used, or Camel is
allowed to use asynchronous processing (if supported).
- setTimeout(int) - Method in class org.apache.camel.support.DefaultScheduledPollConsumer
-
Sets a timeout to use with PollingConsumer
.
- setTimeout(long) - Method in class org.apache.camel.support.TimeoutMapEntry
-
- setTimeUnit(TimeUnit) - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
-
- setTimeUnit(TimeUnit) - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- setTimeUnit(TimeUnit) - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
Time unit for initialDelay and delay options.
- setUnitOfWork(UnitOfWork) - Method in class org.apache.camel.support.DefaultExchange
-
- setupComponent(String, CamelContext, Map<String, Object>) - Static method in class org.apache.camel.support.RestProducerFactoryHelper
-
- setupComponentFor(String, CamelContext, Map<String, Object>) - Static method in class org.apache.camel.support.RestProducerFactoryHelper
-
- setUseFixedDelay(boolean) - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
-
- setUseFixedDelay(boolean) - Method in class org.apache.camel.support.ScheduledPollConsumer
-
- setUseFixedDelay(boolean) - Method in class org.apache.camel.support.ScheduledPollEndpoint
-
Controls if fixed delay or fixed rate is used.
- setValue(V) - Method in class org.apache.camel.support.TimeoutMapEntry
-
- shutdown() - Method in class org.apache.camel.support.ChildServiceSupport
-
- shutdownRunningTask - Variable in class org.apache.camel.support.ScheduledBatchPollingConsumer
-
- simpleExpression(String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
- SimpleRegistry - Class in org.apache.camel.support
-
- SimpleRegistry() - Constructor for class org.apache.camel.support.SimpleRegistry
-
- SimpleTypeConverter - Class in org.apache.camel.support
-
Another base class for TypeConverter
implementations.
- SimpleTypeConverter(boolean, SimpleTypeConverter.ConversionMethod) - Constructor for class org.apache.camel.support.SimpleTypeConverter
-
- SimpleTypeConverter.ConversionMethod - Interface in org.apache.camel.support
-
- SimpleUuidGenerator - Class in org.apache.camel.support
-
This implementation uses a counter which increments by one.
- SimpleUuidGenerator() - Constructor for class org.apache.camel.support.SimpleUuidGenerator
-
- single() - Static method in class org.apache.camel.support.cluster.ClusterServiceSelectors
-
- size() - Method in class org.apache.camel.support.DefaultTimeoutMap
-
- skipFirstExpression(Expression) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an expression that skips the first element
- sort(Comparator<?>) - Method in class org.apache.camel.support.builder.ValueBuilder
-
Sorts the current value using the given comparator.
- sortExpression(Expression, Comparator) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns a sort expression which will sort the expression with the given comparator.
- splitResult(Object) - Method in class org.apache.camel.support.component.AbstractApiConsumer
-
- splitResult(Object) - Method in class org.apache.camel.support.component.AbstractApiProducer
-
- splitResult(Object) - Method in interface org.apache.camel.support.component.ResultInterceptor
-
Split a complex result into result elements.
- start() - Method in class org.apache.camel.support.ChildServiceSupport
-
- start() - Method in class org.apache.camel.support.management.MBeanInfoAssembler
-
- start() - Method in class org.apache.camel.support.SynchronousDelegateProducer
-
- startConsumer(Consumer) - Method in class org.apache.camel.support.RoutePolicySupport
-
Starts the consumer.
- startRoute(Route) - Method in class org.apache.camel.support.RoutePolicySupport
-
- startScheduler() - Method in class org.apache.camel.support.DefaultScheduledPollConsumerScheduler
-
- startScheduler() - Method in class org.apache.camel.support.ScheduledPollConsumer
-
Starts the scheduler.
- startsWith(Expression, Expression) - Static method in class org.apache.camel.support.builder.PredicateBuilder
-
- startsWith(Object) - Method in class org.apache.camel.support.builder.ValueBuilder
-
- startToken - Variable in class org.apache.camel.support.builder.TokenPairExpressionIterator
-
- startView(String) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
-
- status(ComponentVerifierExtension.Result.Status) - Method in class org.apache.camel.component.extension.verifier.ResultBuilder
-
- stepIdExpression() - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns the expression for the current step id (if any)
- stop() - Method in class org.apache.camel.support.ChildServiceSupport
-
- stop() - Static method in class org.apache.camel.support.IntrospectionSupport
-
Deprecated.
CamelContext
should call this stop method when its stopping.
- stop() - Method in class org.apache.camel.support.management.MBeanInfoAssembler
-
- stop() - Method in class org.apache.camel.support.SynchronousDelegateProducer
-
- stopConsumer(Consumer) - Method in class org.apache.camel.support.RoutePolicySupport
-
Stops the consumer.
- stopRoute(Route) - Method in class org.apache.camel.support.RoutePolicySupport
-
- stopRoute(Route, long, TimeUnit) - Method in class org.apache.camel.support.RoutePolicySupport
-
- stopRouteAsync(Route) - Method in class org.apache.camel.support.RoutePolicySupport
-
Allows to stop a route asynchronously using a separate background thread which can allow any current in-flight exchange
to complete while the route is being shutdown.
- stopView(String) - Method in class org.apache.camel.support.cluster.AbstractCamelClusterService
-
- StreamCacheConverter - Class in org.apache.camel.converter.stream
-
A set of Converter
methods for wrapping stream-based messages in a StreamCache
implementation to ensure message re-readability (eg multicasting, retrying)
- StreamCacheConverterLoader - Class in org.apache.camel.converter.stream
-
Source code generated by org.apache.camel:apt
- StreamCacheConverterLoader() - Constructor for class org.apache.camel.converter.stream.StreamCacheConverterLoader
-
- 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
-
- SYSTEM_PROPERTIES_NAMESPACE - Static variable in class org.apache.camel.support.builder.Namespaces
-
- systemEnvironmentExpression(String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an expression for a system environment value with the given name
- systemEnvironmentExpression(String, String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an expression for a system environment value with the given name
- systemPropertyExpression(String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an expression for a system property value with the given name
- systemPropertyExpression(String, String) - Static method in class org.apache.camel.support.builder.ExpressionBuilder
-
Returns an expression for a system property value with the given name