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

A

AbstractModelCamelContext - Class in org.apache.camel.impl
Represents the context used to configure routes and the policies to use.
AbstractModelCamelContext() - Constructor for class org.apache.camel.impl.AbstractModelCamelContext
Creates the ModelCamelContext using DefaultRegistry as registry.
AbstractModelCamelContext(Registry) - Constructor for class org.apache.camel.impl.AbstractModelCamelContext
Creates the ModelCamelContext using the given registry
AbstractModelCamelContext(boolean) - Constructor for class org.apache.camel.impl.AbstractModelCamelContext
 
accessCode(String, String) - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
 
accumulateInCollection(Class<? extends Collection>) - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
Accumulate the result of the pick expression in a collection of the designated type.
aclToken(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
Sets the ACL token to be used with Consul
addConfiguration(Object) - Method in class org.apache.camel.main.MainSupport
 
addConfigurationClass(Class...) - Method in class org.apache.camel.main.MainSupport
 
addDefaultValue(String, String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
Adds a default value for the query parameter
addExceptionPolicy(ErrorHandlerSupport, RouteContext, OnExceptionDefinition) - Static method in class org.apache.camel.builder.ErrorHandlerBuilderSupport
 
addFilter(ClusteredRouteFilter) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
Add a filter used to to filter cluster aware routes.
addHystrixConfiguration(String, HystrixConfigurationDefinition) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
addHystrixConfiguration(String, HystrixConfigurationDefinition) - Method in class org.apache.camel.impl.DefaultModel
 
addHystrixConfiguration(String, HystrixConfigurationDefinition) - Method in interface org.apache.camel.model.Model
Adds the Hystrix configuration
addInterceptStrategies(RouteContext, List<InterceptStrategy>, List<InterceptStrategy>) - Method in class org.apache.camel.reifier.ProcessorReifier
Adds the given list of interceptors to the channel.
addInterceptStrategy(InterceptStrategy) - Method in class org.apache.camel.model.ProcessorDefinition
 
addMainListener(MainListener) - Method in class org.apache.camel.main.MainSupport
Adds a MainListener to receive callbacks when the main is started or stopping
addOption(MainSupport.Option) - Method in class org.apache.camel.main.MainSupport
 
addOutput(ProcessorDefinition<?>) - Method in interface org.apache.camel.model.Block
Adds the given definition as output to this block
addOutput(ProcessorDefinition<?>) - Method in class org.apache.camel.model.ChoiceDefinition
 
addOutput(ProcessorDefinition<?>) - Method in class org.apache.camel.model.HystrixDefinition
 
addOutput(ProcessorDefinition<?>) - Method in class org.apache.camel.model.ProcessorDefinition
 
addOutput(ProcessorDefinition<?>) - Method in class org.apache.camel.model.TryDefinition
 
addOutput(ProcessorDefinition<?>) - Method in class org.apache.camel.model.WireTapDefinition
 
addPropertyPlaceholdersChangeRevertAction(Runnable) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
 
addRequiredHeader(String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
Adds a required HTTP header
addRequiredQueryParameter(String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
Adds a required query parameter
addRestDefinitions(InputStream, boolean) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
addRestDefinitions(Collection<RestDefinition>, boolean) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
addRestDefinitions(InputStream, boolean) - Method in class org.apache.camel.impl.DefaultModel
 
addRestDefinitions(Collection<RestDefinition>, boolean) - Method in class org.apache.camel.impl.DefaultModel
 
addRestDefinitions(InputStream, boolean) - Method in interface org.apache.camel.model.Model
Adds a collection of rest definitions to the context
addRestDefinitions(Collection<RestDefinition>, boolean) - Method in interface org.apache.camel.model.Model
Adds a collection of rest definitions to the context
addRouteBuilder(RouteBuilder) - Method in class org.apache.camel.main.MainSupport
 
addRouteBuilder(Class...) - Method in class org.apache.camel.main.MainSupport
 
addRouteConfiguration(String, ClusteredRouteConfiguration) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
Add a configuration for the given route.
addRouteDefinition(RouteDefinition) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
addRouteDefinition(RouteDefinition) - Method in class org.apache.camel.impl.DefaultModel
 
addRouteDefinition(RouteDefinition) - Method in interface org.apache.camel.model.Model
Add a route definition to the context

Important: Each route in the same CamelContext must have an unique route id.

addRouteDefinitions(InputStream) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
addRouteDefinitions(Collection<RouteDefinition>) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
addRouteDefinitions(InputStream) - Method in class org.apache.camel.impl.DefaultModel
 
addRouteDefinitions(Collection<RouteDefinition>) - Method in class org.apache.camel.impl.DefaultModel
 
addRouteDefinitions(InputStream) - Method in interface org.apache.camel.model.Model
Adds a collection of route definitions to the context

Important: Each route in the same CamelContext must have an unique route id.

addRouteDefinitions(Collection<RouteDefinition>) - Method in interface org.apache.camel.model.Model
Adds a collection of route definitions to the context

Important: Each route in the same CamelContext must have an unique route id.

addRoutes(CamelContext, ThrowingConsumer<RouteBuilder, Exception>) - Static method in class org.apache.camel.builder.RouteBuilder
Add routes to a context using a lambda expression.
addRoutes(RouteContext) - Method in class org.apache.camel.reifier.ProcessorReifier
 
addRoutesToCamelContext(CamelContext) - Method in class org.apache.camel.builder.RouteBuilder
 
addServiceCallConfiguration(String, ServiceCallConfigurationDefinition) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
addServiceCallConfiguration(String, ServiceCallConfigurationDefinition) - Method in class org.apache.camel.impl.DefaultModel
 
addServiceCallConfiguration(String, ServiceCallConfigurationDefinition) - Method in interface org.apache.camel.model.Model
Adds the service call configuration
addServiceDiscoveryConfigurations(ServiceCallServiceDiscoveryConfiguration) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
Add a ServiceDiscovery configuration
addServiceFilterConfiguration(ServiceCallServiceFilterConfiguration) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
Add a ServiceFilter configuration
adviceWith(RouteDefinition, CamelContext, RouteBuilder) - Static method in class org.apache.camel.reifier.RouteReifier
Advices this route with the route builder.
adviceWith(CamelContext, RouteBuilder) - Method in class org.apache.camel.reifier.RouteReifier
Advices this route with the route builder.
AdviceWithBuilder<T extends ProcessorDefinition<?>> - Class in org.apache.camel.builder
A builder when using the advice with feature.
AdviceWithBuilder(AdviceWithRouteBuilder, String, String, String, Class<T>) - Constructor for class org.apache.camel.builder.AdviceWithBuilder
 
AdviceWithRouteBuilder - Class in org.apache.camel.builder
A RouteBuilder which has extended capabilities when using the advice with feature.
AdviceWithRouteBuilder() - Constructor for class org.apache.camel.builder.AdviceWithRouteBuilder
 
AdviceWithTask - Interface in org.apache.camel.builder
Task or command being executed when using the advice with feature.
AdviceWithTasks - Class in org.apache.camel.builder
AdviceWithTask tasks which are used by the AdviceWithRouteBuilder.
after() - Method in class org.apache.camel.builder.AdviceWithBuilder
Insert the following node(s) after the matched node(s)
afterById(RouteDefinition, String, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
 
afterByToString(RouteDefinition, String, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
 
afterByToUri(RouteDefinition, String, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
 
afterByType(RouteDefinition, Class<?>, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
 
afterPropertiesSet() - Method in class org.apache.camel.model.InterceptDefinition
This method is only for handling some post configuration that is needed since this is an interceptor, and we have to do a bit of magic logic to fixup to handle predicates with or without proceed/stop set as well.
afterPropertiesSet() - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
This method is only for handling some post configuration that is needed since this is an interceptor, and we have to do a bit of magic logic to fixup to handle predicates with or without proceed/stop set as well.
afterStart(MainSupport) - Method in interface org.apache.camel.main.MainListener
Callback after the CamelContext has been started.
afterStart(MainSupport) - Method in class org.apache.camel.main.MainListenerSupport
 
afterStart() - Method in class org.apache.camel.main.MainSupport
Callback to run custom logic after CamelContext has been started.
afterStop(MainSupport) - Method in interface org.apache.camel.main.MainListener
Callback after the CamelContext has been stopped.
afterStop(MainSupport) - Method in class org.apache.camel.main.MainListenerSupport
 
afterStop() - Method in class org.apache.camel.main.MainSupport
Callback to run custom logic after CamelContext has been stopped.
aggregate(Exchange, Exchange) - Method in class org.apache.camel.builder.AggregationStrategyClause
 
aggregate(Exchange, Exchange) - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
 
aggregate() - Method in class org.apache.camel.model.ProcessorDefinition
Aggregator EIP: Creates an aggregator allowing you to combine a number of messages together into a single message.
aggregate(AggregationStrategy) - Method in class org.apache.camel.model.ProcessorDefinition
Aggregator EIP: Creates an aggregator allowing you to combine a number of messages together into a single message.
aggregate(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
Aggregator EIP: Creates an aggregator allowing you to combine a number of messages together into a single message.
aggregate(Expression, AggregationStrategy) - Method in class org.apache.camel.model.ProcessorDefinition
Aggregator EIP: Creates an aggregator allowing you to combine a number of messages together into a single message.
aggregateController(AggregateController) - Method in class org.apache.camel.model.AggregateDefinition
To use a AggregateController to allow external sources to control this aggregator.
AggregateDefinition - Class in org.apache.camel.model
Aggregates many messages into a single message
AggregateDefinition() - Constructor for class org.apache.camel.model.AggregateDefinition
 
AggregateDefinition(Predicate) - Constructor for class org.apache.camel.model.AggregateDefinition
 
AggregateDefinition(Expression) - Constructor for class org.apache.camel.model.AggregateDefinition
 
AggregateDefinition(ExpressionDefinition) - Constructor for class org.apache.camel.model.AggregateDefinition
 
AggregateDefinition(Expression, AggregationStrategy) - Constructor for class org.apache.camel.model.AggregateDefinition
 
aggregateOnException(boolean) - Method in class org.apache.camel.model.EnrichDefinition
If this option is false then the aggregate method is not used if there was an exception thrown while trying to retrieve the data to enrich from the resource.
aggregateOnException(boolean) - Method in class org.apache.camel.model.PollEnrichDefinition
If this option is false then the aggregate method is not used if there was an exception thrown while trying to retrieve the data to enrich from the resource.
aggregationRepository(AggregationRepository) - Method in class org.apache.camel.model.AggregateDefinition
Sets the custom aggregate repository to use.
aggregationRepositoryRef(String) - Method in class org.apache.camel.model.AggregateDefinition
Sets the custom aggregate repository to use

Will by default use MemoryAggregationRepository

AggregationStrategies - Class in org.apache.camel.builder
Toolbox class to create commonly used Aggregation Strategies in a fluent manner.
aggregationStrategy() - Method in class org.apache.camel.model.AggregateDefinition
Sets the AggregationStrategy to use with a fluent builder.
aggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.AggregateDefinition
Sets the aggregate strategy to use
aggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.ClaimCheckDefinition
To use a custom AggregationStrategy instead of the default implementation.
aggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.EnrichDefinition
Sets the AggregationStrategy to be used to merge the reply from the external service, into a single outgoing message.
aggregationStrategy() - Method in class org.apache.camel.model.MulticastDefinition
Sets the AggregationStrategy to be used to assemble the replies from the multicasts, into a single outgoing message from the Multicast using a fluent builder.
aggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.MulticastDefinition
Sets the AggregationStrategy to be used to assemble the replies from the multicasts, into a single outgoing message from the Multicast.
aggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.PollEnrichDefinition
Sets the AggregationStrategy to be used to merge the reply from the external service, into a single outgoing message.
aggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.RecipientListDefinition
Sets the AggregationStrategy to be used to assemble the replies from the recipients, into a single outgoing message from the RecipientList.
aggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.SplitDefinition
Sets the AggregationStrategy to be used to assemble the replies from the splitted messages, into a single outgoing message from the Splitter.
AggregationStrategyClause<T> - Class in org.apache.camel.builder
 
AggregationStrategyClause(T) - Constructor for class org.apache.camel.builder.AggregationStrategyClause
 
aggregationStrategyMethodAllowNull() - Method in class org.apache.camel.model.AggregateDefinition
Sets allowing null when using a POJO as AggregationStrategy.
aggregationStrategyMethodAllowNull(boolean) - Method in class org.apache.camel.model.EnrichDefinition
If this option is false then the aggregate method is not used if there was no data to enrich.
aggregationStrategyMethodAllowNull() - Method in class org.apache.camel.model.MulticastDefinition
If this option is false then the aggregate method is not used if there was no data to enrich.
aggregationStrategyMethodAllowNull(boolean) - Method in class org.apache.camel.model.PollEnrichDefinition
If this option is false then the aggregate method is not used if there was no data to enrich.
aggregationStrategyMethodAllowNull() - Method in class org.apache.camel.model.RecipientListDefinition
If this option is false then the aggregate method is not used if there was no data to enrich.
aggregationStrategyMethodAllowNull() - Method in class org.apache.camel.model.SplitDefinition
If this option is false then the aggregate method is not used if there was no data to enrich.
aggregationStrategyMethodName(String) - Method in class org.apache.camel.model.AggregateDefinition
Sets the method name to use when using a POJO as AggregationStrategy.
aggregationStrategyMethodName(String) - Method in class org.apache.camel.model.ClaimCheckDefinition
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
aggregationStrategyMethodName(String) - Method in class org.apache.camel.model.EnrichDefinition
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
aggregationStrategyMethodName(String) - Method in class org.apache.camel.model.MulticastDefinition
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
aggregationStrategyMethodName(String) - Method in class org.apache.camel.model.PollEnrichDefinition
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
aggregationStrategyMethodName(String) - Method in class org.apache.camel.model.RecipientListDefinition
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
aggregationStrategyMethodName(String) - Method in class org.apache.camel.model.SplitDefinition
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
aggregationStrategyRef(String) - Method in class org.apache.camel.model.AggregateDefinition
Sets the aggregate strategy to use
aggregationStrategyRef(String) - Method in class org.apache.camel.model.ClaimCheckDefinition
To use a custom AggregationStrategy instead of the default implementation.
aggregationStrategyRef(String) - Method in class org.apache.camel.model.EnrichDefinition
Refers to an AggregationStrategy to be used to merge the reply from the external service, into a single outgoing message.
aggregationStrategyRef(String) - Method in class org.apache.camel.model.MulticastDefinition
Sets a reference to the AggregationStrategy to be used to assemble the replies from the multicasts, into a single outgoing message from the Multicast.
aggregationStrategyRef(String) - Method in class org.apache.camel.model.PollEnrichDefinition
Refers to an AggregationStrategy to be used to merge the reply from the external service, into a single outgoing message.
aggregationStrategyRef(String) - Method in class org.apache.camel.model.RecipientListDefinition
Sets a reference to the AggregationStrategy to be used to assemble the replies from the recipients, into a single outgoing message from the RecipientList.
aggregationStrategyRef(String) - Method in class org.apache.camel.model.SplitDefinition
Sets a reference to the AggregationStrategy to be used to assemble the replies from the splitted messages, into a single outgoing message from the Splitter.
AliasAdapter() - Constructor for class org.apache.camel.model.dataformat.XStreamDataFormat.AliasAdapter
 
AliasEntry() - Constructor for class org.apache.camel.model.dataformat.XStreamDataFormat.AliasEntry
 
AliasEntry(String, String) - Constructor for class org.apache.camel.model.dataformat.XStreamDataFormat.AliasEntry
 
AliasList() - Constructor for class org.apache.camel.model.dataformat.XStreamDataFormat.AliasList
 
allowableValues(List<String>) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Allowed values of the parameter when its an enum type
allowableValues(String...) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Allowed values of the parameter when its an enum type
allowableValues(String) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Allowed values of the parameter when its an enum type
allowableValues(List<String>) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
Allowed values of the header when its an enum type
allowableValues(String...) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
Allowed values of the parameter when its an enum type
allowCoreThreadTimeOut(Boolean) - Method in class org.apache.camel.builder.ThreadPoolProfileBuilder
 
allowCoreThreadTimeOut(boolean) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
allowCoreThreadTimeOut(boolean) - Method in class org.apache.camel.model.ThreadsDefinition
Whether idle core threads is allowed to timeout and therefore can shrink the pool size below the core pool size

Is by default false

allowDuplicates() - Method in class org.apache.camel.model.ResequenceDefinition
Enables duplicates for the batch resequencer mode
allowMaximumSizeToDivergeFromCoreSize(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Allows the configuration for maximumSize to take effect.
allowOptimisedComponents(boolean) - Method in class org.apache.camel.model.ToDynamicDefinition
Whether to allow components to optimise toD if they are SendDynamicAware.
allowRedeliveryWhileStopping(boolean) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
Controls whether to allow redelivery while stopping/shutting down a route that uses error handling.
allowRedeliveryWhileStopping(boolean) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Controls whether to allow redelivery while stopping/shutting down a route that uses error handling.
allowRedeliveryWhileStopping(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Controls whether to allow redelivery while stopping/shutting down a route that uses error handling.
and() - Method in class org.apache.camel.builder.NotifyBuilder
Prepares to append an additional expression using the and operator.
anExchange(CamelContext) - Static method in class org.apache.camel.builder.ExchangeBuilder
Create the exchange by setting the camel context
apiComponent(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
To use a specific Camel rest API component
apiContextIdPattern(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Sets an CamelContext id pattern to only allow Rest APIs from rest services within CamelContext's which name matches the pattern.
apiContextListing(boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Sets whether listing of all available CamelContext's with REST services in the JVM is enabled.
apiContextPath(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Sets a leading context-path the REST services will be using.
apiContextRouteId(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Sets the route id to use for the route that services the REST API.
apiDocs(Boolean) - Method in class org.apache.camel.model.rest.RestDefinition
Include or exclude the current Rest Definition in API documentation.
apiHost(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
To define a specific host to use for API documentation (eg swagger) instead of using a generated API hostname that is relative to the REST service host.
apiKey(String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
 
apiKey(String, String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
 
apiProperty(String, String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
For configuring an api property, such as api.title, or api.version.
apiVendorExtension(boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Whether vendor extension is enabled in the Rest APIs.
apiVersion(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the API version when using client lookup
application(String) - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
 
arrayType(String) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
The data type of the array data type
arrayType(String) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
The data type of the array data type
asMap() - Method in class org.apache.camel.model.dataformat.DataFormatsDefinition
 
asMap - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
asMap() - Method in class org.apache.camel.model.GlobalOptionsDefinition
 
asn1() - Method in class org.apache.camel.builder.DataFormatClause
Uses the ASN.1 file data format
asn1(String) - Method in class org.apache.camel.builder.DataFormatClause
 
asn1(Boolean) - Method in class org.apache.camel.builder.DataFormatClause
 
ASN1DataFormat - Class in org.apache.camel.model.dataformat
The ASN.1 data format is used for file transfer with telecommunications protocols.
ASN1DataFormat() - Constructor for class org.apache.camel.model.dataformat.ASN1DataFormat
 
ASN1DataFormat(Boolean) - Constructor for class org.apache.camel.model.dataformat.ASN1DataFormat
 
ASN1DataFormat(String) - Constructor for class org.apache.camel.model.dataformat.ASN1DataFormat
 
ASN1DataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
ASN1DataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.ASN1DataFormatReifier
 
asRestConfiguration(CamelContext) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Creates a RestConfiguration instance based on the definition
asRouteApiDefinition(CamelContext, RestConfiguration) - Static method in class org.apache.camel.model.rest.RestDefinition
Transforms the rest api configuration into a RouteDefinition which Camel routing engine uses to service the rest api docs.
asRouteDefinition(CamelContext) - Method in class org.apache.camel.model.rest.RestDefinition
Transforms this REST definition into a list of RouteDefinition which Camel routing engine can add and run.
asRouteDefinition(CamelContext, RestConfiguration) - Method in class org.apache.camel.model.rest.RestDefinition
Transforms this REST definition into a list of RouteDefinition which Camel routing engine can add and run.
assertMatches(String, Exchange) - Method in class org.apache.camel.model.language.ExpressionDefinition
 
asVerb() - Method in class org.apache.camel.model.rest.VerbDefinition
 
asyncDelayed() - Method in class org.apache.camel.model.DelayDefinition
Enables asynchronous delay which means the thread will not block while delaying.
asyncDelayed() - Method in class org.apache.camel.model.ThrottleDefinition
Enables asynchronous delay which means the thread will not block while delaying.
asyncDelayedRedelivery - Variable in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
asyncDelayedRedelivery() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
Will allow asynchronous delayed redeliveries.
asyncDelayedRedelivery() - Method in class org.apache.camel.model.OnExceptionDefinition
Allow synchronous delayed redelivery.
asyncDelayedRedelivery() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Allow synchronous delayed redelivery.
attachments() - Method in class org.apache.camel.builder.ExpressionClause
An expression of the inbound message attachments
attachments() - Method in class org.apache.camel.builder.ExpressionClauseSupport
An expression of the inbound message attachments
attribute(QName, Object) - Method in class org.apache.camel.model.ProcessorDefinition
Adds an optional attribute
authorizationUrl(String) - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
 
autoConfigurationFromProperties(CamelContext) - Method in class org.apache.camel.main.MainSupport
 
autoConfigurationFromRegistry(CamelContext, boolean) - Method in class org.apache.camel.main.MainSupport
 
autoConfigurationMainConfiguration(CamelContext, MainConfigurationProperties) - Method in class org.apache.camel.main.MainSupport
 
autoConfigurationPropertiesComponent(CamelContext) - Method in class org.apache.camel.main.MainSupport
 
autoStartup(String) - Method in class org.apache.camel.model.RouteDefinition
Sets the auto startup property on this route.
autoStartup(boolean) - Method in class org.apache.camel.model.RouteDefinition
Sets the auto startup property on this route.
avro() - Method in class org.apache.camel.builder.DataFormatClause
Uses the Avro data format
avro(Object) - Method in class org.apache.camel.builder.DataFormatClause
 
avro(String) - Method in class org.apache.camel.builder.DataFormatClause
 
AvroDataFormat - Class in org.apache.camel.model.dataformat
The Avro data format is used for serialization and deserialization of messages using Apache Avro binary dataformat.
AvroDataFormat() - Constructor for class org.apache.camel.model.dataformat.AvroDataFormat
 
AvroDataFormat(String) - Constructor for class org.apache.camel.model.dataformat.AvroDataFormat
 
AvroDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
AvroDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.AvroDataFormatReifier
 

B

backOffMultiplier(double) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
backOffMultiplier(double) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets the back off multiplier
backOffMultiplier(String) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets the back off multiplier (supports property placeholders)
backOffMultiplier(double) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets the back off multiplier
backOffMultiplier(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets the back off multiplier (supports property placeholders)
BarcodeDataFormat - Class in org.apache.camel.model.dataformat
The Barcode data format is used for creating barccode images (such as QR-Code)
BarcodeDataFormat() - Constructor for class org.apache.camel.model.dataformat.BarcodeDataFormat
 
BarcodeDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
BarcodeDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.BarcodeDataFormatReifier
 
base64() - Method in class org.apache.camel.builder.DataFormatClause
Uses the base64 data format
base64(int, String, boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the base64 data format
Base64DataFormat - Class in org.apache.camel.model.dataformat
The Base64 data format is used for base64 encoding and decoding.
Base64DataFormat() - Constructor for class org.apache.camel.model.dataformat.Base64DataFormat
 
Base64DataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
Base64DataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.Base64DataFormatReifier
 
basePath(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
 
basicAuth(String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
 
basicAuth(String, String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
 
batch() - Method in class org.apache.camel.model.ResequenceDefinition
Configures the batch-based resequencing algorithm using the default configuration.
batch(BatchResequencerConfig) - Method in class org.apache.camel.model.ResequenceDefinition
Configures the batch-based resequencing algorithm using the given BatchResequencerConfig.
BatchResequencerConfig - Class in org.apache.camel.model.config
Configures batch-processing resequence eip.
BatchResequencerConfig() - Constructor for class org.apache.camel.model.config.BatchResequencerConfig
Creates a new BatchResequencerConfig instance using default values for batchSize (100) and batchTimeout (1000L).
BatchResequencerConfig(int, long) - Constructor for class org.apache.camel.model.config.BatchResequencerConfig
Creates a new BatchResequencerConfig instance using the given values for batchSize and batchTimeout.
bean(Object) - Static method in class org.apache.camel.builder.AggregationStrategies
Creates a AggregationStrategyBeanAdapter for using a POJO as the aggregation strategy.
bean(Object, String) - Static method in class org.apache.camel.builder.AggregationStrategies
Creates a AggregationStrategyBeanAdapter for using a POJO as the aggregation strategy.
bean(Class<?>) - Static method in class org.apache.camel.builder.AggregationStrategies
Creates a AggregationStrategyBeanAdapter for using a POJO as the aggregation strategy.
bean(Class<?>, String) - Static method in class org.apache.camel.builder.AggregationStrategies
Creates a AggregationStrategyBeanAdapter for using a POJO as the aggregation strategy.
bean(Object) - Static method in class org.apache.camel.builder.Builder
Returns a bean expression value builder.
bean(Object, String) - Static method in class org.apache.camel.builder.Builder
Returns a bean expression value builder.
bean(Class<?>, String) - Static method in class org.apache.camel.builder.Builder
Returns a bean expression value builder
bean(Object) - Method in class org.apache.camel.model.ProcessorDefinition
Message Translator EIP: Adds a bean which is invoked which could be a final destination, or could be a transformation in a pipeline
bean(Object, String) - Method in class org.apache.camel.model.ProcessorDefinition
Message Translator EIP: Adds a bean which is invoked which could be a final destination, or could be a transformation in a pipeline
bean(Object, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
Message Translator EIP: Adds a bean which is invoked which could be a final destination, or could be a transformation in a pipeline
bean(Object, String, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
Message Translator EIP: Adds a bean which is invoked which could be a final destination, or could be a transformation in a pipeline
bean(Class<?>) - Method in class org.apache.camel.model.ProcessorDefinition
Message Translator EIP: Adds a bean which is invoked which could be a final destination, or could be a transformation in a pipeline
bean(Class<?>, String) - Method in class org.apache.camel.model.ProcessorDefinition
Message Translator EIP: Adds a bean which is invoked which could be a final destination, or could be a transformation in a pipeline
bean(Class<?>, String, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
Message Translator EIP: Adds a bean which is invoked which could be a final destination, or could be a transformation in a pipeline
beanAllowNull(Object, String) - Static method in class org.apache.camel.builder.AggregationStrategies
Creates a AggregationStrategyBeanAdapter for using a POJO as the aggregation strategy.
beanAllowNull(Class<?>, String) - Static method in class org.apache.camel.builder.AggregationStrategies
Creates a AggregationStrategyBeanAdapter for using a POJO as the aggregation strategy.
BeanDefinition - Class in org.apache.camel.model
Calls a java bean
BeanDefinition() - Constructor for class org.apache.camel.model.BeanDefinition
 
BeanDefinition(String) - Constructor for class org.apache.camel.model.BeanDefinition
 
BeanDefinition(String, String) - Constructor for class org.apache.camel.model.BeanDefinition
 
beanio(String, String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the beanio data format
beanio(String, String, String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the beanio data format
beanio(String, String, String, boolean, boolean, boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the beanio data format
beanio(String, String, String, String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the beanio data format
BeanioDataFormat - Class in org.apache.camel.model.dataformat
The BeanIO data format is used for working with flat payloads (such as CSV, delimited, or fixed length formats).
BeanioDataFormat() - Constructor for class org.apache.camel.model.dataformat.BeanioDataFormat
 
BeanioDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
BeanioDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.BeanioDataFormatReifier
 
before() - Method in class org.apache.camel.builder.AdviceWithBuilder
Insert the following node(s) before the matched node(s)
beforeById(RouteDefinition, String, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
 
beforeByToString(RouteDefinition, String, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
 
beforeByToUri(RouteDefinition, String, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
 
beforeByType(RouteDefinition, Class<?>, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
 
beforeStart(MainSupport) - Method in interface org.apache.camel.main.MainListener
Callback before the CamelContext is being created and started.
beforeStart(MainSupport) - Method in class org.apache.camel.main.MainListenerSupport
 
beforeStart() - Method in class org.apache.camel.main.MainSupport
Callback to run custom logic before CamelContext is being started.
beforeStop(MainSupport) - Method in interface org.apache.camel.main.MainListener
Callback before the CamelContext is being stopped.
beforeStop(MainSupport) - Method in class org.apache.camel.main.MainListenerSupport
 
beforeStop() - Method in class org.apache.camel.main.MainSupport
Callback to run custom logic before CamelContext is being stopped.
bind(String, Class<?>, Object) - Method in class org.apache.camel.impl.JndiRegistry
Deprecated.
 
bind(String, Object) - Method in class org.apache.camel.main.Main
Binds the given name to the bean object, so that it can be looked up inside the CamelContext this command line tool runs with.
bindDataFormats() - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
bindingMode(RestBindingMode) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
To specify the binding mode
bindingMode(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
To specify the binding mode
bindingMode(RestBindingMode) - Method in class org.apache.camel.model.rest.RestDefinition
 
bindingMode(String) - Method in class org.apache.camel.model.rest.RestDefinition
 
bindToRegistry(String, Object) - Method in class org.apache.camel.builder.RouteBuilder
Binds the bean to the repository (if possible).
bindToRegistry(String, Class<?>, Object) - Method in class org.apache.camel.builder.RouteBuilder
Binds the bean to the repository (if possible).
bindy(BindyType, Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Bindy data format
bindy(BindyType, Class<?>, boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Bindy data format
BindyDataFormat - Class in org.apache.camel.model.dataformat
The Bindy data format is used for working with flat payloads (such as CSV, delimited, fixed length formats, or FIX messages).
BindyDataFormat() - Constructor for class org.apache.camel.model.dataformat.BindyDataFormat
 
BindyDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
BindyDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.BindyDataFormatReifier
 
BindyType - Enum in org.apache.camel.model.dataformat
Represents the different types of bindy data formats.
BlackList(String) - Constructor for class org.apache.camel.impl.cluster.ClusteredRouteFilters.BlackList
 
BlackList(Collection<String>) - Constructor for class org.apache.camel.impl.cluster.ClusteredRouteFilters.BlackList
 
blacklistFilter() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
blacklistFilter() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
BlacklistServiceCallServiceFilterConfiguration - Class in org.apache.camel.model.cloud
 
BlacklistServiceCallServiceFilterConfiguration() - Constructor for class org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfiguration
 
BlacklistServiceCallServiceFilterConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfiguration
 
Block - Interface in org.apache.camel.model
Interface to add block featuring to the XML element type.
blockSeconds(Integer) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
The seconds to wait for a watch event, default 10 seconds
body(BiFunction<Object, Object, Object>) - Method in class org.apache.camel.builder.AggregationStrategyClause
Define an aggregation strategy which targets Exchanges In Body.
body(Class<B>, BiFunction<B, B, Object>) - Method in class org.apache.camel.builder.AggregationStrategyClause
Define an aggregation strategy which targets Exchanges In Body.
body(Class<O>, Class<N>, BiFunction<O, N, Object>) - Method in class org.apache.camel.builder.AggregationStrategyClause
Define an aggregation strategy which targets Exchanges In Body.
body() - Static method in class org.apache.camel.builder.Builder
Returns a predicate and value builder for the inbound body on an exchange
body() - Method in class org.apache.camel.builder.BuilderSupport
Returns a predicate and value builder for the inbound body on an exchange
body() - Method in class org.apache.camel.builder.ExpressionClause
An expression of an inbound message body
body(Function<Object, Object>) - Method in class org.apache.camel.builder.ExpressionClause
A functional expression of an inbound message body
body(Supplier<Object>) - Method in class org.apache.camel.builder.ExpressionClause
A functional expression of an inbound message body
body(BiFunction<Object, Map<String, Object>, Object>) - Method in class org.apache.camel.builder.ExpressionClause
A functional expression of an inbound message body and headers
body(Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
An expression of an inbound message body converted to the expected type
body(Class<B>, Function<B, Object>) - Method in class org.apache.camel.builder.ExpressionClause
A functional expression of an inbound message body converted to the expected type
body(Class<B>, BiFunction<B, Map<String, Object>, Object>) - Method in class org.apache.camel.builder.ExpressionClause
A functional expression of an inbound message body converted to the expected type and headers
body() - Method in class org.apache.camel.builder.ExpressionClauseSupport
An expression of an inbound message body
body(Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
An expression of an inbound message body converted to the expected type
body(Predicate<Object>) - Method in class org.apache.camel.builder.PredicateClause
Define a Predicate which targets the Exchange In Body.
body(Class<B>, Predicate<B>) - Method in class org.apache.camel.builder.PredicateClause
Define a Predicate which targets the typed Exchange In Body.
body(BiPredicate<Object, Map<String, Object>>) - Method in class org.apache.camel.builder.PredicateClause
Define a Predicate which targets the Exchange In Body and its Headers.
body(Class<B>, BiPredicate<B, Map<String, Object>>) - Method in class org.apache.camel.builder.PredicateClause
Define a Predicate which targets the typed Exchange In Body and its Headers.
body(Consumer<Object>) - Method in class org.apache.camel.builder.ProcessClause
Define a Processor which targets the Exchange In Body.
body(Class<B>, Consumer<B>) - Method in class org.apache.camel.builder.ProcessClause
Define a Processor which targets the typed Exchange In Body.
body(BiConsumer<Object, Map<String, Object>>) - Method in class org.apache.camel.builder.ProcessClause
Define a Processor which targets the Exchange In Body and its Headers.
body(Class<B>, BiConsumer<B, Map<String, Object>>) - Method in class org.apache.camel.builder.ProcessClause
Define a Processor which targets the typed Exchange In Body and its Headers.
bodyAs(Class<T>) - Static method in class org.apache.camel.builder.Builder
Returns a predicate and value builder for the inbound message body as a specific type
bodyAs(Class<T>) - Method in class org.apache.camel.builder.BuilderSupport
Returns a predicate and value builder for the inbound message body as a specific type
boon(Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Boon data format
BoonDataFormat - Class in org.apache.camel.model.dataformat
Boon data format is used for unmarshal a JSon payload to POJO or to marshal POJO back to JSon payload.
BoonDataFormat() - Constructor for class org.apache.camel.model.dataformat.BoonDataFormat
 
BoonDataFormat(Class<?>) - Constructor for class org.apache.camel.model.dataformat.BoonDataFormat
 
BoonDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
BoonDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.BoonDataFormatReifier
 
build() - Method in class org.apache.camel.builder.ExchangeBuilder
Build up the exchange from the exchange builder
build(Class<T>) - Method in class org.apache.camel.builder.ProxyBuilder
Builds the proxy.
build(Class<T>...) - Method in class org.apache.camel.builder.ProxyBuilder
Builds the proxy.
build() - Method in class org.apache.camel.builder.ThreadPoolBuilder
Builds the new thread pool
build(String) - Method in class org.apache.camel.builder.ThreadPoolBuilder
Builds the new thread pool
build(Object, String) - Method in class org.apache.camel.builder.ThreadPoolBuilder
Builds the new thread pool
build() - Method in class org.apache.camel.builder.ThreadPoolProfileBuilder
Builds the thread pool profile
Builder - Class in org.apache.camel.builder
A helper class for including portions of the expression and predicate Java DSL

Implementation of this builder should favor build expressions using the definition classes from the org.apache.camel.model.language package, to build the routes using the same types as it would happen when using XML DSL.

BuilderSupport - Class in org.apache.camel.builder
Base class for implementation inheritance for different clauses in the Java DSL
BuilderSupport() - Constructor for class org.apache.camel.builder.BuilderSupport
 
BuilderSupport(CamelContext) - Constructor for class org.apache.camel.builder.BuilderSupport
 
buildFromUri(VerbDefinition) - Method in class org.apache.camel.model.rest.RestDefinition
Build the from endpoint uri for the verb
buildScheduled() - Method in class org.apache.camel.builder.ThreadPoolBuilder
Builds the new scheduled thread pool
buildScheduled(String) - Method in class org.apache.camel.builder.ThreadPoolBuilder
Builds the new scheduled thread pool
buildScheduled(Object, String) - Method in class org.apache.camel.builder.ThreadPoolBuilder
Builds the new scheduled thread pool

C

caCertData(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the Certificate Authority data when using client lookup
caCertFile(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the Certificate Authority data that are loaded from the file when using client lookup
cache - Variable in class org.apache.camel.impl.ReloadStrategySupport
 
cacheSize(int) - Method in class org.apache.camel.model.DynamicRouterDefinition
Sets the maximum size used by the ProducerCache which is used to cache and reuse producers when using this dynamic router, when uris are reused.
cacheSize(int) - Method in class org.apache.camel.model.EnrichDefinition
Sets the maximum size used by the ProducerCache which is used to cache and reuse producer when uris are reused.
cacheSize(int) - Method in class org.apache.camel.model.PollEnrichDefinition
Sets the maximum size used by the ConsumerCache which is used to cache and reuse consumers when uris are reused.
cacheSize(int) - Method in class org.apache.camel.model.RecipientListDefinition
Sets the maximum size used by the ProducerCache which is used to cache and reuse producers when using this recipient list, when uris are reused.
cacheSize(int) - Method in class org.apache.camel.model.RoutingSlipDefinition
Sets the maximum size used by the ProducerCache which is used to cache and reuse producers when using this routing slip, when uris are reused.
cacheSize(int) - Method in class org.apache.camel.model.ToDynamicDefinition
Sets the maximum size used by the ConsumerCache which is used to cache and reuse producers.
cacheSize(int) - Method in class org.apache.camel.model.WireTapDefinition
Sets the maximum size used by the ProducerCache which is used to cache and reuse producers, when uris are reused.
CachingServiceCallServiceDiscoveryConfiguration - Class in org.apache.camel.model.cloud
 
CachingServiceCallServiceDiscoveryConfiguration() - Constructor for class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
 
CachingServiceCallServiceDiscoveryConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
 
cachingServiceDiscovery() - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
 
cachingServiceDiscovery() - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
 
cachingServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
cachingServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
callerRunsWhenRejected(boolean) - Method in class org.apache.camel.model.DelayDefinition
Whether or not the caller should run the task when it was rejected by the thread pool.
callerRunsWhenRejected(boolean) - Method in class org.apache.camel.model.ThreadsDefinition
Whether or not to use as caller runs as fallback when a task is rejected being added to the thread pool (when its full).
callerRunsWhenRejected(boolean) - Method in class org.apache.camel.model.ThrottleDefinition
Whether or not the caller should run the task when it was rejected by the thread pool.
camelContext - Variable in class org.apache.camel.main.MainSupport
 
camelTemplate - Variable in class org.apache.camel.main.MainSupport
 
capacity(int) - Method in class org.apache.camel.model.ResequenceDefinition
Sets the capacity for the stream resequencer
castAs(Class<E>) - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
Cast the result of the pick expression to this type.
CatchDefinition - Class in org.apache.camel.model
Catches exceptions as part of a try, catch, finally block
CatchDefinition() - Constructor for class org.apache.camel.model.CatchDefinition
 
CatchDefinition(List<Class<? extends Throwable>>) - Constructor for class org.apache.camel.model.CatchDefinition
 
CatchDefinition(Class<? extends Throwable>) - Constructor for class org.apache.camel.model.CatchDefinition
 
cbor() - Method in class org.apache.camel.builder.DataFormatClause
Uses the CBOR data format
cbor(Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
Uses the CBOR data format
CBORDataFormat - Class in org.apache.camel.model.dataformat
CBOR data format is used for unmarshal a CBOR payload to POJO or to marshal POJO back to CBOR payload.
CBORDataFormat() - Constructor for class org.apache.camel.model.dataformat.CBORDataFormat
 
CBORDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
CBORDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.CBORDataFormatReifier
 
checkInitialized() - Method in class org.apache.camel.builder.RouteBuilder
 
checkInitialized() - Method in class org.apache.camel.model.TryDefinition
Checks whether or not this object has been initialized
checkNoCompletedPredicate() - Method in class org.apache.camel.model.AggregateDefinition
 
choice() - Method in class org.apache.camel.model.ProcessorDefinition
Content Based Router EIP: Creates a choice of one or more predicates with an otherwise clause
ChoiceDefinition - Class in org.apache.camel.model
Routes messages based on a series of predicates
ChoiceDefinition() - Constructor for class org.apache.camel.model.ChoiceDefinition
 
circuitBreakerEnabled(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Whether to use a HystrixCircuitBreaker or not.
circuitBreakerErrorThresholdPercentage(Integer) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Error percentage threshold (as whole number such as 50) at which point the circuit breaker will trip open and reject requests.
circuitBreakerForceClosed(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
If true the HystrixCircuitBreaker.allowRequest() will always return true to allow requests regardless of the error percentage from HystrixCommandMetrics.getHealthCounts().
circuitBreakerForceOpen(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
If true the HystrixCircuitBreaker.allowRequest() will always return false, causing the circuit to be open (tripped) and reject all requests.
circuitBreakerRequestVolumeThreshold(Integer) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Minimum number of requests in the metricsRollingStatisticalWindowInMilliseconds() that must exist before the HystrixCircuitBreaker will trip.
circuitBreakerSleepWindowInMilliseconds(Integer) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
The time in milliseconds after a HystrixCircuitBreaker trips open that it should wait before trying requests again.
claimCheck() - Method in class org.apache.camel.model.ProcessorDefinition
The Claim Check EIP allows you to replace message content with a claim check (a unique key), which can be used to retrieve the message content at a later time.
claimCheck(ClaimCheckOperation) - Method in class org.apache.camel.model.ProcessorDefinition
The Claim Check EIP allows you to replace message content with a claim check (a unique key), which can be used to retrieve the message content at a later time.
claimCheck(ClaimCheckOperation, String) - Method in class org.apache.camel.model.ProcessorDefinition
The Claim Check EIP allows you to replace message content with a claim check (a unique key), which can be used to retrieve the message content at a later time.
claimCheck(ClaimCheckOperation, String, String) - Method in class org.apache.camel.model.ProcessorDefinition
The Claim Check EIP allows you to replace message content with a claim check (a unique key), which can be used to retrieve the message content at a later time.
ClaimCheckDefinition - Class in org.apache.camel.model
The Claim Check EIP allows you to replace message content with a claim check (a unique key), which can be used to retrieve the message content at a later time.
ClaimCheckDefinition() - Constructor for class org.apache.camel.model.ClaimCheckDefinition
 
ClaimCheckOperation - Enum in org.apache.camel.model
Operations for the Claim Check EIP.
clear() - Method in class org.apache.camel.model.ContextScanDefinition
 
clear() - Method in class org.apache.camel.model.FromDefinition
 
clear() - Method in class org.apache.camel.model.PackageScanDefinition
 
clearOutput() - Method in class org.apache.camel.model.ProcessorDefinition
 
clientCertData(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the Client Certificate data when using client lookup
clientCertFile(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the Client Certificate data that are loaded from the file when using client lookup
clientKeyAlgo(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the Client Keystore algorithm, such as RSA when using client lookup
clientKeyData(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the Client Keystore data when using client lookup
clientKeyFile(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the Client Keystore data that are loaded from the file when using client lookup
clientKeyPassphrase(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the Client Keystore passphrase when using client lookup
clientName(String) - Method in class org.apache.camel.model.cloud.RibbonServiceCallServiceLoadBalancerConfiguration
Sets the Ribbon client name
clientRequestValidation(boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Whether to enable validation of the client request to check whether the Content-Type and Accept headers from the client is supported by the Rest-DSL configuration of its consumes/produces settings.
clientRequestValidation(boolean) - Method in class org.apache.camel.model.rest.RestDefinition
 
cloneBuilder() - Method in class org.apache.camel.builder.DeadLetterChannelBuilder
 
cloneBuilder() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
cloneBuilder(DefaultErrorHandlerBuilder) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
cloneBuilder() - Method in interface org.apache.camel.builder.ErrorHandlerBuilder
Clones this builder so each RouteBuilder has its private builder to use, to avoid changes from one RouteBuilder to influence the others.
cloneBuilder() - Method in class org.apache.camel.builder.ErrorHandlerBuilderRef
 
cloneBuilder(ErrorHandlerBuilderRef) - Method in class org.apache.camel.builder.ErrorHandlerBuilderRef
 
cloneBuilder(ErrorHandlerBuilderSupport) - Method in class org.apache.camel.builder.ErrorHandlerBuilderSupport
 
cloneBuilder() - Method in class org.apache.camel.builder.NoErrorHandlerBuilder
 
closeCorrelationKeyOnCompletion(int) - Method in class org.apache.camel.model.AggregateDefinition
Closes a correlation key when its complete.
ClusteredRouteConfiguration - Class in org.apache.camel.impl.cluster
 
ClusteredRouteConfiguration() - Constructor for class org.apache.camel.impl.cluster.ClusteredRouteConfiguration
 
ClusteredRouteController - Class in org.apache.camel.impl.cluster
 
ClusteredRouteController() - Constructor for class org.apache.camel.impl.cluster.ClusteredRouteController
 
ClusteredRouteFilter - Interface in org.apache.camel.impl.cluster
 
ClusteredRouteFilters - Class in org.apache.camel.impl.cluster
 
ClusteredRouteFilters.BlackList - Class in org.apache.camel.impl.cluster
 
ClusteredRouteFilters.IsAutoStartup - Class in org.apache.camel.impl.cluster
 
ClusteredRoutePolicy - Class in org.apache.camel.impl.cluster
 
ClusteredRoutePolicyFactory - Class in org.apache.camel.impl.cluster
 
ClusteredRoutePolicyFactory(String) - Constructor for class org.apache.camel.impl.cluster.ClusteredRoutePolicyFactory
 
ClusteredRoutePolicyFactory(CamelClusterService.Selector, String) - Constructor for class org.apache.camel.impl.cluster.ClusteredRoutePolicyFactory
 
ClusteredRoutePolicyFactory(CamelClusterService, String) - Constructor for class org.apache.camel.impl.cluster.ClusteredRoutePolicyFactory
 
code(int) - Method in class org.apache.camel.model.rest.RestOperationResponseMsgDefinition
The response code such as a HTTP status code
code(String) - Method in class org.apache.camel.model.rest.RestOperationResponseMsgDefinition
The response code such as a HTTP status code.
CollectionFormat - Enum in org.apache.camel.model.rest
 
collectionFormat(CollectionFormat) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Sets the collection format.
collectionFormat(CollectionFormat) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
Sets the collection format.
collisionAvoidanceFactor(double) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets the collision avoidance factor
collisionAvoidanceFactor(String) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets the collision avoidance factor (supports property placeholders)
collisionAvoidanceFactor(double) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets the collision avoidance factor
collisionAvoidanceFactor(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets the collision avoidance factor (supports property placeholders)
collisionAvoidancePercent(double) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
collisionAvoidancePercent(double) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets the collision avoidance percentage
collisionAvoidancePercent(double) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets the collision avoidance percentage
combinedFilter() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
combinedFilter() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
CombinedServiceCallServiceDiscoveryConfiguration - Class in org.apache.camel.model.cloud
 
CombinedServiceCallServiceDiscoveryConfiguration() - Constructor for class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
 
CombinedServiceCallServiceDiscoveryConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
 
CombinedServiceCallServiceFilterConfiguration - Class in org.apache.camel.model.cloud
 
CombinedServiceCallServiceFilterConfiguration() - Constructor for class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
 
CombinedServiceCallServiceFilterConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
 
combinedServiceDiscovery() - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
 
combinedServiceDiscovery() - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
 
combinedServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
combinedServiceDiscovery(CombinedServiceCallServiceDiscoveryConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
combinedServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
comment - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
comparator(ExpressionResultComparator) - Method in class org.apache.camel.model.ResequenceDefinition
Sets the comparator to use for stream resequencer
comparator(Comparator<T>) - Method in class org.apache.camel.model.SortDefinition
Sets the comparator to use for sorting
comparatorRef(String) - Method in class org.apache.camel.model.SortDefinition
Sets a reference to lookup for the comparator to use for sorting
compensation(String) - Method in class org.apache.camel.model.SagaDefinition
 
completeAllOnStop() - Method in class org.apache.camel.model.AggregateDefinition
Indicates to wait to complete all current and partial (pending) aggregated exchanges when the context is stopped.
completed - Variable in class org.apache.camel.main.MainSupport
 
completed() - Method in class org.apache.camel.main.MainSupport
Marks this process as being completed.
completion() - Method in class org.apache.camel.model.AggregateDefinition
A Predicate to indicate when an aggregated exchange is complete.
completion(Predicate) - Method in class org.apache.camel.model.AggregateDefinition
A Predicate to indicate when an aggregated exchange is complete.
completion(String) - Method in class org.apache.camel.model.SagaDefinition
 
completionAware(FlexibleAggregationStrategy.CompletionAwareMixin) - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
Plugs in logic to execute when an aggregation batch completes.
completionEager(boolean) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
Sets whether to complete the idempotent consumer eager or when the exchange is done.
completionFromBatchConsumer() - Method in class org.apache.camel.model.AggregateDefinition
Enables the batch completion mode where we aggregate from a BatchConsumer and aggregate the total number of exchanges the BatchConsumer has reported as total by checking the exchange property Exchange.BATCH_COMPLETE when its complete.
completionInterval(long) - Method in class org.apache.camel.model.AggregateDefinition
A repeating period in millis by which the aggregator will complete all current aggregated exchanges.
completionMode(SagaCompletionMode) - Method in class org.apache.camel.model.SagaDefinition
 
completionOnNewCorrelationGroup() - Method in class org.apache.camel.model.AggregateDefinition
Enables completion on all previous groups when a new incoming correlation group.
completionPredicate(Predicate) - Method in class org.apache.camel.model.AggregateDefinition
A Predicate to indicate when an aggregated exchange is complete.
completionPredicate() - Method in class org.apache.camel.model.AggregateDefinition
A Predicate to indicate when an aggregated exchange is complete.
completionSize(int) - Method in class org.apache.camel.model.AggregateDefinition
Number of messages aggregated before the aggregation is complete.
completionSize(Expression) - Method in class org.apache.camel.model.AggregateDefinition
Number of messages aggregated before the aggregation is complete.
completionTimeout(long) - Method in class org.apache.camel.model.AggregateDefinition
Time in millis that an aggregated exchange should be inactive before its complete (timeout).
completionTimeout(Expression) - Method in class org.apache.camel.model.AggregateDefinition
Time in millis that an aggregated exchange should be inactive before its complete (timeout).
completionTimeoutCheckerInterval(long) - Method in class org.apache.camel.model.AggregateDefinition
Interval in millis that is used by the background task that checks for timeouts (TimeoutMap).
component(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Sets the default Camel component to use for calling the remote service.
component(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets the component to use
component(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
To use a specific Camel rest component (consumer)
componentProperty(String, String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
For additional configuration options on component level

The value can use # to refer to a bean to lookup in the registry.

condition(Predicate) - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
Set a filter condition such as only results satisfying it will be aggregated.
configurationClasses - Variable in class org.apache.camel.main.MainSupport
 
configurations - Variable in class org.apache.camel.main.MainSupport
 
configure(RouteContext, ErrorHandler) - Method in class org.apache.camel.builder.ErrorHandlerBuilderSupport
Configures the other error handler based on this error handler.
configure() - Method in class org.apache.camel.builder.RouteBuilder
Called on initialization to build the routes using the fluent builder syntax.

This is a central method for RouteBuilder implementations to implement the routes using the Java fluent builder syntax.

configure(CamelContext) - Method in class org.apache.camel.builder.TransformerBuilder
Configure a Transformer according to the configurations built on this builder and register it into given CamelContext.
configure(CamelContext) - Method in class org.apache.camel.builder.ValidatorBuilder
Configures a new Validator according to the configurations built on this builder and register it into the given CamelContext.
configure(CamelContext) - Method in interface org.apache.camel.main.MainListener
Callback to configure the created CamelContext.
configure(CamelContext) - Method in class org.apache.camel.main.MainListenerSupport
 
configure() - Method in class org.apache.camel.main.MainSupport
To configure options on Camel Main.
configure(RouteContext, ErrorHandler) - Method in class org.apache.camel.reifier.errorhandler.ErrorHandlerReifier
 
configureChild(ProcessorDefinition<?>) - Method in class org.apache.camel.model.AggregateDefinition
 
configureChild(ProcessorDefinition<?>) - Method in class org.apache.camel.model.ChoiceDefinition
 
configureChild(ProcessorDefinition<?>) - Method in class org.apache.camel.model.ExpressionNode
 
configureChild(ProcessorDefinition<?>) - Method in class org.apache.camel.model.ProcessorDefinition
Strategy for children to do any custom configuration
configureChild(ProcessorDefinition<?>) - Method in class org.apache.camel.reifier.ProcessorReifier
Strategy for children to do any custom configuration
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.ASN1DataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.AvroDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.BarcodeDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.Base64DataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.BeanioDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.BindyDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.BoonDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.CBORDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.CryptoDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.CsvDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.CustomDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.DataFormatReifier
Allows derived classes to customize the data format
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.FhirDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.FlatpackDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.HL7DataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.IcalDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.JacksonXMLDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.JaxbDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.JsonApiDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.JsonDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.LZFDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.MimeMultipartDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.PGPDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.ProtobufDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.RssDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.SoapJaxbDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.TarFileDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.ThriftDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.TidyMarkupDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.UniVocityAbstractDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.UniVocityCsvDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.UniVocityFixedWidthDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.UniVocityTsvDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.XmlRpcDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.XMLSecurityDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.XStreamDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.YAMLDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.ZipDataFormatReifier
 
configureDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.ZipFileDataFormatReifier
 
configureExpression(CamelContext, Expression) - Method in class org.apache.camel.builder.ExpressionClauseSupport
 
configureExpression(CamelContext, Expression) - Method in class org.apache.camel.model.language.ExpressionDefinition
 
configureExpression(CamelContext, Expression) - Method in class org.apache.camel.model.language.JsonPathExpression
 
configureExpression(CamelContext, Expression) - Method in class org.apache.camel.model.language.NamespaceAwareExpression
 
configureExpression(CamelContext, Expression) - Method in class org.apache.camel.model.language.XMLTokenizerExpression
 
configureExpression(CamelContext, Expression) - Method in class org.apache.camel.model.language.XPathExpression
 
configureExpression(CamelContext, Expression) - Method in class org.apache.camel.model.language.XQueryExpression
 
configureLanguage(CamelContext, Language) - Method in class org.apache.camel.model.language.MethodCallExpression
 
configureLoadBalancer(LoadBalancer) - Method in class org.apache.camel.model.LoadBalancerDefinition
Allows derived classes to customize the load balancer
configureNamespaceAware(Object) - Method in class org.apache.camel.model.language.NamespaceAwareExpression
 
configurePredicate(CamelContext, Predicate) - Method in class org.apache.camel.model.language.ExpressionDefinition
 
configurePredicate(CamelContext, Predicate) - Method in class org.apache.camel.model.language.JsonPathExpression
 
configurePredicate(CamelContext, Predicate) - Method in class org.apache.camel.model.language.NamespaceAwareExpression
 
configurePredicate(CamelContext, Predicate) - Method in class org.apache.camel.model.language.XMLTokenizerExpression
 
configurePredicate(CamelContext, Predicate) - Method in class org.apache.camel.model.language.XPathExpression
 
configurePredicate(CamelContext, Predicate) - Method in class org.apache.camel.model.language.XQueryExpression
 
configureRest(RestDefinition) - Method in class org.apache.camel.builder.RouteBuilder
 
configureRests(CamelContext) - Method in class org.apache.camel.builder.RouteBuilder
Configures the rests
configureRoute(RouteDefinition) - Method in class org.apache.camel.builder.RouteBuilder
 
configureRoutes(CamelContext) - Method in class org.apache.camel.builder.RouteBuilder
Configures the routes
configureSnakeDataFormat(DataFormat, CamelContext) - Method in class org.apache.camel.reifier.dataformat.YAMLDataFormatReifier
 
connectionTimeout(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
 
connectTimeoutMillis(Long) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
Connect timeout for OkHttpClient
constant(Object) - Static method in class org.apache.camel.builder.Builder
Returns a constant expression
constant(Object) - Method in class org.apache.camel.builder.BuilderSupport
Returns a constant expression value builder
constant(Object) - Method in class org.apache.camel.builder.ExpressionClause
Specify the constant expression value.
constant(Object) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Specify the constant expression value.
ConstantExpression - Class in org.apache.camel.model.language
To use a constant value in Camel expressions or predicates.
ConstantExpression() - Constructor for class org.apache.camel.model.language.ConstantExpression
 
ConstantExpression(String) - Constructor for class org.apache.camel.model.language.ConstantExpression
 
Constants - Class in org.apache.camel.model
Various constants.
ConsulServiceCallServiceDiscoveryConfiguration - Class in org.apache.camel.model.cloud
 
ConsulServiceCallServiceDiscoveryConfiguration() - Constructor for class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
 
ConsulServiceCallServiceDiscoveryConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
 
consulServiceDiscovery() - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
 
consulServiceDiscovery() - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
 
consulServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
consulServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
consulServiceDiscovery(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
consumerProperty(String, String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
For additional configuration options on consumer level

The value can use # to refer to a bean to lookup in the registry.

consumes(String) - Method in class org.apache.camel.model.rest.RestDefinition
 
contextPath(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Sets a leading context-path the REST services will be using.
ContextScanDefinition - Class in org.apache.camel.model
Scans for Java RouteBuilder instances in the context Registry.
ContextScanDefinition() - Constructor for class org.apache.camel.model.ContextScanDefinition
 
continued(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether the exchange should handle and continue routing from the point of failure.
continued(Predicate) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether the exchange should be marked as handled or not.
continued(Expression) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether the exchange should be marked as handled or not.
ConvertBodyDefinition - Class in org.apache.camel.model
Converts the message body to another type
ConvertBodyDefinition() - Constructor for class org.apache.camel.model.ConvertBodyDefinition
 
ConvertBodyDefinition(String) - Constructor for class org.apache.camel.model.ConvertBodyDefinition
 
ConvertBodyDefinition(Class<?>) - Constructor for class org.apache.camel.model.ConvertBodyDefinition
 
ConvertBodyDefinition(Class<?>, String) - Constructor for class org.apache.camel.model.ConvertBodyDefinition
 
convertBodyTo(Class<?>) - Method in class org.apache.camel.model.ProcessorDefinition
Converts the IN message body to the specified type
convertBodyTo(Class<?>, String) - Method in class org.apache.camel.model.ProcessorDefinition
Converts the IN message body to the specified type
ConverterEntry() - Constructor for class org.apache.camel.model.dataformat.XStreamDataFormat.ConverterEntry
 
ConverterList() - Constructor for class org.apache.camel.model.dataformat.XStreamDataFormat.ConverterList
 
ConvertersAdapter() - Constructor for class org.apache.camel.model.dataformat.XStreamDataFormat.ConvertersAdapter
 
copy() - Method in class org.apache.camel.impl.cluster.ClusteredRouteConfiguration
 
copy() - Method in class org.apache.camel.model.LoopDefinition
Enables copy mode so a copy of the input Exchange is used for each iteration.
copy() - Method in class org.apache.camel.model.WireTapDefinition
Uses a copy of the original exchange
copy(boolean) - Method in class org.apache.camel.model.WireTapDefinition
Uses a copy of the original exchange
corePoolSize(Integer) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Core thread-pool size.
corsAllowCredentials(boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Shortcut for setting the Access-Control-Allow-Credentials header.
corsHeaderProperty(String, String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
For configuring CORS headers
create() - Method in class org.apache.camel.builder.NotifyBuilder
Creates the expression this builder should use for matching.
createAsyncProcessorAwaitManager() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createBeanPostProcessor() - Method in class org.apache.camel.impl.DefaultCamelContext
Lazily create a default bean post processor
createBeanProcessorFactory() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createBeanProxyFactory() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createCamelContext() - Method in class org.apache.camel.main.Main
 
createCamelContext() - Method in class org.apache.camel.main.MainSupport
 
createCamelContextNameStrategy() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createChildProcessor(RouteContext, boolean) - Method in class org.apache.camel.reifier.ProcessorReifier
Creates the child processor (outputs) from the current definition
createClassResolver() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createComponentResolver() - Method in class org.apache.camel.impl.DefaultCamelContext
Lazily create a default implementation
createCompositeProcessor(RouteContext, List<Processor>) - Method in class org.apache.camel.reifier.ProcessorReifier
Creates a new instance of some kind of composite processor which defaults to using a Pipeline but derived classes could change the behaviour
createDataFormat(CamelContext) - Method in class org.apache.camel.reifier.dataformat.DataFormatReifier
 
createDataFormatResolver() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createEndpointRegistry(Map<EndpointKey, Endpoint>) - Method in class org.apache.camel.impl.DefaultCamelContext
 
createErrorHandler(RouteContext, Processor) - Method in class org.apache.camel.builder.DeadLetterChannelBuilder
 
createErrorHandler(RouteContext, Processor) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
createErrorHandler(RouteContext, Processor) - Method in class org.apache.camel.builder.ErrorHandlerBuilderRef
 
createErrorHandler(RouteContext, Processor) - Method in class org.apache.camel.builder.NoErrorHandlerBuilder
 
createErrorHandler(RouteContext, Processor) - Method in class org.apache.camel.reifier.errorhandler.DeadLetterChannelReifier
 
createErrorHandler(RouteContext, Processor) - Method in class org.apache.camel.reifier.errorhandler.DefaultErrorHandlerReifier
 
createErrorHandler(RouteContext, Processor) - Method in class org.apache.camel.reifier.errorhandler.ErrorHandlerRefReifier
 
createErrorHandler(RouteContext, Processor) - Method in class org.apache.camel.reifier.errorhandler.ErrorHandlerReifier
Creates the error handler
createErrorHandler(RouteContext, Processor) - Method in class org.apache.camel.reifier.errorhandler.NoErrorHandlerReifier
 
createErrorHandlerBuilder() - Method in class org.apache.camel.builder.BuilderSupport
 
createExceptionClasses(OnExceptionDefinition, ClassResolver) - Static method in class org.apache.camel.builder.ErrorHandlerBuilderSupport
 
createExceptionPolicy(OnExceptionDefinition, RouteContext) - Static method in class org.apache.camel.reifier.errorhandler.ErrorHandlerReifier
 
createExecutorServiceManager() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createExpression(CamelContext) - Method in class org.apache.camel.builder.ExpressionClauseSupport
 
createExpression(RouteContext) - Method in class org.apache.camel.model.ExpressionSubElementDefinition
 
createExpression(RouteContext) - Method in class org.apache.camel.model.language.ExpressionDefinition
 
createExpression(CamelContext) - Method in class org.apache.camel.model.language.ExpressionDefinition
 
createExpression(CamelContext) - Method in class org.apache.camel.model.language.JsonPathExpression
 
createExpression(CamelContext) - Method in class org.apache.camel.model.language.MethodCallExpression
 
createExpression(CamelContext) - Method in class org.apache.camel.model.language.SimpleExpression
 
createExpression(CamelContext) - Method in class org.apache.camel.model.language.TokenizerExpression
 
createExpression(CamelContext) - Method in class org.apache.camel.model.language.XPathExpression
 
createExpression(CamelContext) - Method in class org.apache.camel.model.language.XQueryExpression
 
createFactoryFinderResolver() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createHeadersMapFactory() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createHealthCheckRegistry() - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
createHealthCheckRegistry() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createId(NamedNode) - Method in class org.apache.camel.impl.RouteIdFactory
 
createInflightRepository() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createInjector() - Method in class org.apache.camel.impl.DefaultCamelContext
Lazily create a default implementation
createLanguageResolver() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createLoadBalancer(RouteContext) - Method in class org.apache.camel.reifier.loadbalancer.LoadBalancerReifier
Factory method to create the load balancer from the loadBalancerTypeName
createLogger() - Method in class org.apache.camel.builder.DeadLetterChannelBuilder
 
createLogger() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
createManagementNameStrategy() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createMessageHistoryFactory() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createModelFromXml(CamelContext, String, Class<T>) - Static method in class org.apache.camel.model.ModelHelper
Marshal the xml to the model definition
createModelFromXml(CamelContext, InputStream, Class<T>) - Static method in class org.apache.camel.model.ModelHelper
Marshal the xml to the model definition
createModelJAXBContextFactory() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createMulticast(Collection<Processor>, ExecutorService, boolean) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
createNodeIdFactory() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createOutputsProcessor(RouteContext) - Method in class org.apache.camel.reifier.ProcessorReifier
Prefer to use {#link #createChildProcessor}.
createOutputsProcessor(RouteContext, Collection<ProcessorDefinition<?>>) - Method in class org.apache.camel.reifier.ProcessorReifier
 
createOutputsProcessorImpl(RouteContext, Collection<ProcessorDefinition<?>>) - Method in class org.apache.camel.reifier.ProcessorReifier
 
createPackageScanClassResolver() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createPollingConsumerServicePool() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createPredicate(RouteContext) - Method in class org.apache.camel.model.ExpressionSubElementDefinition
 
createPredicate(RouteContext) - Method in class org.apache.camel.model.language.ExpressionDefinition
 
createPredicate(CamelContext) - Method in class org.apache.camel.model.language.ExpressionDefinition
 
createPredicate(CamelContext) - Method in class org.apache.camel.model.language.MethodCallExpression
 
createPredicate(CamelContext) - Method in class org.apache.camel.model.language.SimpleExpression
 
createPredicate(CamelContext) - Method in class org.apache.camel.model.language.TokenizerExpression
 
createPredicate(CamelContext) - Method in class org.apache.camel.model.language.XPathExpression
 
createProcessor(RouteContext) - Method in class org.apache.camel.reifier.ProcessorReifier
Override this in definition class and implement logic to create the processor based on the definition model.
createProcessor(RouteContext, ProcessorDefinition<?>) - Method in class org.apache.camel.reifier.ProcessorReifier
 
createProcessor(RouteContext) - Method in class org.apache.camel.reifier.RouteReifier
 
createProcessor(RouteContext) - Method in class org.apache.camel.reifier.TransactedReifier
 
createProcessorFactory() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createProducerServicePool() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createPropertyPlaceholdersChangeReverter() - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
Creates a Runnable which when run will revert property placeholder updates to the camel route definitions that were done after this method is called.
createRedeliveryPolicy() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
createRedeliveryPolicy(RedeliveryPolicyDefinition, CamelContext, RedeliveryPolicy) - Static method in class org.apache.camel.reifier.errorhandler.ErrorHandlerReifier
 
createRegistry() - Method in class org.apache.camel.impl.DefaultCamelContext
Lazily create a default implementation
createRest() - Method in class org.apache.camel.model.rest.RestsDefinition
 
createRestBindingAdvice(RouteContext) - Method in class org.apache.camel.reifier.rest.RestBindingReifier
 
createRestRegistryFactory() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createRoute() - Method in class org.apache.camel.model.RoutesDefinition
 
createRoute(CamelContext, RouteContext) - Method in class org.apache.camel.reifier.RouteReifier
 
createRouteBuilder(CamelContext) - Method in class org.apache.camel.model.RouteBuilderDefinition
 
createRouteController() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createRoutePolicy(CamelContext, String, NamedNode) - Method in class org.apache.camel.impl.cluster.ClusteredRoutePolicyFactory
 
createRoutes(CamelContext) - Method in class org.apache.camel.model.RouteBuilderDefinition
 
createRuntimeCamelCatalog() - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
createRuntimeCamelCatalog() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createShutdownStrategy() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createStreamCachingStrategy() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createTransformer(CamelContext) - Method in class org.apache.camel.reifier.transformer.TransformerReifier
 
createTransformerRegistry() - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
createTypeConverter() - Method in class org.apache.camel.impl.DefaultCamelContext
Lazily create a default implementation
createTypeConverterRegistry() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createUnitOfWorkFactory() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createUuidGenerator() - Method in class org.apache.camel.impl.DefaultCamelContext
 
createValidator(CamelContext) - Method in class org.apache.camel.reifier.validator.ValidatorReifier
 
createValidatorRegistry() - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
CryptoDataFormat - Class in org.apache.camel.model.dataformat
Crypto data format is used for encrypting and decrypting of messages using Java Cryptographic Extension.
CryptoDataFormat() - Constructor for class org.apache.camel.model.dataformat.CryptoDataFormat
 
CryptoDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
CryptoDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.CryptoDataFormatReifier
 
csv() - Method in class org.apache.camel.builder.DataFormatClause
Uses the CSV data format
CsvDataFormat - Class in org.apache.camel.model.dataformat
The CSV data format is used for handling CSV payloads.
CsvDataFormat() - Constructor for class org.apache.camel.model.dataformat.CsvDataFormat
 
CsvDataFormat(String) - Constructor for class org.apache.camel.model.dataformat.CsvDataFormat
 
CsvDataFormat(boolean) - Constructor for class org.apache.camel.model.dataformat.CsvDataFormat
 
CsvDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
CsvDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.CsvDataFormatReifier
 
csvLazyLoad() - Method in class org.apache.camel.builder.DataFormatClause
Uses the CSV data format for a huge file.
custom(String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the custom data format
custom(String) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
 
custom(ServiceFilter) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
 
custom(String) - Method in class org.apache.camel.model.LoadBalanceDefinition
Uses the custom load balancer
CustomDataFormat - Class in org.apache.camel.model.dataformat
To use a custom data format implementation that does not come out of the box from Apache Camel.
CustomDataFormat() - Constructor for class org.apache.camel.model.dataformat.CustomDataFormat
 
CustomDataFormat(String) - Constructor for class org.apache.camel.model.dataformat.CustomDataFormat
 
CustomDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
CustomDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.CustomDataFormatReifier
 
customFilter(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
customFilter(ServiceFilter) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
customFilter(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
customFilter(ServiceFilter) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
CustomLoadBalancerDefinition - Class in org.apache.camel.model.loadbalancer
Custom load balancer
CustomLoadBalancerDefinition() - Constructor for class org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition
 
CustomServiceCallServiceFilterConfiguration - Class in org.apache.camel.model.cloud
 
CustomServiceCallServiceFilterConfiguration() - Constructor for class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfiguration
 
CustomServiceCallServiceFilterConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfiguration
 
CustomTransformerDefinition - Class in org.apache.camel.model.transformer
Represents a CustomTransformer.
CustomTransformerDefinition() - Constructor for class org.apache.camel.model.transformer.CustomTransformerDefinition
 
CustomValidatorDefinition - Class in org.apache.camel.model.validator
Represents a CustomValidator.
CustomValidatorDefinition() - Constructor for class org.apache.camel.model.validator.CustomValidatorDefinition
 

D

dataCenter(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
The data center
dataFormat(String) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
The data format of the parameter such as binary, date, date-time, password.
dataFormat(String) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
The data format of the parameter such as binary, date, date-time, password.
DataFormatClause<T extends ProcessorDefinition<?>> - Class in org.apache.camel.builder
An expression for constructing the different possible DataFormat options.
DataFormatClause(T, DataFormatClause.Operation) - Constructor for class org.apache.camel.builder.DataFormatClause
 
DataFormatClause.Operation - Enum in org.apache.camel.builder
DataFormat operations.
DataFormatDefinition - Class in org.apache.camel.model
Represents a Camel data format
DataFormatDefinition() - Constructor for class org.apache.camel.model.DataFormatDefinition
 
DataFormatDefinition(DataFormat) - Constructor for class org.apache.camel.model.DataFormatDefinition
 
DataFormatDefinition(String) - Constructor for class org.apache.camel.model.DataFormatDefinition
 
dataFormatProperty(String, String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
For additional configuration options on data format level

The value can use # to refer to a bean to lookup in the registry.

DataFormatReifier<T extends DataFormatDefinition> - Class in org.apache.camel.reifier.dataformat
 
DataFormatReifier(T) - Constructor for class org.apache.camel.reifier.dataformat.DataFormatReifier
 
DataFormatsDefinition - Class in org.apache.camel.model.dataformat
To configure data formats
DataFormatsDefinition() - Constructor for class org.apache.camel.model.dataformat.DataFormatsDefinition
 
DataFormatTransformerDefinition - Class in org.apache.camel.model.transformer
Represents a DataFormatTransformer which leverages DataFormat to perform transformation.
DataFormatTransformerDefinition() - Constructor for class org.apache.camel.model.transformer.DataFormatTransformerDefinition
 
dataType(String) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
The data type of the parameter such as string, integer, boolean
dataType(String) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
The data type of the header such as string, integer, boolean
deadLetter - Variable in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
deadLetterChannel(String) - Method in class org.apache.camel.builder.BuilderSupport
Dead Letter Channel EIP: is a error handler for handling messages that could not be delivered to it's intended destination.
deadLetterChannel(Endpoint) - Method in class org.apache.camel.builder.BuilderSupport
Dead Letter Channel EIP: is a error handler for handling messages that could not be delivered to it's intended destination.
DeadLetterChannelBuilder - Class in org.apache.camel.builder
A builder of a Dead Letter Channel
DeadLetterChannelBuilder() - Constructor for class org.apache.camel.builder.DeadLetterChannelBuilder
 
DeadLetterChannelBuilder(Endpoint) - Constructor for class org.apache.camel.builder.DeadLetterChannelBuilder
 
DeadLetterChannelBuilder(String) - Constructor for class org.apache.camel.builder.DeadLetterChannelBuilder
 
DeadLetterChannelReifier - Class in org.apache.camel.reifier.errorhandler
 
DeadLetterChannelReifier(ErrorHandlerFactory) - Constructor for class org.apache.camel.reifier.errorhandler.DeadLetterChannelReifier
 
deadLetterHandleNewException - Variable in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
deadLetterHandleNewException(boolean) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
Whether the dead letter channel should handle (and ignore) any new exception that may been thrown during sending the message to the dead letter endpoint.
deadLetterUri - Variable in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
DEFAULT_COMPONENT - Static variable in class org.apache.camel.model.cloud.ServiceCallDefinitionConstants
 
DEFAULT_DELIMITER - Static variable in class org.apache.camel.model.DynamicRouterDefinition
 
DEFAULT_DELIMITER - Static variable in class org.apache.camel.model.RoutingSlipDefinition
 
DEFAULT_ERROR_HANDLER_BUILDER - Static variable in class org.apache.camel.reifier.errorhandler.ErrorHandlerReifier
 
DEFAULT_EXIT_CODE - Static variable in class org.apache.camel.main.MainSupport
 
DEFAULT_GROUP_KEY - Static variable in class org.apache.camel.model.HystrixConfigurationDefinition
 
DEFAULT_LOAD_BALANCER_ID - Static variable in class org.apache.camel.model.cloud.ServiceCallDefinitionConstants
 
DEFAULT_REST_CONFIGURATION_ID - Static variable in class org.apache.camel.model.rest.RestConstants
 
DEFAULT_SERVICE_CALL_CONFIG_ID - Static variable in class org.apache.camel.model.cloud.ServiceCallDefinitionConstants
 
DEFAULT_SERVICE_CALL_EXPRESSION_ID - Static variable in class org.apache.camel.model.cloud.ServiceCallDefinitionConstants
 
DEFAULT_SERVICE_CHOOSER_ID - Static variable in class org.apache.camel.model.cloud.ServiceCallDefinitionConstants
 
DEFAULT_SERVICE_DISCOVERY_ID - Static variable in class org.apache.camel.model.cloud.ServiceCallDefinitionConstants
 
DEFAULT_SERVICE_FILTER_ID - Static variable in class org.apache.camel.model.cloud.ServiceCallDefinitionConstants
 
DefaultCamelContext - Class in org.apache.camel.impl
Represents the context used to configure routes and the policies to use.
DefaultCamelContext() - Constructor for class org.apache.camel.impl.DefaultCamelContext
Creates the CamelContext using DefaultRegistry as registry.
DefaultCamelContext(BeanRepository) - Constructor for class org.apache.camel.impl.DefaultCamelContext
Creates the CamelContext using the given BeanRepository as first-choice repository, and the SimpleRegistry as fallback, via the DefaultRegistry implementation.
DefaultCamelContext(Context) - Constructor for class org.apache.camel.impl.DefaultCamelContext
Deprecated.
create a new JndiRegistry and use the constructor that accepts this registry.
DefaultCamelContext(Registry) - Constructor for class org.apache.camel.impl.DefaultCamelContext
Creates the CamelContext using the given registry
DefaultCamelContext(boolean) - Constructor for class org.apache.camel.impl.DefaultCamelContext
Creates the CamelContext and allows to control whether the context should automatic initialize or not.
defaultCompletionMode() - Static method in enum org.apache.camel.model.SagaCompletionMode
 
defaultErrorHandler() - Method in class org.apache.camel.builder.BuilderSupport
Creates a default error handler.
DefaultErrorHandlerBuilder - Class in org.apache.camel.builder
The default error handler builder.
DefaultErrorHandlerBuilder() - Constructor for class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
DefaultErrorHandlerReifier<T extends DefaultErrorHandlerBuilder> - Class in org.apache.camel.reifier.errorhandler
 
DefaultErrorHandlerReifier(ErrorHandlerFactory) - Constructor for class org.apache.camel.reifier.errorhandler.DefaultErrorHandlerReifier
 
DefaultExecutorServiceManager - Class in org.apache.camel.impl
 
DefaultExecutorServiceManager(CamelContext) - Constructor for class org.apache.camel.impl.DefaultExecutorServiceManager
 
defaultLoadBalancer() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
defaultLoadBalancer() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
DefaultModel - Class in org.apache.camel.impl
 
DefaultModel(CamelContext) - Constructor for class org.apache.camel.impl.DefaultModel
 
DefaultModelJAXBContextFactory - Class in org.apache.camel.impl
Default implementation of ModelJAXBContextFactory.
DefaultModelJAXBContextFactory() - Constructor for class org.apache.camel.impl.DefaultModelJAXBContextFactory
 
defaultProfile(Boolean) - Method in class org.apache.camel.builder.ThreadPoolProfileBuilder
 
DefaultServiceCallServiceLoadBalancerConfiguration - Class in org.apache.camel.model.cloud
 
DefaultServiceCallServiceLoadBalancerConfiguration() - Constructor for class org.apache.camel.model.cloud.DefaultServiceCallServiceLoadBalancerConfiguration
 
DefaultServiceCallServiceLoadBalancerConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.DefaultServiceCallServiceLoadBalancerConfiguration
 
defaultValue(String) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
The default value of the parameter.
definition - Variable in class org.apache.camel.reifier.dataformat.DataFormatReifier
 
definition - Variable in class org.apache.camel.reifier.errorhandler.ErrorHandlerReifier
 
definition - Variable in class org.apache.camel.reifier.loadbalancer.LoadBalancerReifier
 
definition - Variable in class org.apache.camel.reifier.ProcessorReifier
 
definition - Variable in class org.apache.camel.reifier.transformer.TransformerReifier
 
definition - Variable in class org.apache.camel.reifier.validator.ValidatorReifier
 
delay(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
Delayer EIP: Creates a delayer allowing you to delay the delivery of messages to some destination.
delay() - Method in class org.apache.camel.model.ProcessorDefinition
Delayer EIP: Creates a delayer allowing you to delay the delivery of messages to some destination.
delay(long) - Method in class org.apache.camel.model.ProcessorDefinition
Delayer EIP: Creates a delayer allowing you to delay the delivery of messages to some destination.
DelayDefinition - Class in org.apache.camel.model
Delays processing for a specified length of time
DelayDefinition() - Constructor for class org.apache.camel.model.DelayDefinition
 
DelayDefinition(Expression) - Constructor for class org.apache.camel.model.DelayDefinition
 
delayer(long) - Method in class org.apache.camel.model.RouteDefinition
Enable delayer for this route.
delayPattern(String) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
delayPattern(String) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets the delay pattern with delay intervals.
delayPattern(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets the delay pattern with delay intervals.
delayTime(Long) - Method in class org.apache.camel.model.DelayDefinition
Sets the delay time in millis to delay
delete() - Method in class org.apache.camel.model.rest.RestDefinition
 
delete(String) - Method in class org.apache.camel.model.rest.RestDefinition
 
delete() - Method in class org.apache.camel.model.rest.VerbDefinition
 
delete(String) - Method in class org.apache.camel.model.rest.VerbDefinition
 
DeleteVerbDefinition - Class in org.apache.camel.model.rest
Rest DELETE command
DeleteVerbDefinition() - Constructor for class org.apache.camel.model.rest.DeleteVerbDefinition
 
delimiter(String) - Method in class org.apache.camel.model.RecipientListDefinition
Delimiter used if the Expression returned multiple endpoints.
deliveryAttemptInterval(long) - Method in class org.apache.camel.model.ResequenceDefinition
Sets the interval in milli seconds the stream resequencer will at most wait while waiting for condition of being able to deliver.
description() - Method in class org.apache.camel.model.AggregateDefinition
 
description() - Method in class org.apache.camel.model.BeanDefinition
 
description(String, Endpoint) - Static method in class org.apache.camel.model.FromDefinition
 
description() - Method in class org.apache.camel.model.MarshalDefinition
 
description() - Method in class org.apache.camel.model.OnExceptionDefinition
 
description(String) - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
Sets the description of this node
description(String, String, String) - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
Sets the description of this node
description() - Method in class org.apache.camel.model.PolicyDefinition
 
description(String) - Method in class org.apache.camel.model.rest.RestDefinition
 
description(String, String, String) - Method in class org.apache.camel.model.rest.RestDefinition
 
description(String) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Description of the parameter.
description(String) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
Description of the parameter.
description() - Method in class org.apache.camel.model.SagaDefinition
 
description() - Method in class org.apache.camel.model.SamplingDefinition
 
description() - Method in class org.apache.camel.model.ThrottleDefinition
 
description() - Method in class org.apache.camel.model.ThrowExceptionDefinition
 
description() - Method in class org.apache.camel.model.TransactedDefinition
 
description() - Method in class org.apache.camel.model.UnmarshalDefinition
 
description() - Method in class org.apache.camel.model.WhenDefinition
 
DescriptionDefinition - Class in org.apache.camel.model
To provide comments about the node.
DescriptionDefinition() - Constructor for class org.apache.camel.model.DescriptionDefinition
 
destroy() - Method in class org.apache.camel.builder.NotifyBuilder
De-registers this builder from its CamelContext.
disableHangupSupport() - Method in class org.apache.camel.main.MainSupport
Disable the hangup support.
disableRedelivery() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
discardOnCompletionTimeout() - Method in class org.apache.camel.model.AggregateDefinition
Discards the aggregated message on completion timeout.
dnsDomain(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the DNS domain to use for DNS/SNDSRV lookup.
DnsServiceCallServiceDiscoveryConfiguration - Class in org.apache.camel.model.cloud
 
DnsServiceCallServiceDiscoveryConfiguration() - Constructor for class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfiguration
 
DnsServiceCallServiceDiscoveryConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfiguration
 
dnsServiceDiscovery() - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
 
dnsServiceDiscovery() - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
 
dnsServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
dnsServiceDiscovery(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
dnsServiceDiscovery(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
dnsServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
dnsServiceDiscovery(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
dnsServiceDiscovery(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
doCatch(Class<? extends Throwable>) - Method in class org.apache.camel.model.TryDefinition
Handles the given exception
doCatch(Class<? extends Throwable>...) - Method in class org.apache.camel.model.TryDefinition
Handles the given exception(s)
doConfigureCamelContextFromMainConfiguration(CamelContext, MainConfigurationProperties) - Method in class org.apache.camel.main.MainSupport
Configures CamelContext from the MainConfigurationProperties properties.
doCreateDataFormat(CamelContext) - Method in class org.apache.camel.reifier.dataformat.BindyDataFormatReifier
 
doCreateDataFormat(CamelContext) - Method in class org.apache.camel.reifier.dataformat.BoonDataFormatReifier
 
doCreateDataFormat(CamelContext) - Method in class org.apache.camel.reifier.dataformat.CBORDataFormatReifier
 
doCreateDataFormat(CamelContext) - Method in class org.apache.camel.reifier.dataformat.CryptoDataFormatReifier
 
doCreateDataFormat(CamelContext) - Method in class org.apache.camel.reifier.dataformat.CustomDataFormatReifier
 
doCreateDataFormat(CamelContext) - Method in class org.apache.camel.reifier.dataformat.DataFormatReifier
Factory method to create the data format instance
doCreateDataFormat(CamelContext) - Method in class org.apache.camel.reifier.dataformat.FlatpackDataFormatReifier
 
doCreateDataFormat(CamelContext) - Method in class org.apache.camel.reifier.dataformat.JacksonXMLDataFormatReifier
 
doCreateDataFormat(CamelContext) - Method in class org.apache.camel.reifier.dataformat.JsonDataFormatReifier
 
doCreateDataFormat(CamelContext) - Method in class org.apache.camel.reifier.dataformat.TidyMarkupDataFormatReifier
 
doCreateDataFormat(CamelContext) - Method in class org.apache.camel.reifier.dataformat.XStreamDataFormatReifier
 
doCreateDataFormat(CamelContext) - Method in class org.apache.camel.reifier.dataformat.YAMLDataFormatReifier
 
doCreateRoute(CamelContext, RouteContext) - Method in class org.apache.camel.reifier.RouteReifier
 
doCreateTransformer(CamelContext) - Method in class org.apache.camel.reifier.transformer.TransformerReifier
 
doCreateValidator(CamelContext) - Method in class org.apache.camel.reifier.validator.ValidatorReifier
 
doFinally() - Method in class org.apache.camel.model.TryDefinition
The finally block for a given handle
doGetRouteScopedServices(List<Service>) - Method in class org.apache.camel.impl.RouteService
Gather all other kind of route scoped services from the given route, except error handler
doInit() - Method in class org.apache.camel.main.Main
 
domain(String) - Method in class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfiguration
The domain name;
doProcess(String, LinkedList<String>) - Method in class org.apache.camel.main.MainSupport.Option
 
doProcess(String, LinkedList<String>) - Method in class org.apache.camel.main.MainSupport.ParameterOption
 
doProcess(String, String, LinkedList<String>) - Method in class org.apache.camel.main.MainSupport.ParameterOption
 
doShutdown() - Method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
 
doStart() - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
 
doStart() - Method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
 
doStart() - Method in class org.apache.camel.impl.FileWatcherReloadStrategy
 
doStart() - Method in class org.apache.camel.impl.ReloadStrategySupport
 
doStart() - Method in class org.apache.camel.main.Main
 
doStart() - Method in class org.apache.camel.main.MainDurationEventNotifier
 
doStart() - Method in class org.apache.camel.main.MainSupport
 
doStartEagerServices() - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
doStartStandardServices() - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
doStop() - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
 
doStop() - Method in class org.apache.camel.impl.FileWatcherReloadStrategy
 
doStop() - Method in class org.apache.camel.impl.ReloadStrategySupport
 
doStop() - Method in class org.apache.camel.main.Main
 
doStop() - Method in class org.apache.camel.main.MainSupport
 
doTry() - Method in class org.apache.camel.model.ProcessorDefinition
Creates a try/catch block
dumpModelAsXml(CamelContext, NamedNode) - Static method in class org.apache.camel.model.ModelHelper
Dumps the definition as XML
dumpModelAsXml(CamelContext, NamedNode, boolean, boolean) - Static method in class org.apache.camel.model.ModelHelper
Dumps the definition as XML
dynamicRouter(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
Dynamic Router EIP: Creates a dynamic router allowing you to route a message consecutively through a series of processing steps where the sequence of steps is not known at design time and can vary for each message.
dynamicRouter() - Method in class org.apache.camel.model.ProcessorDefinition
Dynamic Router EIP: Creates a dynamic router allowing you to route a message consecutively through a series of processing steps where the sequence of steps is not known at design time and can vary for each message.
DynamicRouterDefinition<Type extends ProcessorDefinition<Type>> - Class in org.apache.camel.model
Routes messages based on dynamic rules
DynamicRouterDefinition() - Constructor for class org.apache.camel.model.DynamicRouterDefinition
 
DynamicRouterDefinition(Expression) - Constructor for class org.apache.camel.model.DynamicRouterDefinition
 
dynamicUri(boolean) - Method in class org.apache.camel.model.WireTapDefinition
Whether the uri is dynamic or static.

E

eager(boolean) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
Sets whether to eagerly add the key to the idempotent repository or wait until the exchange is complete.
eagerCheckCompletion() - Method in class org.apache.camel.model.AggregateDefinition
Use eager completion checking which means that the completionPredicate will use the incoming Exchange.
emptyValue - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
enableCORS(boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
To specify whether to enable CORS which means Camel will automatic include CORS in the HTTP headers in the response.
enableCORS(boolean) - Method in class org.apache.camel.model.rest.RestDefinition
 
enableHangupSupport() - Method in class org.apache.camel.main.MainSupport
Hangup support is enabled by default.
enableTrace() - Method in class org.apache.camel.main.MainSupport
 
end() - Method in class org.apache.camel.model.ChoiceDefinition
 
end() - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
 
end() - Method in class org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration
 
end() - Method in class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration
 
end() - Method in class org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration
 
end() - Method in class org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfiguration
 
end() - Method in class org.apache.camel.model.DynamicRouterDefinition
 
end() - Method in class org.apache.camel.model.HystrixConfigurationDefinition
End of configuration.
end() - Method in class org.apache.camel.model.HystrixDefinition
 
end() - Method in class org.apache.camel.model.OnCompletionDefinition
 
end() - Method in class org.apache.camel.model.ProcessorDefinition
Ends the current block
end() - Method in class org.apache.camel.model.RecipientListDefinition
 
end() - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
 
end() - Method in class org.apache.camel.model.rest.RestSecurityApiKey
 
end() - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
 
end() - Method in class org.apache.camel.model.RoutingSlipDefinition
 
end() - Method in class org.apache.camel.model.WireTapDefinition
 
endChoice() - Method in class org.apache.camel.model.ChoiceDefinition
 
endChoice() - Method in class org.apache.camel.model.ProcessorDefinition
Ends the current block and returns back to the choice() DSL.
endDoTry() - Method in class org.apache.camel.model.ProcessorDefinition
Ends the current block and returns back to the doTry() DSL.
endHeader() - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
Ends the configuration of this header
endHystrix() - Method in class org.apache.camel.model.ProcessorDefinition
Ends the current block and returns back to the hystrix() DSL.
endParam() - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Ends the configuration of this parameter
endParent() - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
 
endParent() - Method in class org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration
 
endParent() - Method in class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration
 
endParent() - Method in class org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration
 
endParent() - Method in class org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfiguration
 
endParent() - Method in class org.apache.camel.model.ProcessorDefinition
Strategy to allow ProcessorDefinitions to have special logic when using end() in the DSL to return back to the intended parent.
endParent() - Method in class org.apache.camel.model.WhenDefinition
 
endpoint(String) - Method in class org.apache.camel.builder.BuilderSupport
Resolves the given URI to an endpoint
endpoint(String, Class<T>) - Method in class org.apache.camel.builder.BuilderSupport
Resolves the given URI to an endpoint of the specified type
endpoint(String) - Method in class org.apache.camel.builder.ProxyBuilder
Send the proxied message to this endpoint
endpoint(Endpoint) - Method in class org.apache.camel.builder.ProxyBuilder
Send the proxied message to this endpoint
endpoint - Variable in class org.apache.camel.model.SendDefinition
 
endpointProperty(String, String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
For additional configuration options on endpoint level

The value can use # to refer to a bean to lookup in the registry.

EndpointRequiredDefinition - Interface in org.apache.camel.model
A ProcessorDefinition that requires to be configured with an Endpoint such as SendDefinition.
endpoints(String...) - Method in class org.apache.camel.builder.BuilderSupport
Resolves the list of URIs into a list of Endpoint instances
endpoints(Endpoint...) - Method in class org.apache.camel.builder.BuilderSupport
Helper method to create a list of Endpoint instances
EndpointTransformerDefinition - Class in org.apache.camel.model.transformer
Represents an endpoint Transformer which leverages camel Endpoint to perform transformation.
EndpointTransformerDefinition() - Constructor for class org.apache.camel.model.transformer.EndpointTransformerDefinition
 
EndpointValidatorDefinition - Class in org.apache.camel.model.validator
Represents an endpoint Validator which leverages camel validator component such as Validator Component and Bean Validator Component to perform content validation.
EndpointValidatorDefinition() - Constructor for class org.apache.camel.model.validator.EndpointValidatorDefinition
 
endResponseHeader() - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
Ends the configuration of this response message
endResponseMessage() - Method in class org.apache.camel.model.rest.RestOperationResponseMsgDefinition
Ends the configuration of this response message
endRest() - Method in class org.apache.camel.model.ProcessorDefinition
Ends the current block and returns back to the rest() DSL.
endSecurityDefinition() - Method in class org.apache.camel.model.rest.RestSecurityDefinition
Ends the configuration of this security
enrich(String) - Method in class org.apache.camel.model.ProcessorDefinition
The Content Enricher EIP enriches an exchange with additional data obtained from a resourceUri.
enrich(String, AggregationStrategy) - Method in class org.apache.camel.model.ProcessorDefinition
The Content Enricher EIP enriches an exchange with additional data obtained from a resourceUri.
enrich(String, AggregationStrategy, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
The Content Enricher EIP enriches an exchange with additional data obtained from a resourceUri.
enrich(String, AggregationStrategy, boolean, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
The Content Enricher EIP enriches an exchange with additional data obtained from a resourceUri.
enrich() - Method in class org.apache.camel.model.ProcessorDefinition
The Content Enricher EIP enriches an exchange with additional data obtained from a resourceUri.
EnrichClause<T extends ProcessorDefinition<?>> - Class in org.apache.camel.builder
 
EnrichClause(T) - Constructor for class org.apache.camel.builder.EnrichClause
 
EnrichDefinition - Class in org.apache.camel.model
Enriches a message with data from a secondary resource
EnrichDefinition() - Constructor for class org.apache.camel.model.EnrichDefinition
 
EnrichDefinition(AggregationStrategy) - Constructor for class org.apache.camel.model.EnrichDefinition
 
enrichWith(String) - Method in class org.apache.camel.model.ProcessorDefinition
The Content Enricher EIP enriches an exchange with additional data obtained from a resourceUri and with an aggregation strategy created using a fluent builder.
enrichWith(String, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
The Content Enricher EIP enriches an exchange with additional data obtained from a resourceUri and with an aggregation strategy created using a fluent builder.
enrichWith(String, boolean, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
The Content Enricher EIP enriches an exchange with additional data obtained from a resourceUri and with an aggregation strategy created using a fluent builder.
errorHandler(ErrorHandlerBuilder) - Method in class org.apache.camel.builder.RouteBuilder
Installs the given error handler builder
errorHandler(ErrorHandlerFactory) - Method in class org.apache.camel.model.RouteDefinition
Installs the given error handler builder.
ErrorHandlerBuilder - Interface in org.apache.camel.builder
A builder of a Error Handler
ErrorHandlerBuilderRef - Class in org.apache.camel.builder
Represents a proxy to an error handler builder which is resolved by named reference
ErrorHandlerBuilderRef(String) - Constructor for class org.apache.camel.builder.ErrorHandlerBuilderRef
 
ErrorHandlerBuilderSupport - Class in org.apache.camel.builder
Base class for builders of error handling.
ErrorHandlerBuilderSupport() - Constructor for class org.apache.camel.builder.ErrorHandlerBuilderSupport
 
ErrorHandlerRefReifier - Class in org.apache.camel.reifier.errorhandler
 
ErrorHandlerRefReifier(ErrorHandlerFactory) - Constructor for class org.apache.camel.reifier.errorhandler.ErrorHandlerRefReifier
 
ErrorHandlerReifier<T extends ErrorHandlerBuilderSupport> - Class in org.apache.camel.reifier.errorhandler
 
EtcdServiceCallServiceDiscoveryConfiguration - Class in org.apache.camel.model.cloud
 
EtcdServiceCallServiceDiscoveryConfiguration() - Constructor for class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
 
EtcdServiceCallServiceDiscoveryConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
 
etcdServiceDiscovery() - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
 
etcdServiceDiscovery() - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
 
etcdServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
etcdServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
etcdServiceDiscovery(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
etcdServiceDiscovery(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
evaluate(Exchange, Class<T>) - Method in class org.apache.camel.builder.ExpressionClause
 
evaluate(Exchange, Class<T>) - Method in class org.apache.camel.builder.SimpleBuilder
 
evaluate(Exchange) - Method in class org.apache.camel.model.language.ExpressionDefinition
 
evaluate(Exchange, Class<T>) - Method in class org.apache.camel.model.language.ExpressionDefinition
 
example(String, String) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Adds a body example with the given content-type
example(String) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Adds a single example
example(String) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
Sets an example of this header.
example(String, String) - Method in class org.apache.camel.model.rest.RestOperationResponseMsgDefinition
Adds an example
exception(Class<? extends Throwable>...) - Method in class org.apache.camel.model.CatchDefinition
The exception(s) to catch.
exceptionClasses(List<Class<? extends Throwable>>) - Method in class org.apache.camel.model.CatchDefinition
The exceptions to catch.
exceptionClasses(Class<? extends Throwable>) - Method in class org.apache.camel.model.CatchDefinition
Sets the exception class that the CatchType want to catch
exceptionMessage() - Static method in class org.apache.camel.builder.Builder
Returns a predicate and value builder for the exception message on an exchange
exceptionMessage() - Method in class org.apache.camel.builder.BuilderSupport
Returns a exception expression value builder
exceptionPolicyStrategy(ExceptionPolicyStrategy) - Method in class org.apache.camel.builder.ErrorHandlerBuilderSupport
Sets the exception policy to use
exceptionStackTrace() - Static method in class org.apache.camel.builder.Builder
Returns a predicate and value builder for the exception stacktrace on an exchange
exchange(BiFunction<Exchange, Exchange, Exchange>) - Method in class org.apache.camel.builder.AggregationStrategyClause
Define an aggregation strategy which targets the exchnage.
exchange() - Method in class org.apache.camel.builder.ExpressionClause
An expression of the exchange
exchange(Function<Exchange, Object>) - Method in class org.apache.camel.builder.ExpressionClause
A functional expression of the exchange
exchange() - Method in class org.apache.camel.builder.ExpressionClauseSupport
An expression of the exchange
exchange(Predicate<Exchange>) - Method in class org.apache.camel.builder.PredicateClause
Define a Predicate which targets the Exchange.
exchange(Consumer<Exchange>) - Method in class org.apache.camel.builder.ProcessClause
Define a Processor which targets the Exchange.
ExchangeBuilder - Class in org.apache.camel.builder
Builder to create Exchange and add headers and set body on the Exchange Message.
ExchangeBuilder(CamelContext) - Constructor for class org.apache.camel.builder.ExchangeBuilder
 
exchangeFormatterRef(String) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
exchangeFormatterRef(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets the reference of the instance of ExchangeFormatter to generate the log message from exchange.
exchangePattern() - Method in class org.apache.camel.builder.ExpressionClauseSupport
An expression of the exchange pattern
exchangeProperties() - Method in class org.apache.camel.builder.ExpressionClause
An expression of the exchange properties
exchangeProperties() - Method in class org.apache.camel.builder.ExpressionClauseSupport
An expression of the exchange properties
exchangeProperty(String) - Static method in class org.apache.camel.builder.Builder
Returns a predicate and value builder for properties on an exchange
exchangeProperty(String) - Method in class org.apache.camel.builder.BuilderSupport
Returns a value builder for the given exchange property
exchangeProperty(String) - Method in class org.apache.camel.builder.ExpressionClause
An expression of an exchange property of the given name
exchangeProperty(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
An expression of an exchange property of the given name
ExchangePropertyExpression - Class in org.apache.camel.model.language
To use a Camel Exchange property in expressions or predicates.
ExchangePropertyExpression() - Constructor for class org.apache.camel.model.language.ExchangePropertyExpression
 
ExchangePropertyExpression(String) - Constructor for class org.apache.camel.model.language.ExchangePropertyExpression
 
executionIsolationSemaphoreMaxConcurrentRequests(Integer) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Number of concurrent requests permitted to HystrixCommand.run().
executionIsolationStrategy(String) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
What isolation strategy HystrixCommand.run() will be executed with.
executionIsolationThreadInterruptOnTimeout(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Whether the execution thread should attempt an interrupt (using Future cancel) when a thread times out.
executionTimeoutEnabled(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Whether the timeout mechanism is enabled for this command
executionTimeoutInMilliseconds(Integer) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Time in milliseconds at which point the command will timeout and halt execution.
executorService - Variable in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
executorService(ExecutorService) - Method in class org.apache.camel.model.AggregateDefinition
If using parallelProcessing you can specify a custom thread pool to be used.
executorService(ExecutorService) - Method in class org.apache.camel.model.DelayDefinition
To use a custom Thread Pool if asyncDelay has been enabled.
executorService(ExecutorService) - Method in interface org.apache.camel.model.ExecutorServiceAwareDefinition
Setting the executor service for executing
executorService(ExecutorService) - Method in class org.apache.camel.model.MulticastDefinition
To use a custom Thread Pool to be used for parallel processing.
executorService(ExecutorService) - Method in class org.apache.camel.model.OnCompletionDefinition
To use a custom Thread Pool to be used for parallel processing.
executorService(ExecutorService) - Method in class org.apache.camel.model.RecipientListDefinition
To use a custom Thread Pool to be used for parallel processing.
executorService(ExecutorService) - Method in class org.apache.camel.model.SplitDefinition
To use a custom Thread Pool to be used for parallel processing.
executorService(ExecutorService) - Method in class org.apache.camel.model.ThreadsDefinition
To use a custom thread pool
executorService(ExecutorService) - Method in class org.apache.camel.model.ThrottleDefinition
To use a custom thread pool (ScheduledExecutorService) by the throttler.
executorService(ExecutorService) - Method in class org.apache.camel.model.WireTapDefinition
Uses a custom thread pool
ExecutorServiceAwareDefinition<Type extends ProcessorDefinition<?>> - Interface in org.apache.camel.model
Enables definitions to support concurrency using ExecutorService
executorServiceRef - Variable in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
executorServiceRef(String) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
Sets a reference to a thread pool to be used for redelivery.
executorServiceRef(String) - Method in class org.apache.camel.model.AggregateDefinition
If using parallelProcessing you can specify a custom thread pool to be used.
executorServiceRef(String) - Method in class org.apache.camel.model.DelayDefinition
Refers to a custom Thread Pool if asyncDelay has been enabled.
executorServiceRef(String) - Method in interface org.apache.camel.model.ExecutorServiceAwareDefinition
Setting the executor service for executing
executorServiceRef(String) - Method in class org.apache.camel.model.MulticastDefinition
Refers to a custom Thread Pool to be used for parallel processing.
executorServiceRef(String) - Method in class org.apache.camel.model.OnCompletionDefinition
Refers to a custom Thread Pool to be used for parallel processing.
executorServiceRef(String) - Method in class org.apache.camel.model.RecipientListDefinition
Refers to a custom Thread Pool to be used for parallel processing.
executorServiceRef(String) - Method in class org.apache.camel.model.SplitDefinition
Refers to a custom Thread Pool to be used for parallel processing.
executorServiceRef(String) - Method in class org.apache.camel.model.ThreadsDefinition
To refer to a custom thread pool or use a thread pool profile (as overlay)
executorServiceRef(String) - Method in class org.apache.camel.model.ThrottleDefinition
To use a custom thread pool (ScheduledExecutorService) by the throttler.
executorServiceRef(String) - Method in class org.apache.camel.model.WireTapDefinition
Uses a custom thread pool
exitCode - Variable in class org.apache.camel.main.MainSupport
 
exponentialBackOff() - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
Enable exponential backoff
exponentialBackOff(boolean) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
 
expression(Expression) - Method in class org.apache.camel.builder.ExpressionClause
Specify an Expression instance
expression(Expression) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Specify an Expression instance
expression(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Sets a reference to a custom Expression to use.
expression(Expression) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Sets a custom Expression to use.
expression() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Sets a custom Expression to use through an expression builder clause.
expression(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets a reference to a custom Expression to use.
expression(Expression) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets a custom Expression to use.
expression() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets a custom Expression to use through an expression builder clause.
expression(Expression) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
 
ExpressionBuilder - Class in org.apache.camel.builder
A helper class for working with expressions.
ExpressionClause<T> - Class in org.apache.camel.builder
Represents an expression clause within the DSL which when the expression is complete the clause continues to another part of the DSL
ExpressionClause(T) - Constructor for class org.apache.camel.builder.ExpressionClause
 
ExpressionClauseSupport<T> - Class in org.apache.camel.builder
A support class for building expression clauses.
ExpressionClauseSupport(T) - Constructor for class org.apache.camel.builder.ExpressionClauseSupport
 
expressionConfiguration(ServiceCallExpressionConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Configures the Expression using the given configuration.
expressionConfiguration(ServiceCallExpressionConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Configures the Expression using the given configuration.
ExpressionDefinition - Class in org.apache.camel.model.language
A useful base class for an expression
ExpressionDefinition() - Constructor for class org.apache.camel.model.language.ExpressionDefinition
 
ExpressionDefinition(String) - Constructor for class org.apache.camel.model.language.ExpressionDefinition
 
ExpressionDefinition(Predicate) - Constructor for class org.apache.camel.model.language.ExpressionDefinition
 
ExpressionDefinition(Expression) - Constructor for class org.apache.camel.model.language.ExpressionDefinition
 
ExpressionNode - Class in org.apache.camel.model
A base class for nodes which contain an expression and a number of outputs
ExpressionNode() - Constructor for class org.apache.camel.model.ExpressionNode
 
ExpressionNode(ExpressionDefinition) - Constructor for class org.apache.camel.model.ExpressionNode
 
ExpressionNode(Expression) - Constructor for class org.apache.camel.model.ExpressionNode
 
ExpressionNode(Predicate) - Constructor for class org.apache.camel.model.ExpressionNode
 
ExpressionNodeHelper - Class in org.apache.camel.model
Helper for ExpressionNode
ExpressionSubElementDefinition - Class in org.apache.camel.model
Represents an expression sub element
ExpressionSubElementDefinition() - Constructor for class org.apache.camel.model.ExpressionSubElementDefinition
 
ExpressionSubElementDefinition(Expression) - Constructor for class org.apache.camel.model.ExpressionSubElementDefinition
 
ExpressionSubElementDefinition(Predicate) - Constructor for class org.apache.camel.model.ExpressionSubElementDefinition
 
expressionType(ExpressionDefinition) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
 

F

failover() - Method in class org.apache.camel.model.LoadBalanceDefinition
Uses fail over load balancer

Will not round robin and inherit the error handler.

failover(Class<?>...) - Method in class org.apache.camel.model.LoadBalanceDefinition
Uses fail over load balancer

Will not round robin and inherit the error handler.

failover(int, boolean, boolean, Class<?>...) - Method in class org.apache.camel.model.LoadBalanceDefinition
Uses fail over load balancer
failover(int, boolean, boolean, boolean, Class<?>...) - Method in class org.apache.camel.model.LoadBalanceDefinition
Uses fail over load balancer
FailoverLoadBalancerDefinition - Class in org.apache.camel.model.loadbalancer
Failover load balancer The failover load balancer is capable of trying the next processor in case an Exchange failed with an exception during processing.
FailoverLoadBalancerDefinition() - Constructor for class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
 
failureProcessor - Variable in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
fallbackEnabled(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Whether HystrixCommand.getFallback() should be attempted when failure occurs.
fallbackIsolationSemaphoreMaxConcurrentRequests(Integer) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Number of concurrent requests permitted to HystrixCommand.getFallback().
FhirDataformat - Class in org.apache.camel.model.dataformat
 
FhirDataformat(String) - Constructor for class org.apache.camel.model.dataformat.FhirDataformat
 
FhirDataformat() - Constructor for class org.apache.camel.model.dataformat.FhirDataformat
 
FhirDataFormatReifier<T extends FhirDataformat> - Class in org.apache.camel.reifier.dataformat
 
FhirDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.FhirDataFormatReifier
 
fhirJson() - Method in class org.apache.camel.builder.DataFormatClause
Uses the FHIR JSON data format
fhirJson(String) - Method in class org.apache.camel.builder.DataFormatClause
 
fhirJson(boolean) - Method in class org.apache.camel.builder.DataFormatClause
 
fhirJson(String, boolean) - Method in class org.apache.camel.builder.DataFormatClause
 
FhirJsonDataFormat - Class in org.apache.camel.model.dataformat
The FHIR JSon data format is used to marshall/unmarshall to/from FHIR objects to/from JSON.
FhirJsonDataFormat() - Constructor for class org.apache.camel.model.dataformat.FhirJsonDataFormat
 
FhirJsonDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
FhirJsonDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.FhirJsonDataFormatReifier
 
fhirXml() - Method in class org.apache.camel.builder.DataFormatClause
Uses the FHIR XML data format
fhirXml(String) - Method in class org.apache.camel.builder.DataFormatClause
 
fhirXml(boolean) - Method in class org.apache.camel.builder.DataFormatClause
 
fhirXml(String, boolean) - Method in class org.apache.camel.builder.DataFormatClause
 
FhirXmlDataFormat - Class in org.apache.camel.model.dataformat
The FHIR XML data format is used to marshall/unmarshall from/to FHIR objects to/from XML.
FhirXmlDataFormat() - Constructor for class org.apache.camel.model.dataformat.FhirXmlDataFormat
 
FhirXmlDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
FhirXmlDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.FhirXmlDataFormatReifier
 
FileWatcherReloadStrategy - Class in org.apache.camel.impl
A file based ReloadStrategy which watches a file folder for modified files and reload on file changes.
FileWatcherReloadStrategy() - Constructor for class org.apache.camel.impl.FileWatcherReloadStrategy
 
FileWatcherReloadStrategy(String) - Constructor for class org.apache.camel.impl.FileWatcherReloadStrategy
 
FileWatcherReloadStrategy(String, boolean) - Constructor for class org.apache.camel.impl.FileWatcherReloadStrategy
 
filter(Predicate) - Method in class org.apache.camel.builder.NotifyBuilder
Optionally a filter to only allow matching Exchange to be used for matching.
filter() - Method in class org.apache.camel.builder.NotifyBuilder
Optionally a filter to only allow matching Exchange to be used for matching.
filter(String) - Method in class org.apache.camel.model.ClaimCheckDefinition
Specified a filter to control what data gets merging data back from the claim check repository.
filter() - Method in class org.apache.camel.model.ProcessorDefinition
Message Filter EIP: Creates a predicate expression which only if it is true then the exchange is forwarded to the destination
filter(Predicate) - Method in class org.apache.camel.model.ProcessorDefinition
Message Filter EIP: Creates a predicate which is applied and only if it is true then the exchange is forwarded to the destination
filter(ExpressionDefinition) - Method in class org.apache.camel.model.ProcessorDefinition
Message Filter EIP: Creates a predicate expression which only if it is true then the exchange is forwarded to the destination
filter(String, String) - Method in class org.apache.camel.model.ProcessorDefinition
Message Filter EIP: Creates a predicate language expression which only if it is true then the exchange is forwarded to the destination
FilterDefinition - Class in org.apache.camel.model
Filter out messages based using a predicate
FilterDefinition() - Constructor for class org.apache.camel.model.FilterDefinition
 
FilterDefinition(ExpressionDefinition) - Constructor for class org.apache.camel.model.FilterDefinition
 
FilterDefinition(Predicate) - Constructor for class org.apache.camel.model.FilterDefinition
 
filterTypeInOutputs(List<ProcessorDefinition<?>>, Class<T>) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
Looks for the given type in the list of outputs and recurring all the children as well.
filterTypeInOutputs(List<ProcessorDefinition<?>>, Class<T>, int) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
Looks for the given type in the list of outputs and recurring all the children as well.
FinallyDefinition - Class in org.apache.camel.model
Path traversed when a try, catch, finally block exits
FinallyDefinition() - Constructor for class org.apache.camel.model.FinallyDefinition
 
findBindingsByType(Class<T>) - Method in class org.apache.camel.main.MainRegistry
 
findFirstParentOfType(Class<T>, ProcessorDefinition<?>, boolean) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
Is the given node parent(s) of the given type
findFirstTypeInOutputs(List<ProcessorDefinition<?>>, Class<T>) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
Looks for the given type in the list of outputs and recurring all the children as well.
findOrCreateCamelTemplate() - Method in class org.apache.camel.main.Main
 
findOrCreateCamelTemplate() - Method in class org.apache.camel.main.MainSupport
 
FlatpackDataFormat - Class in org.apache.camel.model.dataformat
The Flatpack data format is used for working with flat payloads (such as CSV, delimited, or fixed length formats).
FlatpackDataFormat() - Constructor for class org.apache.camel.model.dataformat.FlatpackDataFormat
 
FlatpackDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
FlatpackDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.FlatpackDataFormatReifier
 
flexible(Class<T>) - Static method in class org.apache.camel.builder.AggregationStrategies
Creates a FlexibleAggregationStrategy pivoting around a particular type, e.g.
flexible() - Static method in class org.apache.camel.builder.AggregationStrategies
Creates a FlexibleAggregationStrategy with no particular type, i.e.
FlexibleAggregationStrategy<E> - Class in org.apache.camel.builder
The Flexible Aggregation Strategy is a highly customizable, fluently configurable aggregation strategy.
FlexibleAggregationStrategy() - Constructor for class org.apache.camel.builder.FlexibleAggregationStrategy
Initializes a new instance with Object as the FlexibleAggregationStrategy.castAs type.
FlexibleAggregationStrategy(Class<E>) - Constructor for class org.apache.camel.builder.FlexibleAggregationStrategy
Initializes a new instance with the specified type as the FlexibleAggregationStrategy.castAs type.
FlexibleAggregationStrategy.CompletionAwareMixin - Interface in org.apache.camel.builder
 
FlexibleAggregationStrategy.TimeoutAwareMixin - Interface in org.apache.camel.builder
 
forceAssignIds(CamelContext, List<RouteDefinition>) - Static method in class org.apache.camel.model.RouteDefinitionHelper
Force assigning ids to the routes
forceAssignIds(CamelContext, ProcessorDefinition) - Static method in class org.apache.camel.model.RouteDefinitionHelper
Force assigning ids to the give node and all its children (recursively).
forceCompletionOnStop() - Method in class org.apache.camel.model.AggregateDefinition
Indicates to complete all current aggregated exchanges when the context is stopped
forceId(Object) - Method in class org.apache.camel.impl.DefaultExecutorServiceManager
 
forNamespace(CamelContext, CamelClusterService.Selector, String) - Static method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
 
forNamespace(CamelContext, String) - Static method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
 
forNamespace(CamelClusterService, String) - Static method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
 
forNamespace(CamelClusterService.Selector, String) - Static method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
 
forNamespace(String) - Static method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
 
forNamespace(String) - Static method in class org.apache.camel.impl.cluster.ClusteredRoutePolicyFactory
 
forNamespace(CamelClusterService.Selector, String) - Static method in class org.apache.camel.impl.cluster.ClusteredRoutePolicyFactory
 
forNamespace(CamelClusterService, String) - Static method in class org.apache.camel.impl.cluster.ClusteredRoutePolicyFactory
 
from(String) - Method in class org.apache.camel.builder.NotifyBuilder
Optionally a from endpoint which means that this expression should only be based on Exchange which is originated from the particular endpoint(s).
from(String) - Method in class org.apache.camel.builder.RouteBuilder
Creates a new route from the given URI input
from(Endpoint) - Method in class org.apache.camel.builder.RouteBuilder
Creates a new route from the given endpoint
from(String) - Method in class org.apache.camel.model.RouteDefinition
Creates an input to the route
from(Endpoint) - Method in class org.apache.camel.model.RouteDefinition
Creates an input to the route
from(String) - Method in class org.apache.camel.model.RoutesDefinition
Creates a new route from the given URI input
from(Endpoint) - Method in class org.apache.camel.model.RoutesDefinition
Creates a new route from the given endpoint
FromDefinition - Class in org.apache.camel.model
Act as a message source as input to a route
FromDefinition() - Constructor for class org.apache.camel.model.FromDefinition
 
FromDefinition(String) - Constructor for class org.apache.camel.model.FromDefinition
 
FromDefinition(Endpoint) - Constructor for class org.apache.camel.model.FromDefinition
 
fromEndpoint(Endpoint) - Static method in class org.apache.camel.model.RouteDefinition
 
fromF(String, Object...) - Method in class org.apache.camel.builder.RouteBuilder
Creates a new route from the given URI input
fromRest(String) - Method in class org.apache.camel.model.RouteDefinition
This route is created from the REST DSL.
fromRoute(String) - Method in class org.apache.camel.builder.NotifyBuilder
Optionally a from route which means that this expression should only be based on Exchange which is originated from the particular route(s).
fromType(String) - Method in class org.apache.camel.builder.TransformerBuilder
Set the 'from' data type name.
fromType(Class<?>) - Method in class org.apache.camel.builder.TransformerBuilder
Set the 'from' data type using Java class.
fromUri(String) - Static method in class org.apache.camel.model.RouteDefinition
 

G

gatherAllEndpointUris(CamelContext, RouteDefinition, boolean, boolean, boolean) - Static method in class org.apache.camel.model.RouteDefinitionHelper
Gather all the endpoint uri's the route is using from the EIPs that has a static or dynamic endpoint defined.
gatherAllNodeIds(ProcessorDefinition<?>, Set<String>, boolean, boolean) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
Traverses the node, including its children (recursive), and gathers all the node ids.
gatherAllStaticEndpointUris(CamelContext, RouteDefinition, boolean, boolean) - Static method in class org.apache.camel.model.RouteDefinitionHelper
Gather all the endpoint uri's the route is using from the EIPs that has a static endpoint defined.
get() - Method in class org.apache.camel.model.rest.RestDefinition
 
get(String) - Method in class org.apache.camel.model.rest.RestDefinition
 
get() - Method in class org.apache.camel.model.rest.VerbDefinition
 
get(String) - Method in class org.apache.camel.model.rest.VerbDefinition
 
getAbbreviation() - Method in class org.apache.camel.main.MainSupport.Option
 
getAclToken() - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
 
getAddKeyValueForEncryptedKey() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
 
getAdviceWithTasks() - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
Gets a list of additional tasks to execute after the RouteBuilder.configure() method has been executed during the advice process.
getAggregateController() - Method in class org.apache.camel.model.AggregateDefinition
 
getAggregateControllerRef() - Method in class org.apache.camel.model.AggregateDefinition
 
getAggregateOnException() - Method in class org.apache.camel.model.EnrichDefinition
 
getAggregateOnException() - Method in class org.apache.camel.model.PollEnrichDefinition
 
getAggregationRepository() - Method in class org.apache.camel.model.AggregateDefinition
 
getAggregationRepositoryRef() - Method in class org.apache.camel.model.AggregateDefinition
 
getAggregationStrategy() - Method in class org.apache.camel.model.AggregateDefinition
 
getAggregationStrategy() - Method in class org.apache.camel.model.ClaimCheckDefinition
 
getAggregationStrategy() - Method in class org.apache.camel.model.EnrichDefinition
 
getAggregationStrategy() - Method in class org.apache.camel.model.MulticastDefinition
 
getAggregationStrategy() - Method in class org.apache.camel.model.PollEnrichDefinition
 
getAggregationStrategy() - Method in class org.apache.camel.model.RecipientListDefinition
 
getAggregationStrategy() - Method in class org.apache.camel.model.SplitDefinition
 
getAggregationStrategyMethodAllowNull() - Method in class org.apache.camel.model.EnrichDefinition
 
getAggregationStrategyMethodAllowNull() - Method in class org.apache.camel.model.PollEnrichDefinition
 
getAggregationStrategyMethodName() - Method in class org.apache.camel.model.AggregateDefinition
 
getAggregationStrategyMethodName() - Method in class org.apache.camel.model.ClaimCheckDefinition
 
getAggregationStrategyMethodName() - Method in class org.apache.camel.model.EnrichDefinition
 
getAggregationStrategyMethodName() - Method in class org.apache.camel.model.PollEnrichDefinition
 
getAggregationStrategyRef() - Method in class org.apache.camel.model.AggregateDefinition
 
getAggregationStrategyRef() - Method in class org.apache.camel.model.ClaimCheckDefinition
 
getAggregationStrategyRef() - Method in class org.apache.camel.model.EnrichDefinition
 
getAggregationStrategyRef() - Method in class org.apache.camel.model.PollEnrichDefinition
 
getAlgorithm() - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
 
getAlgorithm() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
 
getAlgorithmParameterRef() - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
 
getAliases() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
 
getAllowableValues() - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
 
getAllowableValues() - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
 
getAllowCoreThreadTimeOut() - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
getAllowCoreThreadTimeOut() - Method in class org.apache.camel.model.ThreadsDefinition
 
getAllowDuplicates() - Method in class org.apache.camel.model.config.BatchResequencerConfig
 
getAllowEasyPredicate() - Method in class org.apache.camel.model.language.JsonPathExpression
 
getAllowEmptyDirectory() - Method in class org.apache.camel.model.dataformat.TarFileDataFormat
 
getAllowEmptyDirectory() - Method in class org.apache.camel.model.dataformat.ZipFileDataFormat
 
getAllowJmsType() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getAllowJmsType() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getAllowMaximumSizeToDivergeFromCoreSize() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getAllowMissingColumnNames() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getAllowOptimisedComponents() - Method in class org.apache.camel.model.ToDynamicDefinition
 
getAllowRedeliveryWhileStopping() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getAllowShortLines() - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
 
getAllowSimple() - Method in class org.apache.camel.model.language.JsonPathExpression
 
getAllowUnmarshallType() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
 
getAllowUnmarshallType() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getAllowUnmarshallType() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getApiComponent() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getApiContextIdPattern() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getApiContextListing() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getApiContextPath() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getApiContextRouteId() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getApiDocs() - Method in class org.apache.camel.model.rest.RestDefinition
 
getApiDocs() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getApiHost() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getApiProperties() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getApiVendorExtension() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getApiVersion() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
 
getArmored() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
 
getArrayType() - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
 
getArrayType() - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
 
getAsMap() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
getAsyncDelayed() - Method in class org.apache.camel.model.DelayDefinition
 
getAsyncDelayed() - Method in class org.apache.camel.model.ThrottleDefinition
 
getAsyncDelayedRedelivery() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getAuthorizationUrl() - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
 
getAutoStartup() - Method in class org.apache.camel.model.RouteDefinition
Whether to auto start this route
getBackOffMultiplier() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getBarcodeFormat() - Method in class org.apache.camel.model.dataformat.BarcodeDataFormat
 
getBasePath() - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
 
getBatchConfig() - Method in class org.apache.camel.model.ResequenceDefinition
 
getBatchSize() - Method in class org.apache.camel.model.config.BatchResequencerConfig
 
getBatchTimeout() - Method in class org.apache.camel.model.config.BatchResequencerConfig
 
getBean() - Method in class org.apache.camel.model.BeanDefinition
 
getBeanClass() - Method in class org.apache.camel.model.BeanDefinition
 
getBeanReaderErrorHandlerType() - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
 
getBeanType() - Method in class org.apache.camel.model.BeanDefinition
 
getBeanType() - Method in class org.apache.camel.model.language.MethodCallExpression
 
getBeanTypeName() - Method in class org.apache.camel.model.language.MethodCallExpression
 
getBinaryContent() - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
 
getBindingMode() - Method in class org.apache.camel.model.rest.RestBindingDefinition
 
getBindingMode() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getBindingMode() - Method in class org.apache.camel.model.rest.RestDefinition
 
getBindingMode() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getBlockSeconds() - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
 
getBuffersize() - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
 
getCaCertData() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
 
getCaCertFile() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
 
getCache() - Method in class org.apache.camel.model.BeanDefinition
 
getCacheSize() - Method in class org.apache.camel.model.DynamicRouterDefinition
 
getCacheSize() - Method in class org.apache.camel.model.EnrichDefinition
 
getCacheSize() - Method in class org.apache.camel.model.PollEnrichDefinition
 
getCacheSize() - Method in class org.apache.camel.model.RecipientListDefinition
 
getCacheSize() - Method in class org.apache.camel.model.RoutingSlipDefinition
 
getCacheSize() - Method in class org.apache.camel.model.ToDynamicDefinition
 
getCallerRunsWhenRejected() - Method in class org.apache.camel.model.DelayDefinition
 
getCallerRunsWhenRejected() - Method in class org.apache.camel.model.ThreadsDefinition
 
getCallerRunsWhenRejected() - Method in class org.apache.camel.model.ThrottleDefinition
 
getCamelContext() - Method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
 
getCamelContext() - Method in class org.apache.camel.impl.DefaultModel
 
getCamelContext() - Method in class org.apache.camel.impl.ReloadStrategySupport
 
getCamelContext() - Method in class org.apache.camel.main.MainSupport
 
getCamelContext() - Method in class org.apache.camel.model.rest.RestsDefinition
 
getCamelContext() - Method in class org.apache.camel.model.RoutesDefinition
 
getCamelTemplate() - Method in class org.apache.camel.main.MainSupport
 
getCapacity() - Method in class org.apache.camel.model.config.StreamResequencerConfig
 
getCatchClauses() - Method in class org.apache.camel.model.TryDefinition
 
getCharset() - Method in class org.apache.camel.model.ConvertBodyDefinition
 
getCircuitBreakerEnabled() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getCircuitBreakerErrorThresholdPercentage() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getCircuitBreakerForceClosed() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getCircuitBreakerForceOpen() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getCircuitBreakerRequestVolumeThreshold() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getCircuitBreakerSleepWindowInMilliseconds() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getClassLoader() - Method in class org.apache.camel.impl.DefaultModelJAXBContextFactory
 
getClassLoader() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
 
getClassName() - Method in class org.apache.camel.model.transformer.CustomTransformerDefinition
 
getClassName() - Method in class org.apache.camel.model.validator.CustomValidatorDefinition
 
getClassType() - Method in class org.apache.camel.model.dataformat.BindyDataFormat
 
getClassTypeAsString() - Method in class org.apache.camel.model.dataformat.BindyDataFormat
 
getClazzName() - Method in class org.apache.camel.model.dataformat.ASN1DataFormat
 
getClientCertData() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
 
getClientCertFile() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
 
getClientKeyAlgo() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
 
getClientKeyData() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
 
getClientKeyFile() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
 
getClientKeyPassphrase() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
 
getClientName() - Method in class org.apache.camel.model.cloud.RibbonServiceCallServiceLoadBalancerConfiguration
 
getClientRequestValidation() - Method in class org.apache.camel.model.rest.RestBindingDefinition
 
getClientRequestValidation() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getClientRequestValidation() - Method in class org.apache.camel.model.rest.RestDefinition
 
getClientRequestValidation() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getCloseCorrelationKeyOnCompletion() - Method in class org.apache.camel.model.AggregateDefinition
 
getClsName() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.AliasEntry
 
getClsName() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.ConverterEntry
 
getClsName() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.ImplicitCollectionEntry
 
getClsName() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.OmitFieldEntry
 
getClusterService() - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
 
getClusterServiceSelector() - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
 
getCode() - Method in class org.apache.camel.model.rest.RestOperationResponseMsgDefinition
 
getCollectionFormat() - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
 
getCollectionFormat() - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
 
getCollectionType() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
 
getCollectionType() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getCollectionType() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getCollectionTypeName() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
 
getCollectionTypeName() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getCollectionTypeName() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getCollisionAvoidanceFactor() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getComment() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
getCommentMarker() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getCommentMarkerDisabled() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getComparator() - Method in class org.apache.camel.model.config.StreamResequencerConfig
 
getComparator() - Method in class org.apache.camel.model.SortDefinition
 
getComparatorRef() - Method in class org.apache.camel.model.config.StreamResequencerConfig
 
getComparatorRef() - Method in class org.apache.camel.model.SortDefinition
 
getCompensation() - Method in class org.apache.camel.model.SagaDefinition
 
getCompleteAllOnStop() - Method in class org.apache.camel.model.AggregateDefinition
 
getCompletion() - Method in class org.apache.camel.model.SagaDefinition
 
getCompletionEager() - Method in class org.apache.camel.model.IdempotentConsumerDefinition
 
getCompletionFromBatchConsumer() - Method in class org.apache.camel.model.AggregateDefinition
 
getCompletionInterval() - Method in class org.apache.camel.model.AggregateDefinition
 
getCompletionMode() - Method in class org.apache.camel.model.SagaDefinition
 
getCompletionOnNewCorrelationGroup() - Method in class org.apache.camel.model.AggregateDefinition
 
getCompletionPredicate() - Method in class org.apache.camel.model.AggregateDefinition
 
getCompletionSize() - Method in class org.apache.camel.model.AggregateDefinition
 
getCompletionSizeExpression() - Method in class org.apache.camel.model.AggregateDefinition
 
getCompletionTimeout() - Method in class org.apache.camel.model.AggregateDefinition
 
getCompletionTimeoutCheckerInterval() - Method in class org.apache.camel.model.AggregateDefinition
 
getCompletionTimeoutExpression() - Method in class org.apache.camel.model.AggregateDefinition
 
getComponent() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
getComponent() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
getComponent() - Method in class org.apache.camel.model.rest.RestBindingDefinition
 
getComponent() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getComponentProperties() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getCompressionAlgorithm() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
 
getCompressionLevel() - Method in class org.apache.camel.model.dataformat.ZipDeflaterDataFormat
 
getConfigurationClasses() - Method in class org.apache.camel.main.MainSupport
 
getConfigurationRef() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
getConfigurations() - Method in class org.apache.camel.main.MainSupport
 
getConfiguredExecutorService(RouteContext, String, ExecutorServiceAwareDefinition<?>, boolean) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
Will lookup and get the configured ExecutorService from the given definition.
getConfiguredScheduledExecutorService(RouteContext, String, ExecutorServiceAwareDefinition<?>, boolean) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
Will lookup and get the configured ScheduledExecutorService from the given definition.
getConnectionTimeout() - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
 
getConnectTimeoutMillis() - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
 
getConstructor() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
 
getConsumerProperties() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getConsumerTemplateCacheSize() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getConsumes() - Method in class org.apache.camel.model.rest.RestBindingDefinition
 
getConsumes() - Method in class org.apache.camel.model.rest.RestDefinition
 
getConsumes() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getContentTypeFormat() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
getContentTypeFormat() - Method in class org.apache.camel.model.dataformat.ThriftDataFormat
 
getContentTypeHeader() - Method in class org.apache.camel.model.DataFormatDefinition
 
getContext() - Method in class org.apache.camel.builder.BuilderSupport
 
getContextPath() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
 
getContextPath() - Method in class org.apache.camel.model.dataformat.SoapJaxbDataFormat
 
getContextPath() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getContinued() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getContinuedPolicy() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getControlledRoutes() - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
 
getConverters() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
 
getCopy() - Method in class org.apache.camel.model.LoopDefinition
 
getCopy() - Method in class org.apache.camel.model.WireTapDefinition
 
getCorePoolSize() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getCorrelationExpression() - Method in class org.apache.camel.model.AggregateDefinition
 
getCorrelationExpression() - Method in class org.apache.camel.model.loadbalancer.StickyLoadBalancerDefinition
 
getCorrelationExpression() - Method in class org.apache.camel.model.ThrottleDefinition
 
getCorsHeaders() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getCryptoProvider() - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
 
getCustomId() - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
 
getCustomLoadBalancer() - Method in class org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition
 
getDatacenter() - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
 
getDataFormat() - Method in class org.apache.camel.model.DataFormatDefinition
 
getDataFormat() - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
 
getDataFormat() - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
 
getDataFormat(CamelContext, DataFormatDefinition, String) - Static method in class org.apache.camel.reifier.dataformat.DataFormatReifier
Factory method to create the data format
getDataFormatName() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
 
getDataFormatName() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getDataFormatName() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getDataFormatName() - Method in class org.apache.camel.model.DataFormatDefinition
 
getDataFormatProperties() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getDataFormats() - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
getDataFormats() - Method in class org.apache.camel.impl.DefaultModel
 
getDataFormats() - Method in class org.apache.camel.model.dataformat.DataFormatsDefinition
 
getDataFormats() - Method in interface org.apache.camel.model.Model
Gets the data formats that can be referenced in the routes.
getDataFormatType() - Method in class org.apache.camel.model.MarshalDefinition
 
getDataFormatType() - Method in class org.apache.camel.model.transformer.DataFormatTransformerDefinition
 
getDataFormatType() - Method in class org.apache.camel.model.UnmarshalDefinition
 
getDataFormatTypes() - Method in class org.apache.camel.model.dataformat.JsonApiDataFormat
 
getDataObjectType() - Method in class org.apache.camel.model.dataformat.TidyMarkupDataFormat
 
getDataObjectTypeName() - Method in class org.apache.camel.model.dataformat.TidyMarkupDataFormat
 
getDataType() - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
 
getDataType() - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
 
getDeadLetter() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
getDeadLetterUri() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
getDefault() - Static method in class org.apache.camel.model.config.BatchResequencerConfig
Returns a new BatchResequencerConfig instance using default values for batchSize (100) and batchTimeout (1000L).
getDefault() - Static method in class org.apache.camel.model.config.StreamResequencerConfig
Returns a new StreamResequencerConfig instance using default values for capacity (1000) and timeout (1000L).
getDefaultInstance() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
getDefaultInstance() - Method in class org.apache.camel.model.dataformat.ThriftDataFormat
 
getDefaultProfile() - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
getDefaultValue() - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Sets the Swagger Parameter default value.
getDefaultValues() - Method in class org.apache.camel.model.rest.RestBindingDefinition
Gets the registered default values for query parameters
getDefinition() - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
 
getDelayer() - Method in class org.apache.camel.model.RouteDefinition
Whether to slow down processing messages by a given delay in msec.
getDelayPattern() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getDelimiter() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getDelimiter() - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
 
getDelimiter() - Method in class org.apache.camel.model.dataformat.UniVocityCsvDataFormat
 
getDelimiter() - Method in class org.apache.camel.model.RecipientListDefinition
 
getDeliveryAttemptInterval() - Method in class org.apache.camel.model.config.StreamResequencerConfig
 
getDescription() - Method in class org.apache.camel.main.MainSupport.Option
 
getDescription() - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
 
getDescription() - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
 
getDescription() - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
 
getDescription() - Method in class org.apache.camel.model.rest.RestSecurityDefinition
 
getDescriptionText() - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
Returns the description text or null if there is no description text associated with this node
getDigestAlgorithm() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
 
getDisableFeatures() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getDisableFeatures() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getDisableRedelivery() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getDiscardOnCompletionTimeout() - Method in class org.apache.camel.model.AggregateDefinition
 
getDistributionRatio() - Method in class org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition
 
getDistributionRatioDelimiter() - Method in class org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition
 
getDnsDomain() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
 
getDocumentType() - Method in class org.apache.camel.model.language.XPathExpression
 
getDocumentTypeName() - Method in class org.apache.camel.model.language.XPathExpression
 
getDomain() - Method in class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfiguration
 
getDontEncodeElements() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
getDontStripVersionsFromReferencesAtPaths() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
getDoWhile() - Method in class org.apache.camel.model.LoopDefinition
 
getDriver() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
 
getDriverRef() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
 
getDumperOptions() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
 
getDuration() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getDuration() - Method in class org.apache.camel.main.MainSupport
Deprecated.
getDurationHitExitCode() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getDurationHitExitCode() - Method in class org.apache.camel.main.MainSupport
Deprecated.
getDurationIdle() - Method in class org.apache.camel.main.MainSupport
Deprecated.
getDurationMaxIdleSeconds() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getDurationMaxMessages() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getDurationMaxMessages() - Method in class org.apache.camel.main.MainSupport
Deprecated.
getDurationMaxSeconds() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getDynamicUri() - Method in class org.apache.camel.model.WireTapDefinition
 
getEager() - Method in class org.apache.camel.model.IdempotentConsumerDefinition
 
getEagerCheckCompletion() - Method in class org.apache.camel.model.AggregateDefinition
 
getElementNameStrategy() - Method in class org.apache.camel.model.dataformat.SoapJaxbDataFormat
 
getElementNameStrategyRef() - Method in class org.apache.camel.model.dataformat.SoapJaxbDataFormat
 
getEmptyValue() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
getEnableCORS() - Method in class org.apache.camel.model.rest.RestBindingDefinition
 
getEnableCORS() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getEnableCORS() - Method in class org.apache.camel.model.rest.RestDefinition
 
getEnableCORS() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getEnableFeatures() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getEnableFeatures() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getEnableJaxbAnnotationModule() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getEnableJaxbAnnotationModule() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getEncodeElements() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
getEncoding() - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
 
getEncoding() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
 
getEncoding() - Method in class org.apache.camel.model.dataformat.SoapJaxbDataFormat
 
getEncoding() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
 
getEndpoint() - Method in class org.apache.camel.model.FromDefinition
Gets tne endpoint if an Endpoint instance was set.
getEndpoint() - Method in class org.apache.camel.model.SendDefinition
Gets tne endpoint if an Endpoint instance was set.
getEndpointProperties() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getEndpointUri() - Method in interface org.apache.camel.model.EndpointRequiredDefinition
Gets the uri of the endpoint used by this definition.
getEndpointUri() - Method in class org.apache.camel.model.FromDefinition
 
getEndpointUri() - Method in class org.apache.camel.model.SendDefinition
 
getEndToken() - Method in class org.apache.camel.model.language.TokenizerExpression
 
getErrorHandlerBuilder() - Method in class org.apache.camel.builder.BuilderSupport
 
getErrorHandlerFactory() - Method in class org.apache.camel.model.RouteDefinition
 
getErrorHandlerFactory() - Method in class org.apache.camel.model.RoutesDefinition
 
getErrorHandlerRef() - Method in class org.apache.camel.model.RouteDefinition
Sets the bean ref name of the error handler builder to use on this route
getEscape() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getEscapeChar() - Method in class org.apache.camel.model.dataformat.UniVocityTsvDataFormat
 
getEscapeDisabled() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getExample() - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
 
getExamples() - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
 
getExamples() - Method in class org.apache.camel.model.rest.RestOperationResponseMsgDefinition
 
getException() - Method in class org.apache.camel.model.ThrowExceptionDefinition
 
getExceptionClass() - Method in class org.apache.camel.model.ThrowExceptionDefinition
 
getExceptionClasses() - Method in class org.apache.camel.model.CatchDefinition
 
getExceptionPolicyStrategy() - Method in class org.apache.camel.builder.ErrorHandlerBuilderSupport
Gets the exception policy strategy
getExceptions() - Method in class org.apache.camel.model.CatchDefinition
 
getExceptions() - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
 
getExceptions() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getExceptionType() - Method in class org.apache.camel.model.ThrowExceptionDefinition
 
getExceptionTypes() - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
 
getExchangeFormatterRef() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getExcludePattern() - Method in class org.apache.camel.model.RemoveHeadersDefinition
 
getExcludePattern() - Method in class org.apache.camel.model.RemovePropertiesDefinition
 
getExcludePatterns() - Method in class org.apache.camel.model.RemoveHeadersDefinition
 
getExcludePatterns() - Method in class org.apache.camel.model.RemovePropertiesDefinition
 
getExcludes() - Method in class org.apache.camel.model.ContextScanDefinition
 
getExcludes() - Method in class org.apache.camel.model.PackageScanDefinition
 
getExecutionIsolationSemaphoreMaxConcurrentRequests() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getExecutionIsolationStrategy() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getExecutionIsolationThreadInterruptOnTimeout() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getExecutionTimeoutEnabled() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getExecutionTimeoutInMilliseconds() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getExecutorService() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
getExecutorService(CamelContext) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
getExecutorService() - Method in class org.apache.camel.model.AggregateDefinition
 
getExecutorService() - Method in class org.apache.camel.model.DelayDefinition
 
getExecutorService() - Method in class org.apache.camel.model.MulticastDefinition
 
getExecutorService() - Method in class org.apache.camel.model.OnCompletionDefinition
 
getExecutorService() - Method in class org.apache.camel.model.RecipientListDefinition
 
getExecutorService() - Method in class org.apache.camel.model.SplitDefinition
 
getExecutorService() - Method in class org.apache.camel.model.ThreadsDefinition
 
getExecutorService() - Method in class org.apache.camel.model.ThrottleDefinition
 
getExecutorService() - Method in class org.apache.camel.model.WireTapDefinition
 
getExecutorService(CamelContext) - Method in class org.apache.camel.reifier.errorhandler.DefaultErrorHandlerReifier
 
getExecutorServiceRef() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
getExecutorServiceRef() - Method in class org.apache.camel.model.AggregateDefinition
 
getExecutorServiceRef() - Method in class org.apache.camel.model.DelayDefinition
 
getExecutorServiceRef() - Method in class org.apache.camel.model.MulticastDefinition
 
getExecutorServiceRef() - Method in class org.apache.camel.model.OnCompletionDefinition
 
getExecutorServiceRef() - Method in class org.apache.camel.model.RecipientListDefinition
 
getExecutorServiceRef() - Method in class org.apache.camel.model.SplitDefinition
 
getExecutorServiceRef() - Method in class org.apache.camel.model.ThreadsDefinition
 
getExecutorServiceRef() - Method in class org.apache.camel.model.ThrottleDefinition
 
getExecutorServiceRef() - Method in class org.apache.camel.model.WireTapDefinition
 
getExitCode() - Method in class org.apache.camel.main.MainSupport
 
getExponentialBackOff() - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
 
getExpression() - Method in class org.apache.camel.model.AggregateDefinition
 
getExpression() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
getExpression() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
getExpression() - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
 
getExpression() - Method in class org.apache.camel.model.ExpressionNode
 
getExpression() - Method in class org.apache.camel.model.ExpressionSubElementDefinition
 
getExpression() - Method in class org.apache.camel.model.language.ExpressionDefinition
 
getExpression() - Method in class org.apache.camel.model.ResequenceDefinition
 
getExpression() - Method in class org.apache.camel.model.SagaOptionDefinition
 
getExpression() - Method in class org.apache.camel.model.validator.PredicateValidatorDefinition
 
getExpressionConfiguration() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
getExpressionConfiguration() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
getExpressionRef() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
getExpressionRef() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
getExpressionText() - Method in class org.apache.camel.builder.SimpleBuilder
 
getExpressionType() - Method in class org.apache.camel.builder.ExpressionClause
 
getExpressionType() - Method in class org.apache.camel.builder.ExpressionClauseSupport
 
getExpressionType() - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
 
getExpressionType() - Method in class org.apache.camel.model.ExpressionSubElementDefinition
 
getExpressionType() - Method in class org.apache.camel.model.language.ExpressionDefinition
 
getExpressionValue() - Method in class org.apache.camel.builder.ExpressionClause
 
getExpressionValue() - Method in class org.apache.camel.builder.ExpressionClauseSupport
 
getExpressionValue() - Method in class org.apache.camel.model.language.ExpressionDefinition
 
getFactoryRef() - Method in class org.apache.camel.model.language.XPathExpression
 
getFailedCounter() - Method in class org.apache.camel.impl.ReloadStrategySupport
 
getFailureProcessor() - Method in class org.apache.camel.builder.DeadLetterChannelBuilder
 
getFailureProcessor() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
getFallbackEnabled() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getFallbackIsolationSemaphoreMaxConcurrentRequests() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getFallbackViaNetwork() - Method in class org.apache.camel.model.OnFallbackDefinition
 
getFhirContext() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
getFhirVersion() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
getFields() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.ImplicitCollectionEntry
 
getFields() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.OmitFieldEntry
 
getFileConfigurations() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getFileWatchDirectory() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getFileWatchDirectory() - Method in class org.apache.camel.main.MainSupport
Deprecated.
getFilter() - Method in class org.apache.camel.model.ClaimCheckDefinition
 
getFilterNonXmlChars() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
 
getFilters() - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
 
getFinallyClause() - Method in class org.apache.camel.model.TryDefinition
 
getFixed() - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
 
getFlow() - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
 
getFolder() - Method in class org.apache.camel.impl.FileWatcherReloadStrategy
 
getForceCompletionOnStop() - Method in class org.apache.camel.model.AggregateDefinition
 
getForceResourceId() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
getFormatName() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getFormatRef() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getFragment() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
 
getFromType() - Method in class org.apache.camel.model.transformer.TransformerDefinition
 
getFullName() - Method in class org.apache.camel.main.MainSupport.Option
 
getGlobalOptions() - Method in class org.apache.camel.model.GlobalOptionsDefinition
 
getGroup() - Method in class org.apache.camel.model.language.TokenizerExpression
 
getGroup() - Method in class org.apache.camel.model.language.XMLTokenizerExpression
 
getGroup() - Method in class org.apache.camel.model.RouteDefinition
The group that this route belongs to; could be the name of the RouteBuilder class or be explicitly configured in the XML.
getGroupDelimiter() - Method in class org.apache.camel.model.language.TokenizerExpression
 
getGroupKey() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getHandled() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getHandledPolicy() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getHandleFault() - Method in class org.apache.camel.model.RouteDefinition
Whether handle fault is enabled on this route.
getHashAlgorithm() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
 
getHeader() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getHeaderDisabled() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Use for disabling headers
getHeaderExtractionEnabled() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
getHeaderName() - Method in class org.apache.camel.model.language.JsonPathExpression
 
getHeaderName() - Method in class org.apache.camel.model.language.TokenizerExpression
 
getHeaderName() - Method in class org.apache.camel.model.language.XMLTokenizerExpression
 
getHeaderName() - Method in class org.apache.camel.model.language.XPathExpression
 
getHeaderName() - Method in class org.apache.camel.model.language.XQueryExpression
 
getHeaderName() - Method in class org.apache.camel.model.RemoveHeaderDefinition
 
getHeaderName() - Method in class org.apache.camel.model.SetHeaderDefinition
 
getHeaders() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
getHeaders() - Method in class org.apache.camel.model.rest.RestOperationResponseMsgDefinition
 
getHeaders() - Method in class org.apache.camel.model.WireTapDefinition
 
getHeadersDisabled() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
getHeadersInline() - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
 
getHeight() - Method in class org.apache.camel.model.dataformat.BarcodeDataFormat
 
getHost() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getHostHeader() - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
 
getHostNameResolver() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getHystrixConfiguration(String) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
getHystrixConfiguration(String) - Method in class org.apache.camel.impl.DefaultModel
 
getHystrixConfiguration() - Method in class org.apache.camel.model.HystrixDefinition
 
getHystrixConfiguration(String) - Method in interface org.apache.camel.model.Model
Gets the Hystrix configuration by the given name.
getHystrixConfigurationRef() - Method in class org.apache.camel.model.HystrixDefinition
 
getId() - Method in class org.apache.camel.model.IdentifiedType
Gets the value of the id property.
getId() - Method in class org.apache.camel.model.language.ExpressionDefinition
 
getId() - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
 
getId(OptionalIdentifiedDefinition<?>, RouteContext) - Method in class org.apache.camel.reifier.ProcessorReifier
 
getIgnoreEmptyLines() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getIgnoreExtraColumns() - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
 
getIgnoreFirstRecord() - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
 
getIgnoreHeaderCase() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getIgnoreInvalidCorrelationKeys() - Method in class org.apache.camel.model.AggregateDefinition
 
getIgnoreInvalidEndpoint() - Method in class org.apache.camel.model.EnrichDefinition
 
getIgnoreInvalidEndpoint() - Method in class org.apache.camel.model.PollEnrichDefinition
 
getIgnoreInvalidEndpoint() - Method in class org.apache.camel.model.ToDynamicDefinition
 
getIgnoreInvalidEndpoints() - Method in class org.apache.camel.model.DynamicRouterDefinition
 
getIgnoreInvalidEndpoints() - Method in class org.apache.camel.model.RecipientListDefinition
 
getIgnoreInvalidEndpoints() - Method in class org.apache.camel.model.RoutingSlipDefinition
 
getIgnoreInvalidExchanges() - Method in class org.apache.camel.model.config.BatchResequencerConfig
 
getIgnoreInvalidExchanges() - Method in class org.apache.camel.model.config.StreamResequencerConfig
 
getIgnoreInvalidRecords() - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
 
getIgnoreJAXBElement() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
 
getIgnoreLeadingWhitespaces() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
getIgnoreSurroundingSpaces() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getIgnoreTrailingWhitespaces() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
getIgnoreUnexpectedRecords() - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
 
getIgnoreUnidentifiedRecords() - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
 
getImageType() - Method in class org.apache.camel.model.dataformat.BarcodeDataFormat
 
getImplicitCollections() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
 
getInclude() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getInclude() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getIncludeHeaders() - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
 
getIncludeNonSingletons() - Method in class org.apache.camel.model.ContextScanDefinition
 
getIncludes() - Method in class org.apache.camel.model.ContextScanDefinition
 
getIncludes() - Method in class org.apache.camel.model.PackageScanDefinition
 
getIncludeTokens() - Method in class org.apache.camel.model.language.TokenizerExpression
 
getIndex() - Method in class org.apache.camel.model.ProcessorDefinition
Gets the unique index number for when this ProcessorDefinition was created by its constructor.
getInformation() - Method in class org.apache.camel.main.MainSupport.Option
 
getInformation() - Method in class org.apache.camel.main.MainSupport.ParameterOption
 
getInHeader() - Method in class org.apache.camel.model.rest.RestSecurityApiKey
 
getInheritNamespaceTagName() - Method in class org.apache.camel.model.language.TokenizerExpression
 
getInitialDelay() - Method in class org.apache.camel.impl.cluster.ClusteredRouteConfiguration
 
getInitialDelay() - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
 
getInitialDelay() - Method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
 
getInitialProperties() - Method in class org.apache.camel.main.MainSupport
 
getInitVectorRef() - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
 
getInline() - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
 
getInput() - Method in class org.apache.camel.model.RouteDefinition
 
getInputType() - Method in class org.apache.camel.model.RouteDefinition
 
getInQuery() - Method in class org.apache.camel.model.rest.RestSecurityApiKey
 
getInstance() - Static method in class org.apache.camel.main.Main
Returns the currently executing main
getInstance() - Method in class org.apache.camel.model.language.MethodCallExpression
 
getInstanceClass() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
getInstanceClass() - Method in class org.apache.camel.model.dataformat.ThriftDataFormat
 
getInstanceClassName() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
getIntegrity() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
 
getIntercepted() - Method in class org.apache.camel.model.InterceptDefinition
 
getInterceptedProcessor(int) - Method in class org.apache.camel.model.InterceptDefinition
 
getInterceptFroms() - Method in class org.apache.camel.model.RoutesDefinition
 
getIntercepts() - Method in class org.apache.camel.model.RoutesDefinition
 
getInterceptSendTos() - Method in class org.apache.camel.model.RoutesDefinition
 
getInterceptStrategies() - Method in class org.apache.camel.model.ProcessorDefinition
 
getJaxbProviderProperties() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
 
getJmxManagementNamePattern() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getJmxManagementStatisticsLevel() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getJsonDataFormat() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getJsonView() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getJsonView() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getKeepAliveTime() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getKeepAliveTime() - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
getKeepAliveTime() - Method in class org.apache.camel.model.ThreadsDefinition
 
getKey() - Method in class org.apache.camel.model.ClaimCheckDefinition
 
getKey() - Method in class org.apache.camel.model.GlobalOptionDefinition
 
getKey() - Method in class org.apache.camel.model.PropertyDefinition
 
getKey() - Method in class org.apache.camel.model.rest.RestPropertyDefinition
 
getKey() - Method in class org.apache.camel.model.rest.RestSecurityDefinition
 
getKey() - Method in class org.apache.camel.model.rest.SecurityDefinition
 
getKeyCipherAlgorithm() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
 
getKeyFileName() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
 
getKeyOrTrustStoreParameters() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
 
getKeyOrTrustStoreParametersRef() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
 
getKeyPassword() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
 
getKeyRef() - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
 
getKeyUserid() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
 
getLabel() - Method in class org.apache.camel.model.AggregateDefinition
 
getLabel() - Method in class org.apache.camel.model.BeanDefinition
 
getLabel() - Method in class org.apache.camel.model.CatchDefinition
 
getLabel() - Method in class org.apache.camel.model.ChoiceDefinition
 
getLabel() - Method in class org.apache.camel.model.ClaimCheckDefinition
 
getLabel() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
getLabel() - Method in class org.apache.camel.model.ConvertBodyDefinition
 
getLabel() - Method in class org.apache.camel.model.DelayDefinition
 
getLabel() - Method in class org.apache.camel.model.DynamicRouterDefinition
 
getLabel() - Method in class org.apache.camel.model.EnrichDefinition
 
getLabel() - Method in class org.apache.camel.model.ExpressionNode
 
getLabel() - Method in class org.apache.camel.model.FilterDefinition
 
getLabel() - Method in class org.apache.camel.model.FinallyDefinition
 
getLabel() - Method in class org.apache.camel.model.FromDefinition
 
getLabel() - Method in class org.apache.camel.model.HystrixDefinition
 
getLabel() - Method in class org.apache.camel.model.IdempotentConsumerDefinition
 
getLabel() - Method in class org.apache.camel.model.InOnlyDefinition
 
getLabel() - Method in class org.apache.camel.model.InOutDefinition
 
getLabel() - Method in class org.apache.camel.model.InputTypeDefinition
 
getLabel() - Method in class org.apache.camel.model.InterceptDefinition
 
getLabel() - Method in class org.apache.camel.model.InterceptFromDefinition
 
getLabel() - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
 
getLabel(List<ExpressionDefinition>) - Static method in class org.apache.camel.model.language.ExpressionDefinition
 
getLabel() - Method in class org.apache.camel.model.language.ExpressionDefinition
Returns some descriptive text to describe this node
getLabel() - Method in class org.apache.camel.model.LoadBalanceDefinition
 
getLabel() - Method in class org.apache.camel.model.LogDefinition
 
getLabel() - Method in class org.apache.camel.model.LoopDefinition
 
getLabel() - Method in class org.apache.camel.model.MarshalDefinition
 
getLabel() - Method in class org.apache.camel.model.MulticastDefinition
 
getLabel() - Method in class org.apache.camel.model.OnCompletionDefinition
 
getLabel() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getLabel() - Method in class org.apache.camel.model.OnFallbackDefinition
 
getLabel() - Method in class org.apache.camel.model.OtherwiseDefinition
 
getLabel() - Method in class org.apache.camel.model.OutputTypeDefinition
 
getLabel() - Method in class org.apache.camel.model.PipelineDefinition
 
getLabel() - Method in class org.apache.camel.model.PolicyDefinition
 
getLabel() - Method in class org.apache.camel.model.PollEnrichDefinition
 
getLabel() - Method in class org.apache.camel.model.ProcessDefinition
 
getLabel() - Method in class org.apache.camel.model.ProcessorDefinition
Returns a label to describe this node such as the expression if some kind of expression node
getLabel() - Method in class org.apache.camel.model.RecipientListDefinition
 
getLabel() - Method in class org.apache.camel.model.RemoveHeaderDefinition
 
getLabel() - Method in class org.apache.camel.model.RemoveHeadersDefinition
 
getLabel() - Method in class org.apache.camel.model.RemovePropertiesDefinition
 
getLabel() - Method in class org.apache.camel.model.RemovePropertyDefinition
 
getLabel() - Method in class org.apache.camel.model.ResequenceDefinition
 
getLabel() - Method in class org.apache.camel.model.rest.RestBindingDefinition
 
getLabel() - Method in class org.apache.camel.model.rest.RestDefinition
 
getLabel() - Method in class org.apache.camel.model.rest.RestsDefinition
 
getLabel() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getLabel() - Method in class org.apache.camel.model.RollbackDefinition
 
getLabel() - Method in class org.apache.camel.model.RoutesDefinition
 
getLabel() - Method in class org.apache.camel.model.RoutingSlipDefinition
 
getLabel() - Method in class org.apache.camel.model.SagaDefinition
 
getLabel() - Method in class org.apache.camel.model.SamplingDefinition
 
getLabel() - Method in class org.apache.camel.model.ScriptDefinition
 
getLabel() - Method in class org.apache.camel.model.SendDefinition
 
getLabel() - Method in class org.apache.camel.model.SetBodyDefinition
 
getLabel() - Method in class org.apache.camel.model.SetExchangePatternDefinition
 
getLabel() - Method in class org.apache.camel.model.SetFaultBodyDefinition
 
getLabel() - Method in class org.apache.camel.model.SetHeaderDefinition
 
getLabel() - Method in class org.apache.camel.model.SetPropertyDefinition
 
getLabel() - Method in class org.apache.camel.model.SortDefinition
 
getLabel() - Method in class org.apache.camel.model.SplitDefinition
 
getLabel() - Method in class org.apache.camel.model.StepDefinition
 
getLabel() - Method in class org.apache.camel.model.StopDefinition
 
getLabel() - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
getLabel() - Method in class org.apache.camel.model.ThreadsDefinition
 
getLabel() - Method in class org.apache.camel.model.ThrottleDefinition
 
getLabel() - Method in class org.apache.camel.model.ThrowExceptionDefinition
 
getLabel() - Method in class org.apache.camel.model.TransactedDefinition
 
getLabel() - Method in class org.apache.camel.model.TransformDefinition
 
getLabel() - Method in class org.apache.camel.model.TryDefinition
 
getLabel() - Method in class org.apache.camel.model.UnmarshalDefinition
 
getLabel() - Method in class org.apache.camel.model.ValidateDefinition
 
getLabel() - Method in class org.apache.camel.model.WhenDefinition
 
getLabel() - Method in class org.apache.camel.model.WireTapDefinition
 
getLang() - Method in class org.apache.camel.model.DescriptionDefinition
 
getLanguage() - Method in class org.apache.camel.model.language.ConstantExpression
 
getLanguage() - Method in class org.apache.camel.model.language.ExchangePropertyExpression
 
getLanguage() - Method in class org.apache.camel.model.language.ExpressionDefinition
 
getLanguage() - Method in class org.apache.camel.model.language.GroovyExpression
 
getLanguage() - Method in class org.apache.camel.model.language.HeaderExpression
 
getLanguage() - Method in class org.apache.camel.model.language.Hl7TerserExpression
 
getLanguage() - Method in class org.apache.camel.model.language.JsonPathExpression
 
getLanguage() - Method in class org.apache.camel.model.language.LanguageExpression
 
getLanguage() - Method in class org.apache.camel.model.language.MethodCallExpression
 
getLanguage() - Method in class org.apache.camel.model.language.MvelExpression
 
getLanguage() - Method in class org.apache.camel.model.language.OgnlExpression
 
getLanguage() - Method in class org.apache.camel.model.language.RefExpression
 
getLanguage() - Method in class org.apache.camel.model.language.SimpleExpression
 
getLanguage() - Method in class org.apache.camel.model.language.SpELExpression
 
getLanguage() - Method in class org.apache.camel.model.language.TokenizerExpression
 
getLanguage() - Method in class org.apache.camel.model.language.XMLTokenizerExpression
 
getLanguage() - Method in class org.apache.camel.model.language.XPathExpression
 
getLanguage() - Method in class org.apache.camel.model.language.XQueryExpression
 
getLazyLoad() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getLazyLoad() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
getLength() - Method in class org.apache.camel.model.dataformat.UniVocityHeader
 
getLibrary() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getLibrary() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
 
getLineLength() - Method in class org.apache.camel.model.dataformat.Base64DataFormat
 
getLineSeparator() - Method in class org.apache.camel.model.dataformat.Base64DataFormat
 
getLineSeparator() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
getList() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.AliasList
 
getList() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.ConverterList
 
getList() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.ImplicitCollectionList
 
getList() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.OmitFieldList
 
getLoadBalancer() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
getLoadBalancer() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
getLoadBalancer() - Method in class org.apache.camel.model.LoadBalancerDefinition
 
getLoadBalancerConfiguration() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
getLoadBalancerConfiguration() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
getLoadBalancerRef() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
getLoadBalancerRef() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
getLoadBalancerType() - Method in class org.apache.camel.model.LoadBalanceDefinition
 
getLoadBalancerTypeName() - Method in class org.apache.camel.model.LoadBalancerDefinition
 
getLocale() - Method in class org.apache.camel.model.dataformat.BindyDataFormat
 
getLogContinued() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getLogDebugMaxChars() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getLogExhausted() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getLogExhaustedMessageBody() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getLogExhaustedMessageHistory() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getLogger() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
getLogger() - Method in class org.apache.camel.model.LogDefinition
 
getLoggerRef() - Method in class org.apache.camel.model.LogDefinition
 
getLoggingLevel() - Method in class org.apache.camel.model.LogDefinition
 
getLogHandled() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getLogMask() - Method in class org.apache.camel.model.RouteDefinition
Whether security mask for Logging is enabled on this route.
getLogName() - Method in class org.apache.camel.model.LogDefinition
 
getLogNamespaces() - Method in class org.apache.camel.model.language.XPathExpression
 
getLogNewException() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getLogRetryAttempted() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getLogRetryStackTrace() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getLogStackTrace() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getLookup() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
 
getMacAlgorithm() - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
 
getMainFormatType() - Method in class org.apache.camel.model.dataformat.JsonApiDataFormat
 
getMapping() - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
 
getMarker() - Method in class org.apache.camel.model.LogDefinition
 
getMarkRollbackOnly() - Method in class org.apache.camel.model.RollbackDefinition
 
getMarkRollbackOnlyLast() - Method in class org.apache.camel.model.RollbackDefinition
 
getMarshallerFactoryRef() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Returns the CsvMarshallerFactory reference.
getMasterUrl() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
 
getMaximumFailoverAttempts() - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
 
getMaximumNumberOfOutputs() - Method in class org.apache.camel.model.LoadBalancerDefinition
Maximum number of outputs, as some load balancers only support 1 processor
getMaximumRedeliveries() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getMaximumRedeliveryDelay() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getMaximumRetries() - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
 
getMaximumRetryDelay() - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
 
getMaximumSize() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getMaxPoolSize() - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
getMaxPoolSize() - Method in class org.apache.camel.model.ThreadsDefinition
 
getMaxQueueSize() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getMaxQueueSize() - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
getMaxQueueSize() - Method in class org.apache.camel.model.ThreadsDefinition
 
getMessage() - Method in class org.apache.camel.model.LogDefinition
 
getMessage() - Method in class org.apache.camel.model.rest.RestOperationResponseMsgDefinition
 
getMessage() - Method in class org.apache.camel.model.RollbackDefinition
 
getMessage() - Method in class org.apache.camel.model.ThrowExceptionDefinition
 
getMessageFrequency() - Method in class org.apache.camel.model.SamplingDefinition
 
getMessageHistory() - Method in class org.apache.camel.model.RouteDefinition
Whether message history is enabled on this route.
getMessageIdRepository() - Method in class org.apache.camel.model.IdempotentConsumerDefinition
 
getMessageIdRepositoryRef() - Method in class org.apache.camel.model.IdempotentConsumerDefinition
 
getMethod() - Method in class org.apache.camel.model.BeanDefinition
 
getMethod() - Method in class org.apache.camel.model.language.MethodCallExpression
 
getMethod() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getMetricsHealthSnapshotIntervalInMilliseconds() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getMetricsRollingPercentileBucketSize() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getMetricsRollingPercentileEnabled() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getMetricsRollingPercentileWindowBuckets() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getMetricsRollingPercentileWindowInMilliseconds() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getMetricsRollingStatisticalWindowBuckets() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getMetricsRollingStatisticalWindowInMilliseconds() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getMgfAlgorithm() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
 
getMode() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
 
getMode() - Method in class org.apache.camel.model.language.XMLTokenizerExpression
 
getMode() - Method in class org.apache.camel.model.OnCompletionDefinition
 
getModuleClassNames() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getModuleClassNames() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getModuleRefs() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getModuleRefs() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getMultipartSubType() - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
 
getMultipartWithoutAttachment() - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
 
getMustBeJAXBElement() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
 
getName() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getName() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
getName() - Method in class org.apache.camel.model.dataformat.UniVocityHeader
 
getName() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.AliasEntry
 
getName() - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
 
getName() - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
 
getName() - Method in class org.apache.camel.model.rest.RestSecurityApiKey
 
getNamespace() - Method in class org.apache.camel.impl.cluster.ClusteredRouteConfiguration
 
getNamespace() - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
 
getNamespace() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
 
getNamespace() - Method in class org.apache.camel.model.cloud.RibbonServiceCallServiceLoadBalancerConfiguration
 
getNamespace() - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
 
getNamespacePrefixRef() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
 
getNamespacePrefixRef() - Method in class org.apache.camel.model.dataformat.SoapJaxbDataFormat
 
getNamespaces() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
 
getNamespaces() - Method in class org.apache.camel.model.language.NamespaceAwareExpression
 
getNewExchangeExpression() - Method in class org.apache.camel.model.WireTapDefinition
 
getNewExchangeProcessor() - Method in class org.apache.camel.model.WireTapDefinition
 
getNewExchangeProcessorRef() - Method in class org.apache.camel.model.WireTapDefinition
 
getNodes() - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
 
getNoNamespaceSchemaLocation() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
 
getNormalizedLineSeparator() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
getNullString() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getNullStringDisabled() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getNullValue() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
getNumberOfRecordsToRead() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
getOauthToken() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
 
getObjectFactory() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
 
getObjectMapper() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
 
getObjectMapper() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getObjectModel() - Method in class org.apache.camel.model.language.XPathExpression
 
getOmitFields() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
 
getOmitXmlDeclaration() - Method in class org.apache.camel.model.dataformat.TidyMarkupDataFormat
 
getOnCompleteOnly() - Method in class org.apache.camel.model.OnCompletionDefinition
 
getOnCompletions() - Method in class org.apache.camel.model.RoutesDefinition
 
getOnExceptionOccurred() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
getOnExceptionOccurred() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getOnExceptionOccurredRef() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getOnExceptions() - Method in class org.apache.camel.model.RoutesDefinition
 
getOnFailureOnly() - Method in class org.apache.camel.model.OnCompletionDefinition
 
getOnFallback() - Method in class org.apache.camel.model.HystrixDefinition
 
getOnPrepare() - Method in class org.apache.camel.model.MulticastDefinition
 
getOnPrepare() - Method in class org.apache.camel.model.RecipientListDefinition
 
getOnPrepare() - Method in class org.apache.camel.model.SplitDefinition
 
getOnPrepare() - Method in class org.apache.camel.model.WireTapDefinition
 
getOnPrepareFailure() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
getOnPrepareRef() - Method in class org.apache.camel.model.MulticastDefinition
 
getOnPrepareRef() - Method in class org.apache.camel.model.RecipientListDefinition
 
getOnPrepareRef() - Method in class org.apache.camel.model.SplitDefinition
 
getOnPrepareRef() - Method in class org.apache.camel.model.WireTapDefinition
 
getOnRedelivery() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
getOnRedelivery() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getOnRedeliveryRef() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getOnWhen() - Method in class org.apache.camel.model.CatchDefinition
 
getOnWhen() - Method in class org.apache.camel.model.OnCompletionDefinition
 
getOnWhen() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getOperation() - Method in class org.apache.camel.model.ClaimCheckDefinition
 
getOptimisticLocking() - Method in class org.apache.camel.model.AggregateDefinition
 
getOptimisticLockRetryPolicy() - Method in class org.apache.camel.model.AggregateDefinition
 
getOptimisticLockRetryPolicyDefinition() - Method in class org.apache.camel.model.AggregateDefinition
 
getOptionName() - Method in class org.apache.camel.model.SagaOptionDefinition
 
getOptions() - Method in class org.apache.camel.model.SagaDefinition
 
getOrCreateRedeliveryPolicy() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getOriginalRoute() - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
Gets the original route to be adviced.
getOtherAttributes() - Method in class org.apache.camel.model.config.ResequencerConfig
 
getOtherAttributes() - Method in class org.apache.camel.model.DataFormatDefinition
 
getOtherAttributes() - Method in class org.apache.camel.model.language.ExpressionDefinition
 
getOtherAttributes() - Method in class org.apache.camel.model.LoadBalancerDefinition
 
getOtherAttributes() - Method in interface org.apache.camel.model.OtherAttributesAware
Adds optional attribute to use as property placeholder
getOtherAttributes() - Method in class org.apache.camel.model.ProcessorDefinition
 
getOtherwise() - Method in class org.apache.camel.model.ChoiceDefinition
 
getOutputs() - Method in class org.apache.camel.model.AggregateDefinition
 
getOutputs() - Method in class org.apache.camel.model.CatchDefinition
 
getOutputs() - Method in class org.apache.camel.model.ChoiceDefinition
 
getOutputs() - Method in class org.apache.camel.model.DynamicRouterDefinition
 
getOutputs() - Method in class org.apache.camel.model.ExpressionNode
 
getOutputs() - Method in class org.apache.camel.model.HystrixDefinition
 
getOutputs() - Method in class org.apache.camel.model.LoadBalanceDefinition
 
getOutputs() - Method in class org.apache.camel.model.NoOutputDefinition
 
getOutputs() - Method in class org.apache.camel.model.NoOutputExpressionNode
 
getOutputs() - Method in class org.apache.camel.model.OnCompletionDefinition
 
getOutputs() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getOutputs() - Method in class org.apache.camel.model.OutputDefinition
 
getOutputs() - Method in class org.apache.camel.model.ProcessorDefinition
 
getOutputs() - Method in class org.apache.camel.model.ResequenceDefinition
 
getOutputs() - Method in class org.apache.camel.model.RouteDefinition
 
getOutputs() - Method in class org.apache.camel.model.RoutingSlipDefinition
 
getOutputsWithoutCatches() - Method in class org.apache.camel.model.TryDefinition
 
getOutputType() - Method in class org.apache.camel.model.RouteDefinition
 
getOutType() - Method in class org.apache.camel.model.rest.RestBindingDefinition
 
getOutType() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getOverrideProperties() - Method in class org.apache.camel.main.MainSupport
 
getOverrideResourceIdWithBundleEntryFullUrl() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
getPackages() - Method in class org.apache.camel.impl.DefaultModelJAXBContextFactory
 
getPackages() - Method in class org.apache.camel.model.PackageScanDefinition
 
getPadding() - Method in class org.apache.camel.model.dataformat.UniVocityFixedWidthDataFormat
 
getParallelAggregate() - Method in class org.apache.camel.model.MulticastDefinition
 
getParallelAggregate() - Method in class org.apache.camel.model.RecipientListDefinition
 
getParallelAggregate() - Method in class org.apache.camel.model.SplitDefinition
 
getParallelProcessing() - Method in class org.apache.camel.model.AggregateDefinition
 
getParallelProcessing() - Method in class org.apache.camel.model.MulticastDefinition
 
getParallelProcessing() - Method in class org.apache.camel.model.OnCompletionDefinition
 
getParallelProcessing() - Method in class org.apache.camel.model.RecipientListDefinition
 
getParallelProcessing() - Method in class org.apache.camel.model.SplitDefinition
 
getParams() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getParent() - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
 
getParent() - Method in class org.apache.camel.model.ProcessorDefinition
 
getParser() - Method in class org.apache.camel.model.dataformat.HL7DataFormat
 
getParserErrorHandler() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
getParserFactoryRef() - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
 
getParserOptions() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
getPartClass() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
 
getPartNamespace() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
 
getPassPhrase() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
 
getPassPhraseByte() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
 
getPassword() - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
 
getPassword() - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
 
getPassword() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
 
getPassword() - Method in class org.apache.camel.model.cloud.RibbonServiceCallServiceLoadBalancerConfiguration
 
getPassword() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
 
getPath() - Method in class org.apache.camel.model.rest.RestDefinition
 
getPattern() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
getPattern() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
getPattern() - Method in class org.apache.camel.model.InOnlyDefinition
 
getPattern() - Method in class org.apache.camel.model.InOutDefinition
 
getPattern() - Method in class org.apache.camel.model.RemoveHeadersDefinition
 
getPattern() - Method in class org.apache.camel.model.RemovePropertiesDefinition
 
getPattern() - Method in class org.apache.camel.model.SendDefinition
 
getPattern() - Method in class org.apache.camel.model.SetExchangePatternDefinition
 
getPattern() - Method in class org.apache.camel.model.ToDefinition
 
getPattern() - Method in class org.apache.camel.model.ToDynamicDefinition
 
getPattern() - Method in class org.apache.camel.model.WireTapDefinition
 
getPermissions() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getPermissions() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
 
getPolicy() - Method in class org.apache.camel.model.PolicyDefinition
 
getPolicy() - Method in class org.apache.camel.model.TransactedDefinition
 
getPoolSize() - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
getPoolSize() - Method in class org.apache.camel.model.ThreadsDefinition
 
getPort() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getPortHeader() - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
 
getPortName() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
 
getPortProtocol() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
 
getPredicate() - Method in class org.apache.camel.model.ExpressionSubElementDefinition
 
getPredicate() - Method in class org.apache.camel.model.language.ExpressionDefinition
 
getPreferTypes() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
getPreservePathElements() - Method in class org.apache.camel.model.dataformat.TarFileDataFormat
 
getPreservePathElements() - Method in class org.apache.camel.model.dataformat.ZipFileDataFormat
 
getPrettyPrint() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getPrettyPrint() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
 
getPrettyPrint() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getProcessor() - Method in class org.apache.camel.model.ProcessDefinition
 
getProcessorDefinition(String) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
getProcessorDefinition(String, Class<T>) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
getProcessorDefinition(String) - Method in class org.apache.camel.impl.DefaultModel
 
getProcessorDefinition(String, Class<T>) - Method in class org.apache.camel.impl.DefaultModel
 
getProcessorDefinition(String) - Method in interface org.apache.camel.model.Model
Gets the processor definition from any of the routes which with the given id
getProcessorDefinition(String, Class<T>) - Method in interface org.apache.camel.model.Model
Gets the processor definition from any of the routes which with the given id
getProducerApiDoc() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getProducerComponent() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getProducerTemplateCacheSize() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getProduces() - Method in class org.apache.camel.model.rest.RestBindingDefinition
 
getProduces() - Method in class org.apache.camel.model.rest.RestDefinition
 
getProduces() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getPropagation() - Method in class org.apache.camel.model.SagaDefinition
 
getProperties() - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
 
getProperties() - Method in class org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration
 
getProperties() - Method in class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration
 
getProperties() - Method in class org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration
 
getProperties() - Method in class org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfiguration
 
getPropertiesAsMap(CamelContext) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
 
getPropertiesAsMap(CamelContext) - Method in class org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration
 
getPropertiesAsMap(CamelContext) - Method in class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration
 
getPropertiesAsMap(CamelContext) - Method in class org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration
 
getPropertiesAsMap(CamelContext) - Method in class org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfiguration
 
getPropertyName() - Method in class org.apache.camel.model.RemovePropertyDefinition
 
getPropertyName() - Method in class org.apache.camel.model.SetPropertyDefinition
 
getPropertyPlaceholderLocations() - Method in class org.apache.camel.main.MainSupport
 
getProto() - Method in class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfiguration
 
getProvider() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
 
getQueueSizeRejectionThreshold() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getQuote() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getQuote() - Method in class org.apache.camel.model.dataformat.UniVocityCsvDataFormat
 
getQuoteAllFields() - Method in class org.apache.camel.model.dataformat.UniVocityCsvDataFormat
 
getQuoteDisabled() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getQuoteEscape() - Method in class org.apache.camel.model.dataformat.UniVocityCsvDataFormat
 
getQuoteMode() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getRandomBackOff() - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
 
getReadTimeoutMillis() - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
 
getRecipientKeyAlias() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
 
getReconnectBaseSleepTime() - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
 
getReconnectMaxRetries() - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
 
getReconnectMaxSleepTime() - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
 
getRecordConverterRef() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getRecordEndsOnNewline() - Method in class org.apache.camel.model.dataformat.UniVocityFixedWidthDataFormat
 
getRecordSeparator() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getRecordSeparatorDisabled() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getRedeliveryDelay() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getRedeliveryPolicy() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
getRedeliveryPolicyRef() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getRedeliveryPolicyType() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getRef() - Method in class org.apache.camel.builder.ErrorHandlerBuilderRef
 
getRef() - Method in class org.apache.camel.model.BeanDefinition
 
getRef() - Method in class org.apache.camel.model.dataformat.CustomDataFormat
Reference to the custom DataFormat to lookup from the Camel registry.
getRef() - Method in class org.apache.camel.model.language.MethodCallExpression
 
getRef() - Method in class org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition
 
getRef() - Method in class org.apache.camel.model.PolicyDefinition
 
getRef() - Method in class org.apache.camel.model.ProcessDefinition
 
getRef() - Method in class org.apache.camel.model.RestContextRefDefinition
 
getRef() - Method in class org.apache.camel.model.RouteBuilderDefinition
 
getRef() - Method in class org.apache.camel.model.RouteContextRefDefinition
 
getRef() - Method in class org.apache.camel.model.ThrowExceptionDefinition
 
getRef() - Method in class org.apache.camel.model.TransactedDefinition
 
getRef() - Method in class org.apache.camel.model.transformer.CustomTransformerDefinition
 
getRef() - Method in class org.apache.camel.model.transformer.DataFormatTransformerDefinition
 
getRef() - Method in class org.apache.camel.model.transformer.EndpointTransformerDefinition
 
getRef() - Method in class org.apache.camel.model.validator.CustomValidatorDefinition
 
getRef() - Method in class org.apache.camel.model.validator.EndpointValidatorDefinition
 
getRegex() - Method in class org.apache.camel.model.language.TokenizerExpression
 
getRejectedExecutionHandler() - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
getRejectedPolicy() - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
getRejectedPolicy() - Method in class org.apache.camel.model.ThreadsDefinition
 
getRejectExecution() - Method in class org.apache.camel.model.ThrottleDefinition
 
getRejectOld() - Method in class org.apache.camel.model.config.StreamResequencerConfig
 
getReloadCounter() - Method in class org.apache.camel.impl.ReloadStrategySupport
 
getReloadStrategy() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getReloadStrategy() - Method in class org.apache.camel.main.MainSupport
Deprecated.
getRemoveOnFailure() - Method in class org.apache.camel.model.IdempotentConsumerDefinition
 
getRepresenter() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
 
getRequest() - Method in class org.apache.camel.model.dataformat.XmlRpcDataFormat
 
getRequestLogEnabled() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getRequired() - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
 
getRequiredBody() - Method in class org.apache.camel.model.rest.RestBindingDefinition
 
getRequiredHeaders() - Method in class org.apache.camel.model.rest.RestBindingDefinition
 
getRequiredQueryParameters() - Method in class org.apache.camel.model.rest.RestBindingDefinition
 
getResequencerConfig() - Method in class org.apache.camel.model.ResequenceDefinition
 
getResolver() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
 
getResponseModel() - Method in class org.apache.camel.model.rest.RestOperationResponseMsgDefinition
 
getResponseMsgs() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getRest() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getRestBindingDefinition() - Method in class org.apache.camel.model.RouteDefinition
 
getRestCollection() - Method in class org.apache.camel.builder.RouteBuilder
 
getRestConfigurations() - Method in class org.apache.camel.builder.RouteBuilder
 
getRestDefinition() - Method in class org.apache.camel.model.RouteDefinition
 
getRestDefinitions() - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
getRestDefinitions() - Method in class org.apache.camel.impl.DefaultModel
 
getRestDefinitions() - Method in interface org.apache.camel.model.Model
Returns a list of the current REST definitions
getRests() - Method in interface org.apache.camel.model.rest.RestContainer
Returns the RESTs
getRests() - Method in class org.apache.camel.model.rest.RestsDefinition
 
getResultType() - Method in class org.apache.camel.builder.SimpleBuilder
 
getResultType() - Method in class org.apache.camel.model.language.JsonPathExpression
 
getResultType() - Method in class org.apache.camel.model.language.SimpleExpression
 
getResultType() - Method in class org.apache.camel.model.language.XPathExpression
 
getResultType() - Method in class org.apache.camel.model.language.XQueryExpression
 
getResultTypeName() - Method in class org.apache.camel.model.language.JsonPathExpression
 
getResultTypeName() - Method in class org.apache.camel.model.language.SimpleExpression
 
getResultTypeName() - Method in class org.apache.camel.model.language.XPathExpression
 
getRetriesExhaustedLogLevel() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getRetryAttemptedLogInterval() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getRetryAttemptedLogLevel() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getRetryDelay() - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
 
getRetryWhile() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
getRetryWhile() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getRetryWhilePolicy(CamelContext) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
getRetryWhilePolicy() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getRetryWhileRef() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
getReverse() - Method in class org.apache.camel.model.config.BatchResequencerConfig
 
getRoundRobin() - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
 
getRoundRobin() - Method in class org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition
 
getRoute(NamedNode) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
Gets the route definition the given node belongs to.
getRoute() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getRouteBuilderClasses() - Method in class org.apache.camel.main.MainSupport
 
getRouteBuilders() - Method in class org.apache.camel.main.MainSupport
 
getRouteCollection() - Method in class org.apache.camel.builder.RouteBuilder
 
getRouteDefinition(String) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
getRouteDefinition(String) - Method in class org.apache.camel.impl.DefaultModel
 
getRouteDefinition() - Method in class org.apache.camel.impl.RouteService
 
getRouteDefinition(String) - Method in interface org.apache.camel.model.Model
Gets the route definition with the given id
getRouteDefinitions() - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
getRouteDefinitions() - Method in class org.apache.camel.impl.DefaultModel
 
getRouteDefinitions() - Method in class org.apache.camel.main.MainSupport
 
getRouteDefinitions() - Method in interface org.apache.camel.model.Model
Returns a list of the current route definitions
getRouteDescription() - Method in class org.apache.camel.impl.RouteService
 
getRouteId(NamedNode) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
Gets the route id the given node belongs to.
getRouteId() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getRouteMessage(String) - Static method in class org.apache.camel.model.RouteDefinitionHelper
 
getRoutePolicies() - Method in class org.apache.camel.model.RouteDefinition
 
getRoutePolicyRef() - Method in class org.apache.camel.model.RouteDefinition
Reference to custom RoutePolicy to use by the route.
getRouteProperties() - Method in class org.apache.camel.model.RouteDefinition
 
getRoutes() - Method in interface org.apache.camel.model.RouteContainer
Returns the routes
getRoutes() - Method in class org.apache.camel.model.RoutesDefinition
 
getRoutesConfiguration() - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
 
getRouteScoped() - Method in class org.apache.camel.model.OnCompletionDefinition
 
getRouteScoped() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getSagaService() - Method in class org.apache.camel.model.SagaDefinition
 
getSamplePeriod() - Method in class org.apache.camel.model.SamplingDefinition
 
getSaxon() - Method in class org.apache.camel.model.language.XPathExpression
 
getSchema() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
getSchema() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
 
getSchema() - Method in class org.apache.camel.model.dataformat.SoapJaxbDataFormat
 
getSchemaLocation() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
 
getSchemaSeverityLevel() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
 
getScheme() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getScheme() - Method in class org.apache.camel.model.transformer.TransformerDefinition
 
getScopes() - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
 
getScopes() - Method in class org.apache.camel.model.rest.SecurityDefinition
 
getSecureTag() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
 
getSecureTagContents() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
 
getSecurity() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getSecurityDefinitions() - Method in class org.apache.camel.model.rest.RestDefinition
 
getSecurityDefinitions() - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
 
getServerBaseUrl() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
getServers() - Method in class org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfiguration
 
getServers() - Method in class org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfiguration
 
getServiceCallConfiguration(String) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
getServiceCallConfiguration(String) - Method in class org.apache.camel.impl.DefaultModel
 
getServiceCallConfiguration(String) - Method in interface org.apache.camel.model.Model
Gets the service call configuration by the given name.
getServiceChooser() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
getServiceChooser() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
getServiceChooserRef() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
getServiceChooserRef() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
getServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
getServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
getServiceDiscoveryConfiguration() - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
 
getServiceDiscoveryConfiguration() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
getServiceDiscoveryConfiguration() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
getServiceDiscoveryConfigurations() - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
 
getServiceDiscoveryRef() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
getServiceDiscoveryRef() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
getServiceFilter() - Method in class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfiguration
 
getServiceFilter() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
getServiceFilter() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
getServiceFilterConfiguration() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
getServiceFilterConfiguration() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
getServiceFilterConfigurations() - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
 
getServiceFilterRef() - Method in class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfiguration
 
getServiceFilterRef() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
getServiceFilterRef() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
getServicePath() - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
 
getSessionTimeout() - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
 
getShareUnitOfWork() - Method in class org.apache.camel.model.EnrichDefinition
 
getShareUnitOfWork() - Method in class org.apache.camel.model.MulticastDefinition
 
getShareUnitOfWork() - Method in class org.apache.camel.model.RecipientListDefinition
 
getShareUnitOfWork() - Method in class org.apache.camel.model.SplitDefinition
 
getShortName() - Method in class org.apache.camel.model.AggregateDefinition
 
getShortName() - Method in class org.apache.camel.model.BeanDefinition
 
getShortName() - Method in class org.apache.camel.model.CatchDefinition
 
getShortName() - Method in class org.apache.camel.model.ChoiceDefinition
 
getShortName() - Method in class org.apache.camel.model.ClaimCheckDefinition
 
getShortName() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
getShortName() - Method in class org.apache.camel.model.ConvertBodyDefinition
 
getShortName() - Method in class org.apache.camel.model.DataFormatDefinition
 
getShortName() - Method in class org.apache.camel.model.DelayDefinition
 
getShortName() - Method in class org.apache.camel.model.DynamicRouterDefinition
 
getShortName() - Method in class org.apache.camel.model.EnrichDefinition
 
getShortName() - Method in class org.apache.camel.model.FilterDefinition
 
getShortName() - Method in class org.apache.camel.model.FinallyDefinition
 
getShortName() - Method in class org.apache.camel.model.FromDefinition
 
getShortName() - Method in class org.apache.camel.model.HystrixDefinition
 
getShortName() - Method in class org.apache.camel.model.IdempotentConsumerDefinition
 
getShortName() - Method in class org.apache.camel.model.InOnlyDefinition
 
getShortName() - Method in class org.apache.camel.model.InOutDefinition
 
getShortName() - Method in class org.apache.camel.model.InputTypeDefinition
 
getShortName() - Method in class org.apache.camel.model.InterceptDefinition
 
getShortName() - Method in class org.apache.camel.model.InterceptFromDefinition
 
getShortName() - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
 
getShortName() - Method in class org.apache.camel.model.LoadBalanceDefinition
 
getShortName() - Method in class org.apache.camel.model.LogDefinition
 
getShortName() - Method in class org.apache.camel.model.LoopDefinition
 
getShortName() - Method in class org.apache.camel.model.MarshalDefinition
 
getShortName() - Method in class org.apache.camel.model.MulticastDefinition
 
getShortName() - Method in class org.apache.camel.model.OnCompletionDefinition
 
getShortName() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getShortName() - Method in class org.apache.camel.model.OnFallbackDefinition
 
getShortName() - Method in class org.apache.camel.model.OtherwiseDefinition
 
getShortName() - Method in class org.apache.camel.model.OutputDefinition
 
getShortName() - Method in class org.apache.camel.model.OutputTypeDefinition
 
getShortName() - Method in class org.apache.camel.model.PipelineDefinition
 
getShortName() - Method in class org.apache.camel.model.PolicyDefinition
 
getShortName() - Method in class org.apache.camel.model.PollEnrichDefinition
 
getShortName() - Method in class org.apache.camel.model.ProcessDefinition
 
getShortName() - Method in class org.apache.camel.model.RecipientListDefinition
 
getShortName() - Method in class org.apache.camel.model.RemoveHeaderDefinition
 
getShortName() - Method in class org.apache.camel.model.RemoveHeadersDefinition
 
getShortName() - Method in class org.apache.camel.model.RemovePropertiesDefinition
 
getShortName() - Method in class org.apache.camel.model.RemovePropertyDefinition
 
getShortName() - Method in class org.apache.camel.model.ResequenceDefinition
 
getShortName() - Method in class org.apache.camel.model.rest.RestBindingDefinition
 
getShortName() - Method in class org.apache.camel.model.rest.RestDefinition
 
getShortName() - Method in class org.apache.camel.model.rest.RestsDefinition
 
getShortName() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getShortName() - Method in class org.apache.camel.model.RollbackDefinition
 
getShortName() - Method in class org.apache.camel.model.RouteDefinition
 
getShortName() - Method in class org.apache.camel.model.RoutesDefinition
 
getShortName() - Method in class org.apache.camel.model.RoutingSlipDefinition
 
getShortName() - Method in class org.apache.camel.model.SamplingDefinition
 
getShortName() - Method in class org.apache.camel.model.ScriptDefinition
 
getShortName() - Method in class org.apache.camel.model.SetBodyDefinition
 
getShortName() - Method in class org.apache.camel.model.SetExchangePatternDefinition
 
getShortName() - Method in class org.apache.camel.model.SetFaultBodyDefinition
 
getShortName() - Method in class org.apache.camel.model.SetHeaderDefinition
 
getShortName() - Method in class org.apache.camel.model.SetPropertyDefinition
 
getShortName() - Method in class org.apache.camel.model.SortDefinition
 
getShortName() - Method in class org.apache.camel.model.SplitDefinition
 
getShortName() - Method in class org.apache.camel.model.StepDefinition
 
getShortName() - Method in class org.apache.camel.model.StopDefinition
 
getShortName() - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
getShortName() - Method in class org.apache.camel.model.ThreadsDefinition
 
getShortName() - Method in class org.apache.camel.model.ThrottleDefinition
 
getShortName() - Method in class org.apache.camel.model.ThrowExceptionDefinition
 
getShortName() - Method in class org.apache.camel.model.ToDefinition
 
getShortName() - Method in class org.apache.camel.model.ToDynamicDefinition
 
getShortName() - Method in class org.apache.camel.model.TransactedDefinition
 
getShortName() - Method in class org.apache.camel.model.TransformDefinition
 
getShortName() - Method in class org.apache.camel.model.TryDefinition
 
getShortName() - Method in class org.apache.camel.model.UnmarshalDefinition
 
getShortName() - Method in class org.apache.camel.model.ValidateDefinition
 
getShortName() - Method in class org.apache.camel.model.WhenDefinition
 
getShortName() - Method in class org.apache.camel.model.WhenSkipSendToEndpointDefinition
 
getShortName() - Method in class org.apache.camel.model.WireTapDefinition
 
getShouldAppendHMAC() - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
 
getShutdownRoute() - Method in class org.apache.camel.model.RouteDefinition
 
getShutdownRunningTask() - Method in class org.apache.camel.model.RouteDefinition
To control how to shutdown the route.
getShutdownTimeout() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getSignatureKeyFileName() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
 
getSignatureKeyRing() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
 
getSignatureKeyUserid() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
 
getSignaturePassword() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
 
getSignatureVerificationOption() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
 
getSkipBindingOnErrorCode() - Method in class org.apache.camel.model.rest.RestBindingDefinition
 
getSkipBindingOnErrorCode() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getSkipBindingOnErrorCode() - Method in class org.apache.camel.model.rest.RestDefinition
 
getSkipBindingOnErrorCode() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getSkipDuplicate() - Method in class org.apache.camel.model.IdempotentConsumerDefinition
 
getSkipEmptyLines() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
getSkipFirst() - Method in class org.apache.camel.model.language.TokenizerExpression
 
getSkipHeaderRecord() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getSkipSendToOriginalEndpoint() - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
 
getSkipTrailingCharsUntilNewline() - Method in class org.apache.camel.model.dataformat.UniVocityFixedWidthDataFormat
 
getSslContextParameters() - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
 
getSslContextParameters() - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
 
getStartupOrder() - Method in class org.apache.camel.impl.RouteService
 
getStartupOrder() - Method in class org.apache.camel.model.RouteDefinition
To configure the ordering of the routes being started
getSticky() - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
 
getStopOnAggregateException() - Method in class org.apache.camel.model.MulticastDefinition
 
getStopOnAggregateException() - Method in class org.apache.camel.model.RecipientListDefinition
 
getStopOnAggregateException() - Method in class org.apache.camel.model.SplitDefinition
 
getStopOnException() - Method in class org.apache.camel.model.MulticastDefinition
 
getStopOnException() - Method in class org.apache.camel.model.RecipientListDefinition
 
getStopOnException() - Method in class org.apache.camel.model.SplitDefinition
 
getStrategyMethodAllowNull() - Method in class org.apache.camel.model.AggregateDefinition
 
getStrategyMethodAllowNull() - Method in class org.apache.camel.model.MulticastDefinition
 
getStrategyMethodAllowNull() - Method in class org.apache.camel.model.RecipientListDefinition
 
getStrategyMethodAllowNull() - Method in class org.apache.camel.model.SplitDefinition
 
getStrategyMethodName() - Method in class org.apache.camel.model.AggregateDefinition
 
getStrategyMethodName() - Method in class org.apache.camel.model.MulticastDefinition
 
getStrategyMethodName() - Method in class org.apache.camel.model.RecipientListDefinition
 
getStrategyMethodName() - Method in class org.apache.camel.model.SplitDefinition
 
getStrategyRef() - Method in class org.apache.camel.model.AggregateDefinition
 
getStrategyRef() - Method in class org.apache.camel.model.MulticastDefinition
 
getStrategyRef() - Method in class org.apache.camel.model.RecipientListDefinition
 
getStrategyRef() - Method in class org.apache.camel.model.SplitDefinition
 
getStreamCache() - Method in class org.apache.camel.model.RouteDefinition
Whether stream caching is enabled on this route.
getStreamCachingBufferSize() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getStreamCachingSpoolCipher() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getStreamCachingSpoolDirectory() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getStreamCachingSpoolThreshold() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getStreamCachingSpoolUsedHeapMemoryLimit() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getStreamCachingSpoolUsedHeapMemoryThreshold() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getStreamConfig() - Method in class org.apache.camel.model.ResequenceDefinition
 
getStreaming() - Method in class org.apache.camel.model.MulticastDefinition
 
getStreaming() - Method in class org.apache.camel.model.RecipientListDefinition
 
getStreaming() - Method in class org.apache.camel.model.SplitDefinition
 
getStreamName() - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
 
getStripVersionsFromReferences() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
getSuppressExceptions() - Method in class org.apache.camel.model.language.JsonPathExpression
 
getTag() - Method in class org.apache.camel.model.rest.RestDefinition
 
getText() - Method in class org.apache.camel.builder.SimpleBuilder
 
getText() - Method in class org.apache.camel.model.DescriptionDefinition
 
getTextQualifier() - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
 
getThreadName() - Method in class org.apache.camel.model.ThreadsDefinition
 
getThreadNamePattern() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getThreadPoolKey() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getThreadPoolRollingNumberStatisticalWindowBuckets() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getThreadPoolRollingNumberStatisticalWindowInMilliseconds() - Method in class org.apache.camel.model.HystrixConfigurationCommon
 
getThreadSafety() - Method in class org.apache.camel.model.language.XPathExpression
 
getTimeout() - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
 
getTimeout() - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
 
getTimeout() - Method in class org.apache.camel.model.config.StreamResequencerConfig
 
getTimeout() - Method in class org.apache.camel.model.MulticastDefinition
 
getTimeout() - Method in class org.apache.camel.model.PollEnrichDefinition
 
getTimeout() - Method in class org.apache.camel.model.RecipientListDefinition
 
getTimeout() - Method in class org.apache.camel.model.SplitDefinition
 
getTimeoutCheckerExecutorService() - Method in class org.apache.camel.model.AggregateDefinition
 
getTimeoutCheckerExecutorServiceRef() - Method in class org.apache.camel.model.AggregateDefinition
 
getTimeoutInMilliseconds() - Method in class org.apache.camel.model.SagaDefinition
 
getTimePeriodMillis() - Method in class org.apache.camel.model.ThrottleDefinition
 
getTimeUnit() - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
getTimeUnit() - Method in class org.apache.camel.model.ThreadsDefinition
 
getTimezone() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getTo() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getToD() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getToken() - Method in class org.apache.camel.model.language.TokenizerExpression
 
getTokenUrl() - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
 
getToOrRoute() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getToType() - Method in class org.apache.camel.model.transformer.TransformerDefinition
 
getTrace() - Method in class org.apache.camel.model.RouteDefinition
Whether tracing is enabled on this route.
getTrailingDelimiter() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getTransformers() - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
getTransformers() - Method in class org.apache.camel.impl.DefaultModel
 
getTransformers() - Method in interface org.apache.camel.model.Model
Gets the transformers that can be referenced in the routes.
getTransformers() - Method in class org.apache.camel.model.transformer.TransformersDefinition
 
getTrim() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getTrim() - Method in class org.apache.camel.model.language.ExpressionDefinition
 
getTrustCerts() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
 
getType() - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
 
getType() - Method in class org.apache.camel.model.ConvertBodyDefinition
 
getType() - Method in class org.apache.camel.model.dataformat.BindyDataFormat
 
getType() - Method in class org.apache.camel.model.dataformat.YAMLTypeFilterDefinition
 
getType() - Method in class org.apache.camel.model.language.XQueryExpression
 
getType() - Method in class org.apache.camel.model.PolicyDefinition
 
getType() - Method in class org.apache.camel.model.rest.RestBindingDefinition
 
getType() - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
 
getType() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getType() - Method in class org.apache.camel.model.TransactedDefinition
 
getType() - Method in class org.apache.camel.model.validator.ValidatorDefinition
 
getTypeClass() - Method in class org.apache.camel.model.ConvertBodyDefinition
 
getTypeFilters() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
 
getUnits() - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
 
getUnits() - Method in class org.apache.camel.model.SamplingDefinition
 
getUnmarshalSingleObject() - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
 
getUnmarshalType() - Method in class org.apache.camel.model.dataformat.BoonDataFormat
 
getUnmarshalType() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
 
getUnmarshalType() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getUnmarshalType() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getUnmarshalType() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
 
getUnmarshalTypeName() - Method in class org.apache.camel.model.dataformat.BoonDataFormat
 
getUnmarshalTypeName() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
 
getUnmarshalTypeName() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getUnmarshalTypeName() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getUnmarshalTypeName() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
 
getUnwrapSingleInstance() - Method in class org.apache.camel.model.dataformat.BindyDataFormat
 
getUri() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
getUri() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
getUri() - Method in class org.apache.camel.model.FromDefinition
 
getUri() - Method in class org.apache.camel.model.InterceptFromDefinition
 
getUri() - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
 
getUri() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getUri() - Method in class org.apache.camel.model.SagaActionUriDefinition
 
getUri() - Method in class org.apache.camel.model.SendDefinition
 
getUri() - Method in class org.apache.camel.model.ToDynamicDefinition
 
getUri() - Method in class org.apache.camel.model.transformer.EndpointTransformerDefinition
 
getUri() - Method in class org.apache.camel.model.validator.EndpointValidatorDefinition
 
getUri() - Method in class org.apache.camel.model.WireTapDefinition
 
getUriDelimiter() - Method in class org.apache.camel.model.DynamicRouterDefinition
 
getUriDelimiter() - Method in class org.apache.camel.model.RoutingSlipDefinition
 
getUris() - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
 
getUrl() - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
The Consul agent URL
getUrlSafe() - Method in class org.apache.camel.model.dataformat.Base64DataFormat
 
getUrn() - Method in class org.apache.camel.model.InputTypeDefinition
Get input type URN.
getUrn() - Method in class org.apache.camel.model.OutputTypeDefinition
Get output type URN.
getUseCollisionAvoidance() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getUseDefaultObjectMapper() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
 
getUseDefaultObjectMapper() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getUsedForGeneratingNodeId() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getUseExponentialBackOff() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getUseList() - Method in class org.apache.camel.model.dataformat.BoonDataFormat
 
getUseList() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
 
getUseList() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getUseList() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getUseMaps() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getUseOrderedMaps() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getUseOriginalMessagePolicy() - Method in class org.apache.camel.model.OnCompletionDefinition
 
getUseOriginalMessagePolicy() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getUserName() - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
 
getUserName() - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
 
getUsername() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
 
getUsername() - Method in class org.apache.camel.model.cloud.RibbonServiceCallServiceLoadBalancerConfiguration
 
getUseXForwardHeaders() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getUsingIterator() - Method in class org.apache.camel.model.dataformat.ASN1DataFormat
 
getUsingIterator() - Method in class org.apache.camel.model.dataformat.TarFileDataFormat
 
getUsingIterator() - Method in class org.apache.camel.model.dataformat.ZipFileDataFormat
 
getUsingParallelCompression() - Method in class org.apache.camel.model.dataformat.LZFDataFormat
 
getValidate() - Method in class org.apache.camel.model.dataformat.HL7DataFormat
 
getValidating() - Method in class org.apache.camel.model.dataformat.IcalDataFormat
 
getValidators() - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
getValidators() - Method in class org.apache.camel.impl.DefaultModel
 
getValidators() - Method in interface org.apache.camel.model.Model
Gets the validators that can be referenced in the routes.
getValidators() - Method in class org.apache.camel.model.validator.ValidatorsDefinition
 
getValue() - Method in class org.apache.camel.model.dataformat.YAMLTypeFilterDefinition
 
getValue() - Method in class org.apache.camel.model.GlobalOptionDefinition
 
getValue() - Method in class org.apache.camel.model.PropertyDefinition
 
getValue() - Method in class org.apache.camel.model.rest.RestPropertyDefinition
 
GetVerbDefinition - Class in org.apache.camel.model.rest
Rest GET command
GetVerbDefinition() - Constructor for class org.apache.camel.model.rest.GetVerbDefinition
 
getVerbs() - Method in class org.apache.camel.model.rest.RestDefinition
 
getVersion() - Method in class org.apache.camel.model.dataformat.SoapJaxbDataFormat
 
getWhenClauses() - Method in class org.apache.camel.model.ChoiceDefinition
 
getWidth() - Method in class org.apache.camel.model.dataformat.BarcodeDataFormat
 
getWriteAsString() - Method in class org.apache.camel.model.language.JsonPathExpression
 
getWriteTimeoutMillis() - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
 
getXml() - Method in class org.apache.camel.model.language.TokenizerExpression
 
getXmlCipherAlgorithm() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
 
getXmlDataFormat() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getXmlMapper() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getXmlStreamWriterWrapper() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
 
GlobalOptionDefinition - Class in org.apache.camel.model
Models a string key/value pair for configuring some global options on a Camel context such as max debug log length.
GlobalOptionDefinition() - Constructor for class org.apache.camel.model.GlobalOptionDefinition
 
GlobalOptionsDefinition - Class in org.apache.camel.model
Models a series of string key/value pairs for configuring some global options on a Camel context such as max debug log length.
GlobalOptionsDefinition() - Constructor for class org.apache.camel.model.GlobalOptionsDefinition
 
groovy(String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a Groovy expression
groovy(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a Groovy expression
GroovyExpression - Class in org.apache.camel.model.language
To use Groovy scripts in Camel expressions or predicates.
GroovyExpression() - Constructor for class org.apache.camel.model.language.GroovyExpression
 
GroovyExpression(String) - Constructor for class org.apache.camel.model.language.GroovyExpression
 
group(String) - Method in class org.apache.camel.model.RouteDefinition
Set the group name for this route
groupedBody() - Static method in class org.apache.camel.builder.AggregationStrategies
Creates a GroupedBodyAggregationStrategy aggregation strategy.
groupedExchange() - Static method in class org.apache.camel.builder.AggregationStrategies
Creates a GroupedExchangeAggregationStrategy aggregation strategy.
groupKey(String) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Sets the group key to use.
groupKey(String) - Method in class org.apache.camel.model.HystrixDefinition
Sets the group key to use.
GzipDataFormat - Class in org.apache.camel.model.dataformat
The GZip data format is a message compression and de-compression format (which works with the popular gzip/gunzip tools).
GzipDataFormat() - Constructor for class org.apache.camel.model.dataformat.GzipDataFormat
 
GzipDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
GzipDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.GzipDataFormatReifier
 
gzipDeflater() - Method in class org.apache.camel.builder.DataFormatClause
Uses the GZIP deflater data format

H

handled(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether the exchange should be marked as handled or not.
handled(Predicate) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether the exchange should be marked as handled or not.
handled(Expression) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether the exchange should be marked as handled or not.
handleFault() - Method in class org.apache.camel.model.RouteDefinition
Enable handle fault for this route.
hasCustomIdAssigned() - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
Returns whether a custom id has been assigned
hasOutputs(List<ProcessorDefinition<?>>, boolean) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
Is there any outputs in the given list.
head() - Method in class org.apache.camel.model.rest.RestDefinition
 
head(String) - Method in class org.apache.camel.model.rest.RestDefinition
 
head() - Method in class org.apache.camel.model.rest.VerbDefinition
 
head(String) - Method in class org.apache.camel.model.rest.VerbDefinition
 
header(String) - Static method in class org.apache.camel.builder.Builder
Returns a predicate and value builder for headers on an exchange
header(String) - Method in class org.apache.camel.builder.BuilderSupport
Returns a value builder for the given header
header(String) - Method in class org.apache.camel.builder.ExpressionClause
An expression of an inbound message header of the given name
header(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
An expression of an inbound message header of the given name
header(String) - Method in class org.apache.camel.model.rest.RestOperationResponseMsgDefinition
Adds a response header
HeaderExpression - Class in org.apache.camel.model.language
To use a Camel Message header in expressions or predicates.
HeaderExpression() - Constructor for class org.apache.camel.model.language.HeaderExpression
 
HeaderExpression(String) - Constructor for class org.apache.camel.model.language.HeaderExpression
 
headerExtractionEnabled - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
headers() - Method in class org.apache.camel.builder.ExpressionClause
An expression of the inbound headers
headers() - Method in class org.apache.camel.builder.ExpressionClauseSupport
An expression of the inbound headers
headers - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
headersDisabled - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
HeadVerbDefinition - Class in org.apache.camel.model.rest
Rest HEAD command
HeadVerbDefinition() - Constructor for class org.apache.camel.model.rest.HeadVerbDefinition
 
healthy() - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
 
healthyFilter() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
healthyFilter() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
HealthyServiceCallServiceFilterConfiguration - Class in org.apache.camel.model.cloud
 
HealthyServiceCallServiceFilterConfiguration() - Constructor for class org.apache.camel.model.cloud.HealthyServiceCallServiceFilterConfiguration
 
HealthyServiceCallServiceFilterConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.HealthyServiceCallServiceFilterConfiguration
 
hl7() - Method in class org.apache.camel.builder.DataFormatClause
Uses the HL7 data format
hl7(boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the HL7 data format
hl7(Object) - Method in class org.apache.camel.builder.DataFormatClause
Uses the HL7 data format
HL7DataFormat - Class in org.apache.camel.model.dataformat
The HL7 data format can be used to marshal or unmarshal HL7 (Health Care) model objects.
HL7DataFormat() - Constructor for class org.apache.camel.model.dataformat.HL7DataFormat
 
HL7DataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
HL7DataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.HL7DataFormatReifier
 
hl7terser(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Hl7TerserExpression - Class in org.apache.camel.model.language
To use HL7 terser scripts in Camel expressions or predicates.
Hl7TerserExpression() - Constructor for class org.apache.camel.model.language.Hl7TerserExpression
 
Hl7TerserExpression(String) - Constructor for class org.apache.camel.model.language.Hl7TerserExpression
 
host(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
To define the host to use, such as 0.0.0.0 or localhost
hostHeader(String) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
The header that holds the service host information, default ServiceCallConstants.SERVICE_HOST
hostNameResolver(RestHostNameResolver) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
To specify the hostname resolver
hystrix() - Method in class org.apache.camel.model.ProcessorDefinition
Creates a Hystrix Circuit Breaker EIP.
hystrixConfiguration() - Method in class org.apache.camel.model.HystrixDefinition
Configures the Hystrix EIP

Use end when configuration is complete, to return back to the Hystrix EIP.

hystrixConfiguration(HystrixConfigurationDefinition) - Method in class org.apache.camel.model.HystrixDefinition
Configures the Hystrix EIP using the given configuration
hystrixConfiguration(String) - Method in class org.apache.camel.model.HystrixDefinition
Refers to a Hystrix configuration to use for configuring the Hystrix EIP.
HystrixConfigurationCommon - Class in org.apache.camel.model
 
HystrixConfigurationCommon() - Constructor for class org.apache.camel.model.HystrixConfigurationCommon
 
HystrixConfigurationDefinition - Class in org.apache.camel.model
Hystrix Circuit Breaker EIP configuration
HystrixConfigurationDefinition() - Constructor for class org.apache.camel.model.HystrixConfigurationDefinition
 
HystrixConfigurationDefinition(HystrixDefinition) - Constructor for class org.apache.camel.model.HystrixConfigurationDefinition
 
HystrixDefinition - Class in org.apache.camel.model
Hystrix Circuit Breaker EIP
HystrixDefinition() - Constructor for class org.apache.camel.model.HystrixDefinition
 

I

ical(boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the iCal data format
IcalDataFormat - Class in org.apache.camel.model.dataformat
The iCal dataformat is used for working with iCalendar messages.
IcalDataFormat() - Constructor for class org.apache.camel.model.dataformat.IcalDataFormat
 
IcalDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
IcalDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.IcalDataFormatReifier
 
id(String) - Method in class org.apache.camel.model.NoOutputExpressionNode
 
id(String) - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
Sets the id of this node
id(String) - Method in class org.apache.camel.model.ProcessorDefinition
Sets the id of this node.
id(String) - Method in class org.apache.camel.model.rest.RestDefinition
 
idempotentConsumer() - Method in class org.apache.camel.model.ProcessorDefinition
Idempotent consumer EIP: Creates an IdempotentConsumer using a fluent builder.
idempotentConsumer(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
Idempotent consumer EIP: Creates an IdempotentConsumer to avoid duplicate messages
idempotentConsumer(Expression, IdempotentRepository) - Method in class org.apache.camel.model.ProcessorDefinition
Idempotent consumer EIP: Creates an IdempotentConsumer to avoid duplicate messages
IdempotentConsumerDefinition - Class in org.apache.camel.model
Filters out duplicate messages
IdempotentConsumerDefinition() - Constructor for class org.apache.camel.model.IdempotentConsumerDefinition
 
IdempotentConsumerDefinition(Expression, IdempotentRepository) - Constructor for class org.apache.camel.model.IdempotentConsumerDefinition
 
IdentifiedType - Class in org.apache.camel.model
The unique identifier for a bean.
IdentifiedType() - Constructor for class org.apache.camel.model.IdentifiedType
 
idOrCreate(NodeIdFactory) - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
Gets the node id, creating one if not already set.
ignoreInvalidCasts() - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
Ignores invalid casts instead of throwing an exception if the pick expression result cannot be casted to the specified type.
ignoreInvalidCorrelationKeys() - Method in class org.apache.camel.model.AggregateDefinition
If a correlation key cannot be successfully evaluated it will be ignored by logging a DEBUG and then just ignore the incoming Exchange.
ignoreInvalidEndpoint() - Method in class org.apache.camel.model.EnrichDefinition
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
ignoreInvalidEndpoint() - Method in class org.apache.camel.model.PollEnrichDefinition
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
ignoreInvalidEndpoint() - Method in class org.apache.camel.model.ToDynamicDefinition
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
ignoreInvalidEndpoint() - Method in class org.apache.camel.model.WireTapDefinition
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
ignoreInvalidEndpoints() - Method in class org.apache.camel.model.DynamicRouterDefinition
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
ignoreInvalidEndpoints() - Method in class org.apache.camel.model.RecipientListDefinition
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
ignoreInvalidEndpoints() - Method in class org.apache.camel.model.RoutingSlipDefinition
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
ignoreInvalidExchanges() - Method in class org.apache.camel.model.ResequenceDefinition
If an incoming Exchange is invalid, then it will be ignored.
ignoreLeadingWhitespaces - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
ignoreTrailingWhitespaces - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
ImplicitCollectionEntry() - Constructor for class org.apache.camel.model.dataformat.XStreamDataFormat.ImplicitCollectionEntry
 
ImplicitCollectionEntry(String, String[]) - Constructor for class org.apache.camel.model.dataformat.XStreamDataFormat.ImplicitCollectionEntry
 
ImplicitCollectionList() - Constructor for class org.apache.camel.model.dataformat.XStreamDataFormat.ImplicitCollectionList
 
ImplicitCollectionsAdapter() - Constructor for class org.apache.camel.model.dataformat.XStreamDataFormat.ImplicitCollectionsAdapter
 
inheritErrorHandler - Variable in class org.apache.camel.model.ProcessorDefinition
 
inheritErrorHandler(boolean) - Method in class org.apache.camel.model.ProcessorDefinition
Sets whether or not to inherit the configured error handler.
initCamelContext() - Method in class org.apache.camel.main.MainSupport
 
initialProperties - Variable in class org.apache.camel.main.MainSupport
 
initParent(ProcessorDefinition) - Static method in class org.apache.camel.model.RouteDefinitionHelper
 
inMessage() - Method in class org.apache.camel.builder.ExpressionClause
An expression of an inbound message
inMessage(Function<Message, Object>) - Method in class org.apache.camel.builder.ExpressionClause
A functional expression of an inbound message
inMessage() - Method in class org.apache.camel.builder.ExpressionClauseSupport
An expression of an inbound message
inOnly(String) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the message to the given endpoint using an Event Message or InOnly exchange pattern

Notice the existing MEP is restored after the message has been sent to the given endpoint.

inOnly(Endpoint) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the message to the given endpoint using an Event Message or InOnly exchange pattern

Notice the existing MEP is restored after the message has been sent to the given endpoint.

inOnly(String...) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the message to the given endpoints using an Event Message or InOnly exchange pattern

Notice the existing MEP is restored after the message has been sent to the given endpoint.

inOnly(Endpoint...) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the message to the given endpoints using an Event Message or InOnly exchange pattern

Notice the existing MEP is restored after the message has been sent to the given endpoint.

inOnly(Iterable<Endpoint>) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the message to the given endpoints using an Event Message or InOnly exchange pattern

Notice the existing MEP is restored after the message has been sent to the given endpoint.

InOnlyDefinition - Class in org.apache.camel.model
Marks the exchange pattern for the route to one way
InOnlyDefinition() - Constructor for class org.apache.camel.model.InOnlyDefinition
 
InOnlyDefinition(String) - Constructor for class org.apache.camel.model.InOnlyDefinition
 
InOnlyDefinition(Endpoint) - Constructor for class org.apache.camel.model.InOnlyDefinition
 
inOut(String) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the message to the given endpoint using an Request Reply or InOut exchange pattern

Notice the existing MEP is restored after the message has been sent to the given endpoint.

inOut(Endpoint) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the message to the given endpoint using an Request Reply or InOut exchange pattern

Notice the existing MEP is restored after the message has been sent to the given endpoint.

inOut(String...) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the message to the given endpoints using an Request Reply or InOut exchange pattern

Notice the existing MEP is restored after the message has been sent to the given endpoint.

inOut(Endpoint...) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the message to the given endpoints using an Request Reply or InOut exchange pattern

Notice the existing MEP is restored after the message has been sent to the given endpoint.

inOut(Iterable<Endpoint>) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the message to the given endpoints using an Request Reply or InOut exchange pattern

Notice the existing MEP is restored after the message has been sent to the given endpoint.

InOutDefinition - Class in org.apache.camel.model
Marks the exchange pattern for the route to request/reply
InOutDefinition() - Constructor for class org.apache.camel.model.InOutDefinition
 
InOutDefinition(String) - Constructor for class org.apache.camel.model.InOutDefinition
 
InOutDefinition(Endpoint) - Constructor for class org.apache.camel.model.InOutDefinition
 
inputType(String) - Method in class org.apache.camel.model.RouteDefinition
Declare the expected data type of the input message.
inputType(Class) - Method in class org.apache.camel.model.RouteDefinition
Declare the expected data type of the input message by Java class.
InputTypeDefinition - Class in org.apache.camel.model
Set the expected data type of the input message.
InputTypeDefinition() - Constructor for class org.apache.camel.model.InputTypeDefinition
 
inputTypeWithValidate(String) - Method in class org.apache.camel.model.RouteDefinition
Declare the expected data type of the input message with content validation enabled.
inputTypeWithValidate(Class) - Method in class org.apache.camel.model.RouteDefinition
Declare the expected data type of the input message by Java class with content validation enabled.
instance - Static variable in class org.apache.camel.main.Main
 
intercept() - Method in class org.apache.camel.builder.RouteBuilder
Adds a route for an interceptor that intercepts every processing step.
intercept() - Method in class org.apache.camel.model.RoutesDefinition
Creates and adds an interceptor that is triggered on every step in the route processing.
InterceptDefinition - Class in org.apache.camel.model
Intercepts a message at each step in the route
InterceptDefinition() - Constructor for class org.apache.camel.model.InterceptDefinition
 
intercepted - Variable in class org.apache.camel.model.InterceptDefinition
 
interceptFrom() - Method in class org.apache.camel.builder.RouteBuilder
Adds a route for an interceptor that intercepts incoming messages on any inputs in this route
interceptFrom(String) - Method in class org.apache.camel.builder.RouteBuilder
Adds a route for an interceptor that intercepts incoming messages on the given endpoint.
interceptFrom() - Method in class org.apache.camel.model.RoutesDefinition
Creates and adds an interceptor that is triggered when an exchange is received as input to any routes (eg from all the from)
interceptFrom(String) - Method in class org.apache.camel.model.RoutesDefinition
Creates and adds an interceptor that is triggered when an exchange is received as input to the route defined with the given endpoint (eg from the from)
InterceptFromDefinition - Class in org.apache.camel.model
Intercepts incoming messages
InterceptFromDefinition() - Constructor for class org.apache.camel.model.InterceptFromDefinition
 
InterceptFromDefinition(String) - Constructor for class org.apache.camel.model.InterceptFromDefinition
 
interceptSendToEndpoint(String) - Method in class org.apache.camel.builder.RouteBuilder
Applies a route for an interceptor if an exchange is send to the given endpoint
interceptSendToEndpoint(String) - Method in class org.apache.camel.model.RoutesDefinition
Creates and adds an interceptor that is triggered when an exchange is send to the given endpoint
InterceptSendToEndpointDefinition - Class in org.apache.camel.model
Intercepts messages being sent to an endpoint
InterceptSendToEndpointDefinition() - Constructor for class org.apache.camel.model.InterceptSendToEndpointDefinition
 
InterceptSendToEndpointDefinition(String) - Constructor for class org.apache.camel.model.InterceptSendToEndpointDefinition
 
isAbstract() - Method in class org.apache.camel.model.InterceptDefinition
 
isAbstract() - Method in class org.apache.camel.model.InterceptFromDefinition
 
isAbstract() - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
 
isAbstract() - Method in class org.apache.camel.model.OnCompletionDefinition
 
isAbstract() - Method in class org.apache.camel.model.OnExceptionDefinition
 
isAbstract() - Method in class org.apache.camel.model.PolicyDefinition
 
isAbstract() - Method in class org.apache.camel.model.ProcessorDefinition
Whether this model is abstract or not.
isAbstract() - Method in class org.apache.camel.model.SagaDefinition
 
isAbstract() - Method in class org.apache.camel.model.TransactedDefinition
 
isAllowAnyType() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
 
isAllowUseOriginalMessage() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isAsyncDelayedRedelivery() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
isAutoConfigurationEnabled() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isAutoConfigurationEnabled() - Method in class org.apache.camel.main.MainSupport
Deprecated.
IsAutoStartup() - Constructor for class org.apache.camel.impl.cluster.ClusteredRouteFilters.IsAutoStartup
 
isAutoStartup() - Method in class org.apache.camel.impl.RouteService
 
isAutoStartup() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isAutowireComponentProperties() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isAutowireComponentPropertiesDeep() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isContextScopedErrorHandler() - Method in class org.apache.camel.impl.RouteService
 
isContextScopedErrorHandler() - Method in class org.apache.camel.model.RouteDefinition
 
isDeadLetterHandleNewException() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
isDefaultProfile() - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
isDynamic() - Method in class org.apache.camel.model.WireTapDefinition
 
isEnabled(CamelEvent) - Method in class org.apache.camel.main.MainDurationEventNotifier
 
isEncodeElementsAppliesToChildResourcesOnly() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
isEndpointRuntimeStatisticsEnabled() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isErrorHandlerFactoryConfigured(String) - Static method in class org.apache.camel.reifier.errorhandler.ErrorHandlerReifier
Returns whether a specific error handler builder has been configured or not.
isFallbackViaNetwork() - Method in class org.apache.camel.model.OnFallbackDefinition
 
isFileWatchDirectoryRecursively() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isFileWatchDirectoryRecursively() - Method in class org.apache.camel.main.MainSupport
Deprecated.
isFirstChildOfType(Class<?>, ProcessorDefinition<?>) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
Is the given child the first in the outputs from the parent?
isHandleFault() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isHangupInterceptorEnabled() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isInheritErrorHandler() - Method in class org.apache.camel.model.ProcessorDefinition
 
isJmxCreateConnector() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isJmxEnabled() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isLeader() - Method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
 
isLogExhaustedMessageBody() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isLogMask() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isMessageHistory() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isOmitResourceId() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
isOutputSupported() - Method in class org.apache.camel.model.AggregateDefinition
 
isOutputSupported() - Method in class org.apache.camel.model.CatchDefinition
 
isOutputSupported() - Method in class org.apache.camel.model.ChoiceDefinition
 
isOutputSupported() - Method in class org.apache.camel.model.ExpressionNode
 
isOutputSupported() - Method in class org.apache.camel.model.HystrixDefinition
 
isOutputSupported() - Method in class org.apache.camel.model.LoadBalanceDefinition
 
isOutputSupported() - Method in class org.apache.camel.model.NoOutputDefinition
 
isOutputSupported() - Method in class org.apache.camel.model.NoOutputExpressionNode
 
isOutputSupported() - Method in class org.apache.camel.model.OnCompletionDefinition
 
isOutputSupported() - Method in class org.apache.camel.model.OnExceptionDefinition
 
isOutputSupported() - Method in class org.apache.camel.model.OutputDefinition
 
isOutputSupported() - Method in class org.apache.camel.model.ProcessorDefinition
 
isOutputSupported() - Method in class org.apache.camel.model.ResequenceDefinition
 
isOutputSupported() - Method in class org.apache.camel.model.RouteDefinition
 
isParentOfType(Class<? extends ProcessorDefinition>, ProcessorDefinition<?>, boolean) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
Is the given node parent(s) of the given type
isPrepared() - Method in class org.apache.camel.model.RouteDefinition
Check if the route has been prepared
isPrettyFlow() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
 
isPrettyPrint() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
isRecursive() - Method in class org.apache.camel.impl.FileWatcherReloadStrategy
 
isRest() - Method in class org.apache.camel.model.RouteDefinition
 
isRouteScoped() - Method in class org.apache.camel.model.OnCompletionDefinition
 
isRouteScoped() - Method in class org.apache.camel.model.OnExceptionDefinition
 
isShutdownLogInflightExchangesOnTimeout() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isShutdownNowOnTimeout() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isShutdownRoutesInReverseOrder() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isShutdownSuppressLoggingOnTimeout() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isStopOnException() - Method in class org.apache.camel.model.SplitDefinition
 
isStreamCachingAnySpoolRules() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isStreamCachingEnabled() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isStreamCachingInUse() - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
isStreamCachingRemoveSpoolDirectoryWhenStopping() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isStreamCachingStatisticsEnabled() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isSummaryMode() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
isSuppressNarratives() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
isTopLevelOnly() - Method in class org.apache.camel.model.InterceptDefinition
 
isTopLevelOnly() - Method in class org.apache.camel.model.InterceptFromDefinition
 
isTopLevelOnly() - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
 
isTopLevelOnly() - Method in class org.apache.camel.model.OnCompletionDefinition
 
isTopLevelOnly() - Method in class org.apache.camel.model.OnExceptionDefinition
 
isTopLevelOnly() - Method in class org.apache.camel.model.PolicyDefinition
 
isTopLevelOnly() - Method in class org.apache.camel.model.ProcessorDefinition
Whether this definition can only be added as top-level directly on the route itself (such as onException,onCompletion,intercept, etc.)

If trying to add a top-level only definition to a nested output would fail in the ProcessorDefinition.addOutput(ProcessorDefinition) method.

isTopLevelOnly() - Method in class org.apache.camel.model.SagaDefinition
 
isTopLevelOnly() - Method in class org.apache.camel.model.TransactedDefinition
 
isTrace() - Method in class org.apache.camel.main.MainSupport
 
isTracing() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isUseApplicationContextClassLoader() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
 
isUseBreadcrumb() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isUseDataType() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isUseList() - Method in class org.apache.camel.model.dataformat.BoonDataFormat
 
isUseMdcLogging() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isUseOriginalMessage() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
isValidate() - Method in class org.apache.camel.model.dataformat.HL7DataFormat
 
isValidate() - Method in class org.apache.camel.model.InputTypeDefinition
Get if validation is required for this input type.
isValidate() - Method in class org.apache.camel.model.OutputTypeDefinition
Get if validation is required for this output type.
isWrappingEntireOutput() - Method in class org.apache.camel.model.PolicyDefinition
 
isWrappingEntireOutput() - Method in class org.apache.camel.model.ProcessorDefinition
Whether this definition is wrapping the entire output.
isWrappingEntireOutput() - Method in class org.apache.camel.model.SagaDefinition
 
isWrappingEntireOutput() - Method in class org.apache.camel.model.TransactedDefinition
 

J

jacksonxml() - Method in class org.apache.camel.builder.DataFormatClause
Uses the Jackson XML data format
jacksonxml(Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Jackson XML data format
jacksonxml(Class<?>, Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Jackson XML data format
jacksonxml(boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Jackson XML data format using the Jackson library turning pretty printing on or off
jacksonxml(Class<?>, boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Jackson XML data format
jacksonxml(Class<?>, Class<?>, boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Jackson XML data format
jacksonxml(Class<?>, Class<?>, String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Jackson XML data format
jacksonxml(Class<?>, Class<?>, String, boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Jackson XML data format
JacksonXMLDataFormat - Class in org.apache.camel.model.dataformat
JacksonXML data format is used for unmarshal a XML payload to POJO or to marshal POJO back to XML payload.
JacksonXMLDataFormat() - Constructor for class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
JacksonXMLDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
JacksonXMLDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.JacksonXMLDataFormatReifier
 
jaxb() - Method in class org.apache.camel.builder.DataFormatClause
Uses the JAXB data format
jaxb(String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the JAXB data format with context path
jaxb(boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the JAXB data format turning pretty printing on or off
JAXB_CONTEXT_PACKAGES - Static variable in class org.apache.camel.model.Constants
 
JaxbDataFormat - Class in org.apache.camel.model.dataformat
JAXB data format uses the JAXB2 XML marshalling standard to unmarshal an XML payload into Java objects or to marshal Java objects into an XML payload.
JaxbDataFormat() - Constructor for class org.apache.camel.model.dataformat.JaxbDataFormat
 
JaxbDataFormat(boolean) - Constructor for class org.apache.camel.model.dataformat.JaxbDataFormat
 
JaxbDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
JaxbDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.JaxbDataFormatReifier
 
JndiRegistry - Class in org.apache.camel.impl
Deprecated.
use JndiBeanRepository instead.
JndiRegistry() - Constructor for class org.apache.camel.impl.JndiRegistry
Deprecated.
 
JndiRegistry(Map) - Constructor for class org.apache.camel.impl.JndiRegistry
Deprecated.
 
JndiRegistry(Context) - Constructor for class org.apache.camel.impl.JndiRegistry
Deprecated.
 
JndiRegistry(boolean) - Constructor for class org.apache.camel.impl.JndiRegistry
Deprecated.
 
json() - Method in class org.apache.camel.builder.DataFormatClause
Uses the JSON data format using the XStream json library
json(boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the JSON data format using the XStream json library turning pretty printing on or off
json(JsonLibrary) - Method in class org.apache.camel.builder.DataFormatClause
Uses the JSON data format
json(JsonLibrary, boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the JSON data format
json(JsonLibrary, Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
Uses the JSON data format
json(JsonLibrary, Class<?>, boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the JSON data format
json(Class<?>, Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Jackson JSON data format
json(Class<?>, Class<?>, boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Jackson JSON data format
json(Class<?>, Class<?>, String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Jackson JSON data format
json(Class<?>, Class<?>, String, boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Jackson JSON data format
jsonApi() - Method in class org.apache.camel.builder.DataFormatClause
Uses the JSON API data format
JsonApiDataFormat - Class in org.apache.camel.model.dataformat
JsonApi data format is used for marshal and unmarshal Json API object.
JsonApiDataFormat() - Constructor for class org.apache.camel.model.dataformat.JsonApiDataFormat
 
JsonApiDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
JsonApiDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.JsonApiDataFormatReifier
 
JsonDataFormat - Class in org.apache.camel.model.dataformat
JSon data format is used for unmarshal a JSon payload to POJO or to marshal POJO back to JSon payload.
JsonDataFormat() - Constructor for class org.apache.camel.model.dataformat.JsonDataFormat
 
JsonDataFormat(JsonLibrary) - Constructor for class org.apache.camel.model.dataformat.JsonDataFormat
 
jsonDataFormat(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
To use a specific json data format

Important: This option is only for setting a custom name of the data format, not to refer to an existing data format instance.

JsonDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
JsonDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.JsonDataFormatReifier
 
JsonLibrary - Enum in org.apache.camel.model.dataformat
Represents the concrete Json libraries Camel supports.
jsonpath(String) - Method in class org.apache.camel.builder.BuilderSupport
Returns a JSonPath expression value builder
jsonpath(String, Class<?>) - Method in class org.apache.camel.builder.BuilderSupport
Returns a JSonPath expression value builder
jsonpath(String) - Method in class org.apache.camel.builder.ExpressionClause
jsonpath(String, boolean) - Method in class org.apache.camel.builder.ExpressionClause
jsonpath(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
jsonpath(String, boolean, Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
jsonpath(String, boolean, Class<?>, String) - Method in class org.apache.camel.builder.ExpressionClause
jsonpath(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
jsonpath(String, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
jsonpath(String, boolean, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
jsonpath(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
jsonpath(String, boolean, Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
jsonpath(String, boolean, boolean, Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
jsonpath(String, boolean, boolean, Class<?>, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
JsonPathExpression - Class in org.apache.camel.model.language
To use JsonPath in Camel expressions or predicates.
JsonPathExpression() - Constructor for class org.apache.camel.model.language.JsonPathExpression
 
JsonPathExpression(String) - Constructor for class org.apache.camel.model.language.JsonPathExpression
 
jsonpathWriteAsString(String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a Json Path expression with writeAsString enabled.
jsonpathWriteAsString(String, boolean) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a Json Path expression with writeAsString enabled.
jsonpathWriteAsString(String, boolean, String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a Json Path expression with writeAsString enabled.
jsonpathWriteAsString(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a Json Path expression with writeAsString enabled.
jsonpathWriteAsString(String, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a Json Path expression with writeAsString enabled.
jsonpathWriteAsString(String, boolean, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a Json Path expression with writeAsString enabled.
jsonpathWriteAsString(String, boolean, boolean, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a Json Path expression with writeAsString enabled.

K

keepAliveTime(long, TimeUnit) - Method in class org.apache.camel.builder.ThreadPoolBuilder
 
keepAliveTime(long) - Method in class org.apache.camel.builder.ThreadPoolBuilder
 
keepAliveTime(Long, TimeUnit) - Method in class org.apache.camel.builder.ThreadPoolProfileBuilder
 
keepAliveTime(Long) - Method in class org.apache.camel.builder.ThreadPoolProfileBuilder
 
keepAliveTime(Integer) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Keep-alive time in minutes.
keepAliveTime(long) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
keepAliveTime(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
keepAliveTime(long) - Method in class org.apache.camel.model.ThreadsDefinition
Sets the keep alive time for idle threads
key(String) - Method in class org.apache.camel.model.ClaimCheckDefinition
To use a specific key for claim check id (for dynamic keys use simple language syntax as the key).
kubernetesClientServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
kubernetesClientServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
kubernetesDnsServiceDiscovery(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
kubernetesDnsServiceDiscovery(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
kubernetesEnvServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
kubernetesEnvServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
KubernetesServiceCallServiceDiscoveryConfiguration - Class in org.apache.camel.model.cloud
 
KubernetesServiceCallServiceDiscoveryConfiguration() - Constructor for class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
 
KubernetesServiceCallServiceDiscoveryConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
 
kubernetesServiceDiscovery() - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
 
kubernetesServiceDiscovery() - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
 
kubernetesServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
kubernetesServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 

L

language(String, String) - Static method in class org.apache.camel.builder.Builder
Returns a constant expression
language(String, String) - Method in class org.apache.camel.builder.BuilderSupport
Returns a language expression value builder
language(String, String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a given language name with the expression text
language(ExpressionFactory) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Specify an ExpressionFactory instance
language(String, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a given language name with the expression text
LanguageExpression - Class in org.apache.camel.model.language
To use the specified language in Camel expressions or predicates.
LanguageExpression() - Constructor for class org.apache.camel.model.language.LanguageExpression
 
LanguageExpression(String, String) - Constructor for class org.apache.camel.model.language.LanguageExpression
 
latch - Variable in class org.apache.camel.main.MainSupport
 
lazyLoad - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
lineSeparator - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
listeners - Variable in class org.apache.camel.main.MainSupport
 
loadBalance(LoadBalancer) - Method in class org.apache.camel.model.LoadBalanceDefinition
Uses a custom load balancer
loadBalance() - Method in class org.apache.camel.model.ProcessorDefinition
Load Balancer EIP: Creates a loadbalance
loadBalance(LoadBalancer) - Method in class org.apache.camel.model.ProcessorDefinition
Load Balancer EIP: Creates a loadbalance
LoadBalanceDefinition - Class in org.apache.camel.model
Balances message processing among a number of nodes
LoadBalanceDefinition() - Constructor for class org.apache.camel.model.LoadBalanceDefinition
 
loadBalancer(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Sets a reference to a custom ServiceLoadBalancer to use.
loadBalancer(ServiceLoadBalancer) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Sets a custom ServiceLoadBalancer to use.
loadBalancer(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets a reference to a custom ServiceLoadBalancer to use.
loadBalancer(ServiceLoadBalancer) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets a custom ServiceLoadBalancer to use.
loadBalancerConfiguration(ServiceCallServiceLoadBalancerConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Configures the LoadBalancer using the given configuration.
loadBalancerConfiguration(ServiceCallServiceLoadBalancerConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Configures the LoadBalancer using the given configuration.
LoadBalancerDefinition - Class in org.apache.camel.model
Balances message processing among a number of nodes
LoadBalancerDefinition() - Constructor for class org.apache.camel.model.LoadBalancerDefinition
 
LoadBalancerDefinition(LoadBalancer) - Constructor for class org.apache.camel.model.LoadBalancerDefinition
 
LoadBalancerDefinition(String) - Constructor for class org.apache.camel.model.LoadBalancerDefinition
 
LoadBalancerReifier<T extends LoadBalancerDefinition> - Class in org.apache.camel.reifier.loadbalancer
 
loadConfigurations(CamelContext) - Method in class org.apache.camel.main.MainSupport
 
loadRestsDefinition(CamelContext, InputStream) - Static method in class org.apache.camel.model.ModelHelper
 
loadRouteBuilders(CamelContext) - Method in class org.apache.camel.main.MainSupport
 
loadRoutesDefinition(CamelContext, InputStream) - Static method in class org.apache.camel.model.ModelHelper
Marshal the xml to the model definition
loadRoutesDefinition(CamelContext, Node) - Static method in class org.apache.camel.model.ModelHelper
Marshal the xml to the model definition
log(Logger) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
Sets the log used for caught exceptions
log(String) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
Sets the log used for caught exceptions
log(Class<?>) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
Sets the log used for caught exceptions
log - Variable in class org.apache.camel.builder.RouteBuilder
 
log - Variable in class org.apache.camel.impl.ReloadStrategySupport
 
LOG - Static variable in class org.apache.camel.main.MainSupport
 
log - Variable in class org.apache.camel.model.ProcessorDefinition
 
log(String) - Method in class org.apache.camel.model.ProcessorDefinition
Creates a log message to be logged at INFO level.
log(LoggingLevel, String) - Method in class org.apache.camel.model.ProcessorDefinition
Creates a log message to be logged at the given level.
log(LoggingLevel, String, String) - Method in class org.apache.camel.model.ProcessorDefinition
Creates a log message to be logged at the given level and name.
log(LoggingLevel, Logger, String) - Method in class org.apache.camel.model.ProcessorDefinition
Creates a log message to be logged at the given level using provided logger.
log(LoggingLevel, String, String, String) - Method in class org.apache.camel.model.ProcessorDefinition
Creates a log message to be logged at the given level and name.
log(LoggingLevel, Logger, String, String) - Method in class org.apache.camel.model.ProcessorDefinition
Creates a log message to be logged at the given level using provided logger.
log - Variable in class org.apache.camel.reifier.ProcessorReifier
 
logContinued(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether to log errors even if its continued
logContinued(String) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether to log errors even if its continued (supports property placeholders)
logContinued(boolean) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets whether continued exceptions should be logged or not.
logContinued(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets whether continued exceptions should be logged or not (supports property placeholders).
LogDefinition - Class in org.apache.camel.model
Logs the defined message to the logger
LogDefinition() - Constructor for class org.apache.camel.model.LogDefinition
 
LogDefinition(String) - Constructor for class org.apache.camel.model.LogDefinition
 
logExhausted(boolean) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
logExhausted(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether to log exhausted exceptions
logExhausted(String) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether to log exhausted exceptions (supports property placeholders)
logExhausted(boolean) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets whether exhausted exceptions should be logged or not.
logExhausted(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets whether exhausted exceptions should be logged or not (supports property placeholders).
logExhaustedMessageBody(boolean) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
logExhaustedMessageBody(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether to log exhausted message body with message history.
logExhaustedMessageBody(String) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether to log exhausted message body with message history.
logExhaustedMessageBody(boolean) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets whether exhausted message body should be logged including message history or not (supports property placeholders).
logExhaustedMessageBody(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets whether exhausted message body should be logged including message history or not (supports property placeholders).
logExhaustedMessageHistory(boolean) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
logExhaustedMessageHistory(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether to log exhausted exceptions with message history
logExhaustedMessageHistory(String) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether to log exhausted exceptions with message history
logExhaustedMessageHistory(boolean) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets whether exhausted exceptions should be logged including message history or not (supports property placeholders).
logExhaustedMessageHistory(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets whether exhausted exceptions should be logged including message history or not (supports property placeholders).
logger - Variable in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
logger(CamelLogger) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
Sets the logger used for caught exceptions
loggingLevel(LoggingLevel) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
Sets the logging level of exceptions caught
logHandled(boolean) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
logHandled(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether to log errors even if its handled
logHandled(String) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether to log errors even if its handled (supports property placeholders)
logHandled(boolean) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets whether handled exceptions should be logged or not.
logHandled(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets whether handled exceptions should be logged or not (supports property placeholders).
logMask() - Method in class org.apache.camel.model.RouteDefinition
Enable security mask for Logging on this route.
logMask(String) - Method in class org.apache.camel.model.RouteDefinition
Sets whether security mask for logging is enabled on this route.
logNewException(boolean) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
logNewException(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether new exceptions should be logged or not (supports property placeholders).
logNewException(String) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether new exceptions should be logged or not (supports property placeholders).
logNewException(boolean) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets whether new exceptions should be logged or not.
logNewException(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets whether new exceptions should be logged or not (supports property placeholders).
logRetryAttempted(boolean) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
logRetryAttempted(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether to log retry attempts
logRetryAttempted(String) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether to log retry attempts (supports property placeholders)
logRetryAttempted(boolean) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets whether retry attempts should be logged or not.
logRetryAttempted(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets whether retry attempts should be logged or not (supports property placeholders).
logRetryStackTrace(boolean) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
logRetryStackTrace(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether to log stacktrace for failed redelivery attempts
logRetryStackTrace(String) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether to log stacktrace for failed redelivery attempts (supports property placeholders)
logRetryStackTrace(boolean) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets whether stack traces should be logged when an retry attempt failed.
logRetryStackTrace(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets whether stack traces should be logged when an retry attempt failed (supports property placeholders).
logStackTrace(boolean) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
logStackTrace(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether to log stacktrace for failed messages.
logStackTrace(String) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets whether to log stacktrace for failed messages (supports property placeholders)
logStackTrace(boolean) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets whether stack traces should be logged.
logStackTrace(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets whether stack traces should be logged (supports property placeholders) Can be used to include or reduce verbose.
lookup(CamelContext, String, Class<T>) - Static method in class org.apache.camel.impl.DefaultModel
 
lookup(String) - Method in class org.apache.camel.main.Main
Using the given name does lookup for the bean being already bound using the Main.bind(String, Object) method.
lookup(String, Class<T>) - Method in class org.apache.camel.main.Main
Using the given name and type does lookup for the bean being already bound using the Main.bind(String, Object) method.
lookup(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
lookupByType(Class<T>) - Method in class org.apache.camel.main.Main
Using the given type does lookup for the bean being already bound using the Main.bind(String, Object) method.
lookupErrorHandlerFactory(RouteContext, String) - Static method in class org.apache.camel.reifier.errorhandler.ErrorHandlerReifier
Lookup the error handler by the given ref
lookupErrorHandlerFactory(RouteContext, String, boolean) - Static method in class org.apache.camel.reifier.errorhandler.ErrorHandlerReifier
Lookup the error handler by the given ref
lookupErrorHandlerFactory(CamelContext) - Static method in class org.apache.camel.reifier.errorhandler.ErrorHandlerReifier
 
lookupExecutorServiceRef(RouteContext, String, Object, String) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
Will lookup in Registry for a ExecutorService registered with the given executorServiceRef name.
lookupRests(CamelContext) - Method in class org.apache.camel.model.RestContextRefDefinition
 
lookupRests(CamelContext, String) - Static method in class org.apache.camel.model.RestContextRefDefinitionHelper
Lookup the rests from the RestContextRefDefinition.
lookupRoutes(CamelContext) - Method in class org.apache.camel.model.RouteContextRefDefinition
 
lookupRoutes(CamelContext, String) - Static method in class org.apache.camel.model.RouteContextRefDefinitionHelper
Lookup the routes from the RouteContextRefDefinition.
lookupScheduledExecutorServiceRef(RouteContext, String, Object, String) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
Will lookup in Registry for a ScheduledExecutorService registered with the given executorServiceRef name.
loop() - Method in class org.apache.camel.model.ProcessorDefinition
Loop EIP: Creates a loop allowing to process the a message a number of times and possibly process them in a different way.
loop(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
Loop EIP: Creates a loop allowing to process the a message a number of times and possibly process them in a different way.
loop(int) - Method in class org.apache.camel.model.ProcessorDefinition
Loop EIP: Creates a loop allowing to process the a message a number of times and possibly process them in a different way.
LoopDefinition - Class in org.apache.camel.model
Processes a message multiple times
LoopDefinition() - Constructor for class org.apache.camel.model.LoopDefinition
 
LoopDefinition(Expression) - Constructor for class org.apache.camel.model.LoopDefinition
 
LoopDefinition(Predicate) - Constructor for class org.apache.camel.model.LoopDefinition
 
LoopDefinition(ExpressionDefinition) - Constructor for class org.apache.camel.model.LoopDefinition
 
loopDoWhile(Predicate) - Method in class org.apache.camel.model.ProcessorDefinition
Loop EIP: Creates a while loop allowing to process the a message while the predicate matches and possibly process them in a different way.
loopDoWhile() - Method in class org.apache.camel.model.ProcessorDefinition
Loop EIP: Creates a loop allowing to process the a message a number of times and possibly process them in a different way using a fluent builder.
lzf() - Method in class org.apache.camel.builder.DataFormatClause
Uses the LZF deflater data format
LZFDataFormat - Class in org.apache.camel.model.dataformat
The LZF data format is a message compression and de-compression format (uses the LZF deflate algorithm).
LZFDataFormat() - Constructor for class org.apache.camel.model.dataformat.LZFDataFormat
 
LZFDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
LZFDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.LZFDataFormatReifier
 

M

Main - Class in org.apache.camel.main
A Main class for booting up Camel in standalone mode.
Main() - Constructor for class org.apache.camel.main.Main
 
Main(Class...) - Constructor for class org.apache.camel.main.Main
 
main(String...) - Static method in class org.apache.camel.main.Main
 
MainConfigurationProperties - Class in org.apache.camel.main
Global configuration for Camel Main to setup context name, stream caching and other global configurations.
MainConfigurationProperties() - Constructor for class org.apache.camel.main.MainConfigurationProperties
 
mainConfigurationProperties - Variable in class org.apache.camel.main.MainSupport
 
MainDurationEventNotifier - Class in org.apache.camel.main
A EventNotifier to trigger shutdown of the Main JVM when maximum number of messages has been processed.
MainDurationEventNotifier(CamelContext, int, long, AtomicBoolean, CountDownLatch, boolean) - Constructor for class org.apache.camel.main.MainDurationEventNotifier
 
MainLifecycleStrategy - Class in org.apache.camel.main
A LifecycleStrategy to trigger shutdown of the Main JVM when CamelContext is stopped from JMX or its stop method is invoked from Java code.
MainLifecycleStrategy(AtomicBoolean, CountDownLatch) - Constructor for class org.apache.camel.main.MainLifecycleStrategy
 
MainListener - Interface in org.apache.camel.main
A lifecycle listener to receive callbacks when the Main is started and stopped.
MainListenerSupport - Class in org.apache.camel.main
A useful base class for MainListener implementations.
MainListenerSupport() - Constructor for class org.apache.camel.main.MainListenerSupport
 
MainRegistry - Class in org.apache.camel.main
 
MainRegistry() - Constructor for class org.apache.camel.main.MainRegistry
 
MainSupport - Class in org.apache.camel.main
Base class for main implementations to allow starting up a JVM with Camel embedded.
MainSupport(Class...) - Constructor for class org.apache.camel.main.MainSupport
 
MainSupport() - Constructor for class org.apache.camel.main.MainSupport
 
MainSupport.Option - Class in org.apache.camel.main
 
MainSupport.ParameterOption - Class in org.apache.camel.main
 
makeProcessor(RouteContext) - Method in class org.apache.camel.reifier.ProcessorReifier
Creates the processor and wraps it in any necessary interceptors and error handlers
markPrepared() - Method in class org.apache.camel.model.RouteDefinition
Marks the route definition as prepared.
markRollbackOnly() - Method in class org.apache.camel.model.ProcessorDefinition
Marks the exchange for rollback only.
markRollbackOnlyLast() - Method in class org.apache.camel.model.ProcessorDefinition
Marks the exchange for rollback only, but only for the last (current) transaction.
markUnprepared() - Method in class org.apache.camel.model.RouteDefinition
Marks the route definition as un-prepared.
marshal(Map<String, String>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.AliasAdapter
 
marshal(List<String>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.ConvertersAdapter
 
marshal(Map<String, String[]>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.ImplicitCollectionsAdapter
 
marshal(Map<String, String[]>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.OmitFieldsAdapter
 
marshal() - Method in class org.apache.camel.model.ProcessorDefinition
DataFormat: Marshals the in body using a DataFormat expression to define the format of the output which will be added to the out body.
marshal(DataFormatDefinition) - Method in class org.apache.camel.model.ProcessorDefinition
DataFormat: Marshals the in body using the specified DataFormat and sets the output on the out message body.
marshal(DataFormat) - Method in class org.apache.camel.model.ProcessorDefinition
DataFormat: Marshals the in body using the specified DataFormat and sets the output on the out message body.
marshal(String) - Method in class org.apache.camel.model.ProcessorDefinition
DataFormat: Marshals the in body the specified DataFormat reference in the Registry and sets the output on the out message body.
marshal(TimeUnit) - Method in class org.apache.camel.model.TimeUnitAdapter
 
MarshalDefinition - Class in org.apache.camel.model
Marshals data into a specified format for transmission over a transport or component
MarshalDefinition() - Constructor for class org.apache.camel.model.MarshalDefinition
 
MarshalDefinition(DataFormatDefinition) - Constructor for class org.apache.camel.model.MarshalDefinition
 
masterUrl(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the URL to the master when using client lookup
matches(Exchange) - Method in class org.apache.camel.builder.ExpressionClause
 
matches() - Method in class org.apache.camel.builder.NotifyBuilder
Does all the expression match?

This operation will return immediately which means it can be used for testing at this very moment.

matches(long, TimeUnit) - Method in class org.apache.camel.builder.NotifyBuilder
Does all the expression match?

This operation will wait until the match is true or otherwise a timeout occur which means false will be returned.

matches(Exchange) - Method in class org.apache.camel.builder.PredicateClause
 
matches(Exchange) - Method in class org.apache.camel.builder.SimpleBuilder
 
matches(Exchange) - Method in class org.apache.camel.model.language.ExpressionDefinition
 
matchesMockWaitTime() - Method in class org.apache.camel.builder.NotifyBuilder
Deprecated.
matchesWaitTime() - Method in class org.apache.camel.builder.NotifyBuilder
Does all the expressions match?

This operation will wait until the match is true or otherwise a timeout occur which means false will be returned.

maxDeep(int) - Method in class org.apache.camel.builder.AdviceWithBuilder
Will only apply for nodes maximum levels deep.
maximumRedeliveries(int) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
maximumRedeliveries(int) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets the maximum redeliveries 5 = default value 0 = no redeliveries -1 = redeliver forever
maximumRedeliveries(String) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets the maximum redeliveries (supports property placeholders) 5 = default value 0 = no redeliveries -1 = redeliver forever
maximumRedeliveries(int) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets the maximum redeliveries x = redeliver at most x times 0 = no redeliveries -1 = redeliver forever
maximumRedeliveries(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets the maximum redeliveries (supports property placeholders) x = redeliver at most x times 0 = no redeliveries -1 = redeliver forever
maximumRedeliveryDelay(long) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
maximumRedeliveryDelay(long) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets the maximum delay between redelivery
maximumRedeliveryDelay(String) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets the maximum delay between redelivery (supports property placeholders)
maximumRedeliveryDelay(long) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets the maximum delay between redelivery
maximumRedeliveryDelay(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets the maximum delay between redelivery (supports property placeholders)
maximumRequestsPerPeriod(long) - Method in class org.apache.camel.model.ThrottleDefinition
Sets the time period during which the maximum request count per period
maximumRetries(int) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
Sets the maximum number of retries
maximumRetryDelay(long) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
Sets the upper value of retry in millis between retries, when using exponential or random backoff
maximumSize(Integer) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Maximum thread-pool size that gets passed to ThreadPoolExecutor.setMaximumPoolSize(int).
maxPoolSize(int) - Method in class org.apache.camel.builder.ThreadPoolBuilder
 
maxPoolSize(Integer) - Method in class org.apache.camel.builder.ThreadPoolProfileBuilder
 
maxPoolSize(int) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
maxPoolSize(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
maxPoolSize(int) - Method in class org.apache.camel.model.ThreadsDefinition
Sets the maximum pool size
maxQueueSize(int) - Method in class org.apache.camel.builder.ThreadPoolBuilder
 
maxQueueSize(Integer) - Method in class org.apache.camel.builder.ThreadPoolProfileBuilder
 
maxQueueSize(Integer) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Max queue size.
maxQueueSize(int) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
maxQueueSize(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
maxQueueSize(int) - Method in class org.apache.camel.model.ThreadsDefinition
Sets the maximum number of tasks in the work queue.
message(BiFunction<Message, Message, Message>) - Method in class org.apache.camel.builder.AggregationStrategyClause
Define an aggregation strategy which targets Exchanges In Message.
message() - Method in class org.apache.camel.builder.ExpressionClause
An expression of an inbound message
message(Function<Message, Object>) - Method in class org.apache.camel.builder.ExpressionClause
A functional expression of an inbound message
message(Predicate<Message>) - Method in class org.apache.camel.builder.PredicateClause
Define a Predicate which targets the Exchange In Message.
message(Consumer<Message>) - Method in class org.apache.camel.builder.ProcessClause
Define a Processor which targets the Exchange In Message.
message(String) - Method in class org.apache.camel.model.rest.RestOperationResponseMsgDefinition
The response message (description)
messageHistory() - Method in class org.apache.camel.model.RouteDefinition
Enable message history for this route.
messageHistory(String) - Method in class org.apache.camel.model.RouteDefinition
Enable message history for this route.
messageIdRepository(IdempotentRepository) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
Sets the message id repository for the idempotent consumer
messageIdRepositoryRef(String) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
Sets the reference name of the message id repository
method(Object) - Method in class org.apache.camel.builder.BuilderSupport
Returns a method call expression value builder

This method accepts dual parameters.

method(Object, String) - Method in class org.apache.camel.builder.BuilderSupport
Returns a method call expression value builder

This method accepts dual parameters.

method(Class<?>) - Method in class org.apache.camel.builder.BuilderSupport
Returns a method call expression value builder
method(Class<?>, String) - Method in class org.apache.camel.builder.BuilderSupport
Returns a method call expression value builder
method(String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an expression using the bean language which basically means the bean is invoked to determine the expression value.
method(Object) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an expression using the bean language which basically means the bean is invoked to determine the expression value.
method(Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an expression using the bean language which basically means the bean is invoked to determine the expression value.
method(String, String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an expression using the bean language which basically means the bean is invoked to determine the expression value.
method(Object, String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an expression using the bean language which basically means the bean is invoked to determine the expression value.
method(Class<?>, String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an expression using the bean language which basically means the bean is invoked to determine the expression value.
method(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an expression using the method(Object) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an expression using the method(Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an expression using the method(String, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an expression using the method(Object, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an expression using the method(Class<?>, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an expression using the MethodCallExpression - Class in org.apache.camel.model.language
To use a Java bean (aka method call) in Camel expressions or predicates.
MethodCallExpression() - Constructor for class org.apache.camel.model.language.MethodCallExpression
 
MethodCallExpression(String) - Constructor for class org.apache.camel.model.language.MethodCallExpression
 
MethodCallExpression(String, String) - Constructor for class org.apache.camel.model.language.MethodCallExpression
 
MethodCallExpression(Object) - Constructor for class org.apache.camel.model.language.MethodCallExpression
 
MethodCallExpression(Object, String) - Constructor for class org.apache.camel.model.language.MethodCallExpression
 
MethodCallExpression(Class<?>) - Constructor for class org.apache.camel.model.language.MethodCallExpression
 
MethodCallExpression(Class<?>, String) - Constructor for class org.apache.camel.model.language.MethodCallExpression
 
metricsHealthSnapshotIntervalInMilliseconds(Integer) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Time in milliseconds to wait between allowing health snapshots to be taken that calculate success and error percentages and affect HystrixCircuitBreaker.isOpen() status.
metricsRollingPercentileBucketSize(Integer) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Maximum number of values stored in each bucket of the rolling percentile.
metricsRollingPercentileEnabled(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Whether percentile metrics should be captured using HystrixRollingPercentile inside HystrixCommandMetrics.
metricsRollingPercentileWindowBuckets(Integer) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Number of buckets the rolling percentile window is broken into.
metricsRollingPercentileWindowInMilliseconds(Integer) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Duration of percentile rolling window in milliseconds.
metricsRollingStatisticalWindowBuckets(Integer) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Number of buckets the rolling statistical window is broken into.
metricsRollingStatisticalWindowInMilliseconds(Integer) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
This property sets the duration of the statistical rolling window, in milliseconds.
mimeMultipart() - Method in class org.apache.camel.builder.DataFormatClause
Uses the MIME Multipart data format
mimeMultipart(String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the MIME Multipart data format
mimeMultipart(String, boolean, boolean, boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the MIME Multipart data format
mimeMultipart(String, boolean, boolean, String, boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the MIME Multipart data format
mimeMultipart(boolean, boolean, boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the MIME Multipart data format
MimeMultipartDataFormat - Class in org.apache.camel.model.dataformat
The MIME Multipart data format can marshal a Camel message with attachments into a Camel message having a MIME-Multipart message as message body (and no attachments), and vise-versa when unmarshalling.
MimeMultipartDataFormat() - Constructor for class org.apache.camel.model.dataformat.MimeMultipartDataFormat
 
MimeMultipartDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
MimeMultipartDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.MimeMultipartDataFormatReifier
 
mockEndpoints() - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
Mock all endpoints.
mockEndpoints(String...) - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
Mock all endpoints matching the given pattern.
mockEndpointsAndSkip(String...) - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
Mock all endpoints matching the given pattern, and skips sending to the original endpoint (detour messages).
modeAfterConsumer() - Method in class org.apache.camel.model.OnCompletionDefinition
Sets the mode to be after route is done (default due backwards compatible).
modeBeforeConsumer() - Method in class org.apache.camel.model.OnCompletionDefinition
Sets the mode to be before consumer is done.
Model - Interface in org.apache.camel.model
Model interface
ModelCamelContext - Interface in org.apache.camel.model
Model level interface for the CamelContext
ModelHelper - Class in org.apache.camel.model
Helper for the Camel model classes.
multicast() - Method in class org.apache.camel.model.ProcessorDefinition
Multicast EIP: Multicasts messages to all its child outputs; so that each processor and destination gets a copy of the original message to avoid the processors interfering with each other.
multicast(AggregationStrategy, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
Multicast EIP: Multicasts messages to all its child outputs; so that each processor and destination gets a copy of the original message to avoid the processors interfering with each other.
multicast(AggregationStrategy) - Method in class org.apache.camel.model.ProcessorDefinition
Multicast EIP: Multicasts messages to all its child outputs; so that each processor and destination gets a copy of the original message to avoid the processors interfering with each other.
MulticastDefinition - Class in org.apache.camel.model
Routes the same message to multiple paths either sequentially or in parallel.
MulticastDefinition() - Constructor for class org.apache.camel.model.MulticastDefinition
 
mvel(String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a MVEL expression
mvel(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a MVEL expression
MvelExpression - Class in org.apache.camel.model.language
To use MVEL scripts in Camel expressions or predicates.
MvelExpression() - Constructor for class org.apache.camel.model.language.MvelExpression
 
MvelExpression(String) - Constructor for class org.apache.camel.model.language.MvelExpression
 

N

name(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets the name of the service to use
name(String) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Name of the parameter.
name(String) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
Name of the parameter.
namespace(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the namespace to use.
namespace(String) - Method in class org.apache.camel.model.cloud.RibbonServiceCallServiceLoadBalancerConfiguration
Sets the namespace
namespace(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
 
NamespaceAwareExpression - Class in org.apache.camel.model.language
A useful base class for any expression which may be namespace or XML content aware such as XPathExpression or XQueryExpression
NamespaceAwareExpression() - Constructor for class org.apache.camel.model.language.NamespaceAwareExpression
 
NamespaceAwareExpression(String) - Constructor for class org.apache.camel.model.language.NamespaceAwareExpression
 
newCachedThreadPool(Object, String) - Method in class org.apache.camel.impl.DefaultExecutorServiceManager
 
newExchange(Processor) - Method in class org.apache.camel.model.WireTapDefinition
Sends a new Exchange, instead of tapping an existing, using ExchangePattern.InOnly
newExchangeBody(Expression) - Method in class org.apache.camel.model.WireTapDefinition
Sends a new Exchange, instead of tapping an existing, using ExchangePattern.InOnly
newExchangeHeader(String, Expression) - Method in class org.apache.camel.model.WireTapDefinition
Sets a header on the new Exchange, instead of tapping an existing, using ExchangePattern.InOnly.
newExchangeRef(String) - Method in class org.apache.camel.model.WireTapDefinition
Sends a new Exchange, instead of tapping an existing, using ExchangePattern.InOnly
newInstance(CamelContext) - Method in class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfiguration
 
newInstance(CamelContext) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
 
newInstance(CamelContext) - Method in class org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration
 
newInstance(CamelContext) - Method in class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration
 
newInstance(CamelContext) - Method in class org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration
 
newInstance(CamelContext) - Method in class org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfiguration
 
newJAXBContext() - Method in class org.apache.camel.impl.DefaultModelJAXBContextFactory
 
newScheduledThreadPool(Object, String, ThreadPoolProfile) - Method in class org.apache.camel.impl.DefaultExecutorServiceManager
 
newThreadPool(Object, String, ThreadPoolProfile) - Method in class org.apache.camel.impl.DefaultExecutorServiceManager
 
noAutoStartup() - Method in class org.apache.camel.model.RouteDefinition
Disables this route from being auto started when Camel starts.
noDelayer() - Method in class org.apache.camel.model.RouteDefinition
Disable delayer for this route.
nodes(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
 
noErrorHandler() - Method in class org.apache.camel.builder.BuilderSupport
Creates a disabled error handler for removing the default error handler
NoErrorHandlerBuilder - Class in org.apache.camel.builder
A builder to disable the use of an error handler so that any exceptions are thrown.
NoErrorHandlerBuilder() - Constructor for class org.apache.camel.builder.NoErrorHandlerBuilder
 
NoErrorHandlerReifier - Class in org.apache.camel.reifier.errorhandler
 
NoErrorHandlerReifier(ErrorHandlerFactory) - Constructor for class org.apache.camel.reifier.errorhandler.NoErrorHandlerReifier
 
noHandleFault() - Method in class org.apache.camel.model.RouteDefinition
Disable handle fault for this route.
noMessageHistory() - Method in class org.apache.camel.model.RouteDefinition
Disable message history for this route.
NoOutputDefinition<Type extends ProcessorDefinition<Type>> - Class in org.apache.camel.model
Base class for definitions which does not support outputs.
NoOutputDefinition() - Constructor for class org.apache.camel.model.NoOutputDefinition
 
NoOutputExpressionNode - Class in org.apache.camel.model
An ExpressionNode which does not support any outputs.
NoOutputExpressionNode() - Constructor for class org.apache.camel.model.NoOutputExpressionNode
 
NoOutputExpressionNode(ExpressionDefinition) - Constructor for class org.apache.camel.model.NoOutputExpressionNode
 
NoOutputExpressionNode(Expression) - Constructor for class org.apache.camel.model.NoOutputExpressionNode
 
NoOutputExpressionNode(Predicate) - Constructor for class org.apache.camel.model.NoOutputExpressionNode
 
normalizedLineSeparator - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
noStreamCaching() - Method in class org.apache.camel.model.RouteDefinition
Disable stream caching for this route.
not() - Method in class org.apache.camel.builder.NotifyBuilder
Prepares to append an additional expression using the not operator.
notify(CamelEvent) - Method in class org.apache.camel.main.MainDurationEventNotifier
 
NotifyBuilder - Class in org.apache.camel.builder
A builder to build an expression based on EventNotifier notifications about Exchange being routed.
NotifyBuilder(CamelContext) - Constructor for class org.apache.camel.builder.NotifyBuilder
Creates a new builder.
noTracing() - Method in class org.apache.camel.model.RouteDefinition
Disable tracing for this route.
nullValue - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
numberOfRecordsToRead - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 

O

oauth2(String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
 
oauth2(String, String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
 
oauthToken(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the OAUTH token for authentication (instead of username/password) when using client lookup
ognl(String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an OGNL expression
ognl(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an OGNL expression
OgnlExpression - Class in org.apache.camel.model.language
To use OGNL scripts in Camel expressions or predicates.
OgnlExpression() - Constructor for class org.apache.camel.model.language.OgnlExpression
 
OgnlExpression(String) - Constructor for class org.apache.camel.model.language.OgnlExpression
 
OmitFieldEntry() - Constructor for class org.apache.camel.model.dataformat.XStreamDataFormat.OmitFieldEntry
 
OmitFieldEntry(String, String[]) - Constructor for class org.apache.camel.model.dataformat.XStreamDataFormat.OmitFieldEntry
 
OmitFieldList() - Constructor for class org.apache.camel.model.dataformat.XStreamDataFormat.OmitFieldList
 
OmitFieldsAdapter() - Constructor for class org.apache.camel.model.dataformat.XStreamDataFormat.OmitFieldsAdapter
 
onCompleteOnly() - Method in class org.apache.camel.model.OnCompletionDefinition
Will only synchronize when the Exchange completed successfully (no errors).
onCompletion(Exchange) - Method in interface org.apache.camel.builder.FlexibleAggregationStrategy.CompletionAwareMixin
 
onCompletion(Exchange) - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
 
onCompletion() - Method in class org.apache.camel.builder.RouteBuilder
On completion callback for doing custom routing when the Exchange is complete.
onCompletion() - Method in class org.apache.camel.model.ProcessorDefinition
Adds a onCompletion Synchronization hook that invoke this route as a callback when the Exchange has finished being processed.
onCompletion() - Method in class org.apache.camel.model.RoutesDefinition
Adds an on completion
OnCompletionDefinition - Class in org.apache.camel.model
Route to be executed when normal route processing completes
OnCompletionDefinition() - Constructor for class org.apache.camel.model.OnCompletionDefinition
 
OnCompletionMode - Enum in org.apache.camel.model
 
onContextStop(CamelContext) - Method in class org.apache.camel.main.MainLifecycleStrategy
 
onException(Class<? extends Throwable>) - Method in class org.apache.camel.builder.RouteBuilder
Exception clause for catching certain exceptions and handling them.
onException(Class<? extends Throwable>...) - Method in class org.apache.camel.builder.RouteBuilder
Exception clause for catching certain exceptions and handling them.
onException(Class<? extends Throwable>) - Method in class org.apache.camel.model.OnExceptionDefinition
 
onException(Class<? extends Throwable>) - Method in class org.apache.camel.model.ProcessorDefinition
Exception clause for catching certain exceptions and handling them.
onException(Class<? extends Throwable>...) - Method in class org.apache.camel.model.ProcessorDefinition
Exception clause for catching certain exceptions and handling them.
onException(Class<? extends Throwable>) - Method in class org.apache.camel.model.RoutesDefinition
Adds an on exception
OnExceptionDefinition - Class in org.apache.camel.model
Route to be executed when an exception is thrown
OnExceptionDefinition() - Constructor for class org.apache.camel.model.OnExceptionDefinition
 
OnExceptionDefinition(List<Class<? extends Throwable>>) - Constructor for class org.apache.camel.model.OnExceptionDefinition
 
OnExceptionDefinition(Class<? extends Throwable>) - Constructor for class org.apache.camel.model.OnExceptionDefinition
 
onExceptionOccurred - Variable in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
onExceptionOccurred(Processor) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
Sets a custom Processor to process the Exchange just after an exception was thrown.
onExceptionOccurred(Processor) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets a processor that should be processed just after an exception occurred.
onExceptionOccurredRef(String) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets a reference to a processor that should be processed just after an exception occurred.
onFailureOnly() - Method in class org.apache.camel.model.OnCompletionDefinition
Will only synchronize when the Exchange ended with failure (exception or FAULT message).
onFallback() - Method in class org.apache.camel.model.HystrixDefinition
The Hystrix fallback route path to execute that does not go over the network.
OnFallbackDefinition - Class in org.apache.camel.model
Route to be executed when Hystrix EIP executes fallback
OnFallbackDefinition() - Constructor for class org.apache.camel.model.OnFallbackDefinition
 
onFallbackViaNetwork() - Method in class org.apache.camel.model.HystrixDefinition
The Hystrix fallback route path to execute that will go over the network.
onInit(Route) - Method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
 
onNewValueBuilder(Expression) - Method in class org.apache.camel.builder.ValueBuilder
 
onPrepare() - Method in class org.apache.camel.model.MulticastDefinition
Set the Processor to use when preparing the Exchange to be send using a fluent builder.
onPrepare(Processor) - Method in class org.apache.camel.model.MulticastDefinition
Uses the Processor when preparing the Exchange to be send.
onPrepare(Processor) - Method in class org.apache.camel.model.RecipientListDefinition
Uses the Processor when preparing the Exchange to be used send.
onPrepare() - Method in class org.apache.camel.model.RecipientListDefinition
Sets the Processor when preparing the Exchange to be used send using a fluent buidler.
onPrepare(Processor) - Method in class org.apache.camel.model.SplitDefinition
Uses the Processor when preparing the Exchange to be send.
onPrepare(Processor) - Method in class org.apache.camel.model.WireTapDefinition
Uses the Processor when preparing the Exchange to be send.
onPrepareFailure - Variable in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
onPrepareFailure(Processor) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
Sets a custom Processor to prepare the Exchange before handled by the failure processor / dead letter channel.
onPrepareRef(String) - Method in class org.apache.camel.model.MulticastDefinition
Uses the Processor when preparing the Exchange to be send.
onPrepareRef(String) - Method in class org.apache.camel.model.RecipientListDefinition
Uses the Processor when preparing the Exchange to be send.
onPrepareRef(String) - Method in class org.apache.camel.model.SplitDefinition
Uses the Processor when preparing the Exchange to be send.
onPrepareRef(String) - Method in class org.apache.camel.model.WireTapDefinition
Uses the Processor when preparing the Exchange to be send.
onRedelivery - Variable in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
onRedelivery(Processor) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
Sets a processor that should be processed before a redelivery attempt.
onRedelivery(Processor) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets a processor that should be processed before a redelivery attempt.
onRedeliveryRef(String) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets a reference to a processor that should be processed before a redelivery attempt.
onReloadXml(CamelContext, String, InputStream) - Method in class org.apache.camel.impl.ReloadStrategySupport
 
onWhen(Predicate) - Method in class org.apache.camel.model.CatchDefinition
Sets an additional predicate that should be true before the onCatch is triggered.
onWhen(Predicate) - Method in class org.apache.camel.model.OnCompletionDefinition
Sets an additional predicate that should be true before the onCompletion is triggered.
onWhen(Predicate) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets an additional predicate that should be true before the onException is triggered.
onWhen(Predicate) - Method in class org.apache.camel.model.TryDefinition
Sets an additional predicate that should be true before the onCatch is triggered.
operation(ClaimCheckOperation) - Method in class org.apache.camel.model.ClaimCheckDefinition
The claim check operation to use.
optimisticLocking() - Method in class org.apache.camel.model.AggregateDefinition
Turns on using optimistic locking, which requires the aggregationRepository being used, is supporting this by implementing OptimisticLockingAggregationRepository.
optimisticLockRetryPolicy(OptimisticLockRetryPolicy) - Method in class org.apache.camel.model.AggregateDefinition
Allows to configure retry settings when using optimistic locking.
OptimisticLockRetryPolicyDefinition - Class in org.apache.camel.model
To configure optimistic locking
OptimisticLockRetryPolicyDefinition() - Constructor for class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
 
Option(String, String, String) - Constructor for class org.apache.camel.main.MainSupport.Option
 
option(String, Expression) - Method in class org.apache.camel.model.SagaDefinition
 
OptionalIdentifiedDefinition<T extends OptionalIdentifiedDefinition<T>> - Class in org.apache.camel.model
Allows an element to have an optional ID specified
OptionalIdentifiedDefinition() - Constructor for class org.apache.camel.model.OptionalIdentifiedDefinition
 
options - Variable in class org.apache.camel.main.MainSupport
 
or() - Method in class org.apache.camel.builder.NotifyBuilder
Prepares to append an additional expression using the or operator.
org.apache.camel.builder - package org.apache.camel.builder
org.apache.camel.impl - package org.apache.camel.impl
Default implementation classes for Camel Core
org.apache.camel.impl.cluster - package org.apache.camel.impl.cluster
Base classes and implementation for Camel Cluster
org.apache.camel.main - package org.apache.camel.main
Application level classes that can be used to instantiate camel.
org.apache.camel.model - package org.apache.camel.model
The JAXB POJOs for the XML Configuration of the routing rules.
org.apache.camel.model.cloud - package org.apache.camel.model.cloud
The JAXB POJOs for the remote service call DSL
org.apache.camel.model.config - package org.apache.camel.model.config
The JAXB POJOs for various configurations for the XML Configuration of the routing rules.
org.apache.camel.model.dataformat - package org.apache.camel.model.dataformat
The JAXB POJOs for the Data Formats used to marshal and unmarshal objects to and from streams inside components
org.apache.camel.model.language - package org.apache.camel.model.language
The JAXB POJOs for the Expression and Predicate plugins for the XML Configuration.
org.apache.camel.model.loadbalancer - package org.apache.camel.model.loadbalancer
The JAXB POJOs for the Load Balancer EIP pattern for the XML Configuration.
org.apache.camel.model.rest - package org.apache.camel.model.rest
The JAXB POJOs for the REST DSL
org.apache.camel.model.transformer - package org.apache.camel.model.transformer
The JAXB POJOs for the Transformers used to transform message contents according to declared data types inside components
org.apache.camel.model.validator - package org.apache.camel.model.validator
The JAXB POJOs for the Transformers used to transform message contents according to declared data types inside components
org.apache.camel.reifier - package org.apache.camel.reifier
 
org.apache.camel.reifier.dataformat - package org.apache.camel.reifier.dataformat
 
org.apache.camel.reifier.errorhandler - package org.apache.camel.reifier.errorhandler
 
org.apache.camel.reifier.loadbalancer - package org.apache.camel.reifier.loadbalancer
 
org.apache.camel.reifier.rest - package org.apache.camel.reifier.rest
 
org.apache.camel.reifier.transformer - package org.apache.camel.reifier.transformer
 
org.apache.camel.reifier.validator - package org.apache.camel.reifier.validator
 
OtherAttributesAware - Interface in org.apache.camel.model
Models can support being configured with any other attributes to shadow existing options to be used for property placeholders.
otherwise() - Method in class org.apache.camel.model.ChoiceDefinition
Sets the otherwise node
OtherwiseDefinition - Class in org.apache.camel.model
Route to be executed when all other choices evaluate to false
OtherwiseDefinition() - Constructor for class org.apache.camel.model.OtherwiseDefinition
 
outBody() - Method in class org.apache.camel.builder.ExpressionClause
An expression of an outbound message body
outBody(Function<Object, Object>) - Method in class org.apache.camel.builder.ExpressionClause
A functional expression of an outbound message body
outBody(BiFunction<Object, Map<String, Object>, Object>) - Method in class org.apache.camel.builder.ExpressionClause
A functional expression of an outbound message body and headers
outBody(Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
An expression of an outbound message body converted to the expected type
outBody(Class<B>, Function<B, Object>) - Method in class org.apache.camel.builder.ExpressionClause
A functional expression of an outbound message body converted to the expected type
outBody(Class<B>, BiFunction<B, Map<String, Object>, Object>) - Method in class org.apache.camel.builder.ExpressionClause
A functional expression of an outbound message body converted to the expected type and headers
outBody() - Method in class org.apache.camel.builder.ExpressionClauseSupport
An expression of an outbound message body
outBody(Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
An expression of an outbound message body converted to the expected type
outHeader(String) - Method in class org.apache.camel.builder.ExpressionClause
An expression of an outbound message header of the given name
outHeader(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
An expression of an outbound message header of the given name
outHeaders() - Method in class org.apache.camel.builder.ExpressionClause
An expression of the outbound headers
outHeaders() - Method in class org.apache.camel.builder.ExpressionClauseSupport
An expression of the outbound headers
outMessage() - Method in class org.apache.camel.builder.ExpressionClause
An expression of an outbound message
outMessage(Function<Message, Object>) - Method in class org.apache.camel.builder.ExpressionClause
A functional expression of an outbound message
outMessage() - Method in class org.apache.camel.builder.ExpressionClauseSupport
An expression of an inbound message
OutputDefinition<Type extends ProcessorDefinition<Type>> - Class in org.apache.camel.model
A useful base class for output types
OutputDefinition() - Constructor for class org.apache.camel.model.OutputDefinition
 
outputs - Variable in class org.apache.camel.model.OutputDefinition
 
outputType(String) - Method in class org.apache.camel.model.RouteDefinition
Declare the expected data type of the output message.
outputType(Class) - Method in class org.apache.camel.model.RouteDefinition
Declare the expected data type of the output message by Java class.
OutputTypeDefinition - Class in org.apache.camel.model
Set the expected data type of the output message.
OutputTypeDefinition() - Constructor for class org.apache.camel.model.OutputTypeDefinition
 
outputTypeWithValidate(String) - Method in class org.apache.camel.model.RouteDefinition
Declare the expected data type of the output message with content validation enabled.
outputTypeWithValidate(Class) - Method in class org.apache.camel.model.RouteDefinition
Declare the expected data type of the ouput message by Java class with content validation enabled.
outType(Class<?>) - Method in class org.apache.camel.model.rest.RestDefinition
 
overrideProperties - Variable in class org.apache.camel.main.MainSupport
 

P

PackageScanDefinition - Class in org.apache.camel.model
Scans for Java RouteBuilder classes in java packages
PackageScanDefinition() - Constructor for class org.apache.camel.model.PackageScanDefinition
 
parallelAggregate() - Method in class org.apache.camel.model.MulticastDefinition
If enabled then the aggregate method on AggregationStrategy can be called concurrently.
parallelAggregate() - Method in class org.apache.camel.model.RecipientListDefinition
If enabled then the aggregate method on AggregationStrategy can be called concurrently.
parallelAggregate() - Method in class org.apache.camel.model.SplitDefinition
If enabled then the aggregate method on AggregationStrategy can be called concurrently.
parallelProcessing() - Method in class org.apache.camel.model.AggregateDefinition
When aggregated are completed they are being send out of the aggregator.
parallelProcessing(boolean) - Method in class org.apache.camel.model.AggregateDefinition
When aggregated are completed they are being send out of the aggregator.
parallelProcessing() - Method in class org.apache.camel.model.MulticastDefinition
If enabled then sending messages to the multicasts occurs concurrently.
parallelProcessing(boolean) - Method in class org.apache.camel.model.MulticastDefinition
If enabled then sending messages to the multicasts occurs concurrently.
parallelProcessing() - Method in class org.apache.camel.model.OnCompletionDefinition
If enabled then the on completion process will run asynchronously by a separate thread from a thread pool.
parallelProcessing(boolean) - Method in class org.apache.camel.model.OnCompletionDefinition
If enabled then the on completion process will run asynchronously by a separate thread from a thread pool.
parallelProcessing() - Method in class org.apache.camel.model.RecipientListDefinition
If enabled then sending messages to the recipients occurs concurrently.
parallelProcessing(boolean) - Method in class org.apache.camel.model.RecipientListDefinition
If enabled then sending messages to the recipients occurs concurrently.
parallelProcessing() - Method in class org.apache.camel.model.SplitDefinition
If enabled then processing each splitted messages occurs concurrently.
parallelProcessing(boolean) - Method in class org.apache.camel.model.SplitDefinition
If enabled then processing each splitted messages occurs concurrently.
param() - Method in class org.apache.camel.model.rest.RestDefinition
 
param(RestOperationParamDefinition) - Method in class org.apache.camel.model.rest.RestDefinition
 
param(VerbDefinition) - Method in class org.apache.camel.model.rest.RestDefinition
 
ParameterOption(String, String, String, String) - Constructor for class org.apache.camel.main.MainSupport.ParameterOption
 
params(List<RestOperationParamDefinition>) - Method in class org.apache.camel.model.rest.RestDefinition
 
parseArguments(String[]) - Method in class org.apache.camel.main.MainSupport
Parses the command line arguments.
passThrough() - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
 
passThroughFilter() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
passThroughFilter() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
PassThroughServiceCallServiceFilterConfiguration - Class in org.apache.camel.model.cloud
 
PassThroughServiceCallServiceFilterConfiguration() - Constructor for class org.apache.camel.model.cloud.PassThroughServiceCallServiceFilterConfiguration
 
PassThroughServiceCallServiceFilterConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.PassThroughServiceCallServiceFilterConfiguration
 
password(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
Sets the password to be used for basic authentication
password(String) - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
The password to use for basic authentication.
password(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the password for authentication when using client lookup
password(String) - Method in class org.apache.camel.model.cloud.RibbonServiceCallServiceLoadBalancerConfiguration
Sets the password
password(String) - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
 
patch() - Method in class org.apache.camel.model.rest.RestDefinition
 
patch(String) - Method in class org.apache.camel.model.rest.RestDefinition
 
PatchVerbDefinition - Class in org.apache.camel.model.rest
Rest PATCH command
PatchVerbDefinition() - Constructor for class org.apache.camel.model.rest.PatchVerbDefinition
 
path(String) - Method in class org.apache.camel.model.rest.RestDefinition
To set the base path of this REST service
pattern(ExchangePattern) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Sets the optional ExchangePattern used to invoke this endpoint
pattern(ExchangePattern) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets the optional ExchangePattern used to invoke this endpoint
pattern(ExchangePattern) - Method in class org.apache.camel.model.SetExchangePatternDefinition
 
pattern(ExchangePattern) - Method in class org.apache.camel.model.ToDynamicDefinition
Sets the optional ExchangePattern used to invoke this endpoint
pgp(String, String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the PGP data format
pgp(String, String, String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the PGP data format
pgp(String, String, String, boolean, boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the PGP data format
PGPDataFormat - Class in org.apache.camel.model.dataformat
PGP data format is used for encrypting and decrypting of messages using Java Cryptographic Extension and PGP.
PGPDataFormat() - Constructor for class org.apache.camel.model.dataformat.PGPDataFormat
 
PGPDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
PGPDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.PGPDataFormatReifier
 
pick(Expression) - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
Set an expression to extract the element to be aggregated from the incoming Exchange.
pipeline() - Method in class org.apache.camel.model.ProcessorDefinition
Pipes and Filters EIP: Creates a Pipeline so that the message will get processed by each endpoint in turn and for request/response the output of one endpoint will be the input of the next endpoint
pipeline(String...) - Method in class org.apache.camel.model.ProcessorDefinition
Pipes and Filters EIP: Creates a Pipeline of the list of endpoints so that the message will get processed by each endpoint in turn and for request/response the output of one endpoint will be the input of the next endpoint
pipeline(Endpoint...) - Method in class org.apache.camel.model.ProcessorDefinition
Pipes and Filters EIP: Creates a Pipeline of the list of endpoints so that the message will get processed by each endpoint in turn and for request/response the output of one endpoint will be the input of the next endpoint
pipeline(Collection<Endpoint>) - Method in class org.apache.camel.model.ProcessorDefinition
Pipes and Filters EIP: Creates a Pipeline of the list of endpoints so that the message will get processed by each endpoint in turn and for request/response the output of one endpoint will be the input of the next endpoint
PipelineDefinition - Class in org.apache.camel.model
Routes the message to a sequence of processors.
PipelineDefinition() - Constructor for class org.apache.camel.model.PipelineDefinition
 
placeholder(String, String) - Method in class org.apache.camel.model.ProcessorDefinition
Adds a placeholder for the given option

Requires using the org.apache.camel.component.properties.PropertiesComponent

PLACEHOLDER_QNAME - Static variable in class org.apache.camel.model.Constants
 
policy(Policy) - Method in class org.apache.camel.model.ProcessorDefinition
Apply a Policy.
policy(String) - Method in class org.apache.camel.model.ProcessorDefinition
Apply a Policy.
PolicyDefinition - Class in org.apache.camel.model
Defines a policy the route will use
PolicyDefinition() - Constructor for class org.apache.camel.model.PolicyDefinition
 
PolicyDefinition(Policy) - Constructor for class org.apache.camel.model.PolicyDefinition
 
pollEnrich(String) - Method in class org.apache.camel.model.ProcessorDefinition
The Content Enricher EIP enriches an exchange with additional data obtained from a resourceUri using a PollingConsumer to poll the endpoint.
pollEnrich(String, AggregationStrategy) - Method in class org.apache.camel.model.ProcessorDefinition
The Content Enricher EIP enriches an exchange with additional data obtained from a resourceUri using a PollingConsumer to poll the endpoint.
pollEnrich(String, long, AggregationStrategy) - Method in class org.apache.camel.model.ProcessorDefinition
The Content Enricher EIP enriches an exchange with additional data obtained from a resourceUri using a PollingConsumer to poll the endpoint.
pollEnrich(String, long, String) - Method in class org.apache.camel.model.ProcessorDefinition
The Content Enricher EIP enriches an exchange with additional data obtained from a resourceUri using a PollingConsumer to poll the endpoint.
pollEnrich(String, long, AggregationStrategy, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
The Content Enricher EIP enriches an exchange with additional data obtained from a resourceUri using a PollingConsumer to poll the endpoint.
pollEnrich(String, long, String, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
The Content Enricher EIP enriches an exchange with additional data obtained from a resourceUri using a PollingConsumer to poll the endpoint.
pollEnrich(String, long) - Method in class org.apache.camel.model.ProcessorDefinition
The Content Enricher EIP enriches an exchange with additional data obtained from a resourceUri using a PollingConsumer to poll the endpoint.
pollEnrich(Expression, long, String, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
The Content Enricher EIP enriches an exchange with additional data obtained from a resourceUri using a PollingConsumer to poll the endpoint.
pollEnrich() - Method in class org.apache.camel.model.ProcessorDefinition
The Content Enricher EIP enriches an exchange with additional data obtained from a resourceUri using a PollingConsumer to poll the endpoint.
PollEnrichDefinition - Class in org.apache.camel.model
Enriches messages with data polled from a secondary resource
PollEnrichDefinition() - Constructor for class org.apache.camel.model.PollEnrichDefinition
 
PollEnrichDefinition(AggregationStrategy, long) - Constructor for class org.apache.camel.model.PollEnrichDefinition
 
pollEnrichWith(String) - Method in class org.apache.camel.model.ProcessorDefinition
The Content Enricher EIP enriches an exchange with additional data obtained from a resourceUri and with an aggregation strategy created using a fluent builder using a PollingConsumer to poll the endpoint.
pollEnrichWith(String, long) - Method in class org.apache.camel.model.ProcessorDefinition
The Content Enricher EIP enriches an exchange with additional data obtained from a resourceUri and with an aggregation strategy created using a fluent builder using a PollingConsumer to poll the endpoint.
pollEnrichWith(String, long, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
The Content Enricher EIP enriches an exchange with additional data obtained from a resourceUri and with an aggregation strategy created using a fluent builder using a PollingConsumer to poll the endpoint.
poolSize(int) - Method in class org.apache.camel.builder.ThreadPoolBuilder
 
poolSize(Integer) - Method in class org.apache.camel.builder.ThreadPoolProfileBuilder
 
poolSize(int) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
poolSize(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
poolSize(int) - Method in class org.apache.camel.model.ThreadsDefinition
Sets the core pool size
populateRests() - Method in class org.apache.camel.builder.RouteBuilder
 
populateRoutes() - Method in class org.apache.camel.builder.RouteBuilder
 
populateTransformers() - Method in class org.apache.camel.builder.RouteBuilder
 
populateValidators() - Method in class org.apache.camel.builder.RouteBuilder
 
port(int) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
To specify the port number to use for the REST service
port(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
To specify the port number to use for the REST service
portHeader(String) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
The header that holds the service port information, default ServiceCallConstants.SERVICE_PORT
portName(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets Port Name to use for DNS/SNDSRV lookup.
portProtocol(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets Port Protocol to use for DNS/SNDSRV lookup.
post() - Method in class org.apache.camel.model.rest.RestDefinition
 
post(String) - Method in class org.apache.camel.model.rest.RestDefinition
 
post() - Method in class org.apache.camel.model.rest.VerbDefinition
 
post(String) - Method in class org.apache.camel.model.rest.VerbDefinition
 
postProcessCamelContext(CamelContext) - Method in class org.apache.camel.main.MainSupport
 
postProcessFactoryParameters(CamelContext, Map<String, Object>) - Method in class org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfiguration
 
postProcessFactoryParameters(CamelContext, Map<String, Object>) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
 
postProcessFactoryParameters(CamelContext, Map<String, Object>) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
 
postProcessFactoryParameters(CamelContext, Map<String, Object>) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
 
postProcessFactoryParameters(CamelContext, Map<String, Object>) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
 
postProcessFactoryParameters(CamelContext, Map<String, Object>) - Method in class org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration
 
postProcessFactoryParameters(CamelContext, Map<String, Object>) - Method in class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration
 
postProcessFactoryParameters(CamelContext, Map<String, Object>) - Method in class org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration
 
postProcessFactoryParameters(CamelContext, Map<String, Object>) - Method in class org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfiguration
 
postProcessFactoryParameters(CamelContext, Map<String, Object>) - Method in class org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfiguration
 
PostVerbDefinition - Class in org.apache.camel.model.rest
Rest POST command
PostVerbDefinition() - Constructor for class org.apache.camel.model.rest.PostVerbDefinition
 
preCreateProcessor() - Method in class org.apache.camel.model.ExpressionNode
 
preCreateProcessor() - Method in class org.apache.camel.model.HystrixDefinition
 
preCreateProcessor() - Method in class org.apache.camel.model.ProcessorDefinition
Strategy to execute any custom logic before the Processor is created.
preCreateProcessor() - Method in class org.apache.camel.model.TryDefinition
 
preCreateProcessor() - Method in class org.apache.camel.reifier.ProcessorReifier
Strategy to execute any custom logic before the Processor is created.
PredicateBuilder - Class in org.apache.camel.builder
A helper class for working with predicates
PredicateClause<T> - Class in org.apache.camel.builder
 
PredicateClause(T) - Constructor for class org.apache.camel.builder.PredicateClause
 
PredicateValidatorDefinition - Class in org.apache.camel.model.validator
Represents a predicate Validator which leverages expression or predicates to perform content validation.
PredicateValidatorDefinition() - Constructor for class org.apache.camel.model.validator.PredicateValidatorDefinition
 
prepare(RouteDefinition) - Method in class org.apache.camel.impl.DefaultModel
 
prepareRoute(CamelContext, RouteDefinition) - Static method in class org.apache.camel.model.RouteDefinitionHelper
Prepares the route.
prepareRoute(CamelContext, RouteDefinition, List<OnExceptionDefinition>, List<InterceptDefinition>, List<InterceptFromDefinition>, List<InterceptSendToEndpointDefinition>, List<OnCompletionDefinition>) - Static method in class org.apache.camel.model.RouteDefinitionHelper
Prepares the route which supports context scoped features such as onException, interceptors and onCompletions

This method does not mark the route as prepared afterwards.

prepareRouteForInit(RouteDefinition, List<ProcessorDefinition<?>>, List<ProcessorDefinition<?>>) - Static method in class org.apache.camel.model.RouteDefinitionHelper
 
process(Exchange) - Method in class org.apache.camel.builder.ProcessClause
 
process(Processor) - Method in class org.apache.camel.model.ProcessorDefinition
Message Translator EIP: Adds the custom processor to this destination which could be a final destination, or could be a transformation in a pipeline
process(String) - Method in class org.apache.camel.model.ProcessorDefinition
Message Translator EIP: Adds the custom processor reference to this destination which could be a final destination, or could be a transformation in a pipeline
process() - Method in class org.apache.camel.model.ProcessorDefinition
Message Translator EIP: Adds the custom processor using a fluent builder to this destination which could be a final destination, or could be a transformation in a pipeline
ProcessClause<T> - Class in org.apache.camel.builder
 
ProcessClause(T) - Constructor for class org.apache.camel.builder.ProcessClause
 
ProcessDefinition - Class in org.apache.camel.model
Calls a Camel processor
ProcessDefinition() - Constructor for class org.apache.camel.model.ProcessDefinition
 
ProcessDefinition(Processor) - Constructor for class org.apache.camel.model.ProcessDefinition
 
processOption(String, LinkedList<String>) - Method in class org.apache.camel.main.MainSupport.Option
 
ProcessorDefinition<Type extends ProcessorDefinition<Type>> - Class in org.apache.camel.model
Base class for processor types that most XML types extend.
ProcessorDefinition() - Constructor for class org.apache.camel.model.ProcessorDefinition
 
ProcessorDefinitionHelper - Class in org.apache.camel.model
Helper class for ProcessorDefinition and the other model classes.
ProcessorReifier<T extends ProcessorDefinition<?>> - Class in org.apache.camel.reifier
 
ProcessorReifier(T) - Constructor for class org.apache.camel.reifier.ProcessorReifier
 
producerApiDoc(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Sets the location of the api document (swagger api) the REST producer will use to validate the REST uri and query parameters are valid accordingly to the api document.
producerComponent(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
To use a specific Camel rest component (producer)
produces(String) - Method in class org.apache.camel.model.rest.RestDefinition
 
propagation(SagaPropagation) - Method in class org.apache.camel.model.SagaDefinition
 
PROPAGATION_REQUIRED - Static variable in class org.apache.camel.model.TransactedDefinition
 
property(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
Adds a custom property to use.
property(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration
Adds a custom property to use.
property(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration
Adds a custom property to use.
property(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration
Adds a custom property to use.
property(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfiguration
Adds a custom property to use.
PropertyDefinition - Class in org.apache.camel.model
A key value pair
PropertyDefinition() - Constructor for class org.apache.camel.model.PropertyDefinition
 
propertyInject(String, Class<T>) - Method in class org.apache.camel.builder.RouteBuilder
Injects a property placeholder value with the given key converted to the given type.
propertyPlaceholderLocations - Variable in class org.apache.camel.main.MainSupport
 
proto(String) - Method in class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfiguration
The transport protocol of the desired service.
protobuf() - Method in class org.apache.camel.builder.DataFormatClause
Uses the protobuf data format
protobuf(Object) - Method in class org.apache.camel.builder.DataFormatClause
 
protobuf(Object, String) - Method in class org.apache.camel.builder.DataFormatClause
 
protobuf(String) - Method in class org.apache.camel.builder.DataFormatClause
 
protobuf(String, String) - Method in class org.apache.camel.builder.DataFormatClause
 
ProtobufDataFormat - Class in org.apache.camel.model.dataformat
The Protobuf data format is used for serializing between Java objects and the Google Protobuf protocol.
ProtobufDataFormat() - Constructor for class org.apache.camel.model.dataformat.ProtobufDataFormat
 
ProtobufDataFormat(String) - Constructor for class org.apache.camel.model.dataformat.ProtobufDataFormat
 
ProtobufDataFormat(String, String) - Constructor for class org.apache.camel.model.dataformat.ProtobufDataFormat
 
ProtobufDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
ProtobufDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.ProtobufDataFormatReifier
 
ProxyBuilder - Class in org.apache.camel.builder
A build to create Camel proxies.
ProxyBuilder(CamelContext) - Constructor for class org.apache.camel.builder.ProxyBuilder
 
put() - Method in class org.apache.camel.model.rest.RestDefinition
 
put(String) - Method in class org.apache.camel.model.rest.RestDefinition
 
put() - Method in class org.apache.camel.model.rest.VerbDefinition
 
put(String) - Method in class org.apache.camel.model.rest.VerbDefinition
 
PutVerbDefinition - Class in org.apache.camel.model.rest
Rest PUT command
PutVerbDefinition() - Constructor for class org.apache.camel.model.rest.PutVerbDefinition
 

Q

queueSizeRejectionThreshold(Integer) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Queue size rejection threshold is an artificial max size at which rejections will occur even if maxQueueSize has not been reached.

R

random() - Method in class org.apache.camel.model.LoadBalanceDefinition
Uses random load balancer
randomBackOff() - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
 
randomBackOff(boolean) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
Enables random backoff
RandomLoadBalancerDefinition - Class in org.apache.camel.model.loadbalancer
Random load balancer The random load balancer selects a random endpoint for each exchange.
RandomLoadBalancerDefinition() - Constructor for class org.apache.camel.model.loadbalancer.RandomLoadBalancerDefinition
 
readTimeoutMillis(Long) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
Read timeout for OkHttpClient
recipientList(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
Recipient List EIP: Creates a dynamic recipient list allowing you to route messages to a number of dynamically specified recipients.
recipientList(Expression, String) - Method in class org.apache.camel.model.ProcessorDefinition
Recipient List EIP: Creates a dynamic recipient list allowing you to route messages to a number of dynamically specified recipients
recipientList(String) - Method in class org.apache.camel.model.ProcessorDefinition
Recipient List EIP: Creates a dynamic recipient list allowing you to route messages to a number of dynamically specified recipients
recipientList() - Method in class org.apache.camel.model.ProcessorDefinition
Recipient List EIP: Creates a dynamic recipient list allowing you to route messages to a number of dynamically specified recipients
RecipientListDefinition<Type extends ProcessorDefinition<Type>> - Class in org.apache.camel.model
Routes messages to a number of dynamically specified recipients (dynamic to)
RecipientListDefinition() - Constructor for class org.apache.camel.model.RecipientListDefinition
 
RecipientListDefinition(ExpressionDefinition) - Constructor for class org.apache.camel.model.RecipientListDefinition
 
RecipientListDefinition(Expression) - Constructor for class org.apache.camel.model.RecipientListDefinition
 
reconnectBaseSleepTime(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
 
reconnectMaxRetries(int) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
 
reconnectMaxSleepTime(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
 
redeliveryDelay(long) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
redeliveryDelay(long) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets the initial redelivery delay
redeliveryDelay(String) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets the initial redelivery delay (supports property placeholders)
redeliveryDelay(long) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets the initial redelivery delay
redeliveryDelay(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets the initial redelivery delay (supports property placeholders)
redeliveryPolicy - Variable in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
RedeliveryPolicyDefinition - Class in org.apache.camel.model
To configure re-delivery for error handling
RedeliveryPolicyDefinition() - Constructor for class org.apache.camel.model.RedeliveryPolicyDefinition
 
redeliveryPolicyRef(String) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets a reference to a RedeliveryPolicy to lookup in the Registry to be used.
ref(String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a Ref expression
ref(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a Expression by looking up existing Expression from the Registry
ref - Variable in class org.apache.camel.model.PolicyDefinition
 
ref(String) - Method in class org.apache.camel.model.PolicyDefinition
Sets a reference to use for lookup the policy in the registry.
ref - Variable in class org.apache.camel.model.TransactedDefinition
 
ref(String) - Method in class org.apache.camel.model.TransactedDefinition
Sets a reference to use for lookup the policy in the registry.
RefExpression - Class in org.apache.camel.model.language
Reference to an existing Camel expression or predicate, which is looked up from the Camel registry.
RefExpression() - Constructor for class org.apache.camel.model.language.RefExpression
 
RefExpression(String) - Constructor for class org.apache.camel.model.language.RefExpression
 
regexReplaceAll(Expression, String, String) - Static method in class org.apache.camel.builder.Builder
Returns an expression that replaces all occurrences of the regular expression with the given replacement
regexReplaceAll(Expression, String, Expression) - Static method in class org.apache.camel.builder.Builder
Returns an expression that replaces all occurrences of the regular expression with the given replacement
regexReplaceAll(Expression, String, String) - Method in class org.apache.camel.builder.BuilderSupport
Returns an expression value builder that replaces all occurrences of the regular expression with the given replacement
regexReplaceAll(Expression, String, Expression) - Method in class org.apache.camel.builder.BuilderSupport
Returns an expression value builder that replaces all occurrences of the regular expression with the given replacement
registerReifier(Class<?>, Function<ErrorHandlerFactory, ErrorHandlerReifier<? extends ErrorHandlerFactory>>) - Static method in class org.apache.camel.reifier.errorhandler.ErrorHandlerReifier
 
registry - Variable in class org.apache.camel.main.Main
 
reifier(DataFormatDefinition) - Static method in class org.apache.camel.reifier.dataformat.DataFormatReifier
 
reifier(ErrorHandlerFactory) - Static method in class org.apache.camel.reifier.errorhandler.ErrorHandlerReifier
 
reifier(LoadBalancerDefinition) - Static method in class org.apache.camel.reifier.loadbalancer.LoadBalancerReifier
 
reifier(ProcessorDefinition<?>) - Static method in class org.apache.camel.reifier.ProcessorReifier
 
reifier(TransformerDefinition) - Static method in class org.apache.camel.reifier.transformer.TransformerReifier
 
reifier(ValidatorDefinition) - Static method in class org.apache.camel.reifier.validator.ValidatorReifier
 
rejectedPolicy(ThreadPoolRejectedPolicy) - Method in class org.apache.camel.builder.ThreadPoolBuilder
 
rejectedPolicy(ThreadPoolRejectedPolicy) - Method in class org.apache.camel.builder.ThreadPoolProfileBuilder
 
rejectedPolicy(ThreadPoolRejectedPolicy) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
rejectedPolicy(ThreadPoolRejectedPolicy) - Method in class org.apache.camel.model.ThreadsDefinition
Sets the handler for tasks which cannot be executed by the thread pool.
rejectExecution(boolean) - Method in class org.apache.camel.model.ThrottleDefinition
Whether or not throttler throws the ThrottlerRejectedExecutionException when the exchange exceeds the request limit

Is by default false

rejectOld() - Method in class org.apache.camel.model.ResequenceDefinition
Sets the rejectOld flag to throw an error when a message older than the last delivered message is processed
ReloadStrategySupport - Class in org.apache.camel.impl
Base class for implementing custom ReloadStrategy SPI plugins.
ReloadStrategySupport() - Constructor for class org.apache.camel.impl.ReloadStrategySupport
 
remove() - Method in class org.apache.camel.builder.AdviceWithBuilder
Removes the matched node(s)
removeAllOnCompletionDefinition(ProcessorDefinition<?>) - Method in class org.apache.camel.model.OnCompletionDefinition
Removes all existing OnCompletionDefinition from the definition.
removeById(RouteDefinition, String, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
 
removeByToString(RouteDefinition, String, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
 
removeByToUri(RouteDefinition, String, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
 
removeByType(RouteDefinition, Class<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
 
removeHeader(String) - Method in class org.apache.camel.model.ProcessorDefinition
Adds a processor which removes the header on the IN message
RemoveHeaderDefinition - Class in org.apache.camel.model
Removes a named header from the message
RemoveHeaderDefinition() - Constructor for class org.apache.camel.model.RemoveHeaderDefinition
 
RemoveHeaderDefinition(String) - Constructor for class org.apache.camel.model.RemoveHeaderDefinition
 
removeHeaders(String) - Method in class org.apache.camel.model.ProcessorDefinition
Adds a processor which removes the headers on the IN message
removeHeaders(String, String...) - Method in class org.apache.camel.model.ProcessorDefinition
Adds a processor which removes the headers on the IN message
RemoveHeadersDefinition - Class in org.apache.camel.model
Removes message headers whose name matches a specified pattern
RemoveHeadersDefinition() - Constructor for class org.apache.camel.model.RemoveHeadersDefinition
 
RemoveHeadersDefinition(String) - Constructor for class org.apache.camel.model.RemoveHeadersDefinition
 
RemoveHeadersDefinition(String, String...) - Constructor for class org.apache.camel.model.RemoveHeadersDefinition
 
removeMainListener(MainListener) - Method in class org.apache.camel.main.MainSupport
Removes the MainListener
removeOnFailure(boolean) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
Sets whether to remove or keep the key on failure.
removeProperties(String) - Method in class org.apache.camel.model.ProcessorDefinition
Adds a processor which removes the properties in the exchange
removeProperties(String, String...) - Method in class org.apache.camel.model.ProcessorDefinition
Adds a processor which removes the properties in the exchange
RemovePropertiesDefinition - Class in org.apache.camel.model
Removes message exchange properties whose name matches a specified pattern
RemovePropertiesDefinition() - Constructor for class org.apache.camel.model.RemovePropertiesDefinition
 
RemovePropertiesDefinition(String) - Constructor for class org.apache.camel.model.RemovePropertiesDefinition
 
RemovePropertiesDefinition(String, String...) - Constructor for class org.apache.camel.model.RemovePropertiesDefinition
 
removeProperty(String) - Method in class org.apache.camel.model.ProcessorDefinition
Adds a processor which removes the exchange property
RemovePropertyDefinition - Class in org.apache.camel.model
Removes a named property from the message exchange
RemovePropertyDefinition() - Constructor for class org.apache.camel.model.RemovePropertyDefinition
 
RemovePropertyDefinition(String) - Constructor for class org.apache.camel.model.RemovePropertyDefinition
 
removeRouteDefinition(RouteDefinition) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
removeRouteDefinition(RouteDefinition) - Method in class org.apache.camel.impl.DefaultModel
 
removeRouteDefinition(RouteDefinition) - Method in interface org.apache.camel.model.Model
Removes a route definition from the context - stopping any previously running routes if any of them are actively running
removeRouteDefinitions(Collection<RouteDefinition>) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
removeRouteDefinitions(Collection<RouteDefinition>) - Method in class org.apache.camel.impl.DefaultModel
 
removeRouteDefinitions(Collection<RouteDefinition>) - Method in interface org.apache.camel.model.Model
Removes a collection of route definitions from the context - stopping any previously running routes if any of them are actively running
replace() - Method in class org.apache.camel.builder.AdviceWithBuilder
Replaces the matched node(s) with the following nodes.
replaceById(RouteDefinition, String, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
 
replaceByToString(RouteDefinition, String, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
 
replaceByToUri(RouteDefinition, String, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
 
replaceByType(RouteDefinition, Class<?>, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
 
replaceFrom(RouteDefinition, Endpoint) - Static method in class org.apache.camel.builder.AdviceWithTasks
 
replaceFromWith(String) - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
Replaces the route from endpoint with a new uri
replaceFromWith(Endpoint) - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
Replaces the route from endpoint with a new endpoint
replaceFromWith(RouteDefinition, String) - Static method in class org.apache.camel.builder.AdviceWithTasks
 
requestLogEnabled(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Whether HystrixCommand execution and events should be logged to HystrixRequestLog.
required(Boolean) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Whether the parameter is required
resequence() - Method in class org.apache.camel.model.ProcessorDefinition
Resequencer EIP: Creates a resequencer allowing you to reorganize messages based on some comparator.
resequence(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
Resequencer EIP: Creates a resequencer allowing you to reorganize messages based on some comparator.
ResequenceDefinition - Class in org.apache.camel.model
Resequences (re-order) messages based on an expression
ResequenceDefinition() - Constructor for class org.apache.camel.model.ResequenceDefinition
 
ResequenceDefinition(Expression) - Constructor for class org.apache.camel.model.ResequenceDefinition
 
ResequencerConfig - Class in org.apache.camel.model.config
 
ResequencerConfig() - Constructor for class org.apache.camel.model.config.ResequencerConfig
 
reset() - Method in class org.apache.camel.builder.NotifyBuilder
Resets the notifier.
resetCounters() - Method in class org.apache.camel.impl.ReloadStrategySupport
 
resolveDataFormatDefinition(String) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
resolveDataFormatDefinition(String) - Method in class org.apache.camel.impl.DefaultModel
 
resolveDataFormatDefinition(String) - Method in interface org.apache.camel.model.Model
Resolve a data format definition given its name
resolveEndpoint(CamelContext, String) - Method in class org.apache.camel.reifier.RouteReifier
 
resolveKnownConstantFields(CamelContext, Object) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
Inspects the given definition and resolves known fields

This implementation will check all the getter/setter pairs on this instance and for all the values (which is a String type) will check if it refers to a known field (such as on Exchange).

resolvePolicy(RouteContext) - Method in class org.apache.camel.reifier.TransactedReifier
 
resolvePolicy(RouteContext, TransactedDefinition) - Static method in class org.apache.camel.reifier.TransactedReifier
 
resolvePolicy(RouteContext, String, Class<? extends Policy>) - Static method in class org.apache.camel.reifier.TransactedReifier
 
resolvePropertyPlaceholders(CamelContext, Object) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
Inspects the given definition and resolves any property placeholders from its properties.
RESOURCE_PATH - Static variable in class org.apache.camel.model.cloud.ServiceCallDefinitionConstants
 
responseMessage(RestOperationResponseMsgDefinition) - Method in class org.apache.camel.model.rest.RestDefinition
 
responseMessage() - Method in class org.apache.camel.model.rest.RestDefinition
 
responseMessage(VerbDefinition) - Method in class org.apache.camel.model.rest.RestDefinition
 
responseMessages(List<RestOperationResponseMsgDefinition>) - Method in class org.apache.camel.model.rest.RestDefinition
 
responseModel(Class<?>) - Method in class org.apache.camel.model.rest.RestOperationResponseMsgDefinition
The response model
rest() - Method in class org.apache.camel.builder.RouteBuilder
Creates a new REST service
rest(String) - Method in class org.apache.camel.builder.RouteBuilder
Creates a new REST service
rest() - Method in class org.apache.camel.model.rest.RestsDefinition
Creates a rest DSL
rest(String) - Method in class org.apache.camel.model.rest.RestsDefinition
Creates a rest DSL
rest(RestDefinition) - Method in class org.apache.camel.model.rest.RestsDefinition
RestBindingDefinition - Class in org.apache.camel.model.rest
To configure rest binding
RestBindingDefinition() - Constructor for class org.apache.camel.model.rest.RestBindingDefinition
 
RestBindingMode - Enum in org.apache.camel.model.rest
 
RestBindingReifier - Class in org.apache.camel.reifier.rest
 
RestBindingReifier(RestBindingDefinition) - Constructor for class org.apache.camel.reifier.rest.RestBindingReifier
 
restConfiguration() - Method in class org.apache.camel.builder.RouteBuilder
Configures the REST services
restConfiguration(String) - Method in class org.apache.camel.builder.RouteBuilder
Configures the REST service for the given component
RestConfigurationDefinition - Class in org.apache.camel.model.rest
To configure rest
RestConfigurationDefinition() - Constructor for class org.apache.camel.model.rest.RestConfigurationDefinition
 
RestConstants - Class in org.apache.camel.model.rest
 
RestContainer - Interface in org.apache.camel.model.rest
Container to hold Rest.
RestContextRefDefinition - Class in org.apache.camel.model
To refer to an XML file with rest services defined using the rest-dsl
RestContextRefDefinition() - Constructor for class org.apache.camel.model.RestContextRefDefinition
 
RestContextRefDefinitionHelper - Class in org.apache.camel.model
RestDefinition - Class in org.apache.camel.model.rest
Defines a rest service using the rest-dsl
RestDefinition() - Constructor for class org.apache.camel.model.rest.RestDefinition
 
RestHostNameResolver - Enum in org.apache.camel.model.rest
To configure the rest hostname resolver
RestOperationParamDefinition - Class in org.apache.camel.model.rest
To specify the rest operation parameters using Swagger.
RestOperationParamDefinition() - Constructor for class org.apache.camel.model.rest.RestOperationParamDefinition
 
RestOperationParamDefinition(VerbDefinition) - Constructor for class org.apache.camel.model.rest.RestOperationParamDefinition
 
RestOperationResponseHeaderDefinition - Class in org.apache.camel.model.rest
To specify the rest operation response headers using Swagger.
RestOperationResponseHeaderDefinition(RestOperationResponseMsgDefinition) - Constructor for class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
 
RestOperationResponseHeaderDefinition() - Constructor for class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
 
RestOperationResponseMsgDefinition - Class in org.apache.camel.model.rest
To specify the rest operation response messages using Swagger.
RestOperationResponseMsgDefinition(VerbDefinition) - Constructor for class org.apache.camel.model.rest.RestOperationResponseMsgDefinition
 
RestOperationResponseMsgDefinition() - Constructor for class org.apache.camel.model.rest.RestOperationResponseMsgDefinition
 
RestParamType - Enum in org.apache.camel.model.rest
Rest parameter types
RestPropertyDefinition - Class in org.apache.camel.model.rest
A key value pair
RestPropertyDefinition() - Constructor for class org.apache.camel.model.rest.RestPropertyDefinition
 
RestPropertyDefinition(String, String) - Constructor for class org.apache.camel.model.rest.RestPropertyDefinition
 
RestsDefinition - Class in org.apache.camel.model.rest
A series of rest services defined using the rest-dsl
RestsDefinition() - Constructor for class org.apache.camel.model.rest.RestsDefinition
 
RestSecuritiesDefinition - Class in org.apache.camel.model.rest
To configure rest security definitions.
RestSecuritiesDefinition() - Constructor for class org.apache.camel.model.rest.RestSecuritiesDefinition
 
RestSecuritiesDefinition(RestDefinition) - Constructor for class org.apache.camel.model.rest.RestSecuritiesDefinition
 
RestSecurityApiKey - Class in org.apache.camel.model.rest
Rest security basic auth definition
RestSecurityApiKey() - Constructor for class org.apache.camel.model.rest.RestSecurityApiKey
 
RestSecurityApiKey(RestDefinition) - Constructor for class org.apache.camel.model.rest.RestSecurityApiKey
 
RestSecurityBasicAuth - Class in org.apache.camel.model.rest
Rest security basic auth definition
RestSecurityBasicAuth() - Constructor for class org.apache.camel.model.rest.RestSecurityBasicAuth
 
RestSecurityBasicAuth(RestDefinition) - Constructor for class org.apache.camel.model.rest.RestSecurityBasicAuth
 
RestSecurityDefinition - Class in org.apache.camel.model.rest
To specify the rest security definitions using Swagger.
RestSecurityDefinition() - Constructor for class org.apache.camel.model.rest.RestSecurityDefinition
 
RestSecurityDefinition(RestDefinition) - Constructor for class org.apache.camel.model.rest.RestSecurityDefinition
 
RestSecurityOAuth2 - Class in org.apache.camel.model.rest
Rest security OAuth2 definition
RestSecurityOAuth2() - Constructor for class org.apache.camel.model.rest.RestSecurityOAuth2
 
RestSecurityOAuth2(RestDefinition) - Constructor for class org.apache.camel.model.rest.RestSecurityOAuth2
 
resultType(Class<?>) - Method in class org.apache.camel.builder.SimpleBuilder
 
resumeRoute(String) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
 
retriesExhaustedLogLevel(LoggingLevel) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
retriesExhaustedLogLevel(LoggingLevel) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets the logging level to use when retries has exhausted
retriesExhaustedLogLevel(LoggingLevel) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets the logging level to use when retries has exhausted
retryAttemptedLogInterval(int) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
retryAttemptedLogInterval(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets the interval to use for logging retry attempts
retryAttemptedLogLevel(LoggingLevel) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
retryAttemptedLogLevel(LoggingLevel) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets the logging level to use for logging retry attempts
retryAttemptedLogLevel(LoggingLevel) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Sets the logging level to use for logging retry attempts
retryDelay(long) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
Sets the delay in millis between retries
retryWhile - Variable in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
retryWhile(Expression) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
Sets the retry while expression.
retryWhile(Predicate) - Method in class org.apache.camel.model.OnExceptionDefinition
Sets the retry while predicate.
retryWhileRef - Variable in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
reverse() - Method in class org.apache.camel.model.ResequenceDefinition
Enables reverse mode for the batch resequencer mode.
ribbonLoadBalancer() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
ribbonLoadBalancer(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
ribbonLoadBalancer() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
ribbonLoadBalancer(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
RibbonServiceCallServiceLoadBalancerConfiguration - Class in org.apache.camel.model.cloud
 
RibbonServiceCallServiceLoadBalancerConfiguration() - Constructor for class org.apache.camel.model.cloud.RibbonServiceCallServiceLoadBalancerConfiguration
 
RibbonServiceCallServiceLoadBalancerConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.RibbonServiceCallServiceLoadBalancerConfiguration
 
rollback() - Method in class org.apache.camel.model.ProcessorDefinition
Marks the exchange for rollback only and sets an exception with a default message.
rollback(String) - Method in class org.apache.camel.model.ProcessorDefinition
Marks the exchange for rollback and sets an exception with the provided message.
RollbackDefinition - Class in org.apache.camel.model
Forces a rollback by stopping routing the message
RollbackDefinition() - Constructor for class org.apache.camel.model.RollbackDefinition
 
RollbackDefinition(String) - Constructor for class org.apache.camel.model.RollbackDefinition
 
roundRobin() - Method in class org.apache.camel.model.LoadBalanceDefinition
Uses round robin load balancer
RoundRobinLoadBalancerDefinition - Class in org.apache.camel.model.loadbalancer
Round robin load balancer The round robin load balancer will use the next endpoint for each message.
RoundRobinLoadBalancerDefinition() - Constructor for class org.apache.camel.model.loadbalancer.RoundRobinLoadBalancerDefinition
 
route() - Method in class org.apache.camel.model.rest.RestDefinition
 
route() - Method in class org.apache.camel.model.RoutesDefinition
Creates a new route
route(RouteDefinition) - Method in class org.apache.camel.model.RoutesDefinition
Creates a new route using the given route
RouteBuilder - Class in org.apache.camel.builder
A Java DSL which is used to build Route instances in a CamelContext for smart routing.
RouteBuilder() - Constructor for class org.apache.camel.builder.RouteBuilder
 
RouteBuilder(CamelContext) - Constructor for class org.apache.camel.builder.RouteBuilder
 
routeBuilderClasses - Variable in class org.apache.camel.main.MainSupport
 
RouteBuilderDefinition - Class in org.apache.camel.model
To refer to a Java RouteBuilder instance to use.
RouteBuilderDefinition() - Constructor for class org.apache.camel.model.RouteBuilderDefinition
 
RouteBuilderDefinition(String) - Constructor for class org.apache.camel.model.RouteBuilderDefinition
 
routeBuilders - Variable in class org.apache.camel.main.MainSupport
 
RouteContainer - Interface in org.apache.camel.model
Container to hold Route.
RouteContextRefDefinition - Class in org.apache.camel.model
To refer to an XML file with routes defined using the xml-dsl
RouteContextRefDefinition() - Constructor for class org.apache.camel.model.RouteContextRefDefinition
 
RouteContextRefDefinitionHelper - Class in org.apache.camel.model
RouteDefinition - Class in org.apache.camel.model
A Camel route
RouteDefinition() - Constructor for class org.apache.camel.model.RouteDefinition
 
RouteDefinition(String) - Constructor for class org.apache.camel.model.RouteDefinition
 
RouteDefinition(Endpoint) - Constructor for class org.apache.camel.model.RouteDefinition
 
RouteDefinitionHelper - Class in org.apache.camel.model
Helper for RouteDefinition

Utility methods to help preparing RouteDefinition before they are added to CamelContext.

routeDescription(String) - Method in class org.apache.camel.model.ProcessorDefinition
Set the route description for this route
routeDescription(String) - Method in class org.apache.camel.model.RouteDefinition
Set the route description for this route
routeGroup(String) - Method in class org.apache.camel.model.ProcessorDefinition
Set the route group for this route.
routeGroup(String) - Method in class org.apache.camel.model.RouteDefinition
Set the route group for this route
routeId(String) - Method in class org.apache.camel.model.ProcessorDefinition
Set the route id for this route.
routeId(String) - Method in class org.apache.camel.model.RouteDefinition
Set the route id for this route
RouteIdFactory - Class in org.apache.camel.impl
Factory for generating route ids based on uris.
RouteIdFactory() - Constructor for class org.apache.camel.impl.RouteIdFactory
 
RouteIdFactory(NodeIdFactory) - Constructor for class org.apache.camel.impl.RouteIdFactory
 
routePolicy(RoutePolicy...) - Method in class org.apache.camel.model.RouteDefinition
Configures route policies for this route
routePolicyRef(String) - Method in class org.apache.camel.model.RouteDefinition
Configures a route policy for this route
routeProperty(String, String) - Method in class org.apache.camel.model.RouteDefinition
Adds a custom property on the route.
RouteReifier - Class in org.apache.camel.reifier
 
RouteReifier(ProcessorDefinition<?>) - Constructor for class org.apache.camel.reifier.RouteReifier
 
RoutesDefinition - Class in org.apache.camel.model
A series of Camel routes
RoutesDefinition() - Constructor for class org.apache.camel.model.RoutesDefinition
 
RouteService - Class in org.apache.camel.impl
Represents the runtime objects for a given RouteDefinition so that it can be stopped independently of other routes
RouteService(Route) - Constructor for class org.apache.camel.impl.RouteService
 
routingSlip(Expression, String) - Method in class org.apache.camel.model.ProcessorDefinition
Routing Slip EIP: Creates a routing slip allowing you to route a message consecutively through a series of processing steps where the sequence of steps is not known at design time and can vary for each message.
routingSlip(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
Routing Slip EIP: Creates a routing slip allowing you to route a message consecutively through a series of processing steps where the sequence of steps is not known at design time and can vary for each message.
routingSlip() - Method in class org.apache.camel.model.ProcessorDefinition
Routing Slip EIP: Creates a routing slip allowing you to route a message consecutively through a series of processing steps where the sequence of steps is not known at design time and can vary for each message.
RoutingSlipDefinition<Type extends ProcessorDefinition<Type>> - Class in org.apache.camel.model
Routes a message through a series of steps that are pre-determined (the slip)
RoutingSlipDefinition() - Constructor for class org.apache.camel.model.RoutingSlipDefinition
 
RoutingSlipDefinition(String) - Constructor for class org.apache.camel.model.RoutingSlipDefinition
 
RoutingSlipDefinition(String, String) - Constructor for class org.apache.camel.model.RoutingSlipDefinition
 
RoutingSlipDefinition(Expression, String) - Constructor for class org.apache.camel.model.RoutingSlipDefinition
 
RoutingSlipDefinition(Expression) - Constructor for class org.apache.camel.model.RoutingSlipDefinition
 
rss() - Method in class org.apache.camel.builder.DataFormatClause
Uses the RSS data format
RssDataFormat - Class in org.apache.camel.model.dataformat
RSS data format is used for working with RSS sync feed Java Objects and transforming to XML and vice-versa.
RssDataFormat() - Constructor for class org.apache.camel.model.dataformat.RssDataFormat
 
RssDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
RssDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.RssDataFormatReifier
 
run() - Method in class org.apache.camel.main.MainSupport
Runs this process with the given arguments, and will wait until completed, or the JVM terminates.
run(String[]) - Method in class org.apache.camel.main.MainSupport
Parses the command line arguments then runs the program.

S

saga() - Method in class org.apache.camel.model.ProcessorDefinition
Marks this route as participating to a saga.
SagaActionUriDefinition - Class in org.apache.camel.model
Allows to declare saga actions to complete or compensate a saga
SagaActionUriDefinition() - Constructor for class org.apache.camel.model.SagaActionUriDefinition
 
SagaActionUriDefinition(String) - Constructor for class org.apache.camel.model.SagaActionUriDefinition
 
SagaCompletionMode - Enum in org.apache.camel.model
Enumerates all saga completion modes.
SagaDefinition - Class in org.apache.camel.model
Enables sagas on the route
SagaDefinition() - Constructor for class org.apache.camel.model.SagaDefinition
 
SagaOptionDefinition - Class in org.apache.camel.model
Allows to declare options on sagas
SagaOptionDefinition() - Constructor for class org.apache.camel.model.SagaOptionDefinition
 
SagaOptionDefinition(String, Expression) - Constructor for class org.apache.camel.model.SagaOptionDefinition
 
SagaPropagation - Enum in org.apache.camel.model
Enumerates all saga propagation modes.
sagaService(CamelSagaService) - Method in class org.apache.camel.model.SagaDefinition
 
sample() - Method in class org.apache.camel.model.ProcessorDefinition
Sampling Throttler Creates a sampling throttler allowing you to extract a sample of exchanges from the traffic on a route.
sample(long, TimeUnit) - Method in class org.apache.camel.model.ProcessorDefinition
Sampling Throttler Creates a sampling throttler allowing you to extract a sample of exchanges from the traffic through a route.
sample(long) - Method in class org.apache.camel.model.ProcessorDefinition
Sampling Throttler Creates a sampling throttler allowing you to extract a sample of exchanges from the traffic through a route.
sampleMessageFrequency(long) - Method in class org.apache.camel.model.SamplingDefinition
Sets the sample message count which only a single Exchange will pass through after this many received.
samplePeriod(long) - Method in class org.apache.camel.model.SamplingDefinition
Sets the sample period during which only a single Exchange will pass through.
SamplingDefinition - Class in org.apache.camel.model
Extract a sample of the messages passing through a route
SamplingDefinition() - Constructor for class org.apache.camel.model.SamplingDefinition
 
SamplingDefinition(long, TimeUnit) - Constructor for class org.apache.camel.model.SamplingDefinition
 
SamplingDefinition(long) - Constructor for class org.apache.camel.model.SamplingDefinition
 
sanityCheckRoute(RouteDefinition) - Static method in class org.apache.camel.model.RouteDefinitionHelper
Sanity check the route, that it has input(s) and outputs.
scheme(String) - Method in class org.apache.camel.builder.TransformerBuilder
Set the scheme name supported by the transformer.
scheme(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
To use a specific scheme such as http/https
script(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
Executes a script (do not change the message body).
script() - Method in class org.apache.camel.model.ProcessorDefinition
Executes a script (do not change the message body).
ScriptDefinition - Class in org.apache.camel.model
Executes a script from a language which does not change the message body.
ScriptDefinition() - Constructor for class org.apache.camel.model.ScriptDefinition
 
ScriptDefinition(Expression) - Constructor for class org.apache.camel.model.ScriptDefinition
 
secureXML() - Method in class org.apache.camel.builder.DataFormatClause
Uses the XML Security data format
secureXML(String, boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the XML Security data format
secureXML(String, Map<String, String>, boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the XML Security data format
secureXML(String, boolean, String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the XML Security data format
secureXML(String, Map<String, String>, boolean, String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the XML Security data format
secureXML(String, boolean, String, String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the XML Security data format
secureXML(String, Map<String, String>, boolean, String, String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the XML Security data format
secureXML(String, boolean, byte[]) - Method in class org.apache.camel.builder.DataFormatClause
Uses the XML Security data format
secureXML(String, Map<String, String>, boolean, byte[]) - Method in class org.apache.camel.builder.DataFormatClause
Uses the XML Security data format
secureXML(String, boolean, byte[], String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the XML Security data format
secureXML(String, Map<String, String>, boolean, byte[], String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the XML Security data format
secureXML(String, boolean, String, String, String, String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the XML Security data format
secureXML(String, boolean, String, String, String, String, String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the XML Security data format
secureXML(String, boolean, String, String, String, KeyStoreParameters) - Method in class org.apache.camel.builder.DataFormatClause
Uses the XML Security data format
secureXML(String, boolean, String, String, String, KeyStoreParameters, String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the XML Security data format
secureXML(String, Map<String, String>, boolean, String, String, String, String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the XML Security data format
secureXML(String, Map<String, String>, boolean, String, String, String, String, String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the XML Security data format
secureXML(String, Map<String, String>, boolean, String, String, String, KeyStoreParameters) - Method in class org.apache.camel.builder.DataFormatClause
Uses the XML Security data format
secureXML(String, Map<String, String>, boolean, String, String, String, KeyStoreParameters, String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the XML Security data format
secureXML(String, Map<String, String>, boolean, String, String, String, KeyStoreParameters, String, String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the XML Security data format
security(String) - Method in class org.apache.camel.model.rest.RestDefinition
Sets the security setting for this verb.
security(String, String) - Method in class org.apache.camel.model.rest.RestDefinition
Sets the security setting for this verb.
SecurityDefinition - Class in org.apache.camel.model.rest
Rest security definition
SecurityDefinition() - Constructor for class org.apache.camel.model.rest.SecurityDefinition
 
securityDefinitions() - Method in class org.apache.camel.model.rest.RestDefinition
To configure security definitions.
selectFirst() - Method in class org.apache.camel.builder.AdviceWithBuilder
Will only apply the first node matched.
selectIndex(int) - Method in class org.apache.camel.builder.AdviceWithBuilder
Will only apply the n'th node matched.
selectLast() - Method in class org.apache.camel.builder.AdviceWithBuilder
Will only apply the last node matched.
selectRange(int, int) - Method in class org.apache.camel.builder.AdviceWithBuilder
Will only apply the node in the index range matched.
SendDefinition<Type extends ProcessorDefinition<Type>> - Class in org.apache.camel.model
Sends the message to an endpoint
SendDefinition() - Constructor for class org.apache.camel.model.SendDefinition
 
SendDefinition(String) - Constructor for class org.apache.camel.model.SendDefinition
 
servers(List<String>) - Method in class org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfiguration
Sets the server blacklist.
servers(String) - Method in class org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfiguration
Sets the server blacklist.
servers(List<String>) - Method in class org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfiguration
Sets the server list.
servers(String) - Method in class org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfiguration
Sets the server list.
serviceCall() - Method in class org.apache.camel.model.ProcessorDefinition
Calls the service
serviceCall(String) - Method in class org.apache.camel.model.ProcessorDefinition
Calls the service
serviceCall(String, String) - Method in class org.apache.camel.model.ProcessorDefinition
Calls the service
serviceCallConfiguration(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Refers to a ServiceCall configuration to use
ServiceCallConfigurationDefinition - Class in org.apache.camel.model.cloud
Remote service call configuration
ServiceCallConfigurationDefinition() - Constructor for class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
ServiceCallDefinition - Class in org.apache.camel.model.cloud
To call remote services
ServiceCallDefinition() - Constructor for class org.apache.camel.model.cloud.ServiceCallDefinition
 
ServiceCallDefinitionConstants - Class in org.apache.camel.model.cloud
 
ServiceCallExpressionConfiguration - Class in org.apache.camel.model.cloud
 
ServiceCallExpressionConfiguration() - Constructor for class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
 
ServiceCallExpressionConfiguration(ServiceCallDefinition, String) - Constructor for class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
 
ServiceCallServiceChooserConfiguration - Class in org.apache.camel.model.cloud
 
ServiceCallServiceChooserConfiguration() - Constructor for class org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration
 
ServiceCallServiceChooserConfiguration(ServiceCallDefinition, String) - Constructor for class org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration
 
ServiceCallServiceDiscoveryConfiguration - Class in org.apache.camel.model.cloud
 
ServiceCallServiceDiscoveryConfiguration() - Constructor for class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration
 
ServiceCallServiceDiscoveryConfiguration(ServiceCallDefinition, String) - Constructor for class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration
 
ServiceCallServiceFilterConfiguration - Class in org.apache.camel.model.cloud
 
ServiceCallServiceFilterConfiguration() - Constructor for class org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration
 
ServiceCallServiceFilterConfiguration(ServiceCallDefinition, String) - Constructor for class org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration
 
ServiceCallServiceLoadBalancerConfiguration - Class in org.apache.camel.model.cloud
 
ServiceCallServiceLoadBalancerConfiguration() - Constructor for class org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfiguration
 
ServiceCallServiceLoadBalancerConfiguration(ServiceCallDefinition, String) - Constructor for class org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfiguration
 
serviceChooser(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Sets a reference to a custom ServiceChooser to use.
serviceChooser(ServiceChooser) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Sets a custom ServiceChooser to use.
serviceChooser(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets a reference to a custom ServiceChooser to use.
serviceChooser(ServiceChooser) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets a custom ServiceChooser to use.
serviceDiscovery(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Sets a reference to a custom ServiceDiscovery to use.
serviceDiscovery(ServiceDiscovery) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Sets a custom ServiceDiscovery to use.
serviceDiscovery(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets a reference to a custom ServiceDiscovery to use.
serviceDiscovery(ServiceDiscovery) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets a custom ServiceDiscovery to use.
serviceDiscoveryConfiguration(ServiceCallServiceDiscoveryConfiguration) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
Set the service-call configuration to use
serviceDiscoveryConfiguration(ServiceCallServiceDiscoveryConfiguration) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
Add a ServiceDiscovery configuration
serviceDiscoveryConfiguration(ServiceCallServiceDiscoveryConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Configures the ServiceDiscovery using the given configuration.
serviceDiscoveryConfiguration(ServiceCallServiceDiscoveryConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Configures the ServiceDiscovery using the given configuration.
serviceDiscoveryConfigurations(List<ServiceCallServiceDiscoveryConfiguration>) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
List of ServiceDiscovery configuration to use
serviceFilter(String) - Method in class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfiguration
Reference of a ServiceFilter
serviceFilter(ServiceFilter) - Method in class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfiguration
Set the ServiceFilter
serviceFilter(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Sets a reference to a custom ServiceFilter to use.
serviceFilter(ServiceFilter) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Sets a custom ServiceFilter to use.
serviceFilter(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets a reference to a custom ServiceFilter to use.
serviceFilter(ServiceFilter) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets a custom ServiceFilter to use.
serviceFilterConfiguration(ServiceCallServiceFilterConfiguration) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
Add a ServiceFilter configuration
serviceFilterConfiguration(ServiceCallServiceFilterConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Configures the ServiceFilter using the given configuration.
serviceFilterConfiguration(ServiceCallServiceFilterConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Configures the ServiceFilter using the given configuration.
serviceFilterConfigurations(List<ServiceCallServiceFilterConfiguration>) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
List of ServiceFilter configuration to use
servicePath(String) - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
The path to look for for service discovery
sessionTimeout(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
 
setAclToken(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
Sets the ACL token to be used with Consul
setAddKeyValueForEncryptedKey(Boolean) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
Whether to add the public key used to encrypt the session key as a KeyValue in the EncryptedKey structure or not.
setAggregateController(AggregateController) - Method in class org.apache.camel.model.AggregateDefinition
 
setAggregateControllerRef(String) - Method in class org.apache.camel.model.AggregateDefinition
To use a AggregateController to allow external sources to control this aggregator.
setAggregateOnException(Boolean) - Method in class org.apache.camel.model.EnrichDefinition
 
setAggregateOnException(Boolean) - Method in class org.apache.camel.model.PollEnrichDefinition
 
setAggregationRepository(AggregationRepository) - Method in class org.apache.camel.model.AggregateDefinition
 
setAggregationRepositoryRef(String) - Method in class org.apache.camel.model.AggregateDefinition
 
setAggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.AggregateDefinition
The AggregationStrategy to use.
setAggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.ClaimCheckDefinition
 
setAggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.EnrichDefinition
 
setAggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.MulticastDefinition
 
setAggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.PollEnrichDefinition
 
setAggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.RecipientListDefinition
Sets the AggregationStrategy to be used to assemble the replies from the recipients, into a single outgoing message from the RecipientList.
setAggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.SplitDefinition
Sets the AggregationStrategy to be used to assemble the replies from the splitted messages, into a single outgoing message from the Splitter.
setAggregationStrategyMethodAllowNull(Boolean) - Method in class org.apache.camel.model.EnrichDefinition
 
setAggregationStrategyMethodAllowNull(Boolean) - Method in class org.apache.camel.model.PollEnrichDefinition
 
setAggregationStrategyMethodName(String) - Method in class org.apache.camel.model.AggregateDefinition
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
setAggregationStrategyMethodName(String) - Method in class org.apache.camel.model.ClaimCheckDefinition
 
setAggregationStrategyMethodName(String) - Method in class org.apache.camel.model.EnrichDefinition
 
setAggregationStrategyMethodName(String) - Method in class org.apache.camel.model.PollEnrichDefinition
 
setAggregationStrategyRef(String) - Method in class org.apache.camel.model.AggregateDefinition
A reference to lookup the AggregationStrategy in the Registry.
setAggregationStrategyRef(String) - Method in class org.apache.camel.model.ClaimCheckDefinition
 
setAggregationStrategyRef(String) - Method in class org.apache.camel.model.EnrichDefinition
 
setAggregationStrategyRef(String) - Method in class org.apache.camel.model.PollEnrichDefinition
 
setAlgorithm(String) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
The JCE algorithm name indicating the cryptographic algorithm that will be used.
setAlgorithm(Integer) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
Symmetric key encryption algorithm; possible values are defined in org.bouncycastle.bcpg.SymmetricKeyAlgorithmTags; for example 2 (= TRIPLE DES), 3 (= CAST5), 4 (= BLOWFISH), 6 (= DES), 7 (= AES_128).
setAlgorithmParameterRef(String) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
A JCE AlgorithmParameterSpec used to initialize the Cipher.
setAliases(Map<String, String>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
Alias a Class to a shorter name to be used in XML elements.
setAllowableValues(List<String>) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Sets the Swagger Parameter list of allowable values (enum).
setAllowableValues(List<String>) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
Sets the Swagger Parameter list of allowable values.
setAllowAnyType(boolean) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
Allow any class to be un-marshaled
setAllowCoreThreadTimeOut(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
Whether idle core threads is allowed to timeout and therefore can shrink the pool size below the core pool size

Is by default false

setAllowCoreThreadTimeOut(Boolean) - Method in class org.apache.camel.model.ThreadsDefinition
 
setAllowDuplicates(Boolean) - Method in class org.apache.camel.model.config.BatchResequencerConfig
Whether to allow duplicates.
setAllowEasyPredicate(Boolean) - Method in class org.apache.camel.model.language.JsonPathExpression
Whether to allow using the easy predicate parser to pre-parse predicates.
setAllowEmptyDirectory(Boolean) - Method in class org.apache.camel.model.dataformat.TarFileDataFormat
If the tar file has more then one entry, setting this option to true, allows to get the iterator even if the directory is empty
setAllowEmptyDirectory(Boolean) - Method in class org.apache.camel.model.dataformat.ZipFileDataFormat
If the zip file has more then one entry, setting this option to true, allows to get the iterator even if the directory is empty
setAllowJmsType(Boolean) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
Used for JMS users to allow the JMSType header from the JMS spec to specify a FQN classname to use to unmarshal to.
setAllowJmsType(Boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
Used for JMS users to allow the JMSType header from the JMS spec to specify a FQN classname to use to unmarshal to.
setAllowMaximumSizeToDivergeFromCoreSize(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Allows the configuration for maximumSize to take effect.
setAllowMissingColumnNames(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Whether to allow missing column names.
setAllowOptimisedComponents(Boolean) - Method in class org.apache.camel.model.ToDynamicDefinition
 
setAllowRedeliveryWhileStopping(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setAllowShortLines(Boolean) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
Allows for lines to be shorter than expected and ignores the extra characters
setAllowSimple(Boolean) - Method in class org.apache.camel.model.language.JsonPathExpression
Whether to allow in inlined simple exceptions in the JsonPath expression
setAllowUnmarshallType(Boolean) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
If enabled then Jackson CBOR is allowed to attempt to use the CamelCBORUnmarshalType header during the unmarshalling.
setAllowUnmarshallType(Boolean) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
If enabled then Jackson is allowed to attempt to use the CamelJacksonUnmarshalType header during the unmarshalling.
setAllowUnmarshallType(Boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
If enabled then Jackson is allowed to attempt to use the CamelJacksonUnmarshalType header during the unmarshalling.
setAllowUseOriginalMessage(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether to allow access to the original message from Camel's error handler, or from org.apache.camel.spi.UnitOfWork.getOriginalInMessage().
setApiComponent(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
The name of the Camel component to use as the REST API (such as swagger)
setApiContextIdPattern(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Sets an CamelContext id pattern to only allow Rest APIs from rest services within CamelContext's which name matches the pattern.
setApiContextListing(Boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Sets whether listing of all available CamelContext's with REST services in the JVM is enabled.
setApiContextPath(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Sets a leading API context-path the REST API services will be using.
setApiContextRouteId(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Sets the route id to use for the route that services the REST API.
setApiDocs(Boolean) - Method in class org.apache.camel.model.rest.RestDefinition
Whether to include or exclude the VerbDefinition in API documentation.
setApiDocs(Boolean) - Method in class org.apache.camel.model.rest.VerbDefinition
Whether to include or exclude the VerbDefinition in API documentation.
setApiHost(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
To use an specific hostname for the API documentation (eg swagger)

This can be used to override the generated host with this configured hostname

setApiProperties(List<RestPropertyDefinition>) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Allows to configure as many additional properties for the api documentation (swagger).
setApiVendorExtension(Boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Whether vendor extension is enabled in the Rest APIs.
setApiVersion(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the API version when using client lookup
setArmored(Boolean) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
This option will cause PGP to base64 encode the encrypted text, making it available for copy/paste, etc.
setArrayType(String) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Sets the Swagger Parameter array type.
setArrayType(String) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
Sets the Swagger Parameter array type.
setAsMap(Boolean) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
Whether the unmarshalling should produce maps for the lines values instead of lists.
setAsyncDelayed(Boolean) - Method in class org.apache.camel.model.DelayDefinition
 
setAsyncDelayed(Boolean) - Method in class org.apache.camel.model.ThrottleDefinition
 
setAsyncDelayedRedelivery(boolean) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
setAsyncDelayedRedelivery(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setAuthorizationUrl(String) - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
The authorization URL to be used for this flow.
setAutoConfigurationEnabled(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether auto configuration of components/dataformats/languages is enabled or not.
setAutoConfigurationEnabled(boolean) - Method in class org.apache.camel.main.MainSupport
Deprecated.
setAutoStartup(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether the object should automatically start when Camel starts.
setAutoStartup(String) - Method in class org.apache.camel.model.RouteDefinition
Whether to auto start this route
setAutowireComponentProperties(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether autowiring components with properties that are of same type, which has been added to the Camel registry, as a singleton instance.
setAutowireComponentPropertiesDeep(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether autowiring components (with deep nesting by attempting to walk as deep down the object graph by creating new empty objects on the way if needed) with properties that are of same type, which has been added to the Camel registry, as a singleton instance.
setBackOffMultiplier(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setBarcodeFormat(String) - Method in class org.apache.camel.model.dataformat.BarcodeDataFormat
Barcode format such as QR-Code
setBasePath(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
Set the base path to store in ZK
setBatchConfig(BatchResequencerConfig) - Method in class org.apache.camel.model.ResequenceDefinition
 
setBatchSize(int) - Method in class org.apache.camel.model.config.BatchResequencerConfig
Sets the size of the batch to be re-ordered.
setBatchTimeout(long) - Method in class org.apache.camel.model.config.BatchResequencerConfig
Sets the timeout for collecting elements to be re-ordered.
setBean(Object) - Method in class org.apache.camel.model.BeanDefinition
Sets an instance of the bean to use
setBeanReaderErrorHandlerType(String) - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
To use a custom org.apache.camel.dataformat.beanio.BeanIOErrorHandler as error handler while parsing.
setBeanType(String) - Method in class org.apache.camel.model.BeanDefinition
Sets the Class of the bean
setBeanType(Class<?>) - Method in class org.apache.camel.model.BeanDefinition
Sets the Class of the bean
setBeanType(Class<?>) - Method in class org.apache.camel.model.language.MethodCallExpression
 
setBeanTypeName(String) - Method in class org.apache.camel.model.language.MethodCallExpression
Class name of the bean to use
setBinaryContent(Boolean) - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
Defines whether the content of binary parts in the MIME multipart is binary (true) or Base-64 encoded (false)
setBindingMode(RestBindingMode) - Method in class org.apache.camel.model.rest.RestBindingDefinition
Sets the binding mode to use.
setBindingMode(RestBindingMode) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Sets the binding mode to use.
setBindingMode(RestBindingMode) - Method in class org.apache.camel.model.rest.RestDefinition
Sets the binding mode to use.
setBindingMode(RestBindingMode) - Method in class org.apache.camel.model.rest.VerbDefinition
Sets the binding mode to use.
setBlockSeconds(Integer) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
The seconds to wait for a watch event, default 10 seconds
setBody() - Method in class org.apache.camel.model.ProcessorDefinition
Message Translator EIP: Adds a processor which sets the body on the IN message
setBody(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
Message Translator EIP: Adds a processor which sets the body on the IN message
setBody(Supplier<Result>) - Method in class org.apache.camel.model.ProcessorDefinition
Message Translator EIP: Adds a processor which sets the body on the IN message
setBody(Function<Exchange, Result>) - Method in class org.apache.camel.model.ProcessorDefinition
Message Translator EIP: Adds a processor which sets the body on the IN message
SetBodyDefinition - Class in org.apache.camel.model
Sets the contents of the message body
SetBodyDefinition() - Constructor for class org.apache.camel.model.SetBodyDefinition
 
SetBodyDefinition(Expression) - Constructor for class org.apache.camel.model.SetBodyDefinition
 
setBuffersize(Integer) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
The size of the buffer used in the signature process.
setCaCertData(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the Certificate Authority data when using client lookup
setCaCertFile(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the Certificate Authority data that are loaded from the file when using client lookup
setCache(Boolean) - Method in class org.apache.camel.model.BeanDefinition
Caches the bean lookup, to avoid lookup up bean on every usage.
setCacheSize(Integer) - Method in class org.apache.camel.model.DynamicRouterDefinition
 
setCacheSize(Integer) - Method in class org.apache.camel.model.EnrichDefinition
 
setCacheSize(Integer) - Method in class org.apache.camel.model.PollEnrichDefinition
 
setCacheSize(Integer) - Method in class org.apache.camel.model.RecipientListDefinition
 
setCacheSize(Integer) - Method in class org.apache.camel.model.RoutingSlipDefinition
 
setCacheSize(Integer) - Method in class org.apache.camel.model.ToDynamicDefinition
 
setCallerRunsWhenRejected(Boolean) - Method in class org.apache.camel.model.DelayDefinition
 
setCallerRunsWhenRejected(Boolean) - Method in class org.apache.camel.model.ThreadsDefinition
 
setCallerRunsWhenRejected(Boolean) - Method in class org.apache.camel.model.ThrottleDefinition
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.ReloadStrategySupport
 
setCamelContext(CamelContext) - Method in class org.apache.camel.model.rest.RestsDefinition
 
setCamelContext(CamelContext) - Method in class org.apache.camel.model.RoutesDefinition
 
setCapacity(int) - Method in class org.apache.camel.model.config.StreamResequencerConfig
Sets the capacity of the resequencer's inbound queue.
setCharset(String) - Method in class org.apache.camel.model.ConvertBodyDefinition
To use a specific charset when converting
setCircuitBreakerEnabled(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Whether to use a HystrixCircuitBreaker or not.
setCircuitBreakerErrorThresholdPercentage(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Error percentage threshold (as whole number such as 50) at which point the circuit breaker will trip open and reject requests.
setCircuitBreakerForceClosed(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationCommon
If true the HystrixCircuitBreaker#allowRequest() will always return true to allow requests regardless of the error percentage from HystrixCommandMetrics.getHealthCounts().
setCircuitBreakerForceOpen(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationCommon
If true the HystrixCircuitBreaker.allowRequest() will always return false, causing the circuit to be open (tripped) and reject all requests.
setCircuitBreakerRequestVolumeThreshold(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Minimum number of requests in the metricsRollingStatisticalWindowInMilliseconds() that must exist before the HystrixCircuitBreaker will trip.
setCircuitBreakerSleepWindowInMilliseconds(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
The time in milliseconds after a HystrixCircuitBreaker trips open that it should wait before trying requests again.
setClassLoader(ClassLoader) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
Set a custom classloader
setClassName(String) - Method in class org.apache.camel.model.transformer.CustomTransformerDefinition
Set a class name of the Transformer
setClassName(String) - Method in class org.apache.camel.model.validator.CustomValidatorDefinition
Set a class name of the Validator
setClassType(Class<?>) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
Name of model class to use.
setClassTypeAsString(String) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
Name of model class to use.
setClazzName(String) - Method in class org.apache.camel.model.dataformat.ASN1DataFormat
Name of class to use when unmarshalling
setClientCertData(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the Client Certificate data when using client lookup
setClientCertFile(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the Client Certificate data that are loaded from the file when using client lookup
setClientKeyAlgo(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the Client Keystore algorithm, such as RSA when using client lookup
setClientKeyData(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the Client Keystore data when using client lookup
setClientKeyFile(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the Client Keystore data that are loaded from the file when using client lookup
setClientKeyPassphrase(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the Client Keystore passphrase when using client lookup
setClientName(String) - Method in class org.apache.camel.model.cloud.RibbonServiceCallServiceLoadBalancerConfiguration
Sets the Ribbon client name
setClientRequestValidation(Boolean) - Method in class org.apache.camel.model.rest.RestBindingDefinition
Whether to enable validation of the client request to check whether the Content-Type and Accept headers from the client is supported by the Rest-DSL configuration of its consumes/produces settings.
setClientRequestValidation(Boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Whether to enable validation of the client request to check whether the Content-Type and Accept headers from the client is supported by the Rest-DSL configuration of its consumes/produces settings.
setClientRequestValidation(Boolean) - Method in class org.apache.camel.model.rest.RestDefinition
Whether to enable validation of the client request to check whether the Content-Type and Accept headers from the client is supported by the Rest-DSL configuration of its consumes/produces settings.
setClientRequestValidation(Boolean) - Method in class org.apache.camel.model.rest.VerbDefinition
Whether to enable validation of the client request to check whether the Content-Type and Accept headers from the client is supported by the Rest-DSL configuration of its consumes/produces settings.
setCloseCorrelationKeyOnCompletion(Integer) - Method in class org.apache.camel.model.AggregateDefinition
 
setClsName(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.AliasEntry
 
setClsName(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.ConverterEntry
 
setClsName(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.ImplicitCollectionEntry
 
setClsName(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.OmitFieldEntry
 
setClusterService(CamelClusterService) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
Set the cluster service to use.
setClusterServiceSelector(CamelClusterService.Selector) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
Set the selector strategy to look-up a CamelClusterService
setCode(String) - Method in class org.apache.camel.model.rest.RestOperationResponseMsgDefinition
 
setCollectionFormat(CollectionFormat) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Sets the Swagger Parameter collection format.
setCollectionFormat(CollectionFormat) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
Sets the Swagger Parameter collection format.
setCollectionType(Class<?>) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
 
setCollectionType(Class<?>) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
setCollectionType(Class<?>) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
setCollectionTypeName(String) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
Refers to a custom collection type to lookup in the registry to use.
setCollectionTypeName(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
Refers to a custom collection type to lookup in the registry to use.
setCollectionTypeName(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
Refers to a custom collection type to lookup in the registry to use.
setCollisionAvoidanceFactor(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setComment(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
The comment symbol.
setCommentMarker(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Sets the comment marker of the reference format.
setCommentMarkerDisabled(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Disables the comment marker of the reference format.
setComparator(ExpressionResultComparator) - Method in class org.apache.camel.model.config.StreamResequencerConfig
To use a custom comparator
setComparator(Comparator<T>) - Method in class org.apache.camel.model.SortDefinition
 
setComparatorRef(String) - Method in class org.apache.camel.model.config.StreamResequencerConfig
To use a custom comparator
setComparatorRef(String) - Method in class org.apache.camel.model.SortDefinition
 
setCompensation(SagaActionUriDefinition) - Method in class org.apache.camel.model.SagaDefinition
The compensation endpoint URI that must be called to compensate all changes done in the route.
setCompleteAllOnStop(Boolean) - Method in class org.apache.camel.model.AggregateDefinition
 
setCompletion(SagaActionUriDefinition) - Method in class org.apache.camel.model.SagaDefinition
The completion endpoint URI that will be called when the Saga is completed successfully.
setCompletionEager(Boolean) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
 
setCompletionFromBatchConsumer(Boolean) - Method in class org.apache.camel.model.AggregateDefinition
 
setCompletionInterval(Long) - Method in class org.apache.camel.model.AggregateDefinition
 
setCompletionMode(SagaCompletionMode) - Method in class org.apache.camel.model.SagaDefinition
Determine how the saga should be considered complete.
setCompletionOnNewCorrelationGroup(Boolean) - Method in class org.apache.camel.model.AggregateDefinition
 
setCompletionPredicate(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.AggregateDefinition
 
setCompletionSize(Integer) - Method in class org.apache.camel.model.AggregateDefinition
 
setCompletionSizeExpression(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.AggregateDefinition
 
setCompletionTimeout(Long) - Method in class org.apache.camel.model.AggregateDefinition
 
setCompletionTimeoutCheckerInterval(Long) - Method in class org.apache.camel.model.AggregateDefinition
 
setCompletionTimeoutExpression(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.AggregateDefinition
 
setComponent(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
The component to use.
setComponent(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
The component to use.
setComponent(String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
Sets the component name that this definition will apply to
setComponent(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
The Camel Rest component to use for the REST transport (consumer), such as restlet, spark-rest.
setComponentProperties(List<RestPropertyDefinition>) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Allows to configure as many additional properties for the rest component in use.
setCompressionAlgorithm(Integer) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
Compression algorithm; possible values are defined in org.bouncycastle.bcpg.CompressionAlgorithmTags; for example 0 (= UNCOMPRESSED), 1 (= ZIP), 2 (= ZLIB), 3 (= BZIP2).
setCompressionLevel(Integer) - Method in class org.apache.camel.model.dataformat.ZipDeflaterDataFormat
To specify a specific compression between 0-9.
setConfigurationClasses(String) - Method in class org.apache.camel.main.MainSupport
 
setConfigurationRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Refers to a ServiceCall configuration to use
setConfigurations(List<Object>) - Method in class org.apache.camel.main.MainSupport
 
setConnectionTimeout(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
Connection timeout.
setConnectTimeoutMillis(Long) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
Connect timeout for OkHttpClient
setConstructor(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
BaseConstructor to construct incoming documents.
setConsumerProperties(List<RestPropertyDefinition>) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Allows to configure as many additional properties for the rest consumer in use.
setConsumerTemplateCacheSize(int) - Method in class org.apache.camel.main.MainConfigurationProperties
Consumer template endpoints cache size.
setConsumes(String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
To define the content type what the REST service consumes (accept as input), such as application/xml or application/json
setConsumes(String) - Method in class org.apache.camel.model.rest.RestDefinition
To define the content type what the REST service consumes (accept as input), such as application/xml or application/json.
setConsumes(String) - Method in class org.apache.camel.model.rest.VerbDefinition
To define the content type what the REST service consumes (accept as input), such as application/xml or application/json.
setContentTypeFormat(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
Defines a content type format in which protobuf message will be serialized/deserialized from(to) the Java been.
setContentTypeFormat(String) - Method in class org.apache.camel.model.dataformat.ThriftDataFormat
Defines a content type format in which thrift message will be serialized/deserialized from(to) the Java been.
setContentTypeHeader(Boolean) - Method in class org.apache.camel.model.DataFormatDefinition
Whether the data format should set the Content-Type header with the type from the data format if the data format is capable of doing so.
setContext(CamelContext) - Method in class org.apache.camel.builder.BuilderSupport
 
setContextPath(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
Package name where your JAXB classes are located.
setContextPath(String) - Method in class org.apache.camel.model.dataformat.SoapJaxbDataFormat
Package name where your JAXB classes are located.
setContextPath(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Sets a leading context-path the REST services will be using.
setContinued(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.OnExceptionDefinition
 
setContinuedPolicy(Predicate) - Method in class org.apache.camel.model.OnExceptionDefinition
 
setConverters(List<String>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
List of class names for using custom XStream converters.
setCopy(Boolean) - Method in class org.apache.camel.model.LoopDefinition
If the copy attribute is true, a copy of the input Exchange is used for each iteration.
setCopy(Boolean) - Method in class org.apache.camel.model.WireTapDefinition
 
setCorePoolSize(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Core thread-pool size that gets passed to ThreadPoolExecutor.setCorePoolSize(int)
setCorrelationExpression(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.AggregateDefinition
The expression used to calculate the correlation key to use for aggregation.
setCorrelationExpression(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.loadbalancer.StickyLoadBalancerDefinition
The correlation expression to use to calculate the correlation key
setCorrelationExpression(Expression) - Method in class org.apache.camel.model.loadbalancer.StickyLoadBalancerDefinition
 
setCorrelationExpression(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.ThrottleDefinition
The expression used to calculate the correlation key to use for throttle grouping.
setCorsHeaders(List<RestPropertyDefinition>) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Allows to configure custom CORS headers.
setCryptoProvider(String) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
The name of the JCE Security Provider that should be used.
setCustomId(Boolean) - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
Whether the node id was explicit set, or was auto generated by Camel.
setCustomLoadBalancer(LoadBalancer) - Method in class org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition
The custom load balancer to use.
setDatacenter(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
The data center
setDataFormat(DataFormat) - Method in class org.apache.camel.model.DataFormatDefinition
 
setDataFormat(String) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Sets the Swagger Parameter data format.
setDataFormat(String) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
Sets the Swagger Parameter data format.
setDataFormatName(String) - Method in class org.apache.camel.model.DataFormatDefinition
 
setDataFormatProperties(List<RestPropertyDefinition>) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Allows to configure as many additional properties for the data formats in use.
setDataFormats(Map<String, DataFormatDefinition>) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
setDataFormats(Map<String, DataFormatDefinition>) - Method in class org.apache.camel.impl.DefaultModel
 
setDataFormats(List<DataFormatDefinition>) - Method in class org.apache.camel.model.dataformat.DataFormatsDefinition
A list holding the configured data formats
setDataFormats(Map<String, DataFormatDefinition>) - Method in interface org.apache.camel.model.Model
Sets the data formats that can be referenced in the routes.
setDataFormatType(DataFormatDefinition) - Method in class org.apache.camel.model.MarshalDefinition
The data format to be used
setDataFormatType(DataFormatDefinition) - Method in class org.apache.camel.model.transformer.DataFormatTransformerDefinition
The data format to be used
setDataFormatType(DataFormatDefinition) - Method in class org.apache.camel.model.UnmarshalDefinition
The data format to be used
setDataFormatTypes(Class<?>[]) - Method in class org.apache.camel.model.dataformat.JsonApiDataFormat
The classes to take into account for the marshalling
setDataObjectType(Class<?>) - Method in class org.apache.camel.model.dataformat.TidyMarkupDataFormat
What data type to unmarshal as, can either be org.w3c.dom.Node or java.lang.String.
setDataObjectTypeName(String) - Method in class org.apache.camel.model.dataformat.TidyMarkupDataFormat
What data type to unmarshal as, can either be org.w3c.dom.Node or java.lang.String.
setDataType(String) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Sets the Swagger Parameter data type.
setDataType(String) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
Sets the Swagger header data type.
setDeadLetter(Endpoint) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
setDeadLetterHandleNewException(boolean) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
setDeadLetterUri(String) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
setDefaultInstance(Object) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
setDefaultInstance(Object) - Method in class org.apache.camel.model.dataformat.ThriftDataFormat
 
setDefaultProfile(Boolean) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
Whether this profile is the default thread pool profile
setDefaultValue(String) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
 
setDefinition(String) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
The flatpack pzmap configuration file.
setDelay(long) - Method in class org.apache.camel.impl.FileWatcherReloadStrategy
Sets the delay in millis between checks for updated files.
setDelayer(String) - Method in class org.apache.camel.model.RouteDefinition
Whether to slow down processing messages by a given delay in msec.
setDelayPattern(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setDelimiter(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Sets the delimiter to use.
setDelimiter(String) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
The delimiter char (could be ; , or similar)
setDelimiter(String) - Method in class org.apache.camel.model.dataformat.UniVocityCsvDataFormat
The delimiter of values
setDelimiter(String) - Method in class org.apache.camel.model.RecipientListDefinition
 
setDeliveryAttemptInterval(Long) - Method in class org.apache.camel.model.config.StreamResequencerConfig
Sets the interval in milli seconds the stream resequencer will at most wait while waiting for condition of being able to deliver.
setDescription(DescriptionDefinition) - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
Sets the description of this node
setDescription(String) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Sets the Swagger Parameter description.
setDescription(String) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
 
setDescription(String) - Method in class org.apache.camel.model.rest.RestSecurityDefinition
A short description for security scheme.
setDigestAlgorithm(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
The digest algorithm to use with the RSA OAEP algorithm.
setDisableFeatures(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
Set of features to disable on the Jackson com.fasterxml.jackson.databind.ObjectMapper.
setDisableFeatures(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
Set of features to disable on the Jackson com.fasterxml.jackson.databind.ObjectMapper.
setDisableRedelivery(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Disables redelivery (same as setting maximum redeliveries to 0)
setDiscardOnCompletionTimeout(Boolean) - Method in class org.apache.camel.model.AggregateDefinition
 
setDistributionRatio(String) - Method in class org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition
The distribution ratio is a delimited String consisting on integer weights separated by delimiters for example "2,3,5".
setDistributionRatioDelimiter(String) - Method in class org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition
Delimiter used to specify the distribution ratio.
setDnsDomain(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the DNS domain to use for DNS lookup.
setDocumentType(Class<?>) - Method in class org.apache.camel.model.language.XPathExpression
Class for document type to use

The default value is org.w3c.dom.Document

setDocumentTypeName(String) - Method in class org.apache.camel.model.language.XPathExpression
Name of class for document type

The default value is org.w3c.dom.Document

setDomain(String) - Method in class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfiguration
The domain name;
setDontEncodeElements(Set<String>) - Method in class org.apache.camel.model.dataformat.FhirDataformat
If provided, specifies the elements which should NOT be encoded.
setDontStripVersionsFromReferencesAtPaths(List<String>) - Method in class org.apache.camel.model.dataformat.FhirDataformat
If supplied value(s), any resource references at the specified paths will have their resource versions encoded instead of being automatically stripped during the encoding process.
setDoWhile(Boolean) - Method in class org.apache.camel.model.LoopDefinition
Enables the while loop that loops until the predicate evaluates to false or null.
setDriver(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
To use a custom XStream driver.
setDriverRef(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
To refer to a custom XStream driver to lookup in the registry.
setDumperOptions(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
DumperOptions to configure outgoing objects.
setDuration(long) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the duration (in seconds) to run the application until it should be terminated.
setDuration(long) - Method in class org.apache.camel.main.MainSupport
Deprecated.
setDurationHitExitCode(int) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the exit code for the application if duration was hit
setDurationHitExitCode(int) - Method in class org.apache.camel.main.MainSupport
Deprecated.
setDurationIdle(int) - Method in class org.apache.camel.main.MainSupport
Deprecated.
setDurationMaxIdleSeconds(int) - Method in class org.apache.camel.main.MainConfigurationProperties
To specify for how long time in seconds Camel can be idle before automatic terminating the JVM.
setDurationMaxMessages(int) - Method in class org.apache.camel.main.MainConfigurationProperties
To specify how many messages to process by Camel before automatic terminating the JVM.
setDurationMaxMessages(int) - Method in class org.apache.camel.main.MainSupport
Deprecated.
setDurationMaxSeconds(int) - Method in class org.apache.camel.main.MainConfigurationProperties
To specify for how long time in seconds to keep running the JVM before automatic terminating the JVM.
setDynamicUri(Boolean) - Method in class org.apache.camel.model.WireTapDefinition
 
setEager(Boolean) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
 
setEagerCheckCompletion(Boolean) - Method in class org.apache.camel.model.AggregateDefinition
 
setElementNameStrategy(Object) - Method in class org.apache.camel.model.dataformat.SoapJaxbDataFormat
Sets an element strategy instance to use.
setElementNameStrategyRef(String) - Method in class org.apache.camel.model.dataformat.SoapJaxbDataFormat
Refers to an element strategy to lookup from the registry.
setEmptyValue(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
The String representation of an empty value
setEnableCORS(Boolean) - Method in class org.apache.camel.model.rest.RestBindingDefinition
Whether to enable CORS headers in the HTTP response.
setEnableCORS(Boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Whether to enable CORS headers in the HTTP response.
setEnableCORS(Boolean) - Method in class org.apache.camel.model.rest.RestDefinition
Whether to enable CORS headers in the HTTP response.
setEnableCORS(Boolean) - Method in class org.apache.camel.model.rest.VerbDefinition
Whether to enable CORS headers in the HTTP response.
setEnableFeatures(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
Set of features to enable on the Jackson com.fasterxml.jackson.databind.ObjectMapper.
setEnableFeatures(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
Set of features to enable on the Jackson com.fasterxml.jackson.databind.ObjectMapper.
setEnableJaxbAnnotationModule(Boolean) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
Whether to enable the JAXB annotations module when using jackson.
setEnableJaxbAnnotationModule(Boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
Whether to enable the JAXB annotations module when using jackson.
setEncodeElements(Set<String>) - Method in class org.apache.camel.model.dataformat.FhirDataformat
If provided, specifies the elements which should be encoded, to the exclusion of all others.
setEncodeElementsAppliesToChildResourcesOnly(Boolean) - Method in class org.apache.camel.model.dataformat.FhirDataformat
If set to true (default is false), the values supplied to FhirDataformat.setEncodeElements(Set) will not be applied to the root resource (typically a Bundle), but will be applied to any sub-resources contained within it (i.e.
setEncoding(String) - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
The charset to use.
setEncoding(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
To overrule and use a specific encoding
setEncoding(String) - Method in class org.apache.camel.model.dataformat.SoapJaxbDataFormat
To overrule and use a specific encoding
setEncoding(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
Sets the encoding to use
setEndpoint(Endpoint) - Method in class org.apache.camel.model.FromDefinition
 
setEndpoint(Endpoint) - Method in class org.apache.camel.model.SendDefinition
 
setEndpointProperties(List<RestPropertyDefinition>) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Allows to configure as many additional properties for the rest endpoint in use.
setEndpointRuntimeStatisticsEnabled(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether endpoint runtime statistics is enabled (gathers runtime usage of each incoming and outgoing endpoints).
setEndToken(String) - Method in class org.apache.camel.model.language.TokenizerExpression
The end token to use as tokenizer if using start/end token pairs.
setErrorHandlerBuilder(ErrorHandlerBuilder) - Method in class org.apache.camel.builder.BuilderSupport
Sets the error handler to use with processors created by this builder
setErrorHandlerBuilder(ErrorHandlerBuilder) - Method in class org.apache.camel.builder.RouteBuilder
 
setErrorHandlerFactory(ErrorHandlerFactory) - Method in class org.apache.camel.model.RouteDefinition
Sets the error handler to use with processors created by this builder
setErrorHandlerFactory(ErrorHandlerFactory) - Method in class org.apache.camel.model.RoutesDefinition
 
setErrorHandlerFactoryIfNull(ErrorHandlerFactory) - Method in class org.apache.camel.model.RouteDefinition
Sets the error handler if one is not already set
setErrorHandlerRef(String) - Method in class org.apache.camel.model.RouteDefinition
Sets the bean ref name of the error handler builder to use on this route
setEscape(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Sets the escape character to use
setEscapeChar(String) - Method in class org.apache.camel.model.dataformat.UniVocityTsvDataFormat
The escape character.
setEscapeDisabled(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Use for disabling using escape character
setExample(String) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
Sets the Swagger example
setExamples(List<RestPropertyDefinition>) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Sets the Swagger Parameter examples.
setExamples(List<RestPropertyDefinition>) - Method in class org.apache.camel.model.rest.RestOperationResponseMsgDefinition
Examples of response messages
setException(Exception) - Method in class org.apache.camel.model.ThrowExceptionDefinition
 
setExceptionClass(Class<? extends Exception>) - Method in class org.apache.camel.model.ThrowExceptionDefinition
The class of the exception to create using the message.
setExceptionClasses(List<Class<? extends Throwable>>) - Method in class org.apache.camel.model.CatchDefinition
 
setExceptionPolicyStrategy(ExceptionPolicyStrategy) - Method in class org.apache.camel.builder.ErrorHandlerBuilderSupport
Sets the exception policy strategy to use for resolving the OnExceptionDefinition to use for a given thrown exception
setExceptions(List<String>) - Method in class org.apache.camel.model.CatchDefinition
 
setExceptions(List<String>) - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
A list of class names for specific exceptions to monitor.
setExceptions(List<String>) - Method in class org.apache.camel.model.OnExceptionDefinition
A set of exceptions to react upon.
setExceptionType(String) - Method in class org.apache.camel.model.ThrowExceptionDefinition
The class of the exception to create using the message.
setExceptionTypes(List<Class<?>>) - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
A list of specific exceptions to monitor.
setExchangeFormatterRef(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setExchangePattern(ExchangePattern) - Method in class org.apache.camel.model.ProcessorDefinition
ExchangePattern: set the ExchangePattern into the Exchange.
SetExchangePatternDefinition - Class in org.apache.camel.model
Sets the exchange pattern on the message exchange
SetExchangePatternDefinition() - Constructor for class org.apache.camel.model.SetExchangePatternDefinition
 
SetExchangePatternDefinition(ExchangePattern) - Constructor for class org.apache.camel.model.SetExchangePatternDefinition
 
setExcludePattern(String) - Method in class org.apache.camel.model.RemoveHeadersDefinition
Name or patter of headers to not remove.
setExcludePattern(String) - Method in class org.apache.camel.model.RemovePropertiesDefinition
Name or pattern of properties to not remove.
setExcludePatterns(String[]) - Method in class org.apache.camel.model.RemoveHeadersDefinition
Name or pattern of headers to not remove.
setExcludePatterns(String[]) - Method in class org.apache.camel.model.RemovePropertiesDefinition
Name or pattern of properties to not remove.
setExcludes(List<String>) - Method in class org.apache.camel.model.ContextScanDefinition
Exclude finding route builder from these java package names.
setExcludes(List<String>) - Method in class org.apache.camel.model.PackageScanDefinition
Exclude finding route builder from these java package names.
setExecutionIsolationSemaphoreMaxConcurrentRequests(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Number of concurrent requests permitted to HystrixCommand.run().
setExecutionIsolationStrategy(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
What isolation strategy HystrixCommand.run() will be executed with.
setExecutionIsolationThreadInterruptOnTimeout(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Whether the execution thread should attempt an interrupt (using Future.cancel(boolean)) when a thread times out.
setExecutionTimeoutEnabled(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Whether the timeout mechanism is enabled for this command
setExecutionTimeoutInMilliseconds(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Time in milliseconds at which point the command will timeout and halt execution.
setExecutorService(ScheduledExecutorService) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
setExecutorService(ExecutorService) - Method in class org.apache.camel.model.AggregateDefinition
 
setExecutorService(ExecutorService) - Method in class org.apache.camel.model.DelayDefinition
 
setExecutorService(ExecutorService) - Method in class org.apache.camel.model.MulticastDefinition
 
setExecutorService(ExecutorService) - Method in class org.apache.camel.model.OnCompletionDefinition
 
setExecutorService(ExecutorService) - Method in class org.apache.camel.model.RecipientListDefinition
 
setExecutorService(ExecutorService) - Method in class org.apache.camel.model.SplitDefinition
 
setExecutorService(ExecutorService) - Method in class org.apache.camel.model.ThreadsDefinition
 
setExecutorService(ExecutorService) - Method in class org.apache.camel.model.ThrottleDefinition
 
setExecutorService(ExecutorService) - Method in class org.apache.camel.model.WireTapDefinition
 
setExecutorServiceRef(String) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
setExecutorServiceRef(String) - Method in class org.apache.camel.model.AggregateDefinition
 
setExecutorServiceRef(String) - Method in class org.apache.camel.model.DelayDefinition
 
setExecutorServiceRef(String) - Method in class org.apache.camel.model.MulticastDefinition
Refers to a custom Thread Pool to be used for parallel processing.
setExecutorServiceRef(String) - Method in class org.apache.camel.model.OnCompletionDefinition
 
setExecutorServiceRef(String) - Method in class org.apache.camel.model.RecipientListDefinition
 
setExecutorServiceRef(String) - Method in class org.apache.camel.model.SplitDefinition
 
setExecutorServiceRef(String) - Method in class org.apache.camel.model.ThreadsDefinition
 
setExecutorServiceRef(String) - Method in class org.apache.camel.model.ThrottleDefinition
 
setExecutorServiceRef(String) - Method in class org.apache.camel.model.WireTapDefinition
 
setExponentialBackOff(Boolean) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
 
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.AggregateDefinition
 
setExpression(Expression) - Method in class org.apache.camel.model.AggregateDefinition
 
setExpression(Expression) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Set a custom Expression to use.
setExpression(Expression) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Set a custom Expression to use.
setExpression(Expression) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
 
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.DelayDefinition
Expression to define how long time to wait (in millis)
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.DynamicRouterDefinition
Expression to call that returns the endpoint(s) to route to in the dynamic routing.
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.EnrichDefinition
Expression that computes the endpoint uri to use as the resource endpoint to enrich from
setExpression(Expression) - Method in class org.apache.camel.model.ExpressionNode
 
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.ExpressionNode
 
setExpression(Expression) - Method in class org.apache.camel.model.ExpressionSubElementDefinition
 
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.FilterDefinition
Expression to determine if the message should be filtered or not.
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
Expression used to calculate the correlation key to use for duplicate check.
setExpression(String) - Method in class org.apache.camel.model.language.ExpressionDefinition
The expression value in your chosen language syntax
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.LoopDefinition
Expression to define how many times we should loop.
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.PollEnrichDefinition
Expression that computes the endpoint uri to use as the resource endpoint to enrich from
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.RecipientListDefinition
Expression that returns which endpoints (url) to send the message to (the recipients).
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.ResequenceDefinition
Expression to use for re-ordering the messages, such as a header with a sequence number
setExpression(Expression) - Method in class org.apache.camel.model.ResequenceDefinition
Expression to use for re-ordering the messages, such as a header with a sequence number
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.RoutingSlipDefinition
Expression to define the routing slip, which defines which endpoints to route the message in a pipeline style.
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.SagaOptionDefinition
The expression to be used to determine the value of the option.
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.ScriptDefinition
Expression to return the transformed message body (the new message body to use)
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.SetBodyDefinition
Expression that returns the new body to use
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.SetFaultBodyDefinition
Expression that returns the new fault body to use
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.SetHeaderDefinition
Expression to return the value of the header
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.SetPropertyDefinition
Expression to return the value of the message exchange property
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.SortDefinition
Optional expression to sort by something else than the message body
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.SplitDefinition
Expression of how to split the message body, such as as-is, using a tokenizer, or using an xpath.
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.ThrottleDefinition
Expression to configure the maximum number of messages to throttle per request
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.TransformDefinition
Expression to return the transformed message body (the new message body to use)
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.ValidateDefinition
Expression to use for validation as a predicate.
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.validator.PredicateValidatorDefinition
 
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.WhenDefinition
Expression used as the predicate to evaluate whether this when should trigger and route the message or not.
setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.WhenSkipSendToEndpointDefinition
Expression used as the predicate to evaluate whether the message should be sent or not to the endpoint
setExpressionConfiguration(ServiceCallExpressionConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Configures the Expression using the given configuration.
setExpressionConfiguration(ServiceCallExpressionConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Configures the Expression using the given configuration.
setExpressionRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Set a reference to a custom Expression to use.
setExpressionRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Set a reference to a custom Expression to use.
setExpressionType(ExpressionFactory) - Method in class org.apache.camel.builder.ExpressionClauseSupport
 
setExpressionType(ExpressionDefinition) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
 
setExpressionType(ExpressionDefinition) - Method in class org.apache.camel.model.ExpressionSubElementDefinition
 
setExpressionType(ExpressionDefinition) - Method in class org.apache.camel.model.language.ExpressionDefinition
Allows derived classes to set a lazily created expressionType instance such as if using the ExpressionClause
setExpressionValue(Expression) - Method in class org.apache.camel.builder.ExpressionClauseSupport
 
setExpressionValue(Expression) - Method in class org.apache.camel.model.language.ExpressionDefinition
 
setFactoryRef(String) - Method in class org.apache.camel.model.language.XPathExpression
References to a custom XPathFactory to lookup in the registry
setFailed(int) - Method in class org.apache.camel.impl.ReloadStrategySupport
 
setFailureProcessor(Processor) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
setFallbackEnabled(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Whether HystrixCommand.getFallback() should be attempted when failure occurs.
setFallbackIsolationSemaphoreMaxConcurrentRequests(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Number of concurrent requests permitted to HystrixCommand.getFallback().
setFallbackViaNetwork(Boolean) - Method in class org.apache.camel.model.OnFallbackDefinition
Whether the fallback goes over the network.
setFaultBody(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
Adds a processor which sets the body on the FAULT message
SetFaultBodyDefinition - Class in org.apache.camel.model
Sets the contents of a fault message's body
SetFaultBodyDefinition() - Constructor for class org.apache.camel.model.SetFaultBodyDefinition
 
SetFaultBodyDefinition(Expression) - Constructor for class org.apache.camel.model.SetFaultBodyDefinition
 
setFhirContext(Object) - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
setFhirVersion(String) - Method in class org.apache.camel.model.dataformat.FhirDataformat
The version of FHIR to use.
setFields(String[]) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.ImplicitCollectionEntry
 
setFields(String[]) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.OmitFieldEntry
 
setFileConfigurations(String) - Method in class org.apache.camel.main.MainConfigurationProperties
Directory to load additional configuration files that contains configuration values that takes precedence over any other configuration.
setFileWatchDirectory(String) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the directory name to watch XML file changes to trigger live reload of Camel routes.
setFileWatchDirectory(String) - Method in class org.apache.camel.main.MainSupport
Deprecated.
setFileWatchDirectoryRecursively(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the flag to watch directory of XML file changes recursively to trigger live reload of Camel routes.
setFileWatchDirectoryRecursively(boolean) - Method in class org.apache.camel.main.MainSupport
Deprecated.
setFilter(String) - Method in class org.apache.camel.model.ClaimCheckDefinition
 
setFilterNonXmlChars(Boolean) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
To ignore non xml characheters and replace them with an empty space.
setFilters(Collection<ClusteredRouteFilter>) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
Sets the filters used to filter cluster aware routes.
setFixed(Boolean) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
Delimited or fixed.
setFlow(String) - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
The flow used by the OAuth2 security scheme.
setFolder(String) - Method in class org.apache.camel.impl.FileWatcherReloadStrategy
 
setForceCompletionOnStop(Boolean) - Method in class org.apache.camel.model.AggregateDefinition
 
setForceResourceId(Object) - Method in class org.apache.camel.model.dataformat.FhirDataformat
When encoding, force this resource ID to be encoded as the resource ID
setFormatName(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
The name of the format to use, the default value is CSVFormat.DEFAULT
setFormatRef(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
The reference format to use, it will be updated with the other format options, the default value is CSVFormat.DEFAULT
setFragment(Boolean) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
To turn on marshalling XML fragment trees.
setFromType(String) - Method in class org.apache.camel.model.transformer.TransformerDefinition
Set the 'from' data type name.
setFromType(Class<?>) - Method in class org.apache.camel.model.transformer.TransformerDefinition
Set the 'from' data type using Java class.
setGlobalOptions(List<GlobalOptionDefinition>) - Method in class org.apache.camel.model.GlobalOptionsDefinition
A series of global options as key value pairs
setGroup(String) - Method in class org.apache.camel.model.language.TokenizerExpression
To group N parts together, for example to split big files into chunks of 1000 lines.
setGroup(Integer) - Method in class org.apache.camel.model.language.XMLTokenizerExpression
To group N parts together
setGroup(String) - Method in class org.apache.camel.model.RouteDefinition
The group that this route belongs to; could be the name of the RouteBuilder class or be explicitly configured in the XML.
setGroupDelimiter(String) - Method in class org.apache.camel.model.language.TokenizerExpression
Sets the delimiter to use when grouping.
setGroupKey(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Sets the group key to use.
setHandled(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.OnExceptionDefinition
 
setHandledPolicy(Predicate) - Method in class org.apache.camel.model.OnExceptionDefinition
 
setHandleFault(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether fault handling is enabled or not.
setHandleFault(String) - Method in class org.apache.camel.model.RouteDefinition
Whether handle fault is enabled on this route.
setHangupInterceptorEnabled(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether to use graceful hangup when Camel is stopping or when the JVM terminates.
setHashAlgorithm(Integer) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
Signature hash algorithm; possible values are defined in org.bouncycastle.bcpg.HashAlgorithmTags; for example 2 (= SHA1), 8 (= SHA256), 9 (= SHA384), 10 (= SHA512), 11 (=SHA224).
setHeader(List<String>) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
To configure the CSV headers
setHeader(String) - Method in class org.apache.camel.model.ProcessorDefinition
Adds a processor which sets the header on the IN message
setHeader(String, Expression) - Method in class org.apache.camel.model.ProcessorDefinition
Adds a processor which sets the header on the IN message
setHeader(String, Supplier<Object>) - Method in class org.apache.camel.model.ProcessorDefinition
Adds a processor which sets the header on the IN message
SetHeaderDefinition - Class in org.apache.camel.model
Sets the value of a message header
SetHeaderDefinition() - Constructor for class org.apache.camel.model.SetHeaderDefinition
 
SetHeaderDefinition(String, ExpressionDefinition) - Constructor for class org.apache.camel.model.SetHeaderDefinition
 
SetHeaderDefinition(String, Expression) - Constructor for class org.apache.camel.model.SetHeaderDefinition
 
SetHeaderDefinition(String, String) - Constructor for class org.apache.camel.model.SetHeaderDefinition
 
setHeaderDisabled(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
setHeaderExtractionEnabled(Boolean) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
Whether or not the header must be read in the first line of the test document

The default value is false

setHeaderName(String) - Method in class org.apache.camel.model.language.JsonPathExpression
Name of header to use as input, instead of the message body
setHeaderName(String) - Method in class org.apache.camel.model.language.TokenizerExpression
Name of header to tokenize instead of using the message body.
setHeaderName(String) - Method in class org.apache.camel.model.language.XMLTokenizerExpression
Name of header to tokenize instead of using the message body.
setHeaderName(String) - Method in class org.apache.camel.model.language.XPathExpression
Name of header to use as input, instead of the message body
setHeaderName(String) - Method in class org.apache.camel.model.language.XQueryExpression
Name of header to use as input, instead of the message body
setHeaderName(String) - Method in class org.apache.camel.model.RemoveHeaderDefinition
Name of header to remove
setHeaderName(String) - Method in class org.apache.camel.model.SetHeaderDefinition
Name of message header to set a new value

The simple language can be used to define a dynamic evaluated header name to be used.

setHeaders(List<UniVocityHeader>) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
The headers to use.
setHeaders(List<RestOperationResponseHeaderDefinition>) - Method in class org.apache.camel.model.rest.RestOperationResponseMsgDefinition
 
setHeaders(List<SetHeaderDefinition>) - Method in class org.apache.camel.model.WireTapDefinition
 
setHeadersDisabled(Boolean) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
Whether or not the headers are disabled.
setHeadersInline(Boolean) - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
Defines whether the MIME-Multipart headers are part of the message body (true) or are set as Camel headers (false).
setHeight(Integer) - Method in class org.apache.camel.model.dataformat.BarcodeDataFormat
Height of the barcode
setHost(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
The hostname to use for exposing the REST service.
setHostHeader(String) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
The header that holds the service host information, default ServiceCallConstants.SERVICE_HOST
setHostNameResolver(RestHostNameResolver) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
If no hostname has been explicit configured, then this resolver is used to compute the hostname the REST service will be using.
setHystrixConfiguration(HystrixConfigurationDefinition) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
setHystrixConfiguration(HystrixConfigurationDefinition) - Method in class org.apache.camel.impl.DefaultModel
 
setHystrixConfiguration(HystrixConfigurationDefinition) - Method in class org.apache.camel.model.HystrixDefinition
 
setHystrixConfiguration(HystrixConfigurationDefinition) - Method in interface org.apache.camel.model.Model
Sets the default Hystrix configuration
setHystrixConfigurationRef(String) - Method in class org.apache.camel.model.HystrixDefinition
Refers to a Hystrix configuration to use for configuring the Hystrix EIP.
setHystrixConfigurations(List<HystrixConfigurationDefinition>) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
setHystrixConfigurations(List<HystrixConfigurationDefinition>) - Method in class org.apache.camel.impl.DefaultModel
 
setHystrixConfigurations(List<HystrixConfigurationDefinition>) - Method in interface org.apache.camel.model.Model
Sets the Hystrix configurations
setId(String) - Method in class org.apache.camel.model.ChoiceDefinition
 
setId(String) - Method in class org.apache.camel.model.IdentifiedType
Sets the value of the id property.
setId(String) - Method in class org.apache.camel.model.language.ExpressionDefinition
Sets the id of this node
setId(String) - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
Sets the id of this node
setIgnoreEmptyLines(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Whether to ignore empty lines.
setIgnoreExtraColumns(Boolean) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
Allows for lines to be longer than expected and ignores the extra characters.
setIgnoreFirstRecord(Boolean) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
Whether the first line is ignored for delimited files (for the column headers).
setIgnoreHeaderCase(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Sets whether or not to ignore case when accessing header names.
setIgnoreInvalidCorrelationKeys(Boolean) - Method in class org.apache.camel.model.AggregateDefinition
 
setIgnoreInvalidEndpoint(Boolean) - Method in class org.apache.camel.model.EnrichDefinition
 
setIgnoreInvalidEndpoint(Boolean) - Method in class org.apache.camel.model.PollEnrichDefinition
 
setIgnoreInvalidEndpoint(Boolean) - Method in class org.apache.camel.model.ToDynamicDefinition
 
setIgnoreInvalidEndpoints(Boolean) - Method in class org.apache.camel.model.DynamicRouterDefinition
 
setIgnoreInvalidEndpoints(Boolean) - Method in class org.apache.camel.model.RecipientListDefinition
 
setIgnoreInvalidEndpoints(Boolean) - Method in class org.apache.camel.model.RoutingSlipDefinition
 
setIgnoreInvalidExchanges(Boolean) - Method in class org.apache.camel.model.config.BatchResequencerConfig
Whether to ignore invalid exchanges
setIgnoreInvalidExchanges(Boolean) - Method in class org.apache.camel.model.config.StreamResequencerConfig
Whether to ignore invalid exchanges
setIgnoreInvalidRecords(Boolean) - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
Whether to ignore invalid records.
setIgnoreJAXBElement(Boolean) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
Whether to ignore JAXBElement elements - only needed to be set to false in very special use-cases.
setIgnoreLeadingWhitespaces(Boolean) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
Whether or not the leading white spaces must be ignored.
setIgnoreSurroundingSpaces(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Whether to ignore surrounding spaces
setIgnoreTrailingWhitespaces(Boolean) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
Whether or not the trailing white spaces must ignored.
setIgnoreUnexpectedRecords(Boolean) - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
Whether to ignore unexpected records.
setIgnoreUnidentifiedRecords(Boolean) - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
Whether to ignore unidentified records.
setImageType(String) - Method in class org.apache.camel.model.dataformat.BarcodeDataFormat
Image type of the barcode such as png
setImplicitCollections(Map<String, String[]>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
Adds a default implicit collection which is used for any unmapped XML tag.
setInclude(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
If you want to marshal a pojo to JSON, and the pojo has some fields with null values.
setInclude(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
If you want to marshal a pojo to JSON, and the pojo has some fields with null values.
setIncludeHeaders(String) - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
A regex that defines which Camel headers are also included as MIME headers into the MIME multipart.
setIncludeNonSingletons(Boolean) - Method in class org.apache.camel.model.ContextScanDefinition
Whether to include non-singleton beans (prototypes)

By default only singleton beans is included in the context scan

setIncludes(List<String>) - Method in class org.apache.camel.model.ContextScanDefinition
Include finding route builder from these java package names.
setIncludes(List<String>) - Method in class org.apache.camel.model.PackageScanDefinition
Include finding route builder from these java package names.
setIncludeTokens(Boolean) - Method in class org.apache.camel.model.language.TokenizerExpression
Whether to include the tokens in the parts when using pairs

The default value is false

setInHeader(Boolean) - Method in class org.apache.camel.model.rest.RestSecurityApiKey
To use header as the location of the API key.
setInheritErrorHandler(Boolean) - Method in class org.apache.camel.model.ProcessorDefinition
 
setInheritNamespaceTagName(String) - Method in class org.apache.camel.model.language.TokenizerExpression
To inherit namespaces from a root/parent tag name when using XML You can use simple language as the tag name to support dynamic names.
setInitialDelay(Duration) - Method in class org.apache.camel.impl.cluster.ClusteredRouteConfiguration
 
setInitialDelay(Duration) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
Set the amount of time the route controller should wait before to start the routes after the camel context is started.
setInitialDelay(Duration) - Method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
 
setInitialProperties(Properties) - Method in class org.apache.camel.main.MainSupport
Sets initial properties for the properties component, which will be used before any locations are resolved.
setInitVectorRef(String) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
Refers to a byte array containing the Initialization Vector that will be used to initialize the Cipher.
setInline(Boolean) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
Flag indicating that the configured IV should be inlined into the encrypted data stream.
setInput(FromDefinition) - Method in class org.apache.camel.model.RouteDefinition
Input to the route.
setInputType(InputTypeDefinition) - Method in class org.apache.camel.model.RouteDefinition
 
setInQuery(Boolean) - Method in class org.apache.camel.model.rest.RestSecurityApiKey
To use query parameter as the location of the API key.
setInstance(Object) - Method in class org.apache.camel.model.language.MethodCallExpression
 
setInstanceClass(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
Name of class to use when unarmshalling
setInstanceClass(String) - Method in class org.apache.camel.model.dataformat.ThriftDataFormat
Name of class to use when unarmshalling
setInstanceClassName(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
Class name to use for marshal and unmarshalling
setIntegrity(Boolean) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
Adds an integrity check/sign into the encryption file.
setInterceptFroms(List<InterceptFromDefinition>) - Method in class org.apache.camel.model.RoutesDefinition
 
setIntercepts(List<InterceptDefinition>) - Method in class org.apache.camel.model.RoutesDefinition
 
setInterceptSendTos(List<InterceptSendToEndpointDefinition>) - Method in class org.apache.camel.model.RoutesDefinition
 
setJavaClass(Class<?>) - Method in class org.apache.camel.model.InputTypeDefinition
Set input type via Java Class.
setJavaClass(Class<?>) - Method in class org.apache.camel.model.OutputTypeDefinition
Set output type via Java Class.
setJaxbProviderProperties(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
Refers to a custom java.util.Map to lookup in the registry containing custom JAXB provider properties to be used with the JAXB marshaller.
setJmxCreateConnector(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether JMX connector is created, allowing clients to connect remotely The default value is false.
setJmxEnabled(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Enable JMX in your Camel application.
setJmxManagementNamePattern(String) - Method in class org.apache.camel.main.MainConfigurationProperties
The naming pattern for creating the CamelContext JMX management name.
setJmxManagementStatisticsLevel(ManagementStatisticsLevel) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the JMX statistics level The level can be set to Extended to gather additional information The default value is Default.
setJsonDataFormat(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Name of specific json data format to use.
setJsonView(Class<?>) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
When marshalling a POJO to JSON you might want to exclude certain fields from the JSON output.
setJsonView(Class<?>) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
When marshalling a POJO to JSON you might want to exclude certain fields from the JSON output.
setKeepAliveTime(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Keep-alive time in minutes that gets passed to ThreadPoolExecutor.setKeepAliveTime(long, TimeUnit)
setKeepAliveTime(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
Sets the keep alive time for idle threads in the pool
setKeepAliveTime(Long) - Method in class org.apache.camel.model.ThreadsDefinition
 
setKey(String) - Method in class org.apache.camel.model.ClaimCheckDefinition
 
setKey(String) - Method in class org.apache.camel.model.GlobalOptionDefinition
Global option key
setKey(String) - Method in class org.apache.camel.model.PropertyDefinition
Property key
setKey(String) - Method in class org.apache.camel.model.rest.RestPropertyDefinition
Property key
setKey(String) - Method in class org.apache.camel.model.rest.RestSecurityDefinition
Key used to refer to this security definition
setKey(String) - Method in class org.apache.camel.model.rest.SecurityDefinition
Key used to refer to this security definition
setKeyCipherAlgorithm(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
The cipher algorithm to be used for encryption/decryption of the asymmetric key.
setKeyFileName(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
Filename of the keyring; must be accessible as a classpath resource (but you can specify a location in the file system by using the "file:" prefix).
setKeyOrTrustStoreParameters(KeyStoreParameters) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
Configuration options for creating and loading a KeyStore instance that represents the sender's trustStore or recipient's keyStore.
setKeyOrTrustStoreParametersRef(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
Refers to a KeyStore instance to lookup in the registry, which is used for configuration options for creating and loading a KeyStore instance that represents the sender's trustStore or recipient's keyStore.
setKeyPassword(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
The password to be used for retrieving the private key from the KeyStore.
setKeyRef(String) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
Refers to the secret key to lookup from the register to use.
setKeyUserid(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
The user ID of the key in the PGP keyring used during encryption.
setLang(String) - Method in class org.apache.camel.model.DescriptionDefinition
Language, such as en for english.
setLanguage(String) - Method in class org.apache.camel.model.language.LanguageExpression
The name of the language to use
setLazyLoad(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Whether the unmarshalling should produce an iterator that reads the lines on the fly or if all the lines must be read at one.
setLazyLoad(Boolean) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
Whether the unmarshalling should produce an iterator that reads the lines on the fly or if all the lines must be read at one.
setLength(Integer) - Method in class org.apache.camel.model.dataformat.UniVocityHeader
Header length
setLibrary(JsonLibrary) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
Which json library to use.
setLibrary(YAMLLibrary) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
Which yaml library to use.
setLineLength(Integer) - Method in class org.apache.camel.model.dataformat.Base64DataFormat
To specific a maximum line length for the encoded data.
setLineSeparator(String) - Method in class org.apache.camel.model.dataformat.Base64DataFormat
The line separators to use.
setLineSeparator(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
The line separator of the files

The default value is to use the JVM platform line separator

setList(List<XStreamDataFormat.AliasEntry>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.AliasList
 
setList(List<XStreamDataFormat.ConverterEntry>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.ConverterList
 
setList(List<XStreamDataFormat.ImplicitCollectionEntry>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.ImplicitCollectionList
 
setList(List<XStreamDataFormat.OmitFieldEntry>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.OmitFieldList
 
setLoadBalancer(ServiceLoadBalancer) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Sets a custom ServiceLoadBalancer to use.
setLoadBalancer(ServiceLoadBalancer) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets a custom ServiceLoadBalancer to use.
setLoadBalancer(LoadBalancer) - Method in class org.apache.camel.model.LoadBalancerDefinition
 
setLoadBalancerConfiguration(ServiceCallServiceLoadBalancerConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Configures theL oadBalancer using the given configuration.
setLoadBalancerConfiguration(ServiceCallServiceLoadBalancerConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Configures the LoadBalancer using the given configuration.
setLoadBalancerRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Sets a reference to a custom ServiceLoadBalancer to use.
setLoadBalancerRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets a reference to a custom ServiceLoadBalancer to use.
setLoadBalancerType(LoadBalancerDefinition) - Method in class org.apache.camel.model.LoadBalanceDefinition
The load balancer to be used
setLocale(String) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
To configure a default locale to use, such as us for united states.
setLogContinued(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setLogDebugMaxChars(int) - Method in class org.apache.camel.main.MainConfigurationProperties
Is used to limit the maximum length of the logging Camel message bodies.
setLogExhausted(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setLogExhaustedMessageBody(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether to log exhausted message body with message history.
setLogExhaustedMessageBody(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setLogExhaustedMessageHistory(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setLogger(CamelLogger) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
setLogger(Logger) - Method in class org.apache.camel.model.LogDefinition
To use a custom logger instance
setLoggerRef(String) - Method in class org.apache.camel.model.LogDefinition
To refer to a custom logger instance to lookup from the registry.
setLoggingLevel(LoggingLevel) - Method in class org.apache.camel.model.LogDefinition
Sets the logging level.
setLogHandled(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setLogMask(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether log mask is enabled or not.
setLogMask(String) - Method in class org.apache.camel.model.RouteDefinition
Whether security mask for Logging is enabled on this route.
setLogName(String) - Method in class org.apache.camel.model.LogDefinition
Sets the name of the logger
setLogNamespaces(Boolean) - Method in class org.apache.camel.model.language.XPathExpression
Whether to log namespaces which can assist during trouble shooting
setLogNewException(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setLogRetryAttempted(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setLogRetryStackTrace(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setLogStackTrace(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setLookup(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
How to perform service lookup.
setMacAlgorithm(String) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
The JCE algorithm name indicating the Message Authentication algorithm.
setMainFormatType(Class<?>) - Method in class org.apache.camel.model.dataformat.JsonApiDataFormat
The classes to take into account while unmarshalling
setMapping(String) - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
The BeanIO mapping file.
setMarker(String) - Method in class org.apache.camel.model.LogDefinition
To use slf4j marker
setMarkRollbackOnly(Boolean) - Method in class org.apache.camel.model.RollbackDefinition
Mark the transaction for rollback only (cannot be overruled to commit)
setMarkRollbackOnlyLast(Boolean) - Method in class org.apache.camel.model.RollbackDefinition
Mark only last sub transaction for rollback only.
setMarshallerFactoryRef(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Sets the implementation of the CsvMarshallerFactory interface which is able to customize marshalling/unmarshalling behavior by extending CsvMarshaller or creating it from scratch.
setMasterUrl(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the URL to the master when using client lookup
setMaximumFailoverAttempts(Integer) - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
A value to indicate after X failover attempts we should exhaust (give up).
setMaximumRedeliveries(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setMaximumRedeliveryDelay(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setMaximumRetries(Integer) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
 
setMaximumRetryDelay(Long) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
 
setMaximumSize(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Maximum thread-pool size that gets passed to ThreadPoolExecutor.setMaximumPoolSize(int).
setMaxPoolSize(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
Sets the maximum pool size
setMaxPoolSize(Integer) - Method in class org.apache.camel.model.ThreadsDefinition
 
setMaxQueueSize(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Max queue size that gets passed to BlockingQueue in HystrixConcurrencyStrategy.getBlockingQueue(int) This should only affect the instantiation of a threadpool - it is not eliglible to change a queue size on the fly.
setMaxQueueSize(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
Sets the maximum number of tasks in the work queue.
setMaxQueueSize(Integer) - Method in class org.apache.camel.model.ThreadsDefinition
 
setMessage(String) - Method in class org.apache.camel.model.LogDefinition
Sets the log message (uses simple language)
setMessage(String) - Method in class org.apache.camel.model.rest.RestOperationResponseMsgDefinition
 
setMessage(String) - Method in class org.apache.camel.model.RollbackDefinition
Message to use in rollback exception
setMessage(String) - Method in class org.apache.camel.model.ThrowExceptionDefinition
To create a new exception instance and use the given message as caused message (supports simple language)
setMessageFrequency(Long) - Method in class org.apache.camel.model.SamplingDefinition
Sets the sample message count which only a single Exchange will pass through after this many received.
setMessageHistory(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether message history is enabled or not.
setMessageHistory(String) - Method in class org.apache.camel.model.RouteDefinition
Whether message history is enabled on this route.
setMessageIdRepository(IdempotentRepository) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
 
setMessageIdRepositoryRef(String) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
 
setMethod(String) - Method in class org.apache.camel.model.BeanDefinition
Sets the method name on the bean to use
setMethod(String) - Method in class org.apache.camel.model.language.MethodCallExpression
Name of method to call
setMethod(String) - Method in class org.apache.camel.model.rest.VerbDefinition
The HTTP verb such as GET, POST, DELETE, etc.
setMetricsHealthSnapshotIntervalInMilliseconds(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Time in milliseconds to wait between allowing health snapshots to be taken that calculate success and error percentages and affect HystrixCircuitBreaker.isOpen() status.
setMetricsRollingPercentileBucketSize(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Maximum number of values stored in each bucket of the rolling percentile.
setMetricsRollingPercentileEnabled(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Whether percentile metrics should be captured using HystrixRollingPercentile inside HystrixCommandMetrics.
setMetricsRollingPercentileWindowBuckets(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Number of buckets the rolling percentile window is broken into.
setMetricsRollingPercentileWindowInMilliseconds(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Duration of percentile rolling window in milliseconds.
setMetricsRollingStatisticalWindowBuckets(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Number of buckets the rolling statistical window is broken into.
setMetricsRollingStatisticalWindowInMilliseconds(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
This property sets the duration of the statistical rolling window, in milliseconds.
setMgfAlgorithm(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
The MGF Algorithm to use with the RSA OAEP algorithm.
setMode(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
Mode for dealing with duplicate references The possible values are: NO_REFERENCES ID_REFERENCES XPATH_RELATIVE_REFERENCES XPATH_ABSOLUTE_REFERENCES SINGLE_NODE_XPATH_RELATIVE_REFERENCES SINGLE_NODE_XPATH_ABSOLUTE_REFERENCES
setMode(String) - Method in class org.apache.camel.model.language.XMLTokenizerExpression
The extraction mode.
setMode(OnCompletionMode) - Method in class org.apache.camel.model.OnCompletionDefinition
Sets the on completion mode.
setModuleClassNames(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
To use custom Jackson modules com.fasterxml.jackson.databind.Module specified as a String with FQN class names.
setModuleClassNames(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
To use custom Jackson modules com.fasterxml.jackson.databind.Module specified as a String with FQN class names.
setModuleRefs(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
To use custom Jackson modules referred from the Camel registry.
setModuleRefs(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
To use custom Jackson modules referred from the Camel registry.
setMultipartSubType(String) - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
Specify the subtype of the MIME Multipart.
setMultipartWithoutAttachment(Boolean) - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
Defines whether a message without attachment is also marshaled into a MIME Multipart (with only one body part).
setMustBeJAXBElement(Boolean) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
Whether marhsalling must be java objects with JAXB annotations.
setName(String) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the name of the CamelContext.
setName(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets the name of the service to use
setName(String) - Method in class org.apache.camel.model.dataformat.UniVocityHeader
Header name
setName(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.AliasEntry
 
setName(String) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Sets the Swagger Parameter name.
setName(String) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
 
setName(String) - Method in class org.apache.camel.model.rest.RestSecurityApiKey
The name of the header or query parameter to be used.
setNamespace(String) - Method in class org.apache.camel.impl.cluster.ClusteredRouteConfiguration
 
setNamespace(String) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
Set the default namespace.
setNamespace(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the namespace to use.
setNamespace(String) - Method in class org.apache.camel.model.cloud.RibbonServiceCallServiceLoadBalancerConfiguration
The namespace
setNamespace(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
As ZooKeeper is a shared space, users of a given cluster should stay within a pre-defined namespace.
setNamespacePrefixRef(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
When marshalling using JAXB or SOAP then the JAXB implementation will automatic assign namespace prefixes, such as ns2, ns3, ns4 etc.
setNamespacePrefixRef(String) - Method in class org.apache.camel.model.dataformat.SoapJaxbDataFormat
When marshalling using JAXB or SOAP then the JAXB implementation will automatic assign namespace prefixes, such as ns2, ns3, ns4 etc.
setNamespaces(Map<String, String>) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
 
setNamespaces(Map<String, String>) - Method in class org.apache.camel.model.language.NamespaceAwareExpression
Injects the XML Namespaces of prefix -> uri mappings
setNewExchangeExpression(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.WireTapDefinition
Uses the expression for creating a new body as the message to use for wire tapping
setNewExchangeProcessor(Processor) - Method in class org.apache.camel.model.WireTapDefinition
To use a Processor for creating a new body as the message to use for wire tapping
setNewExchangeProcessorRef(String) - Method in class org.apache.camel.model.WireTapDefinition
Reference to a Processor to use for creating a new body as the message to use for wire tapping
setNodes(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
A comma separate list of servers to connect to in the form host:port
setNoNamespaceSchemaLocation(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
To define the location of the namespaceless schema
setNormalizedLineSeparator(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
The normalized line separator of the files

The default value is a new line character.

setNullString(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Sets the null string
setNullStringDisabled(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Used to disable null strings
setNullValue(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
The string representation of a null value.
setNumberOfRecordsToRead(Integer) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
The maximum number of record to read.
setOauthToken(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the OAUTH token for authentication (instead of username/password) when using client lookup
setObjectFactory(Boolean) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
Whether to allow using ObjectFactory classes to create the POJO classes during marshalling.
setObjectMapper(String) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
Lookup and use the existing CBOR ObjectMapper with the given id when using Jackson.
setObjectMapper(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
Lookup and use the existing ObjectMapper with the given id when using Jackson.
setObjectModel(String) - Method in class org.apache.camel.model.language.XPathExpression
The XPath object model to use
setOmitFields(Map<String, String[]>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
Prevents a field from being serialized.
setOmitResourceId(Boolean) - Method in class org.apache.camel.model.dataformat.FhirDataformat
If set to true (default is false) the ID of any resources being encoded will not be included in the output.
setOmitXmlDeclaration(Boolean) - Method in class org.apache.camel.model.dataformat.TidyMarkupDataFormat
When returning a String, do we omit the XML declaration in the top.
setOnCompleteOnly(Boolean) - Method in class org.apache.camel.model.OnCompletionDefinition
 
setOnCompletions(List<OnCompletionDefinition>) - Method in class org.apache.camel.model.RoutesDefinition
 
setOnExceptionOccurred(Processor) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
setOnExceptionOccurred(Processor) - Method in class org.apache.camel.model.OnExceptionDefinition
 
setOnExceptionOccurredRef(String) - Method in class org.apache.camel.model.OnExceptionDefinition
 
setOnExceptions(List<OnExceptionDefinition>) - Method in class org.apache.camel.model.RoutesDefinition
 
setOnFailureOnly(Boolean) - Method in class org.apache.camel.model.OnCompletionDefinition
 
setOnFallback(OnFallbackDefinition) - Method in class org.apache.camel.model.HystrixDefinition
 
setOnPrepare(Processor) - Method in class org.apache.camel.model.MulticastDefinition
 
setOnPrepare(Processor) - Method in class org.apache.camel.model.RecipientListDefinition
 
setOnPrepare(Processor) - Method in class org.apache.camel.model.SplitDefinition
 
setOnPrepare(Processor) - Method in class org.apache.camel.model.WireTapDefinition
 
setOnPrepareFailure(Processor) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
setOnPrepareRef(String) - Method in class org.apache.camel.model.MulticastDefinition
 
setOnPrepareRef(String) - Method in class org.apache.camel.model.RecipientListDefinition
 
setOnPrepareRef(String) - Method in class org.apache.camel.model.SplitDefinition
 
setOnPrepareRef(String) - Method in class org.apache.camel.model.WireTapDefinition
 
setOnRedelivery(Processor) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
setOnRedelivery(Processor) - Method in class org.apache.camel.model.OnExceptionDefinition
 
setOnRedeliveryRef(String) - Method in class org.apache.camel.model.OnExceptionDefinition
 
setOnWhen(WhenDefinition) - Method in class org.apache.camel.model.CatchDefinition
 
setOnWhen(WhenDefinition) - Method in class org.apache.camel.model.OnCompletionDefinition
 
setOnWhen(WhenDefinition) - Method in class org.apache.camel.model.OnExceptionDefinition
 
setOperation(ClaimCheckOperation) - Method in class org.apache.camel.model.ClaimCheckDefinition
 
setOptimisticLocking(boolean) - Method in class org.apache.camel.model.AggregateDefinition
 
setOptimisticLockRetryPolicy(OptimisticLockRetryPolicy) - Method in class org.apache.camel.model.AggregateDefinition
 
setOptimisticLockRetryPolicyDefinition(OptimisticLockRetryPolicyDefinition) - Method in class org.apache.camel.model.AggregateDefinition
 
setOptionName(String) - Method in class org.apache.camel.model.SagaOptionDefinition
Name of the option.
setOptions(List<SagaOptionDefinition>) - Method in class org.apache.camel.model.SagaDefinition
Allows to save properties of the current exchange in order to re-use them in a compensation/completion callback route.
setOriginalRoute(RouteDefinition) - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
Sets the original route to be adviced.
setOtherAttributes(Map<QName, Object>) - Method in class org.apache.camel.model.config.ResequencerConfig
 
setOtherAttributes(Map<QName, Object>) - Method in class org.apache.camel.model.DataFormatDefinition
Adds an optional attribute
setOtherAttributes(Map<QName, Object>) - Method in class org.apache.camel.model.language.ExpressionDefinition
 
setOtherAttributes(Map<QName, Object>) - Method in class org.apache.camel.model.LoadBalancerDefinition
 
setOtherAttributes(Map<QName, Object>) - Method in interface org.apache.camel.model.OtherAttributesAware
Adds optional attribute to use as property placeholder
setOtherAttributes(Map<QName, Object>) - Method in class org.apache.camel.model.ProcessorDefinition
 
setOtherwise(OtherwiseDefinition) - Method in class org.apache.camel.model.ChoiceDefinition
 
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.AggregateDefinition
 
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.CatchDefinition
 
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.ExpressionNode
 
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.HystrixDefinition
 
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.LoadBalanceDefinition
 
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.OnCompletionDefinition
 
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.OnExceptionDefinition
 
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.OutputDefinition
 
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.ResequenceDefinition
 
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.RouteDefinition
Outputs are processors that determines how messages are processed by this route.
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.TryDefinition
 
setOutputType(OutputTypeDefinition) - Method in class org.apache.camel.model.RouteDefinition
 
setOutType(String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
Sets the class name to use for binding from POJO to output for the outgoing data

The canonical name of the class of the input data.

setOutType(String) - Method in class org.apache.camel.model.rest.VerbDefinition
Sets the class name to use for binding from POJO to output for the outgoing data This option will override what may be configured on a parent level

The canonical name of the class of the input data.

setOverrideProperties(Properties) - Method in class org.apache.camel.main.MainSupport
Sets a special list of override properties that take precedence and will use first, if a property exist.
setOverrideResourceIdWithBundleEntryFullUrl(Boolean) - Method in class org.apache.camel.model.dataformat.FhirDataformat
If set to true (which is the default), the Bundle.entry.fullUrl will override the Bundle.entry.resource's resource id if the fullUrl is defined.
setPackages(List<String>) - Method in class org.apache.camel.model.PackageScanDefinition
Sets the java package names to use for scanning for route builder classes
setPadding(String) - Method in class org.apache.camel.model.dataformat.UniVocityFixedWidthDataFormat
The padding character.
setParallelAggregate(Boolean) - Method in class org.apache.camel.model.MulticastDefinition
 
setParallelAggregate(Boolean) - Method in class org.apache.camel.model.RecipientListDefinition
 
setParallelAggregate(Boolean) - Method in class org.apache.camel.model.SplitDefinition
 
setParallelProcessing(boolean) - Method in class org.apache.camel.model.AggregateDefinition
 
setParallelProcessing(Boolean) - Method in class org.apache.camel.model.MulticastDefinition
 
setParallelProcessing(Boolean) - Method in class org.apache.camel.model.OnCompletionDefinition
 
setParallelProcessing(Boolean) - Method in class org.apache.camel.model.RecipientListDefinition
 
setParallelProcessing(Boolean) - Method in class org.apache.camel.model.SplitDefinition
 
setParams(List<RestOperationParamDefinition>) - Method in class org.apache.camel.model.rest.VerbDefinition
To specify the REST operation parameters using Swagger.
setParent(ProcessorDefinition<?>) - Method in class org.apache.camel.model.ProcessorDefinition
 
setParser(Object) - Method in class org.apache.camel.model.dataformat.HL7DataFormat
To use a custom HL7 parser
setParserErrorHandler(Object) - Method in class org.apache.camel.model.dataformat.FhirDataformat
Registers an error handler which will be invoked when any parse errors are found
setParserFactoryRef(String) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
References to a custom parser factory to lookup in the registry
setParserOptions(Object) - Method in class org.apache.camel.model.dataformat.FhirDataformat
Sets the parser options object which will be used to supply default options to newly created parsers.
setPartClass(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
Name of class used for fragment parsing.
setPartNamespace(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
XML namespace to use for fragment parsing.
setPassPhrase(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
A String used as passPhrase to encrypt/decrypt content.
setPassPhraseByte(byte[]) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
A byte[] used as passPhrase to encrypt/decrypt content.
setPassword(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
Sets the password to be used for basic authentication
setPassword(String) - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
The password to use for basic authentication.
setPassword(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the password for authentication when using client lookup
setPassword(String) - Method in class org.apache.camel.model.cloud.RibbonServiceCallServiceLoadBalancerConfiguration
The password
setPassword(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
Password used when opening the private key (not used for encryption).
setPath(String) - Method in class org.apache.camel.model.rest.RestDefinition
Path of the rest service, such as "/foo"
setPattern(ExchangePattern) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
setPattern(ExchangePattern) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets the optional ExchangePattern used to invoke this endpoint
setPattern(String) - Method in class org.apache.camel.model.RemoveHeadersDefinition
Name or pattern of headers to remove.
setPattern(String) - Method in class org.apache.camel.model.RemovePropertiesDefinition
Name or pattern of properties to remove.
setPattern(ExchangePattern) - Method in class org.apache.camel.model.SetExchangePatternDefinition
Sets the new exchange pattern of the Exchange to be used from this point forward
setPattern(ExchangePattern) - Method in class org.apache.camel.model.ToDefinition
Sets the optional ExchangePattern used to invoke this endpoint
setPattern(ExchangePattern) - Method in class org.apache.camel.model.ToDynamicDefinition
 
setPermissions(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
Adds permissions that controls which Java packages and classes XStream is allowed to use during unmarshal from xml/json to Java beans.
setPermissions(Class<?>...) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
To add permission for the given pojo classes.
setPermissions(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
Adds permissions that controls which Java packages and classes XStream is allowed to use during unmarshal from xml/json to Java beans.
setPermissions(Class<?>...) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
To add permission for the given pojo classes.
setPoolSize(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
Sets the core pool size
setPoolSize(Integer) - Method in class org.apache.camel.model.ThreadsDefinition
 
setPort(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
The port number to use for exposing the REST service.
setPortHeader(String) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
The header that holds the service port information, default ServiceCallConstants.SERVICE_PORT
setPortName(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the Port Name to use for DNS/DNSSRV lookup.
setPortProtocol(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the Port Protocol to use for DNS/DNSSRV lookup.
setPredicate(Predicate) - Method in class org.apache.camel.model.ExpressionSubElementDefinition
 
setPreferTypes(Object) - Method in class org.apache.camel.model.dataformat.FhirDataformat
If set, when parsing resources the parser will try to use the given types when possible, in the order that they are provided (from highest to lowest priority).
setPreservePathElements(Boolean) - Method in class org.apache.camel.model.dataformat.TarFileDataFormat
If the file name contains path elements, setting this option to true, allows the path to be maintained in the tar file.
setPreservePathElements(Boolean) - Method in class org.apache.camel.model.dataformat.ZipFileDataFormat
If the file name contains path elements, setting this option to true, allows the path to be maintained in the zip file.
setPrettyFlow(boolean) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
Force the emitter to produce a pretty YAML document when using the flow style.
setPrettyPrint(Boolean) - Method in class org.apache.camel.model.dataformat.FhirDataformat
Sets the "pretty print" flag, meaning that the parser will encode resources with human-readable spacing and newlines between elements instead of condensing output as much as possible.
setPrettyPrint(Boolean) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
To enable pretty printing output nicely formatted.
setPrettyPrint(Boolean) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
To enable pretty printing output nicely formatted.
setPrettyPrint(Boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
To enable pretty printing output nicely formatted.
setProducerApiDoc(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Sets the location of the api document (swagger api) the REST producer will use to validate the REST uri and query parameters are valid accordingly to the api document.
setProducerComponent(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Sets the name of the Camel component to use as the REST producer
setProducerTemplateCacheSize(int) - Method in class org.apache.camel.main.MainConfigurationProperties
Producer template endpoints cache size.
setProduces(String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
To define the content type what the REST service produces (uses for output), such as application/xml or application/json
setProduces(String) - Method in class org.apache.camel.model.rest.RestDefinition
To define the content type what the REST service produces (uses for output), such as application/xml or application/json This option will override what may be configured on a parent level
setProduces(String) - Method in class org.apache.camel.model.rest.VerbDefinition
To define the content type what the REST service produces (uses for output), such as application/xml or application/json This option will override what may be configured on a parent level
setPropagation(SagaPropagation) - Method in class org.apache.camel.model.SagaDefinition
Set the Saga propagation mode (REQUIRED, REQUIRES_NEW, MANDATORY, SUPPORTS, NOT_SUPPORTED, NEVER).
setProperties(List<PropertyDefinition>) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
Set client properties to use.
setProperties(List<PropertyDefinition>) - Method in class org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration
Set client properties to use.
setProperties(List<PropertyDefinition>) - Method in class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration
Set client properties to use.
setProperties(List<PropertyDefinition>) - Method in class org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration
Set client properties to use.
setProperties(List<PropertyDefinition>) - Method in class org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfiguration
Set client properties to use.
setProperty(CamelContext, Object, String, Object) - Method in class org.apache.camel.model.language.ExpressionDefinition
Sets a named property on the object instance using introspection
setProperty(String, Expression) - Method in class org.apache.camel.model.ProcessorDefinition
Adds a processor which sets the exchange property
setProperty(String) - Method in class org.apache.camel.model.ProcessorDefinition
Adds a processor which sets the exchange property
setProperty(CamelContext, Object, String, Object) - Method in class org.apache.camel.reifier.dataformat.DataFormatReifier
Sets a named property on the data format instance using introspection
setProperty(DataFormat, CamelContext, String, Object) - Method in class org.apache.camel.reifier.dataformat.YAMLDataFormatReifier
 
SetPropertyDefinition - Class in org.apache.camel.model
Sets a named property on the message exchange
SetPropertyDefinition() - Constructor for class org.apache.camel.model.SetPropertyDefinition
 
SetPropertyDefinition(String, ExpressionDefinition) - Constructor for class org.apache.camel.model.SetPropertyDefinition
 
SetPropertyDefinition(String, Expression) - Constructor for class org.apache.camel.model.SetPropertyDefinition
 
SetPropertyDefinition(String, String) - Constructor for class org.apache.camel.model.SetPropertyDefinition
 
setPropertyName(String) - Method in class org.apache.camel.model.RemovePropertyDefinition
Name of property to remove
setPropertyName(String) - Method in class org.apache.camel.model.SetPropertyDefinition
Name of exchange property to set a new value.
setPropertyPlaceholderLocations(String) - Method in class org.apache.camel.main.MainSupport
A list of locations to add for loading properties.
setPropertyRef(DataFormat, CamelContext, String, String) - Method in class org.apache.camel.reifier.dataformat.YAMLDataFormatReifier
 
setProto(String) - Method in class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfiguration
The transport protocol of the desired service.
setProvider(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
Java Cryptography Extension (JCE) provider, default is Bouncy Castle ("BC").
setQueueSizeRejectionThreshold(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Queue size rejection threshold is an artificial "max" size at which rejections will occur even if HystrixConfigurationCommon.maxQueueSize has not been reached.
setQuote(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Sets the quote which by default is "
setQuote(String) - Method in class org.apache.camel.model.dataformat.UniVocityCsvDataFormat
The quote symbol.
setQuoteAllFields(Boolean) - Method in class org.apache.camel.model.dataformat.UniVocityCsvDataFormat
Whether or not all values must be quoted when writing them.
setQuoteDisabled(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Used to disable quotes
setQuoteEscape(String) - Method in class org.apache.camel.model.dataformat.UniVocityCsvDataFormat
The quote escape symbol
setQuoteMode(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Sets the quote mode
setRandomBackOff(Boolean) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
 
setReadTimeoutMillis(Long) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
Read timeout for OkHttpClient
setRecipientKeyAlias(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
The key alias to be used when retrieving the recipient's public or private key from a KeyStore when performing asymmetric key encryption or decryption.
setReconnectBaseSleepTime(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
Initial amount of time to wait between retries.
setReconnectMaxRetries(Integer) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
Max number of times to retry
setReconnectMaxSleepTime(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
Max time in ms to sleep on each retry
setRecordConverterRef(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Refers to a custom CsvRecordConverter to lookup from the registry to use.
setRecordEndsOnNewline(Boolean) - Method in class org.apache.camel.model.dataformat.UniVocityFixedWidthDataFormat
Whether or not the record ends on new line.
setRecordSeparator(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Sets the record separator (aka new line) which by default is new line characters (CRLF)
setRecordSeparatorDisabled(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Used for disabling record separator
setRecursive(boolean) - Method in class org.apache.camel.impl.FileWatcherReloadStrategy
 
setRedeliveryDelay(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setRedeliveryPolicy(RedeliveryPolicy) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
Sets the redelivery policy
setRedeliveryPolicyRef(String) - Method in class org.apache.camel.model.OnExceptionDefinition
 
setRedeliveryPolicyType(RedeliveryPolicyDefinition) - Method in class org.apache.camel.model.OnExceptionDefinition
Used for configuring redelivery options
setRef(String) - Method in class org.apache.camel.model.BeanDefinition
Sets a reference to a bean to use
setRef(String) - Method in class org.apache.camel.model.dataformat.CustomDataFormat
Reference to the custom DataFormat to lookup from the Camel registry.
setRef(String) - Method in class org.apache.camel.model.language.MethodCallExpression
Reference to bean to lookup in the registry
setRef(String) - Method in class org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition
Refers to the custom load balancer to lookup from the registry
setRef(String) - Method in class org.apache.camel.model.PolicyDefinition
 
setRef(String) - Method in class org.apache.camel.model.ProcessDefinition
Reference to the Processor to lookup in the registry to use.
setRef(String) - Method in class org.apache.camel.model.RestContextRefDefinition
Reference to the rest-dsl
setRef(String) - Method in class org.apache.camel.model.RouteBuilderDefinition
Reference to the route builder instance
setRef(String) - Method in class org.apache.camel.model.RouteContextRefDefinition
Reference to the routes in the xml dsl
setRef(String) - Method in class org.apache.camel.model.ThrowExceptionDefinition
Reference to the exception instance to lookup from the registry to throw
setRef(String) - Method in class org.apache.camel.model.TransactedDefinition
 
setRef(String) - Method in class org.apache.camel.model.transformer.CustomTransformerDefinition
Set a bean reference of the Transformer
setRef(String) - Method in class org.apache.camel.model.transformer.DataFormatTransformerDefinition
Set the reference of the DataFormat.
setRef(String) - Method in class org.apache.camel.model.transformer.EndpointTransformerDefinition
Set the reference of the Endpoint.
setRef(String) - Method in class org.apache.camel.model.validator.CustomValidatorDefinition
Set a bean reference of the Validator
setRef(String) - Method in class org.apache.camel.model.validator.EndpointValidatorDefinition
Set the reference of the Endpoint.
setRegex(boolean) - Method in class org.apache.camel.model.language.TokenizerExpression
If the token is a regular expression pattern.
setRejectedPolicy(ThreadPoolRejectedPolicy) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
Sets the handler for tasks which cannot be executed by the thread pool.
setRejectedPolicy(ThreadPoolRejectedPolicy) - Method in class org.apache.camel.model.ThreadsDefinition
 
setRejectExecution(Boolean) - Method in class org.apache.camel.model.ThrottleDefinition
 
setRejectOld(boolean) - Method in class org.apache.camel.model.config.StreamResequencerConfig
If true, throws an exception when messages older than the last delivered message are processed
setReloadStrategy(ReloadStrategy) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets a custom ReloadStrategy to be used.
setReloadStrategy(ReloadStrategy) - Method in class org.apache.camel.main.MainSupport
Deprecated.
setRemoveOnFailure(Boolean) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
 
setRepresenter(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
Representer to emit outgoing objects.
setRequest(Boolean) - Method in class org.apache.camel.model.dataformat.XmlRpcDataFormat
Whether to marshal/unmarshal request or response

Is by default false

setRequestLogEnabled(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Whether HystrixCommand execution and events should be logged to HystrixRequestLog.
setRequired(Boolean) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Sets the Swagger Parameter required flag.
setRequiredBody(Boolean) - Method in class org.apache.camel.model.rest.RestBindingDefinition
 
setResequencerConfig(ResequencerConfig) - Method in class org.apache.camel.model.ResequenceDefinition
To configure the resequencer in using either batch or stream configuration.
setResolver(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
Resolver to detect implicit type
setResponseModel(String) - Method in class org.apache.camel.model.rest.RestOperationResponseMsgDefinition
 
setResponseMsgs(List<RestOperationResponseMsgDefinition>) - Method in class org.apache.camel.model.rest.VerbDefinition
Sets swagger operation response messages.
setRest(RestDefinition) - Method in class org.apache.camel.model.rest.VerbDefinition
 
setRestBindingDefinition(RestBindingDefinition) - Method in class org.apache.camel.model.RouteDefinition
 
setRestCollection(RestsDefinition) - Method in class org.apache.camel.builder.RouteBuilder
 
setRestDefinition(RestDefinition) - Method in class org.apache.camel.model.RouteDefinition
 
setRests(List<RestDefinition>) - Method in interface org.apache.camel.model.rest.RestContainer
Sets the RESTs to use
setRests(List<RestDefinition>) - Method in class org.apache.camel.model.rest.RestsDefinition
The rest services
setResultType(Class<?>) - Method in class org.apache.camel.builder.SimpleBuilder
 
setResultType(Class<?>) - Method in class org.apache.camel.model.language.JsonPathExpression
Sets the class of the result type (type from output)
setResultType(Class<?>) - Method in class org.apache.camel.model.language.SimpleExpression
Sets the class of the result type (type from output)
setResultType(Class<?>) - Method in class org.apache.camel.model.language.XPathExpression
Sets the class of the result type (type from output).
setResultType(Class<?>) - Method in class org.apache.camel.model.language.XQueryExpression
Sets the class of the result type (type from output).
setResultTypeName(String) - Method in class org.apache.camel.model.language.JsonPathExpression
Sets the class name of the result type (type from output)
setResultTypeName(String) - Method in class org.apache.camel.model.language.SimpleExpression
Sets the class name of the result type (type from output)
setResultTypeName(String) - Method in class org.apache.camel.model.language.XPathExpression
Sets the class name of the result type (type from output)

The default result type is NodeSet

setRetriesExhaustedLogLevel(LoggingLevel) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setRetryAttemptedLogInterval(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setRetryAttemptedLogLevel(LoggingLevel) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setRetryDelay(Long) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
 
setRetryWhile(Predicate) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
setRetryWhile(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.OnExceptionDefinition
 
setRetryWhilePolicy(Predicate) - Method in class org.apache.camel.model.OnExceptionDefinition
 
setRetryWhileRef(String) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
setReverse(Boolean) - Method in class org.apache.camel.model.config.BatchResequencerConfig
Whether to reverse the ordering.
setRoundRobin(Boolean) - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
Whether or not the failover load balancer should operate in round robin mode or not.
setRoundRobin(Boolean) - Method in class org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition
To enable round robin mode.
setRoute(RouteDefinition) - Method in class org.apache.camel.model.rest.VerbDefinition
 
setRouteBuilderClasses(String) - Method in class org.apache.camel.main.MainSupport
 
setRouteBuilders(List<RouteBuilder>) - Method in class org.apache.camel.main.MainSupport
 
setRouteCollection(RoutesDefinition) - Method in class org.apache.camel.builder.RouteBuilder
 
setRouteId(String) - Method in class org.apache.camel.model.rest.VerbDefinition
The route id this rest-dsl is using (read-only)
setRoutePolicies(List<RoutePolicy>) - Method in class org.apache.camel.model.RouteDefinition
 
setRoutePolicyRef(String) - Method in class org.apache.camel.model.RouteDefinition
Reference to custom RoutePolicy to use by the route.
setRouteProperties(List<PropertyDefinition>) - Method in class org.apache.camel.model.RouteDefinition
To set metadata as properties on the route.
setRoutes(List<RouteDefinition>) - Method in interface org.apache.camel.model.RouteContainer
Sets the routes to use
setRoutes(List<RouteDefinition>) - Method in class org.apache.camel.model.RoutesDefinition
 
setRoutesConfiguration(Map<String, ClusteredRouteConfiguration>) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
Sets the configurations for the routes.
setRouteScoped(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
 
setSagaService(CamelSagaService) - Method in class org.apache.camel.model.SagaDefinition
 
setSamplePeriod(Long) - Method in class org.apache.camel.model.SamplingDefinition
Sets the sample period during which only a single Exchange will pass through.
setSaxon(Boolean) - Method in class org.apache.camel.model.language.XPathExpression
Whether to use Saxon.
setSchema(Object) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
setSchema(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
To validate against an existing schema.
setSchema(String) - Method in class org.apache.camel.model.dataformat.SoapJaxbDataFormat
To validate against an existing schema.
setSchemaLocation(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
To define the location of the schema
setSchemaSeverityLevel(Integer) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
Sets the schema severity level to use when validating against a schema.
setScheme(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
The scheme to use for exposing the REST service.
setScheme(String) - Method in class org.apache.camel.model.transformer.TransformerDefinition
Set a scheme name supported by the transformer.
setScopes(List<RestPropertyDefinition>) - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
The available scopes for an OAuth2 security scheme
setScopes(String) - Method in class org.apache.camel.model.rest.SecurityDefinition
The scopes to allow (separate multiple scopes by comma)
setSecureTag(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
The XPath reference to the XML Element selected for encryption/decryption.
setSecureTagContents(Boolean) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
A boolean value to specify whether the XML Element is to be encrypted or the contents of the XML Element false = Element Level true = Element Content Level
setSecurity(List<SecurityDefinition>) - Method in class org.apache.camel.model.rest.VerbDefinition
Sets the swagger security settings for this verb.
setSecurityDefinitions(RestSecuritiesDefinition) - Method in class org.apache.camel.model.rest.RestDefinition
Sets the security definitions such as Basic, OAuth2 etc.
setSecurityDefinitions(List<RestSecurityDefinition>) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
Security definitions
setServerBaseUrl(String) - Method in class org.apache.camel.model.dataformat.FhirDataformat
Sets the server's base URL used by this parser.
setServers(List<String>) - Method in class org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfiguration
Sets the server blacklist.
setServers(List<String>) - Method in class org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfiguration
Sets the server list.
setServiceCallConfiguration(ServiceCallConfigurationDefinition) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
setServiceCallConfiguration(ServiceCallConfigurationDefinition) - Method in class org.apache.camel.impl.DefaultModel
 
setServiceCallConfiguration(ServiceCallConfigurationDefinition) - Method in interface org.apache.camel.model.Model
Sets the default service call configuration
setServiceCallConfigurations(List<ServiceCallConfigurationDefinition>) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
setServiceCallConfigurations(List<ServiceCallConfigurationDefinition>) - Method in class org.apache.camel.impl.DefaultModel
 
setServiceCallConfigurations(List<ServiceCallConfigurationDefinition>) - Method in interface org.apache.camel.model.Model
Sets the service call configurations
setServiceChooser(ServiceChooser) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Sets a custom ServiceChooser to use.
setServiceChooser(ServiceChooser) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets a custom ServiceChooser to use.
setServiceChooserRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Sets a reference to a custom ServiceChooser to use.
setServiceChooserRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets a reference to a custom ServiceChooser to use.
setServiceDiscovery(ServiceDiscovery) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Sets a custom ServiceDiscovery to use.
setServiceDiscovery(ServiceDiscovery) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets a custom ServiceDiscovery to use.
setServiceDiscoveryConfiguration(ServiceCallServiceDiscoveryConfiguration) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
Set the service-call configuration to use
setServiceDiscoveryConfiguration(ServiceCallServiceDiscoveryConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Configures the ServiceDiscovery using the given configuration.
setServiceDiscoveryConfiguration(ServiceCallServiceDiscoveryConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Configures the ServiceDiscovery using the given configuration.
setServiceDiscoveryConfigurations(List<ServiceCallServiceDiscoveryConfiguration>) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
List of ServiceDiscovery configuration to use
setServiceDiscoveryRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Sets a reference to a custom ServiceDiscovery to use.
setServiceDiscoveryRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets a reference to a custom ServiceDiscovery to use.
setServiceFilter(ServiceFilter) - Method in class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfiguration
Set the ServiceFilter
setServiceFilter(ServiceFilter) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Sets a custom ServiceFilter to use.
setServiceFilter(ServiceFilter) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets a custom ServiceFilter to use.
setServiceFilterConfiguration(ServiceCallServiceFilterConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Configures the ServiceFilter using the given configuration.
setServiceFilterConfiguration(ServiceCallServiceFilterConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Configures the ServiceFilter using the given configuration.
setServiceFilterConfigurations(List<ServiceCallServiceFilterConfiguration>) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
List of ServiceFilter configuration to use
setServiceFilterRef(String) - Method in class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfiguration
Reference of a ServiceFilter
setServiceFilterRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Sets a reference to a custom ServiceFilter to use.
setServiceFilterRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets a reference to a custom ServiceFilter to use.
setServicePath(String) - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
The path to look for for service discovery
setSessionTimeout(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
Session timeout.
setShareUnitOfWork(Boolean) - Method in class org.apache.camel.model.EnrichDefinition
 
setShareUnitOfWork(Boolean) - Method in class org.apache.camel.model.MulticastDefinition
 
setShareUnitOfWork(Boolean) - Method in class org.apache.camel.model.RecipientListDefinition
 
setShareUnitOfWork(Boolean) - Method in class org.apache.camel.model.SplitDefinition
 
setShouldAppendHMAC(Boolean) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
Flag indicating that a Message Authentication Code should be calculated and appended to the encrypted data.
setShutdownLogInflightExchangesOnTimeout(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether to log information about the inflight Exchanges which are still running during a shutdown which didn't complete without the given timeout.
setShutdownNowOnTimeout(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether to force shutdown of all consumers when a timeout occurred and thus not all consumers was shutdown within that period.
setShutdownRoute(ShutdownRoute) - Method in class org.apache.camel.model.RouteDefinition
To control how to shutdown the route.
setShutdownRoutesInReverseOrder(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether routes should be shutdown in reverse or the same order as they where started.
setShutdownRunningTask(ShutdownRunningTask) - Method in class org.apache.camel.model.RouteDefinition
To control how to shutdown the route.
setShutdownSuppressLoggingOnTimeout(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether Camel should try to suppress logging during shutdown and timeout was triggered, meaning forced shutdown is happening.
setShutdownTimeout(int) - Method in class org.apache.camel.main.MainConfigurationProperties
Timeout in seconds to graceful shutdown Camel.
setSignatureKeyFileName(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
Filename of the keyring to use for signing (during encryption) or for signature verification (during decryption); must be accessible as a classpath resource (but you can specify a location in the file system by using the "file:" prefix).
setSignatureKeyRing(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
Keyring used for signing/verifying as byte array.
setSignatureKeyUserid(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
User ID of the key in the PGP keyring used for signing (during encryption) or signature verification (during decryption).
setSignaturePassword(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
Password used when opening the private key used for signing (during encryption).
setSignatureVerificationOption(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
Controls the behavior for verifying the signature during unmarshaling.
setSkipBindingOnErrorCode(Boolean) - Method in class org.apache.camel.model.rest.RestBindingDefinition
Whether to skip binding on output if there is a custom HTTP error code header.
setSkipBindingOnErrorCode(Boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Whether to skip binding on output if there is a custom HTTP error code header.
setSkipBindingOnErrorCode(Boolean) - Method in class org.apache.camel.model.rest.RestDefinition
Whether to skip binding on output if there is a custom HTTP error code header.
setSkipBindingOnErrorCode(Boolean) - Method in class org.apache.camel.model.rest.VerbDefinition
Whether to skip binding on output if there is a custom HTTP error code header.
setSkipDuplicate(Boolean) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
 
setSkipEmptyLines(Boolean) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
Whether or not the empty lines must be ignored.
setSkipFirst(Boolean) - Method in class org.apache.camel.model.language.TokenizerExpression
To skip the very first element
setSkipHeaderRecord(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Whether to skip the header record in the output
setSkipSendToOriginalEndpoint(Boolean) - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
If set to true then the message is not sent to the original endpoint.
setSkipTrailingCharsUntilNewline(Boolean) - Method in class org.apache.camel.model.dataformat.UniVocityFixedWidthDataFormat
Whether or not the trailing characters until new line must be ignored.
setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
To configure security using SSLContextParameters.
setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
To configure security using SSLContextParameters.
setStartupOrder(Integer) - Method in class org.apache.camel.model.RouteDefinition
To configure the ordering of the routes being started
setSticky(Boolean) - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
Whether or not the failover load balancer should operate in sticky mode or not.
setStopOnAggregateException(Boolean) - Method in class org.apache.camel.model.MulticastDefinition
 
setStopOnAggregateException(Boolean) - Method in class org.apache.camel.model.RecipientListDefinition
 
setStopOnAggregateException(Boolean) - Method in class org.apache.camel.model.SplitDefinition
 
setStopOnException(Boolean) - Method in class org.apache.camel.model.MulticastDefinition
 
setStopOnException(Boolean) - Method in class org.apache.camel.model.RecipientListDefinition
 
setStopOnException(Boolean) - Method in class org.apache.camel.model.SplitDefinition
 
setStrategyMethodAllowNull(Boolean) - Method in class org.apache.camel.model.AggregateDefinition
If this option is false then the aggregate method is not used for the very first aggregation.
setStrategyMethodAllowNull(Boolean) - Method in class org.apache.camel.model.MulticastDefinition
If this option is false then the aggregate method is not used if there was no data to enrich.
setStrategyMethodAllowNull(Boolean) - Method in class org.apache.camel.model.RecipientListDefinition
If this option is false then the aggregate method is not used if there was no data to enrich.
setStrategyMethodAllowNull(Boolean) - Method in class org.apache.camel.model.SplitDefinition
If this option is false then the aggregate method is not used if there was no data to enrich.
setStrategyMethodName(String) - Method in class org.apache.camel.model.AggregateDefinition
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
setStrategyMethodName(String) - Method in class org.apache.camel.model.MulticastDefinition
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
setStrategyMethodName(String) - Method in class org.apache.camel.model.RecipientListDefinition
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
setStrategyMethodName(String) - Method in class org.apache.camel.model.SplitDefinition
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
setStrategyRef(String) - Method in class org.apache.camel.model.AggregateDefinition
A reference to lookup the AggregationStrategy in the Registry.
setStrategyRef(String) - Method in class org.apache.camel.model.MulticastDefinition
Refers to an AggregationStrategy to be used to assemble the replies from the multicasts, into a single outgoing message from the Multicast.
setStrategyRef(String) - Method in class org.apache.camel.model.RecipientListDefinition
Sets a reference to the AggregationStrategy to be used to assemble the replies from the recipients, into a single outgoing message from the RecipientList.
setStrategyRef(String) - Method in class org.apache.camel.model.SplitDefinition
Sets a reference to the AggregationStrategy to be used to assemble the replies from the splitted messages, into a single outgoing message from the Splitter.
setStreamCache(String) - Method in class org.apache.camel.model.RouteDefinition
Whether stream caching is enabled on this route.
setStreamCachingAnySpoolRules(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether if just any of the org.apache.camel.spi.StreamCachingStrategy.SpoolRule rules returns true then shouldSpoolCache(long) returns true, to allow spooling to disk.
setStreamCachingBufferSize(int) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the stream caching buffer size to use when allocating in-memory buffers used for in-memory stream caches.
setStreamCachingEnabled(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether stream caching is enabled or not.
setStreamCachingRemoveSpoolDirectoryWhenStopping(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether to remove stream caching temporary directory when stopping.
setStreamCachingSpoolCipher(String) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets a stream caching cipher name to use when spooling to disk to write with encryption.
setStreamCachingSpoolDirectory(String) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the stream caching spool (temporary) directory to use for overflow and spooling to disk.
setStreamCachingSpoolThreshold(long) - Method in class org.apache.camel.main.MainConfigurationProperties
Stream caching threshold in bytes when overflow to disk is activated.
setStreamCachingSpoolUsedHeapMemoryLimit(String) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets what the upper bounds should be when streamCachingSpoolUsedHeapMemoryThreshold is in use.
setStreamCachingSpoolUsedHeapMemoryThreshold(int) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets a percentage (1-99) of used heap memory threshold to activate stream caching spooling to disk.
setStreamCachingStatisticsEnabled(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether stream caching statistics is enabled.
setStreamConfig(StreamResequencerConfig) - Method in class org.apache.camel.model.ResequenceDefinition
 
setStreaming(Boolean) - Method in class org.apache.camel.model.MulticastDefinition
 
setStreaming(Boolean) - Method in class org.apache.camel.model.RecipientListDefinition
 
setStreaming(Boolean) - Method in class org.apache.camel.model.SplitDefinition
 
setStreamName(String) - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
The name of the stream to use.
setStripVersionsFromReferences(Boolean) - Method in class org.apache.camel.model.dataformat.FhirDataformat
If set to true (which is the default), resource references containing a version will have the version removed when the resource is encoded.
setSucceeded(int) - Method in class org.apache.camel.impl.ReloadStrategySupport
 
setSummaryMode(Boolean) - Method in class org.apache.camel.model.dataformat.FhirDataformat
If set to true (default is false) only elements marked by the FHIR specification as being "summary elements" will be included.
setSuppressExceptions(Boolean) - Method in class org.apache.camel.model.language.JsonPathExpression
Whether to suppress exceptions such as PathNotFoundException.
setSuppressNarratives(Boolean) - Method in class org.apache.camel.model.dataformat.FhirDataformat
If set to true (default is false), narratives will not be included in the encoded values.
setTag(String) - Method in class org.apache.camel.model.rest.RestDefinition
To configure a special tag for the operations within this rest definition.
setText(String) - Method in class org.apache.camel.model.DescriptionDefinition
The description as human readable text
setTextQualifier(String) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
If the text is qualified with a character.
setThreadName(String) - Method in class org.apache.camel.model.ThreadsDefinition
 
setThreadNamePattern(String) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the thread name pattern used for creating the full thread name.
setThreadPoolKey(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Sets the thread pool key to use.
setThreadPoolRollingNumberStatisticalWindowBuckets(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Number of buckets the rolling statistical window is broken into.
setThreadPoolRollingNumberStatisticalWindowInMilliseconds(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Duration of statistical rolling window in milliseconds.
setThreadSafety(Boolean) - Method in class org.apache.camel.model.language.XPathExpression
Whether to enable thread-safety for the returned result of the xpath expression.
setTimeout(Integer) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
Set the time the services will be retained.
setTimeout(Long) - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
To set the maximum time an action could take to complete.
setTimeout(long) - Method in class org.apache.camel.model.config.StreamResequencerConfig
Sets minimum time to wait for missing elements (messages).
setTimeout(Long) - Method in class org.apache.camel.model.MulticastDefinition
 
setTimeout(Long) - Method in class org.apache.camel.model.PollEnrichDefinition
 
setTimeout(Long) - Method in class org.apache.camel.model.RecipientListDefinition
 
setTimeout(Long) - Method in class org.apache.camel.model.SplitDefinition
 
setTimeoutCheckerExecutorService(ScheduledExecutorService) - Method in class org.apache.camel.model.AggregateDefinition
 
setTimeoutCheckerExecutorServiceRef(String) - Method in class org.apache.camel.model.AggregateDefinition
 
setTimeoutInMilliseconds(Long) - Method in class org.apache.camel.model.SagaDefinition
Set the maximum amount of time for the Saga.
setTimePeriodMillis(Long) - Method in class org.apache.camel.model.ThrottleDefinition
 
setTimeUnit(TimeUnit) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
Sets the time unit to use for keep alive time By default SECONDS is used.
setTimeUnit(TimeUnit) - Method in class org.apache.camel.model.ThreadsDefinition
 
setTimezone(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
If set then Jackson will use the Timezone when marshalling/unmarshalling.
setTo(ToDefinition) - Method in class org.apache.camel.model.rest.VerbDefinition
 
setToD(ToDynamicDefinition) - Method in class org.apache.camel.model.rest.VerbDefinition
 
setToken(String) - Method in class org.apache.camel.model.language.TokenizerExpression
The (start) token to use as tokenizer, for example you can use the new line token.
setTokenUrl(String) - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
The token URL to be used for this flow.
setToOrRoute(OptionalIdentifiedDefinition<?>) - Method in class org.apache.camel.model.rest.VerbDefinition
To route from this REST service to a Camel endpoint, or an inlined route
setToType(String) - Method in class org.apache.camel.model.transformer.TransformerDefinition
Set the 'to' data type name.
setToType(Class<?>) - Method in class org.apache.camel.model.transformer.TransformerDefinition
Set the 'to' data type using Java class.
setTrace(String) - Method in class org.apache.camel.model.RouteDefinition
Whether tracing is enabled on this route.
setTracing(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether tracing is enabled or not.
setTrailingDelimiter(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Sets whether or not to add a trailing delimiter.
setTransformers(List<TransformerDefinition>) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
setTransformers(List<TransformerDefinition>) - Method in class org.apache.camel.impl.DefaultModel
 
setTransformers(List<TransformerDefinition>) - Method in interface org.apache.camel.model.Model
Sets the transformers that can be referenced in the routes.
setTransformers(List<TransformerDefinition>) - Method in class org.apache.camel.model.transformer.TransformersDefinition
The configured transformers
setTrim(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Sets whether or not to trim leading and trailing blanks.
setTrim(Boolean) - Method in class org.apache.camel.model.language.ExpressionDefinition
Whether to trim the value to remove leading and trailing whitespaces and line breaks
setTrustCerts(Boolean) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets whether to turn on trust certificate check when using client lookup
setType(String) - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
To set the discovery type, valid values are on-demand and watch.
setType(String) - Method in class org.apache.camel.model.ConvertBodyDefinition
The java type to convert to
setType(BindyType) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
Whether to use Csv, Fixed, or KeyValue.
setType(YAMLTypeFilterType) - Method in class org.apache.camel.model.dataformat.YAMLTypeFilterDefinition
Whether to filter by class type or regular expression
setType(String) - Method in class org.apache.camel.model.language.XQueryExpression
Sets the class name of the result type (type from output)

The default result type is NodeSet

setType(Class<? extends Policy>) - Method in class org.apache.camel.model.PolicyDefinition
Sets a policy type that this definition should scope within.
setType(String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
Sets the class name to use for binding from input to POJO for the incoming data

The canonical name of the class of the input data.

setType(RestParamType) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Sets the Swagger Parameter type.
setType(String) - Method in class org.apache.camel.model.rest.VerbDefinition
Sets the class name to use for binding from input to POJO for the incoming data This option will override what may be configured on a parent level.
setType(Class<? extends Policy>) - Method in class org.apache.camel.model.TransactedDefinition
Sets a policy type that this definition should scope within.
setType(String) - Method in class org.apache.camel.model.validator.ValidatorDefinition
Set the data type name.
setType(Class<?>) - Method in class org.apache.camel.model.validator.ValidatorDefinition
Set the data type using Java class.
setTypeClass(Class<?>) - Method in class org.apache.camel.model.ConvertBodyDefinition
 
setTypeFilters(List<YAMLTypeFilterDefinition>) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
Set the types SnakeYAML is allowed to un-marshall
setUnits(TimeUnit) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
Set the time unit for the timeout.
setUnits(String) - Method in class org.apache.camel.model.SamplingDefinition
Sets the time units for the sample period, defaulting to seconds.
setUnits(TimeUnit) - Method in class org.apache.camel.model.SamplingDefinition
Sets the time units for the sample period, defaulting to seconds.
setUnmarshalSingleObject(Boolean) - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
This options controls whether to unmarshal as a list of objects or as a single object only.
setUnmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.BoonDataFormat
Class name of the java type to use when unarmshalling
setUnmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
Class of the java type to use when unarmshalling
setUnmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
Class of the java type to use when unarmshalling
setUnmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
Class of the java type to use when unarmshalling
setUnmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
Class of the object to be created
setUnmarshalTypeName(String) - Method in class org.apache.camel.model.dataformat.BoonDataFormat
Class name of the java type to use when unarmshalling
setUnmarshalTypeName(String) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
Class name of the java type to use when unarmshalling
setUnmarshalTypeName(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
Class name of the java type to use when unarmshalling
setUnmarshalTypeName(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
Class name of the java type to use when unarmshalling
setUnmarshalTypeName(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
Class name of the java type to use when unarmshalling
setUnwrapSingleInstance(Boolean) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
When unmarshalling should a single instance be unwrapped and returned instead of wrapped in a java.util.List.
setUri(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
The uri of the endpoint to send to.
setUri(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
The uri of the endpoint to send to.
setUri(String) - Method in class org.apache.camel.model.FromDefinition
Sets the URI of the endpoint to use
setUri(String) - Method in class org.apache.camel.model.InterceptFromDefinition
Intercept incoming messages from the uri or uri pattern.
setUri(String) - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
Intercept sending to the uri or uri pattern.
setUri(String) - Method in class org.apache.camel.model.rest.VerbDefinition
Uri template of this REST service such as /{id}.
setUri(String) - Method in class org.apache.camel.model.SagaActionUriDefinition
 
setUri(String) - Method in class org.apache.camel.model.SendDefinition
Sets the uri of the endpoint to send to.
setUri(String) - Method in class org.apache.camel.model.ToDynamicDefinition
The uri of the endpoint to send to.
setUri(String) - Method in class org.apache.camel.model.transformer.EndpointTransformerDefinition
Set the URI of the Endpoint.
setUri(String) - Method in class org.apache.camel.model.validator.EndpointValidatorDefinition
Set the URI of the Endpoint.
setUri(String) - Method in class org.apache.camel.model.WireTapDefinition
The uri of the endpoint to wiretap to.
setUriDelimiter(String) - Method in class org.apache.camel.model.DynamicRouterDefinition
 
setUriDelimiter(String) - Method in class org.apache.camel.model.RoutingSlipDefinition
 
setUris(String) - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
The URIs the client can connect to.
setUrl(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
 
setUrlSafe(Boolean) - Method in class org.apache.camel.model.dataformat.Base64DataFormat
Instead of emitting '+' and '/' we emit '-' and '_' respectively.
setUrn(String) - Method in class org.apache.camel.model.InputTypeDefinition
Set input type URN.
setUrn(String) - Method in class org.apache.camel.model.OutputTypeDefinition
Set output type URN.
setUseApplicationContextClassLoader(boolean) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
Use ApplicationContextClassLoader as custom ClassLoader
setUseBreadcrumb(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Set whether breadcrumb is enabled.
setUseCollisionAvoidance(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setUseDataType(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether to enable using data type on Camel messages.
setUseDefaultObjectMapper(Boolean) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
Whether to lookup and use default Jackson CBOR ObjectMapper from the registry.
setUseDefaultObjectMapper(Boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
Whether to lookup and use default Jackson ObjectMapper from the registry.
setUsedForGeneratingNodeId(Boolean) - Method in class org.apache.camel.model.rest.VerbDefinition
 
setUseExponentialBackOff(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setUseList(boolean) - Method in class org.apache.camel.model.dataformat.BoonDataFormat
To unarmshal to a List of Map or a List of Pojo.
setUseList(Boolean) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
To unarmshal to a List of Map or a List of Pojo.
setUseList(Boolean) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
To unarmshal to a List of Map or a List of Pojo.
setUseList(Boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
To unarmshal to a List of Map or a List of Pojo.
setUseMaps(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Whether the unmarshalling should produce maps (HashMap)for the lines values instead of lists.
setUseMdcLogging(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
To turn on MDC logging
setUseOrderedMaps(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Whether the unmarshalling should produce ordered maps (LinkedHashMap) for the lines values instead of lists.
setUseOriginalMessage(boolean) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
setUseOriginalMessagePolicy(Boolean) - Method in class org.apache.camel.model.OnCompletionDefinition
Will use the original input body when an Exchange for this on completion.
setUseOriginalMessagePolicy(Boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
 
setUserName(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
Sets the username to be used for basic authentication
setUserName(String) - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
The user name to use for basic authentication.
setUsername(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the username for authentication when using client lookup
setUsername(String) - Method in class org.apache.camel.model.cloud.RibbonServiceCallServiceLoadBalancerConfiguration
The username
setUseXForwardHeaders(Boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Whether to use X-Forward headers for Host and related setting.
setUsingIterator(Boolean) - Method in class org.apache.camel.model.dataformat.ASN1DataFormat
If the asn1 file has more then one entry, the setting this option to true, allows to work with the splitter EIP, to split the data using an iterator in a streaming mode.
setUsingIterator(Boolean) - Method in class org.apache.camel.model.dataformat.TarFileDataFormat
If the tar file has more then one entry, the setting this option to true, allows to work with the splitter EIP, to split the data using an iterator in a streaming mode.
setUsingIterator(Boolean) - Method in class org.apache.camel.model.dataformat.ZipFileDataFormat
If the zip file has more then one entry, the setting this option to true, allows to work with the splitter EIP, to split the data using an iterator in a streaming mode.
setUsingParallelCompression(Boolean) - Method in class org.apache.camel.model.dataformat.LZFDataFormat
Enable encoding (compress) using multiple processing cores.
setValidate(Boolean) - Method in class org.apache.camel.model.dataformat.HL7DataFormat
Whether to validate the HL7 message

Is by default true.

setValidate(boolean) - Method in class org.apache.camel.model.InputTypeDefinition
Set if validation is required for this input type.
setValidate(boolean) - Method in class org.apache.camel.model.OutputTypeDefinition
Set if validation is required for this output type.
setValidating(Boolean) - Method in class org.apache.camel.model.dataformat.IcalDataFormat
Whether to validate.
setValidators(List<ValidatorDefinition>) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
setValidators(List<ValidatorDefinition>) - Method in class org.apache.camel.impl.DefaultModel
 
setValidators(List<ValidatorDefinition>) - Method in interface org.apache.camel.model.Model
Sets the validators that can be referenced in the routes.
setValidators(List<ValidatorDefinition>) - Method in class org.apache.camel.model.validator.ValidatorsDefinition
The configured transformers
setValue(String) - Method in class org.apache.camel.model.dataformat.YAMLTypeFilterDefinition
Value of type such as class name or regular expression
setValue(String) - Method in class org.apache.camel.model.GlobalOptionDefinition
Global option value
setValue(String) - Method in class org.apache.camel.model.PropertyDefinition
Property value
setValue(String) - Method in class org.apache.camel.model.rest.RestPropertyDefinition
Property value
setVerbs(List<VerbDefinition>) - Method in class org.apache.camel.model.rest.RestDefinition
The HTTP verbs this REST service accepts and uses
setVersion(String) - Method in class org.apache.camel.model.dataformat.SoapJaxbDataFormat
SOAP version should either be 1.1 or 1.2.
setWhenClauses(List<WhenDefinition>) - Method in class org.apache.camel.model.ChoiceDefinition
Sets the when clauses
setWidth(Integer) - Method in class org.apache.camel.model.dataformat.BarcodeDataFormat
Width of the barcode
setWriteAsString(Boolean) - Method in class org.apache.camel.model.language.JsonPathExpression
Whether to write the output of each row/element as a JSON String value instead of a Map/POJO value.
setWriteTimeoutMillis(Long) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
Write timeout for OkHttpClient
setXml(Boolean) - Method in class org.apache.camel.model.language.TokenizerExpression
Whether the input is XML messages.
setXmlCipherAlgorithm(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
The cipher algorithm to be used for encryption/decryption of the XML message content.
setXmlDataFormat(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Name of specific XML data format to use.
setXmlMapper(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
Lookup and use the existing XmlMapper with the given id.
setXmlStreamWriterWrapper(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
To use a custom xml stream writer.
shareUnitOfWork() - Method in class org.apache.camel.model.EnrichDefinition
Shares the UnitOfWork with the parent and the resource exchange.
shareUnitOfWork() - Method in class org.apache.camel.model.MulticastDefinition
Shares the UnitOfWork with the parent and each of the sub messages.
shareUnitOfWork() - Method in class org.apache.camel.model.RecipientListDefinition
Shares the UnitOfWork with the parent and each of the sub messages.
shareUnitOfWork() - Method in class org.apache.camel.model.SplitDefinition
Shares the UnitOfWork with the parent and each of the sub messages.
shouldStartRoutes() - Method in class org.apache.camel.impl.DefaultModel
Should we start newly added routes?
showOptions() - Method in class org.apache.camel.main.MainSupport
Displays the command line options.
showOptionsHeader() - Method in class org.apache.camel.main.MainSupport
Displays the header message for the command line options.
shutdownRoute(ShutdownRoute) - Method in class org.apache.camel.model.RouteDefinition
Configures a shutdown route option.
shutdownRouteService(BaseRouteService) - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
shutdownRunningTask(ShutdownRunningTask) - Method in class org.apache.camel.model.RouteDefinition
Configures a shutdown running task option.
simple(String) - Static method in class org.apache.camel.builder.Builder
Returns a simple expression
simple(String, Class<?>) - Static method in class org.apache.camel.builder.Builder
Returns a simple expression
simple(String) - Method in class org.apache.camel.builder.BuilderSupport
Returns a simple expression value builder
simple(String, Class<?>) - Method in class org.apache.camel.builder.BuilderSupport
Returns a simple expression value builder
simple(String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a Simple expression
simple(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a Simple expression
simple(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a Simple expression
simple(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a Simple expression
simple(String) - Static method in class org.apache.camel.builder.SimpleBuilder
 
simple(String, Class<?>) - Static method in class org.apache.camel.builder.SimpleBuilder
 
SimpleBuilder - Class in org.apache.camel.builder
Creates an Simple language builder.
SimpleBuilder(String) - Constructor for class org.apache.camel.builder.SimpleBuilder
 
SimpleExpression - Class in org.apache.camel.model.language
To use Camels built-in Simple language in Camel expressions or predicates.
SimpleExpression() - Constructor for class org.apache.camel.model.language.SimpleExpression
 
SimpleExpression(String) - Constructor for class org.apache.camel.model.language.SimpleExpression
 
SimpleExpression(Expression) - Constructor for class org.apache.camel.model.language.SimpleExpression
 
simpleF(String, Object...) - Method in class org.apache.camel.builder.BuilderSupport
Returns a simple expression value builder, using String.format style
simpleF(String, Class<?>, Object...) - Method in class org.apache.camel.builder.BuilderSupport
Returns a simple expression value builder, using String.format style
simpleF(String, Object...) - Static method in class org.apache.camel.builder.SimpleBuilder
 
simpleF(String, Class<?>, Object...) - Static method in class org.apache.camel.builder.SimpleBuilder
 
singleCharOf(String, String) - Static method in class org.apache.camel.reifier.dataformat.UniVocityAbstractDataFormatReifier
 
size(int) - Method in class org.apache.camel.model.ResequenceDefinition
Sets the in batch size for number of exchanges received
skipBindingOnErrorCode(boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
To specify whether to skip binding output if there is a custom HTTP error code
skipBindingOnErrorCode(boolean) - Method in class org.apache.camel.model.rest.RestDefinition
 
skipDuplicate(boolean) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
Sets whether to skip duplicates or not.
skipEmptyLines - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
skipSendToOriginalEndpoint() - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
Skip sending the Exchange to the original intended endpoint
soapjaxb() - Method in class org.apache.camel.builder.DataFormatClause
Uses the Soap 1.1 JAXB data format
soapjaxb(String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Soap 1.1 JAXB data format
soapjaxb(String, String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Soap 1.1 JAXB data format
soapjaxb(String, Object) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Soap 1.1 JAXB data format
soapjaxb12() - Method in class org.apache.camel.builder.DataFormatClause
Uses the Soap 1.2 JAXB data format
soapjaxb12(String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Soap 1.2 JAXB data format
soapjaxb12(String, String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Soap 1.2 JAXB data format
soapjaxb12(String, Object) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Soap JAXB data format
SoapJaxbDataFormat - Class in org.apache.camel.model.dataformat
SOAP is a data format which uses JAXB2 and JAX-WS annotations to marshal and unmarshal SOAP payloads.
SoapJaxbDataFormat() - Constructor for class org.apache.camel.model.dataformat.SoapJaxbDataFormat
 
SoapJaxbDataFormat(String) - Constructor for class org.apache.camel.model.dataformat.SoapJaxbDataFormat
 
SoapJaxbDataFormat(String, String) - Constructor for class org.apache.camel.model.dataformat.SoapJaxbDataFormat
 
SoapJaxbDataFormat(String, Object) - Constructor for class org.apache.camel.model.dataformat.SoapJaxbDataFormat
 
SoapJaxbDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
SoapJaxbDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.SoapJaxbDataFormatReifier
 
sort(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
Sorts the expression using a default sorting based on toString representation.
sort(Expression, Comparator<T>) - Method in class org.apache.camel.model.ProcessorDefinition
Sorts the expression using the given comparator
sort() - Method in class org.apache.camel.model.ProcessorDefinition
Sorts the expression
SortDefinition<T> - Class in org.apache.camel.model
Sorts the contents of the message
SortDefinition() - Constructor for class org.apache.camel.model.SortDefinition
 
SortDefinition(Expression) - Constructor for class org.apache.camel.model.SortDefinition
 
SortDefinition(Expression, Comparator<? super T>) - Constructor for class org.apache.camel.model.SortDefinition
 
spel(String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a SpEL expression
spel(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an SpEL expression
SpELExpression - Class in org.apache.camel.model.language
To use Spring Expression Language (SpEL) in Camel expressions or predicates.
SpELExpression() - Constructor for class org.apache.camel.model.language.SpELExpression
 
SpELExpression(String) - Constructor for class org.apache.camel.model.language.SpELExpression
 
split() - Method in class org.apache.camel.model.ProcessorDefinition
Splitter EIP: Creates a splitter allowing you split a message into a number of pieces and process them individually.
split(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
Splitter EIP: Creates a splitter allowing you split a message into a number of pieces and process them individually.
split(Expression, AggregationStrategy) - Method in class org.apache.camel.model.ProcessorDefinition
Splitter EIP: Creates a splitter allowing you split a message into a number of pieces and process them individually.
SplitDefinition - Class in org.apache.camel.model
Splits a single message into many sub-messages.
SplitDefinition() - Constructor for class org.apache.camel.model.SplitDefinition
 
SplitDefinition(Expression) - Constructor for class org.apache.camel.model.SplitDefinition
 
SplitDefinition(ExpressionDefinition) - Constructor for class org.apache.camel.model.SplitDefinition
 
sslContextParameters(SSLContextParameters) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
To configure security using SSLContextParameters.
sslContextParameters(SSLContextParameters) - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
To configure security using SSLContextParameters.
start(RouteDefinition) - Method in class org.apache.camel.impl.DefaultModel
 
startRoute(String) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
 
startRoute(RouteDefinition) - Method in class org.apache.camel.impl.DefaultModel
 
startRouteDefinitions() - Method in class org.apache.camel.impl.AbstractModelCamelContext
 
startRouteDefinitions() - Method in class org.apache.camel.impl.DefaultModel
 
startRouteDefinitions(Collection<RouteDefinition>) - Method in class org.apache.camel.impl.DefaultModel
 
startRouteDefinitions() - Method in interface org.apache.camel.model.Model
Start all routes from this model.
startupOrder(int) - Method in class org.apache.camel.model.ProcessorDefinition
 
startupOrder(int) - Method in class org.apache.camel.model.RouteDefinition
Configures the startup order for this route

Camel will reorder routes and star them ordered by 0..N where 0 is the lowest number and N the highest number.

StaticServiceCallServiceDiscoveryConfiguration - Class in org.apache.camel.model.cloud
 
StaticServiceCallServiceDiscoveryConfiguration() - Constructor for class org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfiguration
 
StaticServiceCallServiceDiscoveryConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfiguration
 
staticServiceDiscovery() - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
 
staticServiceDiscovery() - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
 
staticServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
staticServiceDiscovery(StaticServiceCallServiceDiscoveryConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
staticServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
step() - Method in class org.apache.camel.model.ProcessorDefinition
Routes the message to a sequence of processors which is grouped together as one logical name.
step(String) - Method in class org.apache.camel.model.ProcessorDefinition
Routes the message to a sequence of processors which is grouped together as one logical name.
StepDefinition - Class in org.apache.camel.model
Routes the message to a sequence of processors which is grouped together as one logical name
StepDefinition() - Constructor for class org.apache.camel.model.StepDefinition
 
sticky(Expression) - Method in class org.apache.camel.model.LoadBalanceDefinition
Uses sticky load balancer
StickyLoadBalancerDefinition - Class in org.apache.camel.model.loadbalancer
Sticky load balancer Sticky load balancing using an Expression to calculate a correlation key to perform the sticky load balancing; rather like jsessionid in the web or JMSXGroupID in JMS.
StickyLoadBalancerDefinition() - Constructor for class org.apache.camel.model.loadbalancer.StickyLoadBalancerDefinition
 
stop() - Method in class org.apache.camel.model.ProcessorDefinition
Stops continue routing the current Exchange and marks it as completed.
StopDefinition - Class in org.apache.camel.model
Stops the processing of the current message
StopDefinition() - Constructor for class org.apache.camel.model.StopDefinition
 
stopOnAggregateException() - Method in class org.apache.camel.model.MulticastDefinition
If enabled, unwind exceptions occurring at aggregation time to the error handler when parallelProcessing is used.
stopOnAggregateException() - Method in class org.apache.camel.model.RecipientListDefinition
If enabled, unwind exceptions occurring at aggregation time to the error handler when parallelProcessing is used.
stopOnAggregateException() - Method in class org.apache.camel.model.SplitDefinition
If enabled, unwind exceptions occurring at aggregation time to the error handler when parallelProcessing is used.
stopOnException() - Method in class org.apache.camel.model.MulticastDefinition
Will now stop further processing if an exception or failure occurred during processing of an Exchange and the caused exception will be thrown.
stopOnException() - Method in class org.apache.camel.model.RecipientListDefinition
Will now stop further processing if an exception or failure occurred during processing of an Exchange and the caused exception will be thrown.
stopOnException() - Method in class org.apache.camel.model.SplitDefinition
Will now stop further processing if an exception or failure occurred during processing of an Exchange and the caused exception will be thrown.
stopRoute(String) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
 
stopRoute(String, long, TimeUnit) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
 
stopRoute(String, long, TimeUnit, boolean) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
 
storeInBody() - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
Store the result of this Aggregation Strategy (whether an atomic element or a Collection) in the body of the IN message.
storeInHeader(String) - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
Store the result of this Aggregation Strategy (whether an atomic element or a Collection) in an IN message header with the designated name.
storeInProperty(String) - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
Store the result of this Aggregation Strategy (whether an atomic element or a Collection) in a property with the designated name.
storeNulls() - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
Enables storing null values in the resulting collection.
strategy() - Method in class org.apache.camel.model.AggregateDefinition
Sets the AggregationStrategy to use with a fluent builder.
strategy(AggregationStrategy) - Method in class org.apache.camel.model.AggregateDefinition
Sets the aggregate strategy to use
stream() - Method in class org.apache.camel.model.ResequenceDefinition
Configures the stream-based resequencing algorithm using the default configuration.
stream(StreamResequencerConfig) - Method in class org.apache.camel.model.ResequenceDefinition
Configures the stream-based resequencing algorithm using the given StreamResequencerConfig.
streamCaching() - Method in class org.apache.camel.model.RouteDefinition
Enable stream caching for this route.
streamCaching(String) - Method in class org.apache.camel.model.RouteDefinition
Enable stream caching for this route.
streaming() - Method in class org.apache.camel.model.MulticastDefinition
If enabled then Camel will process replies out-of-order, eg in the order they come back.
streaming() - Method in class org.apache.camel.model.RecipientListDefinition
If enabled then Camel will process replies out-of-order, eg in the order they come back.
streaming() - Method in class org.apache.camel.model.SplitDefinition
When in streaming mode, then the splitter splits the original message on-demand, and each splitted message is processed one by one.
StreamResequencerConfig - Class in org.apache.camel.model.config
Configures stream-processing resequence eip.
StreamResequencerConfig() - Constructor for class org.apache.camel.model.config.StreamResequencerConfig
Creates a new StreamResequencerConfig instance using default values for capacity (1000) and timeout (1000L).
StreamResequencerConfig(int, long) - Constructor for class org.apache.camel.model.config.StreamResequencerConfig
Creates a new StreamResequencerConfig instance using the given values for capacity and timeout.
StreamResequencerConfig(int, long, ExpressionResultComparator) - Constructor for class org.apache.camel.model.config.StreamResequencerConfig
Creates a new StreamResequencerConfig instance using the given values for capacity and timeout.
StreamResequencerConfig(int, long, Boolean) - Constructor for class org.apache.camel.model.config.StreamResequencerConfig
Creates a new StreamResequencerConfig instance using the given values for capacity and timeout.
StreamResequencerConfig(int, long, Boolean, ExpressionResultComparator) - Constructor for class org.apache.camel.model.config.StreamResequencerConfig
Creates a new StreamResequencerConfig instance using the given values for capacity and timeout.
supportTransacted() - Method in class org.apache.camel.builder.DeadLetterChannelBuilder
 
supportTransacted() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
supportTransacted() - Method in interface org.apache.camel.builder.ErrorHandlerBuilder
Whether this error handler supports transacted exchanges.
supportTransacted() - Method in class org.apache.camel.builder.ErrorHandlerBuilderRef
 
supportTransacted() - Method in class org.apache.camel.builder.NoErrorHandlerBuilder
 
suspendRoute(String) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
 
suspendRoute(String, long, TimeUnit) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
 
syncDelayed() - Method in class org.apache.camel.model.DelayDefinition
Enables asynchronous delay which means the thread will not block while delaying.
syslog() - Method in class org.apache.camel.builder.DataFormatClause
Uses the Syslog data format
SyslogDataFormat - Class in org.apache.camel.model.dataformat
The Syslog dataformat is used for working with RFC3164 and RFC5424 messages (logging and monitoring).
SyslogDataFormat() - Constructor for class org.apache.camel.model.dataformat.SyslogDataFormat
 
SyslogDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
SyslogDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.SyslogDataFormatReifier
 
systemProperty(String) - Static method in class org.apache.camel.builder.Builder
Returns an expression for the given system property
systemProperty(String, String) - Static method in class org.apache.camel.builder.Builder
Returns an expression for the given system property
systemProperty(String) - Method in class org.apache.camel.builder.BuilderSupport
Returns a value builder for the given system property
systemProperty(String, String) - Method in class org.apache.camel.builder.BuilderSupport
Returns a value builder for the given system property

T

tag(String) - Method in class org.apache.camel.model.rest.RestDefinition
To set the tag to use of this REST service
tarFile() - Method in class org.apache.camel.builder.DataFormatClause
Uses the Tar file data format
TarFileDataFormat - Class in org.apache.camel.model.dataformat
The Tar File data format is a message compression and de-compression format of tar files.
TarFileDataFormat() - Constructor for class org.apache.camel.model.dataformat.TarFileDataFormat
 
TarFileDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
TarFileDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.TarFileDataFormatReifier
 
task() - Method in interface org.apache.camel.builder.AdviceWithTask
The task to execute
test(CamelContext, String, RouteDefinition) - Method in interface org.apache.camel.impl.cluster.ClusteredRouteFilter
Test if the route should be clustered or not.
test(CamelContext, String, RouteDefinition) - Method in class org.apache.camel.impl.cluster.ClusteredRouteFilters.BlackList
 
test(CamelContext, String, RouteDefinition) - Method in class org.apache.camel.impl.cluster.ClusteredRouteFilters.IsAutoStartup
 
threadName(String) - Method in class org.apache.camel.model.ThreadsDefinition
Sets the thread name to use.
ThreadPoolBuilder - Class in org.apache.camel.builder
A builder to create thread pools.
ThreadPoolBuilder(CamelContext) - Constructor for class org.apache.camel.builder.ThreadPoolBuilder
 
threadPoolKey(String) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Sets the thread pool key to use.
threadPoolKey(String) - Method in class org.apache.camel.model.HystrixDefinition
Sets the thread pool key to use.
ThreadPoolProfileBuilder - Class in org.apache.camel.builder
Builder to build ThreadPoolProfile.
ThreadPoolProfileBuilder(String) - Constructor for class org.apache.camel.builder.ThreadPoolProfileBuilder
 
ThreadPoolProfileBuilder(String, ThreadPoolProfile) - Constructor for class org.apache.camel.builder.ThreadPoolProfileBuilder
 
ThreadPoolProfileDefinition - Class in org.apache.camel.model
To configure thread pools
ThreadPoolProfileDefinition() - Constructor for class org.apache.camel.model.ThreadPoolProfileDefinition
 
threadPoolRollingNumberStatisticalWindowBuckets(Integer) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Number of buckets the rolling statistical window is broken into.
threadPoolRollingNumberStatisticalWindowInMilliseconds(Integer) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Duration of statistical rolling window in milliseconds.
threads() - Method in class org.apache.camel.model.ProcessorDefinition
Continues processing the Exchange using asynchronous routing engine.
threads(int) - Method in class org.apache.camel.model.ProcessorDefinition
Continues processing the Exchange using asynchronous routing engine.
threads(int, int) - Method in class org.apache.camel.model.ProcessorDefinition
Continues processing the Exchange using asynchronous routing engine.
threads(int, int, String) - Method in class org.apache.camel.model.ProcessorDefinition
Continues processing the Exchange using asynchronous routing engine.
ThreadsDefinition - Class in org.apache.camel.model
Specifies that all steps after this node are processed asynchronously
ThreadsDefinition() - Constructor for class org.apache.camel.model.ThreadsDefinition
 
thrift() - Method in class org.apache.camel.builder.DataFormatClause
Uses the Thrift data format
thrift(Object) - Method in class org.apache.camel.builder.DataFormatClause
 
thrift(Object, String) - Method in class org.apache.camel.builder.DataFormatClause
 
thrift(String) - Method in class org.apache.camel.builder.DataFormatClause
 
thrift(String, String) - Method in class org.apache.camel.builder.DataFormatClause
 
ThriftDataFormat - Class in org.apache.camel.model.dataformat
The Thrift data format is used for serialization and deserialization of messages using Apache Thrift binary dataformat.
ThriftDataFormat() - Constructor for class org.apache.camel.model.dataformat.ThriftDataFormat
 
ThriftDataFormat(String) - Constructor for class org.apache.camel.model.dataformat.ThriftDataFormat
 
ThriftDataFormat(String, String) - Constructor for class org.apache.camel.model.dataformat.ThriftDataFormat
 
ThriftDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
ThriftDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.ThriftDataFormatReifier
 
throttle() - Method in class org.apache.camel.model.ProcessorDefinition
Throttler EIP: Creates a throttler using a fluent builder.
throttle(long) - Method in class org.apache.camel.model.ProcessorDefinition
Throttler EIP: Creates a throttler allowing you to ensure that a specific endpoint does not get overloaded, or that we don't exceed an agreed SLA with some external service.
throttle(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
Throttler EIP: Creates a throttler allowing you to ensure that a specific endpoint does not get overloaded, or that we don't exceed an agreed SLA with some external service.
throttle(Expression, long) - Method in class org.apache.camel.model.ProcessorDefinition
Throttler EIP: Creates a throttler allowing you to ensure that a specific endpoint does not get overloaded, or that we don't exceed an agreed SLA with some external service.
throttle(Expression, Expression) - Method in class org.apache.camel.model.ProcessorDefinition
Throttler EIP: Creates a throttler allowing you to ensure that a specific endpoint does not get overloaded, or that we don't exceed an agreed SLA with some external service.
ThrottleDefinition - Class in org.apache.camel.model
Controls the rate at which messages are passed to the next node in the route
ThrottleDefinition() - Constructor for class org.apache.camel.model.ThrottleDefinition
 
ThrottleDefinition(Expression) - Constructor for class org.apache.camel.model.ThrottleDefinition
 
ThrottleDefinition(Expression, Expression) - Constructor for class org.apache.camel.model.ThrottleDefinition
 
throwException(Exception) - Method in class org.apache.camel.model.ProcessorDefinition
Sets the exception on the Exchange
throwException(Class<? extends Exception>, String) - Method in class org.apache.camel.model.ProcessorDefinition
Sets the exception on the Exchange
ThrowExceptionDefinition - Class in org.apache.camel.model
Throws an exception
ThrowExceptionDefinition() - Constructor for class org.apache.camel.model.ThrowExceptionDefinition
 
tidyMarkup(Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
Return WellFormed HTML (an XML Document) either String or Node
tidyMarkup() - Method in class org.apache.camel.builder.DataFormatClause
Return TidyMarkup in the default format as Node
TidyMarkupDataFormat - Class in org.apache.camel.model.dataformat
TidyMarkup data format is used for parsing HTML and return it as pretty well-formed HTML.
TidyMarkupDataFormat() - Constructor for class org.apache.camel.model.dataformat.TidyMarkupDataFormat
 
TidyMarkupDataFormat(Class<?>) - Constructor for class org.apache.camel.model.dataformat.TidyMarkupDataFormat
 
TidyMarkupDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
TidyMarkupDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.TidyMarkupDataFormatReifier
 
timeout(Exchange, int, int, long) - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
 
timeout(Exchange, int, int, long) - Method in interface org.apache.camel.builder.FlexibleAggregationStrategy.TimeoutAwareMixin
 
timeout(Integer) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
Set the time the services will be retained.
timeout(Long) - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
To set the maximum time an action could take to complete.
timeout(long) - Method in class org.apache.camel.model.MulticastDefinition
Sets a total timeout specified in millis, when using parallel processing.
timeout(long) - Method in class org.apache.camel.model.PollEnrichDefinition
Timeout in millis when polling from the external service.
timeout(long) - Method in class org.apache.camel.model.RecipientListDefinition
Sets a total timeout specified in millis, when using parallel processing.
timeout(long) - Method in class org.apache.camel.model.ResequenceDefinition
Sets the timeout
timeout(long, TimeUnit) - Method in class org.apache.camel.model.SagaDefinition
 
timeout(long) - Method in class org.apache.camel.model.SplitDefinition
Sets a total timeout specified in millis, when using parallel processing.
timeoutAware(FlexibleAggregationStrategy.TimeoutAwareMixin) - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
Plugs in logic to execute when a timeout occurs.
timeoutCheckerExecutorService(ScheduledExecutorService) - Method in class org.apache.camel.model.AggregateDefinition
If using either of the completionTimeout, completionTimeoutExpression, or completionInterval options a background thread is created to check for the completion for every aggregator.
timeoutCheckerExecutorServiceRef(String) - Method in class org.apache.camel.model.AggregateDefinition
If using either of the completionTimeout, completionTimeoutExpression, or completionInterval options a background thread is created to check for the completion for every aggregator.
timePeriodMillis(long) - Method in class org.apache.camel.model.ThrottleDefinition
Sets the time period during which the maximum request count is valid for
timeUnit(TimeUnit) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
timeUnit(TimeUnit) - Method in class org.apache.camel.model.ThreadsDefinition
Sets the keep alive time unit.
TimeUnitAdapter - Class in org.apache.camel.model
TimeUnitAdapter is a simple adapter to convert between Strings and instances of the TimeUnit enumeration
TimeUnitAdapter() - Constructor for class org.apache.camel.model.TimeUnitAdapter
 
timeUnits(TimeUnit) - Method in class org.apache.camel.model.SamplingDefinition
Sets the time units for the sample period, defaulting to seconds.
to(String) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the exchange to the given endpoint
to(Endpoint) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the exchange to the given endpoint
to(ExchangePattern, String) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the exchange with certain exchange pattern to the given endpoint

Notice the existing MEP is preserved

to(ExchangePattern, Endpoint) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the exchange with certain exchange pattern to the given endpoint

Notice the existing MEP is preserved

to(String...) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the exchange to a list of endpoints
to(Endpoint...) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the exchange to a list of endpoints
to(Iterable<Endpoint>) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the exchange to a list of endpoints
to(ExchangePattern, String...) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the exchange to a list of endpoints

Notice the existing MEP is preserved

to(ExchangePattern, Endpoint...) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the exchange to a list of endpoints

Notice the existing MEP is preserved

to(ExchangePattern, Iterable<Endpoint>) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the exchange to a list of endpoints
to(String) - Method in class org.apache.camel.model.rest.RestDefinition
Routes directly to the given static endpoint.
toD(String) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the exchange to the given dynamic endpoint
toD(String, int) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the exchange to the given dynamic endpoint
toD(String, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the exchange to the given dynamic endpoint
toD(String) - Method in class org.apache.camel.model.rest.RestDefinition
Routes directly to the given dynamic endpoint.
ToDefinition - Class in org.apache.camel.model
Sends the message to a static endpoint
ToDefinition() - Constructor for class org.apache.camel.model.ToDefinition
 
ToDefinition(String) - Constructor for class org.apache.camel.model.ToDefinition
 
ToDefinition(Endpoint) - Constructor for class org.apache.camel.model.ToDefinition
 
ToDefinition(String, ExchangePattern) - Constructor for class org.apache.camel.model.ToDefinition
 
ToDefinition(Endpoint, ExchangePattern) - Constructor for class org.apache.camel.model.ToDefinition
 
ToDynamicDefinition - Class in org.apache.camel.model
Sends the message to a dynamic endpoint

You can specify multiple languages in the uri separated by the plus sign, such as mock:+language:xpath:/order/@uri where mock: would be a prefix to a xpath expression.

ToDynamicDefinition() - Constructor for class org.apache.camel.model.ToDynamicDefinition
 
ToDynamicDefinition(String) - Constructor for class org.apache.camel.model.ToDynamicDefinition
 
toExceptionPolicy(OnExceptionDefinition, RouteContext) - Static method in class org.apache.camel.builder.ErrorHandlerBuilderSupport
 
toExpressionDefinition(Expression) - Static method in class org.apache.camel.model.ExpressionNodeHelper
Determines which ExpressionDefinition describes the given expression best possible.
toExpressionDefinition(Predicate) - Static method in class org.apache.camel.model.ExpressionNodeHelper
Determines which ExpressionDefinition describes the given predicate best possible.
toF(String, Object...) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the exchange to the given endpoint
tokenize(String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a token expression on the message body
tokenize(String, boolean) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a token expression on the message body
tokenize(String, boolean, boolean) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a token expression on the message body
tokenize(String, boolean, int) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a token expression on the message body
tokenize(String, boolean, String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a token expression on the message body
tokenize(String, boolean, int, boolean) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a token expression on the message body
tokenize(String, boolean, String, boolean) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a token expression on the message body
tokenize(String, boolean, int, String, boolean) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a token expression on the message body
tokenize(String, int) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a token expression on the message body
tokenize(String, int, boolean) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a token expression on the message body
tokenize(String, String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a token expression on the given header
tokenize(String, String, boolean) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a token expression on the given header
tokenize(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a token expression on the message body
tokenize(String, int) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a token expression on the message body
tokenize(String, int, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a token expression on the message body
tokenize(String, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a token expression on the message body
tokenize(String, boolean, int) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a token expression on the message body
tokenize(String, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a token expression on the given header
tokenize(String, String, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a token expression on the given header
tokenize(String, String, boolean, int) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a token expression on the given header
tokenize(String, String, boolean, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a token expression on the given header
tokenize(String, String, boolean, int, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a token expression on the given header
tokenize(String, String, boolean, String, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a token expression on the given header
tokenize(String, String, boolean, String, String, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a token expression on the given header
tokenizePair(String, String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a token pair expression on the message body.
tokenizePair(String, String, boolean) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a token pair expression on the message body
tokenizePair(String, String, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a token pair expression on the message body
tokenizePair(String, String, boolean) - Method in class org.apache.camel.builder.ValueBuilder
 
TokenizerExpression - Class in org.apache.camel.model.language
To use Camel message body or header with a tokenizer in Camel expressions or predicates.
TokenizerExpression() - Constructor for class org.apache.camel.model.language.TokenizerExpression
 
tokenizeXML(String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a XML token expression on the message body with XML content
tokenizeXML(String, int) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a XML token expression on the message body with XML content
tokenizeXML(String, String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a token pair expression on the message body with XML content
tokenizeXML(String, String, int) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a token pair expression on the message body with XML content
tokenizeXML(String, String) - Method in class org.apache.camel.builder.ValueBuilder
 
tokenizeXMLPair(String, String, int) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a token pair expression on the message body with XML content
tokenizeXMLPair(String, String, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a token pair expression on the message body with XML content
topic() - Method in class org.apache.camel.model.LoadBalanceDefinition
Uses topic load balancer
TopicLoadBalancerDefinition - Class in org.apache.camel.model.loadbalancer
Topic load balancer The topic load balancer sends to all destinations (rather like JMS Topics)
TopicLoadBalancerDefinition() - Constructor for class org.apache.camel.model.loadbalancer.TopicLoadBalancerDefinition
 
toString() - Method in class org.apache.camel.builder.DeadLetterChannelBuilder
 
toString() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
toString() - Method in class org.apache.camel.builder.ErrorHandlerBuilderRef
 
toString() - Method in class org.apache.camel.builder.NotifyBuilder
 
toString() - Method in class org.apache.camel.builder.RouteBuilder
 
toString() - Method in class org.apache.camel.builder.SimpleBuilder
 
toString() - Method in class org.apache.camel.main.MainDurationEventNotifier
 
toString() - Method in class org.apache.camel.model.AggregateDefinition
 
toString() - Method in class org.apache.camel.model.BeanDefinition
 
toString() - Method in class org.apache.camel.model.CatchDefinition
 
toString() - Method in class org.apache.camel.model.ChoiceDefinition
 
toString() - Method in class org.apache.camel.model.ClaimCheckDefinition
 
toString() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
toString() - Method in class org.apache.camel.model.ConvertBodyDefinition
 
toString() - Method in class org.apache.camel.model.dataformat.CustomDataFormat
 
toString() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.AliasEntry
 
toString() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.ImplicitCollectionEntry
 
toString() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.OmitFieldEntry
 
toString() - Method in class org.apache.camel.model.DelayDefinition
 
toString() - Method in class org.apache.camel.model.DynamicRouterDefinition
 
toString() - Method in class org.apache.camel.model.EnrichDefinition
 
toString() - Method in class org.apache.camel.model.ExpressionSubElementDefinition
 
toString() - Method in class org.apache.camel.model.FilterDefinition
 
toString() - Method in class org.apache.camel.model.FinallyDefinition
 
toString() - Method in class org.apache.camel.model.FromDefinition
 
toString() - Method in class org.apache.camel.model.HystrixDefinition
 
toString() - Method in class org.apache.camel.model.IdempotentConsumerDefinition
 
toString() - Method in class org.apache.camel.model.InOnlyDefinition
 
toString() - Method in class org.apache.camel.model.InOutDefinition
 
toString() - Method in class org.apache.camel.model.InputTypeDefinition
 
toString() - Method in class org.apache.camel.model.InterceptDefinition
 
toString() - Method in class org.apache.camel.model.InterceptFromDefinition
 
toString() - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
 
toString() - Method in class org.apache.camel.model.language.ExpressionDefinition
 
toString() - Method in class org.apache.camel.model.language.MethodCallExpression
 
toString() - Method in class org.apache.camel.model.language.TokenizerExpression
 
toString() - Method in class org.apache.camel.model.LoadBalanceDefinition
 
toString() - Method in class org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition
 
toString() - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
 
toString() - Method in class org.apache.camel.model.loadbalancer.RandomLoadBalancerDefinition
 
toString() - Method in class org.apache.camel.model.loadbalancer.RoundRobinLoadBalancerDefinition
 
toString() - Method in class org.apache.camel.model.loadbalancer.StickyLoadBalancerDefinition
 
toString() - Method in class org.apache.camel.model.loadbalancer.TopicLoadBalancerDefinition
 
toString() - Method in class org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition
 
toString() - Method in class org.apache.camel.model.LoadBalancerDefinition
 
toString() - Method in class org.apache.camel.model.LogDefinition
 
toString() - Method in class org.apache.camel.model.LoopDefinition
 
toString() - Method in class org.apache.camel.model.MarshalDefinition
 
toString() - Method in class org.apache.camel.model.MulticastDefinition
 
toString() - Method in class org.apache.camel.model.OnCompletionDefinition
 
toString() - Method in class org.apache.camel.model.OnExceptionDefinition
 
toString() - Method in class org.apache.camel.model.OnFallbackDefinition
 
toString() - Method in class org.apache.camel.model.OtherwiseDefinition
 
toString() - Method in class org.apache.camel.model.OutputDefinition
 
toString() - Method in class org.apache.camel.model.OutputTypeDefinition
 
toString() - Method in class org.apache.camel.model.PolicyDefinition
 
toString() - Method in class org.apache.camel.model.PollEnrichDefinition
 
toString() - Method in class org.apache.camel.model.ProcessDefinition
 
toString() - Method in class org.apache.camel.model.RecipientListDefinition
 
toString() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
toString() - Method in class org.apache.camel.model.RemoveHeaderDefinition
 
toString() - Method in class org.apache.camel.model.RemoveHeadersDefinition
 
toString() - Method in class org.apache.camel.model.RemovePropertiesDefinition
 
toString() - Method in class org.apache.camel.model.RemovePropertyDefinition
 
toString() - Method in class org.apache.camel.model.ResequenceDefinition
 
toString() - Method in class org.apache.camel.model.rest.RestBindingDefinition
 
toString() - Method in class org.apache.camel.model.rest.RestsDefinition
 
toString() - Method in class org.apache.camel.model.RestContextRefDefinition
 
toString() - Method in class org.apache.camel.model.RollbackDefinition
 
toString() - Method in class org.apache.camel.model.RouteBuilderDefinition
 
toString() - Method in class org.apache.camel.model.RouteContextRefDefinition
 
toString() - Method in class org.apache.camel.model.RouteDefinition
 
toString() - Method in class org.apache.camel.model.RoutesDefinition
 
toString() - Method in class org.apache.camel.model.RoutingSlipDefinition
 
toString() - Method in class org.apache.camel.model.SagaActionUriDefinition
 
toString() - Method in class org.apache.camel.model.SagaDefinition
 
toString() - Method in class org.apache.camel.model.SagaOptionDefinition
 
toString() - Method in class org.apache.camel.model.SamplingDefinition
 
toString() - Method in class org.apache.camel.model.ScriptDefinition
 
toString() - Method in class org.apache.camel.model.SetBodyDefinition
 
toString() - Method in class org.apache.camel.model.SetExchangePatternDefinition
 
toString() - Method in class org.apache.camel.model.SetFaultBodyDefinition
 
toString() - Method in class org.apache.camel.model.SetHeaderDefinition
 
toString() - Method in class org.apache.camel.model.SetPropertyDefinition
 
toString() - Method in class org.apache.camel.model.SortDefinition
 
toString() - Method in class org.apache.camel.model.SplitDefinition
 
toString() - Method in class org.apache.camel.model.StopDefinition
 
toString() - Method in class org.apache.camel.model.ThreadsDefinition
 
toString() - Method in class org.apache.camel.model.ThrottleDefinition
 
toString() - Method in class org.apache.camel.model.ThrowExceptionDefinition
 
toString() - Method in class org.apache.camel.model.ToDefinition
 
toString() - Method in class org.apache.camel.model.ToDynamicDefinition
 
toString() - Method in class org.apache.camel.model.TransactedDefinition
 
toString() - Method in class org.apache.camel.model.TransformDefinition
 
toString() - Method in class org.apache.camel.model.TryDefinition
 
toString() - Method in class org.apache.camel.model.UnmarshalDefinition
 
toString() - Method in class org.apache.camel.model.ValidateDefinition
 
toString() - Method in class org.apache.camel.model.WhenDefinition
 
toString() - Method in class org.apache.camel.model.WireTapDefinition
 
toType(String) - Method in class org.apache.camel.builder.TransformerBuilder
Set the 'to' data type name.
toType(Class<?>) - Method in class org.apache.camel.builder.TransformerBuilder
Set the 'to' data type using Java class.
tracing() - Method in class org.apache.camel.model.RouteDefinition
Enable tracing for this route.
tracing(String) - Method in class org.apache.camel.model.RouteDefinition
Enable tracing for this route.
transacted() - Method in class org.apache.camel.model.ProcessorDefinition
Marks this route as transacted and uses the default transacted policy found in the registry.
transacted(String) - Method in class org.apache.camel.model.ProcessorDefinition
Marks this route as transacted.
TransactedDefinition - Class in org.apache.camel.model
Enables transaction on the route
TransactedDefinition() - Constructor for class org.apache.camel.model.TransactedDefinition
 
TransactedDefinition(Policy) - Constructor for class org.apache.camel.model.TransactedDefinition
 
TransactedReifier - Class in org.apache.camel.reifier
 
transform(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
Message Translator EIP: Adds a processor which sets the body on the OUT message
transform() - Method in class org.apache.camel.model.ProcessorDefinition
Message Translator EIP: Adds a processor which sets the body on the OUT message
TransformDefinition - Class in org.apache.camel.model
Transforms the message body based on an expression
TransformDefinition() - Constructor for class org.apache.camel.model.TransformDefinition
 
TransformDefinition(Expression) - Constructor for class org.apache.camel.model.TransformDefinition
 
transformer() - Method in class org.apache.camel.builder.RouteBuilder
Create a new TransformerBuilder.
TransformerBuilder - Class in org.apache.camel.builder
A Java DSL which is used to build a Transformer and register into CamelContext.
TransformerBuilder() - Constructor for class org.apache.camel.builder.TransformerBuilder
 
TransformerDefinition - Class in org.apache.camel.model.transformer
Represents a Transformer which declaratively transforms message content according to the input type declared by InputTypeDefinition and/or output type declared by OutputTypeDefinition.
TransformerDefinition() - Constructor for class org.apache.camel.model.transformer.TransformerDefinition
 
TransformerReifier<T> - Class in org.apache.camel.reifier.transformer
 
TransformerReifier(T) - Constructor for class org.apache.camel.reifier.transformer.TransformerReifier
 
TransformersDefinition - Class in org.apache.camel.model.transformer
To configure transformers.
TransformersDefinition() - Constructor for class org.apache.camel.model.transformer.TransformersDefinition
 
trustCerts(boolean) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets whether to turn on trust certificate check when using client lookup
TryDefinition - Class in org.apache.camel.model
Marks the beginning of a try, catch, finally block
TryDefinition() - Constructor for class org.apache.camel.model.TryDefinition
 
type(String) - Method in class org.apache.camel.builder.ValidatorBuilder
Set the data type name.
type(Class<?>) - Method in class org.apache.camel.builder.ValidatorBuilder
Set the data type using Java class.
type(String) - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
To set the discovery type, valid values are on-demand and watch.
type - Variable in class org.apache.camel.model.PolicyDefinition
 
type(Class<?>) - Method in class org.apache.camel.model.rest.RestDefinition
 
type(RestParamType) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
The parameter type such as body, form, header, path, query
type - Variable in class org.apache.camel.model.TransactedDefinition
 

U

UNINITIALIZED_EXIT_CODE - Static variable in class org.apache.camel.main.MainSupport
 
units(TimeUnit) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
Set the time unit for the timeout.
UniVocityAbstractDataFormat - Class in org.apache.camel.model.dataformat
Represents the common parts of all uniVocity DataFormat parsers.
UniVocityAbstractDataFormat() - Constructor for class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
UniVocityAbstractDataFormat(String) - Constructor for class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
UniVocityAbstractDataFormatReifier<T extends UniVocityAbstractDataFormat> - Class in org.apache.camel.reifier.dataformat
 
UniVocityAbstractDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.UniVocityAbstractDataFormatReifier
 
UniVocityCsvDataFormat - Class in org.apache.camel.model.dataformat
The uniVocity CSV data format is used for working with CSV (Comma Separated Values) flat payloads.
UniVocityCsvDataFormat() - Constructor for class org.apache.camel.model.dataformat.UniVocityCsvDataFormat
 
UniVocityCsvDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
UniVocityCsvDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.UniVocityCsvDataFormatReifier
 
UniVocityFixedWidthDataFormat - Class in org.apache.camel.model.dataformat
The uniVocity Fixed Length data format is used for working with fixed length flat payloads.
UniVocityFixedWidthDataFormat() - Constructor for class org.apache.camel.model.dataformat.UniVocityFixedWidthDataFormat
 
UniVocityFixedWidthDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
UniVocityFixedWidthDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.UniVocityFixedWidthDataFormatReifier
 
UniVocityHeader - Class in org.apache.camel.model.dataformat
To configure headers for UniVocity data formats.
UniVocityHeader() - Constructor for class org.apache.camel.model.dataformat.UniVocityHeader
 
UniVocityTsvDataFormat - Class in org.apache.camel.model.dataformat
The uniVocity TSV data format is used for working with TSV (Tabular Separated Values) flat payloads.
UniVocityTsvDataFormat() - Constructor for class org.apache.camel.model.dataformat.UniVocityTsvDataFormat
 
UniVocityTsvDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
UniVocityTsvDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.UniVocityTsvDataFormatReifier
 
unmarshal(XStreamDataFormat.AliasList) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.AliasAdapter
 
unmarshal(XStreamDataFormat.ConverterList) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.ConvertersAdapter
 
unmarshal(XStreamDataFormat.ImplicitCollectionList) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.ImplicitCollectionsAdapter
 
unmarshal(XStreamDataFormat.OmitFieldList) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.OmitFieldsAdapter
 
unmarshal() - Method in class org.apache.camel.model.ProcessorDefinition
DataFormat: Unmarshals the in body using a DataFormat expression to define the format of the input message and the output will be set on the out message body.
unmarshal(DataFormatDefinition) - Method in class org.apache.camel.model.ProcessorDefinition
DataFormat: Unmarshals the in body using the specified DataFormat and sets the output on the out message body.
unmarshal(DataFormat) - Method in class org.apache.camel.model.ProcessorDefinition
DataFormat: Unmarshals the in body using the specified DataFormat and sets the output on the out message body.
unmarshal(String) - Method in class org.apache.camel.model.ProcessorDefinition
DataFormat: Unmarshals the in body using the specified DataFormat reference in the Registry and sets the output on the out message body.
unmarshal(String) - Method in class org.apache.camel.model.TimeUnitAdapter
 
UnmarshalDefinition - Class in org.apache.camel.model
Converts the message data received from the wire into a format that Apache Camel processors can consume
UnmarshalDefinition() - Constructor for class org.apache.camel.model.UnmarshalDefinition
 
UnmarshalDefinition(DataFormatDefinition) - Constructor for class org.apache.camel.model.UnmarshalDefinition
 
uri(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Sets the uri of the service to use
uri(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Sets the uri of the service to use
uri - Variable in class org.apache.camel.model.InterceptFromDefinition
 
uri - Variable in class org.apache.camel.model.SendDefinition
 
uriDelimiter(String) - Method in class org.apache.camel.model.DynamicRouterDefinition
Sets the uri delimiter to use
uriDelimiter(String) - Method in class org.apache.camel.model.RoutingSlipDefinition
Sets the uri delimiter to use
uris(String) - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
The URIs the client can connect to.
url(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
The Consul agent URL
useCollisionAvoidance() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
useCollisionAvoidance() - Method in class org.apache.camel.model.OnExceptionDefinition
Turn on collision avoidance.
useCollisionAvoidance() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Turn on collision avoidance.
useExponentialBackOff() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
useExponentialBackOff() - Method in class org.apache.camel.model.OnExceptionDefinition
Turn on exponential back off
useExponentialBackOff() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
Turn on exponential backk off
useLatest() - Static method in class org.apache.camel.builder.AggregationStrategies
Use the latest incoming exchange.
useOriginal() - Static method in class org.apache.camel.builder.AggregationStrategies
Use the original exchange.
useOriginal(boolean) - Static method in class org.apache.camel.builder.AggregationStrategies
Use the original exchange.
useOriginalBody() - Method in class org.apache.camel.model.OnCompletionDefinition
Will use the original input body when an Exchange for this on completion.
useOriginalMessage - Variable in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
useOriginalMessage() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
Will use the original input Message when an Exchange is moved to the dead letter queue.
useOriginalMessage() - Method in class org.apache.camel.model.OnExceptionDefinition
Will use the original input message when an Exchange is moved to the dead letter queue.
userName(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
Sets the username to be used for basic authentication
userName(String) - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
The user name to use for basic authentication.
username(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
Sets the username for authentication when using client lookup
username(String) - Method in class org.apache.camel.model.cloud.RibbonServiceCallServiceLoadBalancerConfiguration
Sets the username
useXForwardHeaders(boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
To specify whether to use X-Forward headers for Host and related setting

V

validate(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
Creates a validation expression which only if it is true then the exchange is forwarded to the destination.
validate(Predicate) - Method in class org.apache.camel.model.ProcessorDefinition
Creates a validation expression which only if it is true then the exchange is forwarded to the destination.
validate() - Method in class org.apache.camel.model.ProcessorDefinition
Creates a validation expression which only if it is true then the exchange is forwarded to the destination.
validateConfiguration() - Method in class org.apache.camel.model.OnExceptionDefinition
 
validateDeadLetterUri(RouteContext) - Method in class org.apache.camel.builder.DeadLetterChannelBuilder
 
validateDeadLetterUri(RouteContext) - Method in class org.apache.camel.reifier.errorhandler.DeadLetterChannelReifier
 
ValidateDefinition - Class in org.apache.camel.model
Validates a message based on an expression
ValidateDefinition() - Constructor for class org.apache.camel.model.ValidateDefinition
 
ValidateDefinition(Expression) - Constructor for class org.apache.camel.model.ValidateDefinition
 
ValidateDefinition(Predicate) - Constructor for class org.apache.camel.model.ValidateDefinition
 
validateUniqueIds(RouteDefinition, List<RouteDefinition>) - Static method in class org.apache.camel.model.RouteDefinitionHelper
Validates that the target route has no duplicate id's from any of the existing routes.
validateUniquePaths() - Method in class org.apache.camel.model.rest.RestDefinition
 
validator() - Method in class org.apache.camel.builder.RouteBuilder
Create a new ValidatorBuilder.
ValidatorBuilder - Class in org.apache.camel.builder
A Java DSL which is used to build a Validator and register into CamelContext.
ValidatorBuilder() - Constructor for class org.apache.camel.builder.ValidatorBuilder
 
ValidatorDefinition - Class in org.apache.camel.model.validator
Represents a Validator which declaratively validates message content according to the input type declared by InputTypeDefinition and/or output type declared by OutputTypeDefinition.
ValidatorDefinition() - Constructor for class org.apache.camel.model.validator.ValidatorDefinition
 
ValidatorReifier<T> - Class in org.apache.camel.reifier.validator
 
ValidatorsDefinition - Class in org.apache.camel.model.validator
To configure validators.
ValidatorsDefinition() - Constructor for class org.apache.camel.model.validator.ValidatorsDefinition
 
ValueBuilder - Class in org.apache.camel.builder
A builder of expressions or predicates based on values.
ValueBuilder(Expression) - Constructor for class org.apache.camel.builder.ValueBuilder
 
valueOf(String) - Static method in enum org.apache.camel.builder.DataFormatClause.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.model.ClaimCheckOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.model.dataformat.BindyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.model.dataformat.JsonLibrary
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.model.dataformat.YAMLLibrary
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.model.dataformat.YAMLTypeFilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.model.OnCompletionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.model.rest.CollectionFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.model.rest.RestBindingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.model.rest.RestHostNameResolver
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.model.rest.RestParamType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.model.SagaCompletionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.model.SagaPropagation
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.builder.DataFormatClause.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.model.ClaimCheckOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.model.dataformat.BindyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.model.dataformat.JsonLibrary
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.model.dataformat.YAMLLibrary
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.model.dataformat.YAMLTypeFilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.model.OnCompletionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.model.rest.CollectionFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.model.rest.RestBindingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.model.rest.RestHostNameResolver
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.model.rest.RestParamType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.model.SagaCompletionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.model.SagaPropagation
Returns an array containing the constants of this enum type, in the order they are declared.
verb(String) - Method in class org.apache.camel.model.rest.RestDefinition
 
verb(String, String) - Method in class org.apache.camel.model.rest.RestDefinition
 
verb(String) - Method in class org.apache.camel.model.rest.VerbDefinition
 
verb(String, String) - Method in class org.apache.camel.model.rest.VerbDefinition
 
VerbDefinition - Class in org.apache.camel.model.rest
Rest command
VerbDefinition() - Constructor for class org.apache.camel.model.rest.VerbDefinition
 

W

waitTime(long) - Method in class org.apache.camel.builder.NotifyBuilder
Specifies the wait time in millis to use in the NotifyBuilder.matchesWaitTime() method.
waitUntilCompleted() - Method in class org.apache.camel.main.MainSupport
 
weaveAddFirst() - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
Weaves by adding the nodes to the start of the route (excl onException etc).
weaveAddLast() - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
Weaves by adding the nodes to the end of the route (excl onException etc).
weaveById(String) - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
Weaves by matching id of the nodes in the route (incl onException etc).
weaveByToString(String) - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
Weaves by matching the to string representation of the nodes in the route (incl onException etc).
weaveByToUri(String) - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
Weaves by matching sending to endpoints with the given uri of the nodes in the route (incl onException etc).
weaveByType(Class<T>) - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
Weaves by matching type of the nodes in the route (incl onException etc).
weighted(boolean, String) - Method in class org.apache.camel.model.LoadBalanceDefinition
Uses weighted load balancer
weighted(boolean, String, String) - Method in class org.apache.camel.model.LoadBalanceDefinition
Uses weighted load balancer
WeightedLoadBalancerDefinition - Class in org.apache.camel.model.loadbalancer
Weighted load balancer The weighted load balancing policy allows you to specify a processing load distribution ratio for each server with respect to others.
WeightedLoadBalancerDefinition() - Constructor for class org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition
 
wereSentTo(String) - Method in class org.apache.camel.builder.NotifyBuilder
Optionally a sent to endpoint which means that this expression should only be based on Exchange which has been sent to the given endpoint uri.
when(Predicate) - Method in class org.apache.camel.model.ChoiceDefinition
Sets the predicate for the when node
when() - Method in class org.apache.camel.model.ChoiceDefinition
Creates an expression for the when node
when(Predicate) - Method in class org.apache.camel.model.InterceptDefinition
Applies this interceptor only if the given predicate is true
when(Predicate) - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
Applies this interceptor only if the given predicate is true
whenAllDoneMatches(Predicate) - Method in class org.apache.camel.builder.NotifyBuilder
Sets a condition that all done Exchange should match the Predicate
whenAllReceivedMatches(Predicate) - Method in class org.apache.camel.builder.NotifyBuilder
Sets a condition that all received Exchange should match the Predicate
whenAnyDoneMatches(Predicate) - Method in class org.apache.camel.builder.NotifyBuilder
Sets a condition that any done Exchange should match the Predicate
whenAnyReceivedMatches(Predicate) - Method in class org.apache.camel.builder.NotifyBuilder
Sets a condition that any received Exchange should match the Predicate
whenBodiesDone(Object...) - Method in class org.apache.camel.builder.NotifyBuilder
Sets a condition that the bodies is expected to be done in the order as well.
whenBodiesReceived(Object...) - Method in class org.apache.camel.builder.NotifyBuilder
Sets a condition that the bodies is expected to be received in the order as well.
whenCompleted(int) - Method in class org.apache.camel.builder.NotifyBuilder
Sets a condition when number of Exchange has been completed.
WhenDefinition - Class in org.apache.camel.model
Triggers a route when an expression evaluates to true
WhenDefinition() - Constructor for class org.apache.camel.model.WhenDefinition
 
WhenDefinition(Predicate) - Constructor for class org.apache.camel.model.WhenDefinition
 
WhenDefinition(ExpressionDefinition) - Constructor for class org.apache.camel.model.WhenDefinition
 
whenDone(int) - Method in class org.apache.camel.builder.NotifyBuilder
Sets a condition when number of Exchange is done being processed.
whenDoneByIndex(int) - Method in class org.apache.camel.builder.NotifyBuilder
Sets a condition when tne n'th (by index) Exchange is done being processed.
whenExactBodiesDone(Object...) - Method in class org.apache.camel.builder.NotifyBuilder
Sets a condition that the bodies is expected to be done in the order as well.
whenExactBodiesReceived(Object...) - Method in class org.apache.camel.builder.NotifyBuilder
Sets a condition that the bodies is expected to be received in the order as well.
whenExactlyCompleted(int) - Method in class org.apache.camel.builder.NotifyBuilder
Sets a condition when number of Exchange has been completed.
whenExactlyDone(int) - Method in class org.apache.camel.builder.NotifyBuilder
Sets a condition when number of Exchange is done being processed.
whenExactlyFailed(int) - Method in class org.apache.camel.builder.NotifyBuilder
Sets a condition when number of Exchange has failed.
whenFailed(int) - Method in class org.apache.camel.builder.NotifyBuilder
Sets a condition when number of Exchange has failed.
whenReceived(int) - Method in class org.apache.camel.builder.NotifyBuilder
Sets a condition when number of Exchange has been received.
WhenSkipSendToEndpointDefinition - Class in org.apache.camel.model
Predicate to determine if the message should be sent or not to the endpoint, when using interceptSentToEndpoint.
WhenSkipSendToEndpointDefinition() - Constructor for class org.apache.camel.model.WhenSkipSendToEndpointDefinition
 
willCreateNewThreadPool(RouteContext, ExecutorServiceAwareDefinition<?>, boolean) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
Determines whether a new thread pool will be created or not.
wireTap(Endpoint) - Method in class org.apache.camel.model.ProcessorDefinition
WireTap EIP: Sends messages to all its child outputs; so that each processor and destination gets a copy of the original message to avoid the processors interfering with each other using ExchangePattern.InOnly.
wireTap(String) - Method in class org.apache.camel.model.ProcessorDefinition
WireTap EIP: Sends messages to all its child outputs; so that each processor and destination gets a copy of the original message to avoid the processors interfering with each other using ExchangePattern.InOnly.
WireTapDefinition<Type extends ProcessorDefinition<Type>> - Class in org.apache.camel.model
Routes a copy of a message (or creates a new message) to a secondary destination while continue routing the original message.
WireTapDefinition() - Constructor for class org.apache.camel.model.WireTapDefinition
 
withAllowUseOriginalMessage(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether to allow access to the original message from Camel's error handler, or from org.apache.camel.spi.UnitOfWork.getOriginalInMessage().
withAutoConfigurationEnabled(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether auto configuration of components/dataformats/languages is enabled or not.
withAutoStartup(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether the object should automatically start when Camel starts.
withBean(String) - Method in class org.apache.camel.builder.TransformerBuilder
Set the Java Bean name to be used for custom Transformer.
withBean(String) - Method in class org.apache.camel.builder.ValidatorBuilder
Set the Java Bean name to be used for custom Validator.
withBody(Object) - Method in class org.apache.camel.builder.ExchangeBuilder
Set the in message body on the exchange
withConsumerTemplateCacheSize(int) - Method in class org.apache.camel.main.MainConfigurationProperties
Consumer template endpoints cache size.
withDataFormat(DataFormatDefinition) - Method in class org.apache.camel.builder.TransformerBuilder
Set the DataFormatDefinition to be used for the DataFormat Transformer.
withDuration(long) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the duration (in seconds) to run the application until it should be terminated.
withDurationHitExitCode(int) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the exit code for the application if duration was hit
withDurationMaxIdleSeconds(int) - Method in class org.apache.camel.main.MainConfigurationProperties
To specify for how long time in seconds Camel can be idle before automatic terminating the JVM.
withDurationMaxMessages(int) - Method in class org.apache.camel.main.MainConfigurationProperties
To specify how many messages to process by Camel before automatic terminating the JVM.
withDurationMaxSeconds(int) - Method in class org.apache.camel.main.MainConfigurationProperties
To specify for how long time in seconds to keep running the JVM before automatic terminating the JVM.
withEndpointRuntimeStatisticsEnabled(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether endpoint runtime statistics is enabled (gathers runtime usage of each incoming and outgoing endpoints).
withExpression(Expression) - Method in class org.apache.camel.builder.ValidatorBuilder
Set the Expression to be used for the predicate Validator.
withExpression(Predicate) - Method in class org.apache.camel.builder.ValidatorBuilder
Set the Predicate to be used for the predicate Validator.
withFileConfigurations(String) - Method in class org.apache.camel.main.MainConfigurationProperties
Directory to load additional configuration files that contains configuration values that takes precedence over any other configuration.
withFileWatchDirectory(String) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the directory name to watch XML file changes to trigger live reload of Camel routes.
withFileWatchDirectoryRecursively(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the flag to watch directory of XML file changes recursively to trigger live reload of Camel routes.
withHandleFault(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether fault handling is enabled or not.
withHangupInterceptorEnabled(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether to use graceful hangup when Camel is stopping or when the JVM terminates.
withHeader(String, Object) - Method in class org.apache.camel.builder.ExchangeBuilder
Set the message header of the in message on the exchange
withHeader(String) - Method in class org.apache.camel.model.rest.RestSecurityApiKey
 
withJava(Class<? extends Transformer>) - Method in class org.apache.camel.builder.TransformerBuilder
Set the Java Class represents a custom Transformer implementation class.
withJava(Class<? extends Validator>) - Method in class org.apache.camel.builder.ValidatorBuilder
Set the Java Class represents a custom Validator implementation class.
withJmxCreateConnector(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether JMX connector is created, allowing clients to connect remotely The default value is false.
withJmxEnabled(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Enable JMX in your Camel application.
withJmxManagementNamePattern(String) - Method in class org.apache.camel.main.MainConfigurationProperties
The naming pattern for creating the CamelContext JMX management name.
withJmxManagementStatisticsLevel(ManagementStatisticsLevel) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the JMX statistics level The level can be set to Extended to gather additional information The default value is Default.
withLogDebugMaxChars(int) - Method in class org.apache.camel.main.MainConfigurationProperties
Is used to limit the maximum length of the logging Camel message bodies.
withLogExhaustedMessageBody(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether to log exhausted message body with message history.
withLogMask(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether log mask is enabled or not.
withMessageHistory(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether message history is enabled or not.
withName(String) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the name of the CamelContext.
withPattern(ExchangePattern) - Method in class org.apache.camel.builder.ExchangeBuilder
Set the message exchange pattern on the exchange
withProducerTemplateCacheSize(int) - Method in class org.apache.camel.main.MainConfigurationProperties
Producer template endpoints cache size.
withProperty(String, Object) - Method in class org.apache.camel.builder.ExchangeBuilder
Set the exchange property
withQuery(String) - Method in class org.apache.camel.model.rest.RestSecurityApiKey
 
withReloadStrategy(ReloadStrategy) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets a custom ReloadStrategy to be used.
withScope(String, String) - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
 
withShutdownLogInflightExchangesOnTimeout(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether to log information about the inflight Exchanges which are still running during a shutdown which didn't complete without the given timeout.
withShutdownNowOnTimeout(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether to force shutdown of all consumers when a timeout occurred and thus not all consumers was shutdown within that period.
withShutdownRoutesInReverseOrder(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether routes should be shutdown in reverse or the same order as they where started.
withShutdownSuppressLoggingOnTimeout(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether Camel should try to suppress logging during shutdown and timeout was triggered, meaning forced shutdown is happening.
withShutdownTimeout(int) - Method in class org.apache.camel.main.MainConfigurationProperties
Timeout in seconds to graceful shutdown Camel.
withStreamCachingAnySpoolRules(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether if just any of the org.apache.camel.spi.StreamCachingStrategy.SpoolRule rules returns true then shouldSpoolCache(long) returns true, to allow spooling to disk.
withStreamCachingBufferSize(int) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the stream caching buffer size to use when allocating in-memory buffers used for in-memory stream caches.
withStreamCachingEnabled(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether stream caching is enabled or not.
withStreamCachingRemoveSpoolDirectoryWhenStopping(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether to remove stream caching temporary directory when stopping.
withStreamCachingSpoolCipher(String) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets a stream caching cipher name to use when spooling to disk to write with encryption.
withStreamCachingSpoolDirectory(String) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the stream caching spool (temporary) directory to use for overflow and spooling to disk.
withStreamCachingSpoolThreshold(long) - Method in class org.apache.camel.main.MainConfigurationProperties
Stream caching threshold in bytes when overflow to disk is activated.
withStreamCachingSpoolUsedHeapMemoryLimit(String) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets what the upper bounds should be when streamCachingSpoolUsedHeapMemoryThreshold is in use.
withStreamCachingSpoolUsedHeapMemoryThreshold(int) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets a percentage (1-99) of used heap memory threshold to activate stream caching spooling to disk.
withStreamCachingStatisticsEnabled(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether stream caching statistics is enabled.
withThreadNamePattern(String) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the thread name pattern used for creating the full thread name.
withTracing(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets whether tracing is enabled or not.
withUri(String) - Method in class org.apache.camel.builder.TransformerBuilder
Set the URI to be used for the endpoint Transformer.
withUri(String) - Method in class org.apache.camel.builder.ValidatorBuilder
Set the URI to be used for the endpoint Validator.
withUseBreadcrumb(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Set whether breadcrumb is enabled.
withUseDataType(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether to enable using data type on Camel messages.
withUseMdcLogging(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
To turn on MDC logging
wrapChannel(RouteContext, Processor, ProcessorDefinition<?>) - Method in class org.apache.camel.reifier.ProcessorReifier
 
wrapChannel(RouteContext, Processor, ProcessorDefinition<?>, Boolean) - Method in class org.apache.camel.reifier.ProcessorReifier
 
wrapInErrorHandler(RouteContext, Processor) - Method in class org.apache.camel.reifier.ProcessorReifier
Wraps the given output in an error handler
wrapProcessor(RouteContext, Processor) - Method in class org.apache.camel.reifier.ProcessorReifier
Wraps the child processor in whatever necessary interceptors and error handlers
writeTimeoutMillis(Long) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
Write timeout for OkHttpClient

X

xmlDataFormat(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
To use a specific XML data format

Important: This option is only for setting a custom name of the data format, not to refer to an existing data format instance.

XmlRpcDataFormat - Class in org.apache.camel.model.dataformat
The XML RPC data format is used for working with the XML RPC protocol.
XmlRpcDataFormat() - Constructor for class org.apache.camel.model.dataformat.XmlRpcDataFormat
 
XmlRpcDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
XmlRpcDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.XmlRpcDataFormatReifier
 
XMLSecurityDataFormat - Class in org.apache.camel.model.dataformat
The XML Security data format facilitates encryption and decryption of XML payloads.
XMLSecurityDataFormat() - Constructor for class org.apache.camel.model.dataformat.XMLSecurityDataFormat
 
XMLSecurityDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
XMLSecurityDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.XMLSecurityDataFormatReifier
 
XMLTokenizerExpression - Class in org.apache.camel.model.language
To use Camel message body or header with a XML tokenizer in Camel expressions or predicates.
XMLTokenizerExpression() - Constructor for class org.apache.camel.model.language.XMLTokenizerExpression
 
XMLTokenizerExpression(String) - Constructor for class org.apache.camel.model.language.XMLTokenizerExpression
 
xpath(String) - Method in class org.apache.camel.builder.BuilderSupport
Returns a xpath expression value builder
xpath(String, Class<?>) - Method in class org.apache.camel.builder.BuilderSupport
Returns a xpath expression value builder
xpath(String, Namespaces) - Method in class org.apache.camel.builder.BuilderSupport
Returns a xpath expression value builder
xpath(String, Class<?>, Namespaces) - Method in class org.apache.camel.builder.BuilderSupport
Returns a xpath expression value builder
xpath(String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an XPath expression
xpath(String, String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an XPath expression on the supplied header name's contents
xpath(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an XPath expression with the specified result type
xpath(String, Class<?>, String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an XPath expression with the specified result type on the supplied header name's contents
xpath(String, Class<?>, Namespaces) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an XPath expression with the specified result type and set of namespace prefixes and URIs
xpath(String, Class<?>, Namespaces, String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an XPath expression with the specified result type and set of namespace prefixes and URIs on the supplied header name's contents
xpath(String, Class<?>, Map<String, String>) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an XPath expression with the specified result type and set of namespace prefixes and URIs
xpath(String, Namespaces) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an XPath expression with the specified set of namespace prefixes and URIs
xpath(String, Map<String, String>) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an XPath expression with the specified set of namespace prefixes and URIs
xpath(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an XPath expression
xpath(String, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an XPath expression on the supplied header name's contents
xpath(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an XPath expression with the specified result type
xpath(String, Class<?>, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an XPath expression with the specified result type on the supplied header name's contents
xpath(String, Class<?>, Namespaces) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an XPath expression with the specified result type and set of namespace prefixes and URIs
xpath(String, Class<?>, Namespaces, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an XPath expression with the specified result type and set of namespace prefixes and URIs on the supplied header name's contents
xpath(String, Class<?>, Map<String, String>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an XPath expression with the specified result type and set of namespace prefixes and URIs
xpath(String, Namespaces) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an XPath expression with the specified set of namespace prefixes and URIs
xpath(String, Map<String, String>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an XPath expression with the specified set of namespace prefixes and URIs
XPathExpression - Class in org.apache.camel.model.language
To use XPath (XML) in Camel expressions or predicates.
XPathExpression() - Constructor for class org.apache.camel.model.language.XPathExpression
 
XPathExpression(String) - Constructor for class org.apache.camel.model.language.XPathExpression
 
XPathExpression(Expression) - Constructor for class org.apache.camel.model.language.XPathExpression
 
xquery(String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an XQuery expression
xquery(String, String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an XPath expression on the supplied header name's contents
xquery(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an XQuery expression with the specified result type
xquery(String, Class<?>, String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an XQuery expression with the specified result type
xquery(String, Class<?>, Namespaces) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an XQuery expression with the specified result type and set of namespace prefixes and URIs
xquery(String, Class<?>, Namespaces, String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an XQuery expression with the specified result type
xquery(String, Class<?>, Map<String, String>) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an XQuery expression with the specified result type and set of namespace prefixes and URIs
xquery(String, Namespaces) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an XQuery expression with the specified set of namespace prefixes and URIs
xquery(String, Map<String, String>) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an XQuery expression with the specified set of namespace prefixes and URIs
xquery(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an XQuery expression
xquery(String, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an XQuery expression
xquery(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an XQuery expression with the specified result type
xquery(String, Class<?>, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an XQuery expression with the specified result type
xquery(String, Class<?>, Namespaces) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an XQuery expression with the specified result type and set of namespace prefixes and URIs
xquery(String, Class<?>, Namespaces, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an XQuery expression with the specified result type and set of namespace prefixes and URIs
xquery(String, Class<?>, Map<String, String>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an XQuery expression with the specified result type and set of namespace prefixes and URIs
xquery(String, Namespaces) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an XQuery expression with the specified set of namespace prefixes and URIs
xquery(String, Map<String, String>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an XQuery expression with the specified set of namespace prefixes and URIs
XQueryExpression - Class in org.apache.camel.model.language
To use XQuery (XML) in Camel expressions or predicates.
XQueryExpression() - Constructor for class org.apache.camel.model.language.XQueryExpression
 
XQueryExpression(String) - Constructor for class org.apache.camel.model.language.XQueryExpression
 
xstream() - Method in class org.apache.camel.builder.DataFormatClause
Uses the XStream data format.
xstream(String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the xstream by setting the encoding or permission
xstream(String, String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the xstream by setting the encoding
xstream(Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
Uses the xstream by permitting the java type
xstream(String, Class<?>...) - Method in class org.apache.camel.builder.DataFormatClause
Uses the xstream by permitting the java type
XStreamDataFormat - Class in org.apache.camel.model.dataformat
XSTream data format is used for unmarshal a XML payload to POJO or to marshal POJO back to XML payload.
XStreamDataFormat() - Constructor for class org.apache.camel.model.dataformat.XStreamDataFormat
 
XStreamDataFormat(String) - Constructor for class org.apache.camel.model.dataformat.XStreamDataFormat
 
XStreamDataFormat.AliasAdapter - Class in org.apache.camel.model.dataformat
 
XStreamDataFormat.AliasEntry - Class in org.apache.camel.model.dataformat
 
XStreamDataFormat.AliasList - Class in org.apache.camel.model.dataformat
 
XStreamDataFormat.ConverterEntry - Class in org.apache.camel.model.dataformat
 
XStreamDataFormat.ConverterList - Class in org.apache.camel.model.dataformat
 
XStreamDataFormat.ConvertersAdapter - Class in org.apache.camel.model.dataformat
 
XStreamDataFormat.ImplicitCollectionEntry - Class in org.apache.camel.model.dataformat
 
XStreamDataFormat.ImplicitCollectionList - Class in org.apache.camel.model.dataformat
 
XStreamDataFormat.ImplicitCollectionsAdapter - Class in org.apache.camel.model.dataformat
 
XStreamDataFormat.OmitFieldEntry - Class in org.apache.camel.model.dataformat
 
XStreamDataFormat.OmitFieldList - Class in org.apache.camel.model.dataformat
 
XStreamDataFormat.OmitFieldsAdapter - Class in org.apache.camel.model.dataformat
 
XStreamDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
XStreamDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.XStreamDataFormatReifier
 
xtokenize(String, Namespaces) - Method in class org.apache.camel.builder.ExpressionClause
 
xtokenize(String, char, Namespaces) - Method in class org.apache.camel.builder.ExpressionClause
 
xtokenize(String, char, Namespaces, int) - Method in class org.apache.camel.builder.ExpressionClause
 
xtokenize(String, char, Namespaces, int) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an XML token expression on the message body with XML content
xtokenize(String, Namespaces) - Method in class org.apache.camel.builder.ValueBuilder
 
xtokenize(String, char, Namespaces) - Method in class org.apache.camel.builder.ValueBuilder
 

Y

yaml(YAMLLibrary) - Method in class org.apache.camel.builder.DataFormatClause
Uses the YAML data format
yaml(YAMLLibrary, Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
Uses the YAML data format
YAMLDataFormat - Class in org.apache.camel.model.dataformat
YAML is a data format to marshal and unmarshal Java objects to and from YAML.
YAMLDataFormat() - Constructor for class org.apache.camel.model.dataformat.YAMLDataFormat
 
YAMLDataFormat(YAMLLibrary) - Constructor for class org.apache.camel.model.dataformat.YAMLDataFormat
 
YAMLDataFormat(YAMLLibrary, Class<?>) - Constructor for class org.apache.camel.model.dataformat.YAMLDataFormat
 
YAMLDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
YAMLDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.YAMLDataFormatReifier
 
YAMLLibrary - Enum in org.apache.camel.model.dataformat
Represents the concrete Yaml libraries Camel supports.
YAMLTypeFilterDefinition - Class in org.apache.camel.model.dataformat
 
YAMLTypeFilterDefinition() - Constructor for class org.apache.camel.model.dataformat.YAMLTypeFilterDefinition
 
YAMLTypeFilterType - Enum in org.apache.camel.model.dataformat
 

Z

ZipDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
ZipDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.ZipDataFormatReifier
 
zipDeflater() - Method in class org.apache.camel.builder.DataFormatClause
Uses the ZIP deflater data format
zipDeflater(int) - Method in class org.apache.camel.builder.DataFormatClause
Uses the ZIP deflater data format
ZipDeflaterDataFormat - Class in org.apache.camel.model.dataformat
Zip Deflate Compression data format is a message compression and de-compression format (not zip files).
ZipDeflaterDataFormat() - Constructor for class org.apache.camel.model.dataformat.ZipDeflaterDataFormat
 
zipFile() - Method in class org.apache.camel.builder.DataFormatClause
Uses the ZIP file data format
ZipFileDataFormat - Class in org.apache.camel.model.dataformat
The Zip File data format is a message compression and de-compression format of zip files.
ZipFileDataFormat() - Constructor for class org.apache.camel.model.dataformat.ZipFileDataFormat
 
ZipFileDataFormatReifier - Class in org.apache.camel.reifier.dataformat
 
ZipFileDataFormatReifier(DataFormatDefinition) - Constructor for class org.apache.camel.reifier.dataformat.ZipFileDataFormatReifier
 
ZooKeeperServiceCallServiceDiscoveryConfiguration - Class in org.apache.camel.model.cloud
 
ZooKeeperServiceCallServiceDiscoveryConfiguration() - Constructor for class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
 
ZooKeeperServiceCallServiceDiscoveryConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
 
zookeeperServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
zookeeperServiceDiscovery(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
zookeeperServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
zookeeperServiceDiscovery(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

Apache Camel