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

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
add() - Method in class org.apache.camel.builder.TemplatedRouteBuilder
Adds the route to the CamelContext which is built from the configured route template.
addDefaultValue(String, String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
Adds a default value for the query parameter
addFaultToleranceConfiguration(String, FaultToleranceConfigurationDefinition) - Method in interface org.apache.camel.model.Model
Adds the MicroProfile Fault Tolerance configuration
addHystrixConfiguration(String, HystrixConfigurationDefinition) - Method in interface org.apache.camel.model.Model
Adds the Hystrix configuration
addInterceptStrategy(InterceptStrategy) - Method in class org.apache.camel.model.ProcessorDefinition
 
addLifecycleInterceptor(RouteBuilderLifecycleStrategy) - Method in class org.apache.camel.builder.RouteBuilder
Adds the given RouteBuilderLifecycleStrategy to be used.
addModelLifecycleStrategy(ModelLifecycleStrategy) - Method in interface org.apache.camel.model.Model
Adds the given model lifecycle strategy to be used.
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.CircuitBreakerDefinition
 
addOutput(ProcessorDefinition<?>) - Method in class org.apache.camel.model.ProcessorDefinition
 
addOutput(ProcessorDefinition<?>) - Method in class org.apache.camel.model.rest.VerbDefinition
 
addOutput(ProcessorDefinition<?>) - Method in class org.apache.camel.model.TryDefinition
 
addOutput(ProcessorDefinition<?>) - Method in class org.apache.camel.model.WireTapDefinition
 
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
addResilience4jConfiguration(String, Resilience4jConfigurationDefinition) - Method in interface org.apache.camel.model.Model
Adds the Resilience4j configuration
addRestDefinitions(Collection<RestDefinition>, boolean) - Method in interface org.apache.camel.model.Model
Adds a collection of rest definitions to the context
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(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.

addRouteFromTemplate(String, String, Map<String, Object>) - Method in interface org.apache.camel.model.Model
Adds a new route from a given route template
addRouteFromTemplate(String, String, RouteTemplateContext) - Method in interface org.apache.camel.model.Model
Adds a new route from a given route template
addRoutes(CamelContext, LambdaRouteBuilder) - Static method in class org.apache.camel.builder.RouteBuilder
Add routes to a context using a lambda expression.
addRoutesToCamelContext(CamelContext) - Method in class org.apache.camel.builder.RouteBuilder
 
addRouteTemplateDefinition(RouteTemplateDefinition) - Method in interface org.apache.camel.model.Model
Add a route definition to the context

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

addRouteTemplateDefinitionConverter(String, RouteTemplateDefinition.Converter) - Method in interface org.apache.camel.model.Model
Add a converter to translate a RouteTemplateDefinition to a RouteDefinition.
addRouteTemplateDefinitions(Collection<RouteTemplateDefinition>) - Method in interface org.apache.camel.model.Model
Adds a collection of route template definitions to the context

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

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 - Class in org.apache.camel.builder
Use this for using the advice with feature.
adviceWith(CamelContext, Object, ThrowingConsumer<AdviceWithRouteBuilder, Exception>) - Static method in class org.apache.camel.builder.AdviceWith
Advices this route with the route builder using a lambda expression.
adviceWith(CamelContext, Object, boolean, ThrowingConsumer<AdviceWithRouteBuilder, Exception>) - Static method in class org.apache.camel.builder.AdviceWith
Advices this route with the route builder using a lambda expression.
adviceWith(RouteDefinition, CamelContext, RouteBuilder) - Static method in class org.apache.camel.builder.AdviceWith
Advices this route with the route builder.
adviceWith(CamelContext, Object, ThrowingConsumer<AdviceWithRouteBuilder, Exception>) - Static method in class org.apache.camel.builder.AdviceWithRouteBuilder
adviceWith(CamelContext, Object, boolean, ThrowingConsumer<AdviceWithRouteBuilder, Exception>) - Static method in class org.apache.camel.builder.AdviceWithRouteBuilder
adviceWith(RouteDefinition, AdviceWithRouteBuilder) - Method in interface org.apache.camel.model.ModelCamelContext
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
 
AdviceWithDefinition - Class in org.apache.camel.model
Temporary model used internally by advice-with
AdviceWithDefinition() - Constructor for class org.apache.camel.model.AdviceWithDefinition
 
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
 
AdviceWithRouteBuilder(CamelContext) - 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
 
afterConfigure(RouteBuilder) - Method in interface org.apache.camel.builder.RouteBuilderLifecycleStrategy
This method is invoked after the RouteBuilder.configure() method is invoked.
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.
afterUrl(String) - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
After sending to the endpoint then send the message to this url which allows to process its result.
aggregate(Exchange, Exchange) - Method in class org.apache.camel.builder.AggregationStrategyClause
 
aggregate(Exchange, 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.
aggregateController(Supplier<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.
aggregationRepository(Supplier<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.
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(Supplier<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(Supplier<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(Supplier<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(Supplier<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(Supplier<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(Supplier<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.
aggregationStrategy(Supplier<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.
aggregationStrategyMethodAllowNull(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.
aggregationStrategyMethodAllowNull(String) - 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.
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(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
allowCoreThreadTimeOut(boolean) - Method in class org.apache.camel.model.ThreadsDefinition
Whether idle core threads are allowed to timeout and therefore can shrink the pool size below the core pool size

Is by default false

allowCoreThreadTimeOut(String) - 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
allowEmptyStream(boolean) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
 
allowEmptyStream(String) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
 
allowJmsType(boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
allowJmsType(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
allowMaximumSizeToDivergeFromCoreSize(boolean) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
Allows the configuration for maximumSize to take effect.
allowOptimisedComponents(boolean) - Method in class org.apache.camel.model.EnrichDefinition
Whether to allow components to optimise enricher if they are SendDynamicAware.
allowOptimisedComponents(String) - Method in class org.apache.camel.model.EnrichDefinition
Whether to allow components to optimise enricher if they are SendDynamicAware.
allowOptimisedComponents(boolean) - Method in class org.apache.camel.model.ToDynamicDefinition
Whether to allow components to optimise toD if they are SendDynamicAware.
allowOptimisedComponents(String) - 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.
allowUnmarshallType(boolean) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
allowUnmarshallType(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
allowUnmarshallType(boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
allowUnmarshallType(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
allowUnmarshallType(boolean) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
allowUnmarshallType(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
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
any23(String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Any23 data format
any23(String, Any23Type) - Method in class org.apache.camel.builder.DataFormatClause
 
any23(String, Any23Type, Map<String, String>) - Method in class org.apache.camel.builder.DataFormatClause
 
any23(String, Any23Type, Map<String, String>, List<String>) - Method in class org.apache.camel.builder.DataFormatClause
 
Any23DataFormat - Class in org.apache.camel.model.dataformat
Extract RDF data from HTML documents.
Any23DataFormat() - Constructor for class org.apache.camel.model.dataformat.Any23DataFormat
 
Any23DataFormat(String) - Constructor for class org.apache.camel.model.dataformat.Any23DataFormat
 
Any23DataFormat(String, Any23Type) - Constructor for class org.apache.camel.model.dataformat.Any23DataFormat
 
Any23DataFormat(String, Any23Type, Map<String, String>) - Constructor for class org.apache.camel.model.dataformat.Any23DataFormat
 
Any23DataFormat(String, Any23Type, Map<String, String>, List<String>) - Constructor for class org.apache.camel.model.dataformat.Any23DataFormat
 
Any23Type - Enum in org.apache.camel.model.dataformat
Represents the different types of bindy data formats.
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 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
 
apply(RouteDefinition) - Method in class org.apache.camel.model.RouteFilters
 
apply(RouteTemplateDefinition, Map<String, Object>) - Method in interface org.apache.camel.model.RouteTemplateDefinition.Converter
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
Encode and decode data structures using Abstract Syntax Notation One (ASN.1).
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
 
asRestConfiguration(CamelContext, RestConfiguration) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Configured an instance of 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() - Method in class org.apache.camel.model.RouteTemplateDefinition
Creates a copy of this template as a RouteDefinition which can be used to add as a new route.
asTypeName(Class<?>) - Method in class org.apache.camel.model.rest.RestDefinition
 
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.
asyncDelayed(boolean) - Method in class org.apache.camel.model.ThrottleDefinition
Enables asynchronous delay which means the thread will not block while delaying.
asyncDelayed(String) - Method in class org.apache.camel.model.ThrottleDefinition
Enables asynchronous delay which means the thread will not block while delaying.
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.
authorizationCode(String, String) - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
 
authorizationUrl(String) - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
 
autoDiscoverObjectMapper(boolean) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
autoDiscoverObjectMapper(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
autoDiscoverObjectMapper(boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
autoDiscoverObjectMapper(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
autoDiscoverObjectMapper(boolean) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
autoDiscoverObjectMapper(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
automaticTransitionFromOpenToHalfOpenEnabled(boolean) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
Enables automatic transition from OPEN to HALF_OPEN state once the waitDurationInOpenState has passed.
autoStartComponents(String) - Method in class org.apache.camel.model.ToDynamicDefinition
Whether to auto startup components when toD is starting up.
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
 
avro(AvroLibrary) - Method in class org.apache.camel.builder.DataFormatClause
Uses Avro data format with library
avro(Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Avro data format with given unmarshalType
avro(AvroLibrary, Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Avro data format with given library and unmarshalType
avro(AvroLibrary, Class<?>, String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Avro data format with given library, unmarshalType and schemaResolver
AvroDataFormat - Class in org.apache.camel.model.dataformat
Serialize and deserialize messages using Apache Avro binary data format.
AvroDataFormat() - Constructor for class org.apache.camel.model.dataformat.AvroDataFormat
 
AvroDataFormat(AvroLibrary) - Constructor for class org.apache.camel.model.dataformat.AvroDataFormat
 
AvroDataFormat(String) - Constructor for class org.apache.camel.model.dataformat.AvroDataFormat
 
AvroLibrary - Enum in org.apache.camel.model.dataformat
Supported Avro marshalers.

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
Transform strings to various 1D/2D barcode bitmap formats and back.
BarcodeDataFormat() - Constructor for class org.apache.camel.model.dataformat.BarcodeDataFormat
 
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
Encode and decode data using Base64.
Base64DataFormat() - Constructor for class org.apache.camel.model.dataformat.Base64DataFormat
 
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
Deprecated.
bean(Object, String) - Static method in class org.apache.camel.builder.Builder
Deprecated.
use Builder.method(Class, String) (Object, String)}
bean(Class<?>, String) - Static method in class org.apache.camel.builder.Builder
bean(String, Object) - Method in class org.apache.camel.builder.TemplatedRouteBuilder
Binds the bean to the template local repository (takes precedence over global beans)
bean(String, Class<?>, Object) - Method in class org.apache.camel.builder.TemplatedRouteBuilder
Binds the bean to the template local repository (takes precedence over global beans)
bean(String, Class<?>, Supplier<Object>) - Method in class org.apache.camel.builder.TemplatedRouteBuilder
Binds the bean (via a supplier) to the template local repository (takes precedence over global beans)
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(Supplier<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(Supplier<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(Supplier<Object>, String, BeanScope) - 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, BeanScope) - 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, BeanScope) - 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<?>, BeanScope) - 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, BeanScope) - 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.RouteTemplateBeanDefinition
Calls a method on a bean for creating the local template bean
bean(Class<?>, String) - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
Calls a method on a bean for creating the local template bean
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
Marshal and unmarshal Java beans to and from flat files (such as CSV, delimited, or fixed length formats).
BeanioDataFormat() - Constructor for class org.apache.camel.model.dataformat.BeanioDataFormat
 
beanType(Class<?>) - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
To set the return type of the script (fully qualified class name).
beanType(String) - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
To set the return type of the script (fully qualified class name).
bearerToken(String, String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
 
bearerToken(String, String, String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
 
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
 
beforeConfigure(RouteBuilder) - Method in interface org.apache.camel.builder.RouteBuilderLifecycleStrategy
This method is invoked before the RouteBuilder.configure() method is invoked.
bind(String, Object) - Method in class org.apache.camel.model.DefaultRouteTemplateContext
 
bind(String, Class<?>, Object) - Method in class org.apache.camel.model.DefaultRouteTemplateContext
 
bind(String, Class<?>, Supplier<Object>) - Method in class org.apache.camel.model.DefaultRouteTemplateContext
 
bindAsPrototype(String, Class<?>, Supplier<Object>) - Method in class org.apache.camel.model.DefaultRouteTemplateContext
 
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
Marshal and unmarshal Java beans from and to flat payloads (such as CSV, delimited, fixed length formats, or FIX messages).
BindyDataFormat() - Constructor for class org.apache.camel.model.dataformat.BindyDataFormat
 
BindyType - Enum in org.apache.camel.model.dataformat
Represents the different types of Bindy data formats.
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
blockSeconds(String) - 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(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
breakOnShutdown() - Method in class org.apache.camel.model.LoopDefinition
 
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.

builder(CamelContext, String) - Static method in class org.apache.camel.builder.TemplatedRouteBuilder
Creates a new TemplatedRouteBuilder to specify input parameters, and others, for the route template.
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
bulkheadEnabled(boolean) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
Whether bulkhead is enabled or not on the circuit breaker.
bulkheadEnabled(boolean) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
Whether bulkhead is enabled or not on the circuit breaker.
bulkheadExecutorServiceRef(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
References to a custom thread pool to use when bulkhead is enabled
bulkheadMaxConcurrentCalls(int) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
Configures the max amount of concurrent calls the bulkhead will support.
bulkheadMaxConcurrentCalls(int) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
Configures the max amount of concurrent calls the bulkhead will support.
bulkheadMaxWaitDuration(int) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
Configures a maximum amount of time which the calling thread will wait to enter the bulkhead.
bulkheadWaitingTaskQueue(int) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
Configures the task queue size for holding waiting tasks to be processed by the bulkhead

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
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(String) - 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(String) - 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(String) - 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(String) - 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(String) - 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 ProducerCache which is used to cache and reuse producers when using this recipient list, when uris are reused.
cacheSize(String) - Method in class org.apache.camel.model.ToDynamicDefinition
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.WireTapDefinition
Sets the maximum size used by the ProducerCache which is used to cache and reuse producers, when uris are reused.
cacheSize(String) - 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(String) - 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.
callerRunsWhenRejected(String) - 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.
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
Unmarshal a CBOR payload to POJO and back.
CBORDataFormat() - Constructor for class org.apache.camel.model.dataformat.CBORDataFormat
 
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
 
circuitBreaker() - Method in class org.apache.camel.model.ProcessorDefinition
Creates a Circuit Breaker EIP.
CircuitBreakerDefinition - Class in org.apache.camel.model
 
CircuitBreakerDefinition() - Constructor for class org.apache.camel.model.CircuitBreakerDefinition
 
circuitBreakerEnabled(boolean) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
Whether to use a HystrixCircuitBreaker or not.
circuitBreakerErrorThresholdPercentage(int) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
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
Deprecated.
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
Deprecated.
If true the HystrixCircuitBreaker.allowRequest() will always return false, causing the circuit to be open (tripped) and reject all requests.
circuitBreakerRef(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
Refers to an existing io.github.resilience4j.circuitbreaker.CircuitBreaker instance to lookup and use from the registry.
circuitBreakerRef(String) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
Refers to an existing io.github.resilience4j.circuitbreaker.CircuitBreaker instance to lookup and use from the registry.
circuitBreakerRequestVolumeThreshold(int) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
Minimum number of requests in the metricsRollingStatisticalWindowInMilliseconds() that must exist before the HystrixCircuitBreaker will trip.
circuitBreakerSleepWindowInMilliseconds(int) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
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.
classType(Class<?>) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
 
classType(String) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
 
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
 
clear() - Method in class org.apache.camel.model.SendDefinition
 
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
clientCredentials(String) - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
 
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() - 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.
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.
collectionType(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
collectionType(Class<?>) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
collectionType(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
collectionType(Class<?>) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
collectionType(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
collectionType(Class<?>) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
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.
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.
completionInterval(String) - 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
 
completionMode(String) - 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(String) - Method in class org.apache.camel.model.AggregateDefinition
Number of messages aggregated before the aggregation 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(String) - Method in class org.apache.camel.model.AggregateDefinition
Time in millis that an aggregated exchange should be inactive before its complete (timeout).
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.
configRef(String) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
Refers to an existing io.github.resilience4j.circuitbreaker.CircuitBreakerConfig instance to lookup and use from the registry.
configuration(String) - Method in class org.apache.camel.model.CircuitBreakerDefinition
Refers to a configuration to use for configuring the circuit breaker.
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(Consumer<RouteTemplateContext>) - Method in class org.apache.camel.builder.TemplatedRouteBuilder
Sets a configurer which allows to do configuration while the route template is being used to create a route.
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, Object, String, Object, boolean) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinitionConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.model.HystrixConfigurationDefinitionConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinitionConfigurer
 
configure(Consumer<RouteTemplateContext>) - Method in class org.apache.camel.model.RouteTemplateDefinition
Sets a configurer which allows to do configuration while the route template is being used to create a route.
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
configureExpression(CamelContext, Expression) - Method in class org.apache.camel.builder.ExpressionClauseSupport
 
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
configureRouteTemplate(RouteTemplateDefinition) - Method in class org.apache.camel.builder.RouteBuilder
 
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
connectTimeoutMillis(String) - 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.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
A fixed value set only once during the route startup.
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
 
ContentTypeHeaderAware - Interface in org.apache.camel.model.dataformat
Data format that is capable of using content type header.
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
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
copy(String) - Method in class org.apache.camel.model.WireTapDefinition
Uses a copy of the original exchange
corePoolSize(int) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
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.
createErrorHandlerBuilder() - Method in class org.apache.camel.builder.BuilderSupport
 
createExpression(CamelContext) - Method in class org.apache.camel.builder.ExpressionClauseSupport
 
createExpression(CamelContext) - Method in class org.apache.camel.model.language.ExpressionDefinition
 
createExpression(ExpressionDefinition) - Method in interface org.apache.camel.model.ModelCamelContext
Creates an expression from the model.
createLogger() - Method in class org.apache.camel.builder.DeadLetterChannelBuilder
 
createLogger() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
createPredicate(CamelContext) - Method in class org.apache.camel.model.language.ExpressionDefinition
 
createPredicate(ExpressionDefinition) - Method in interface org.apache.camel.model.ModelCamelContext
Creates a predicate from the model.
createRedeliveryPolicy() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
createRest() - Method in class org.apache.camel.model.rest.RestsDefinition
 
createRoute() - Method in class org.apache.camel.model.RoutesDefinition
 
createRouteBuilder(CamelContext) - Method in class org.apache.camel.model.RouteBuilderDefinition
 
createRoutes(CamelContext) - Method in class org.apache.camel.model.RouteBuilderDefinition
 
createRouteTemplate() - Method in class org.apache.camel.model.RouteTemplatesDefinition
 
CryptoDataFormat - Class in org.apache.camel.model.dataformat
Encrypt and decrypt messages using Java Cryptography Extension (JCE).
CryptoDataFormat() - Constructor for class org.apache.camel.model.dataformat.CryptoDataFormat
 
csimple(String) - Static method in class org.apache.camel.builder.Builder
Returns a csimple expression
csimple(String, Class<?>) - Static method in class org.apache.camel.builder.Builder
Returns a csimple expression
csimple(String) - Method in class org.apache.camel.builder.BuilderSupport
Returns a compiled simple expression value builder
csimple(String, Class<?>) - Method in class org.apache.camel.builder.BuilderSupport
Returns a compiled simple expression value builder
csimple(String) - Method in class org.apache.camel.builder.ExpressionClause
Returns a compiled simple expression value builder
csimple(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
Returns a compile simple expression value builder
csimple(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a compiled simple expression
csimple(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a compiled simple expression
CSimpleExpression - Class in org.apache.camel.model.language
Evaluate a compile simple expression language.
CSimpleExpression() - Constructor for class org.apache.camel.model.language.CSimpleExpression
 
CSimpleExpression(String) - Constructor for class org.apache.camel.model.language.CSimpleExpression
 
csv() - Method in class org.apache.camel.builder.DataFormatClause
Uses the CSV data format
csv() - Method in class org.apache.camel.model.dataformat.BindyDataFormat
 
CsvDataFormat - Class in org.apache.camel.model.dataformat
Handle CSV (Comma Separated Values) 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
 
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
Delegate to a custom DataFormat implementation via Camel registry.
CustomDataFormat() - Constructor for class org.apache.camel.model.dataformat.CustomDataFormat
 
CustomDataFormat(String) - Constructor for class org.apache.camel.model.dataformat.CustomDataFormat
 
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
 
CustomLoadBalancerDefinition(String) - 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
 
DataFormatDefinitionAware - Interface in org.apache.camel.model
Marker interface to mark a ProcessorDefinition that supports data formats.
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.

DataFormatsDefinition - Class in org.apache.camel.model.dataformat
Configure data formats.
DataFormatsDefinition() - Constructor for class org.apache.camel.model.dataformat.DataFormatsDefinition
 
DataFormatTransformerDefinition - Class in org.apache.camel.model.transformer
Represents a org.apache.camel.processor.transformer.DataFormatTransformer which leverages DataFormat to perform transformation.
DataFormatTransformerDefinition() - Constructor for class org.apache.camel.model.transformer.DataFormatTransformerDefinition
 
datasonnet(String) - Method in class org.apache.camel.builder.BuilderSupport
Returns a Datasonnet expression value builder
datasonnet(Expression) - Method in class org.apache.camel.builder.BuilderSupport
Returns a Datasonnet expression value builder
datasonnet(String, Class<?>) - Method in class org.apache.camel.builder.BuilderSupport
Returns a Datasonnet expression value builder
datasonnet(Expression, Class<?>) - Method in class org.apache.camel.builder.BuilderSupport
Returns a Datasonnet expression value builder
datasonnet(String) - Method in class org.apache.camel.builder.ExpressionClause
datasonnet(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
DatasonnetExpression - Class in org.apache.camel.model.language
To use DataSonnet scripts in Camel expressions or predicates.
DatasonnetExpression() - Constructor for class org.apache.camel.model.language.DatasonnetExpression
 
DatasonnetExpression(String) - Constructor for class org.apache.camel.model.language.DatasonnetExpression
 
DatasonnetExpression(Expression) - Constructor for class org.apache.camel.model.language.DatasonnetExpression
 
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
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
 
DeadLetterChannelConfiguration - Class in org.apache.camel.model.errorhandler
 
DeadLetterChannelConfiguration() - Constructor for class org.apache.camel.model.errorhandler.DeadLetterChannelConfiguration
 
DeadLetterChannelProperties - Interface in org.apache.camel.model.errorhandler
 
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.
DEFAULT_COMPONENT - Static variable in class org.apache.camel.model.cloud.ServiceCallDefinitionConstants
 
DEFAULT_CONVERTER - Static variable in interface org.apache.camel.model.RouteTemplateDefinition.Converter
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.builder.ErrorHandlerBuilderRef
 
DEFAULT_ERROR_HANDLER_BUILDER - Static variable in class org.apache.camel.model.errorhandler.ErrorHandlerHelper
 
DEFAULT_ERROR_HANDLER_BUILDER - Static variable in interface org.apache.camel.model.errorhandler.ErrorHandlerRefProperties
 
DEFAULT_GROUP_KEY - Static variable in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
 
DEFAULT_LOAD_BALANCER_ID - Static variable in class org.apache.camel.model.cloud.ServiceCallDefinitionConstants
 
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
 
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
 
DefaultErrorHandlerConfiguration - Class in org.apache.camel.model.errorhandler
 
DefaultErrorHandlerConfiguration() - Constructor for class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
DefaultErrorHandlerProperties - Interface in org.apache.camel.model.errorhandler
 
defaultLoadBalancer() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
defaultLoadBalancer() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
defaultProfile(Boolean) - Method in class org.apache.camel.builder.ThreadPoolProfileBuilder
 
DefaultRouteTemplateContext - Class in org.apache.camel.model
Default RouteTemplateContext.
DefaultRouteTemplateContext(CamelContext) - Constructor for class org.apache.camel.model.DefaultRouteTemplateContext
 
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.
delay(long) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
Control how long the circuit breaker stays open.
delay(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
Control how long the circuit breaker stays open.
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.
delimiter(String) - Method in class org.apache.camel.model.SplitDefinition
Delimiter used in splitting messages.
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.
deprecated() - Method in class org.apache.camel.model.rest.RestDefinition
 
deprecated() - Method in class org.apache.camel.model.rest.VerbDefinition
Sets deprecated flag in openapi
description() - Method in class org.apache.camel.model.AggregateDefinition
 
description() - Method in class org.apache.camel.model.BeanDefinition
 
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(String) - Method in class org.apache.camel.model.RouteTemplateDefinition
 
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
 
DescriptionDefinition(String) - Constructor for class org.apache.camel.model.DescriptionDefinition
 
destroy() - Method in class org.apache.camel.builder.NotifyBuilder
De-registers this builder from its CamelContext.
disableFeatures(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
disableFeatures(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
disableFeatures(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
disableRedelivery() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
discardOnAggregationFailure() - Method in class org.apache.camel.model.AggregateDefinition
Discards the aggregated message when aggregation failed (an exception was thrown from AggregationStrategy.
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)
doFinally() - Method in class org.apache.camel.model.TryDefinition
The finally block for a given handle
domain(String) - Method in class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfiguration
The domain name;
doSetMultiValueProperties(String, String, Map<String, Object>) - Method in interface org.apache.camel.builder.EndpointConsumerBuilder
Adds multi-value options to this endpoint.
doSetMultiValueProperties(String, String, Map<String, Object>) - Method in interface org.apache.camel.builder.EndpointProducerBuilder
Adds multi-value options to this endpoint.
doSetMultiValueProperty(String, String, Object) - Method in interface org.apache.camel.builder.EndpointConsumerBuilder
Adds a multi-value option to this endpoint.
doSetMultiValueProperty(String, String, Object) - Method in interface org.apache.camel.builder.EndpointProducerBuilder
Adds a multi-value option to this endpoint.
doSetProperty(String, Object) - Method in interface org.apache.camel.builder.EndpointConsumerBuilder
Adds an option to this endpoint.
doSetProperty(String, Object) - Method in interface org.apache.camel.builder.EndpointProducerBuilder
Adds an option to this endpoint.
doTry() - Method in class org.apache.camel.model.ProcessorDefinition
Creates a try/catch block
dropRootNode(boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
dropRootNode(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
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.
dynamicUri(String) - 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
 
enableFeatures(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
enableFeatures(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
enableFeatures(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
end() - Method in class org.apache.camel.model.ChoiceDefinition
 
end() - Method in class org.apache.camel.model.CircuitBreakerDefinition
 
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.FaultToleranceConfigurationDefinition
End of configuration.
end() - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
End of configuration.
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.Resilience4jConfigurationDefinition
End of configuration.
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.RouteTemplateBeanDefinition
 
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.
endCircuitBreaker() - Method in class org.apache.camel.model.ProcessorDefinition
Ends the current block and returns back to the circuitBreaker() 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
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
 
EndpointConsumerBuilder - Interface in org.apache.camel.builder
Type-safe endpoint DSL for building consumer endpoints.
EndpointProducerBuilder - Interface in org.apache.camel.builder
Type-safe endpoint DSL for building producer endpoints.
endpointProducerBuilder - Variable in class org.apache.camel.model.SendDefinition
 
endpointProducerBuilder - Variable in class org.apache.camel.model.ToDynamicDefinition
 
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(EndpointProducerBuilder) - Method in class org.apache.camel.model.ProcessorDefinition
The Content Enricher EIP enriches an exchange with additional data obtained from a resourceUri.
enrich(EndpointProducerBuilder, 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(EndpointProducerBuilder, 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(EndpointProducerBuilder, 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.
enrichWith(EndpointProducerBuilder) - 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(EndpointProducerBuilder, 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(EndpointProducerBuilder, 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(String) - 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() - Constructor for class org.apache.camel.builder.ErrorHandlerBuilderRef
 
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
 
ErrorHandlerHelper - Class in org.apache.camel.model.errorhandler
 
ErrorHandlerRefConfiguration - Class in org.apache.camel.model.errorhandler
 
ErrorHandlerRefConfiguration() - Constructor for class org.apache.camel.model.errorhandler.ErrorHandlerRefConfiguration
 
ErrorHandlerRefProperties - Interface in org.apache.camel.model.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, 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
exceptionClasses(Class<? extends Throwable>) - Method in class org.apache.camel.model.CatchDefinition
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
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
Get the value of named Camel Exchange property.
ExchangePropertyExpression() - Constructor for class org.apache.camel.model.language.ExchangePropertyExpression
 
ExchangePropertyExpression(String) - Constructor for class org.apache.camel.model.language.ExchangePropertyExpression
 
executionIsolationSemaphoreMaxConcurrentRequests(int) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
Number of concurrent requests permitted to HystrixCommand.run().
executionIsolationStrategy(String) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
What isolation strategy HystrixCommand.run() will be executed with.
executionIsolationThreadInterruptOnTimeout(boolean) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
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
Deprecated.
Whether the timeout mechanism is enabled for this command
executionTimeoutInMilliseconds(int) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
Time in milliseconds at which point the command will timeout and halt execution.
executorService(ScheduledExecutorService) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
Sets the thread pool to be used for redelivery.
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(Supplier<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(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
exponentialBackOff() - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
Enable exponential backoff
exponentialBackOff(boolean) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
 
exponentialBackOff(String) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
 
expr() - Method in interface org.apache.camel.builder.EndpointConsumerBuilder
Builds an expression of this endpoint url.
expr(CamelContext) - Method in interface org.apache.camel.builder.EndpointConsumerBuilder
Builds a dynamic expression of this endpoint url.
expr() - Method in interface org.apache.camel.builder.EndpointProducerBuilder
Builds an expression of this endpoint url.
expr(CamelContext) - Method in interface org.apache.camel.builder.EndpointProducerBuilder
Builds a dynamic expression of this endpoint url.
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 ExpressionNode which does not support any 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(ExpressionDefinition) - 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
 
failureRateThreshold(float) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
Configures the failure rate threshold in percentage.
failureRatio(int) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
Configures the failure rate threshold in percentage.
fallbackEnabled(boolean) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
Whether HystrixCommand.getFallback() should be attempted when failure occurs.
fallbackIsolationSemaphoreMaxConcurrentRequests(int) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
Number of concurrent requests permitted to HystrixCommand.getFallback().
faultToleranceConfiguration() - Method in class org.apache.camel.model.CircuitBreakerDefinition
Configures the circuit breaker to use MicroProfile Fault Tolerance.
faultToleranceConfiguration(FaultToleranceConfigurationDefinition) - Method in class org.apache.camel.model.CircuitBreakerDefinition
Configures the circuit breaker to use MicroProfile Fault Tolerance with the given configuration.
FaultToleranceConfigurationCommon - Class in org.apache.camel.model
 
FaultToleranceConfigurationCommon() - Constructor for class org.apache.camel.model.FaultToleranceConfigurationCommon
 
FaultToleranceConfigurationDefinition - Class in org.apache.camel.model
MicroProfile Fault Tolerance Circuit Breaker EIP configuration
FaultToleranceConfigurationDefinition() - Constructor for class org.apache.camel.model.FaultToleranceConfigurationDefinition
 
FaultToleranceConfigurationDefinition(CircuitBreakerDefinition) - Constructor for class org.apache.camel.model.FaultToleranceConfigurationDefinition
 
FaultToleranceConfigurationDefinitionConfigurer - Class in org.apache.camel.model
Generated by camel build tools - do NOT edit this file!
FaultToleranceConfigurationDefinitionConfigurer() - Constructor for class org.apache.camel.model.FaultToleranceConfigurationDefinitionConfigurer
 
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
 
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
Marshall and unmarshall FHIR objects to/from JSON.
FhirJsonDataFormat() - Constructor for class org.apache.camel.model.dataformat.FhirJsonDataFormat
 
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
Marshall and unmarshall FHIR objects to/from XML.
FhirXmlDataFormat() - Constructor for class org.apache.camel.model.dataformat.FhirXmlDataFormat
 
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
filterByPattern(String, String) - Static method in class org.apache.camel.model.RouteFilters
Used for filtering routes routes matching the given pattern, which follows the following rules: - Match by route id - Match by route input endpoint uri The matching is using exact match, by wildcard and regular expression as documented by PatternHelper.matchPattern(String, String).
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
 
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.
fixed() - Method in class org.apache.camel.model.dataformat.BindyDataFormat
 
FlatpackDataFormat - Class in org.apache.camel.model.dataformat
Marshal and unmarshal Java lists and maps to/from flat files (such as CSV, delimited, or fixed length formats) using Flatpack library.
FlatpackDataFormat() - Constructor for class org.apache.camel.model.dataformat.FlatpackDataFormat
 
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
 
flow(String) - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
 
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
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(EndpointConsumerBuilder) - Method in class org.apache.camel.builder.RouteBuilder
 
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(EndpointConsumerBuilder) - 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
from(EndpointConsumerBuilder) - Method in class org.apache.camel.model.RoutesDefinition
 
from(String) - Method in class org.apache.camel.model.RouteTemplateDefinition
Creates an input to the route
from(Endpoint) - Method in class org.apache.camel.model.RouteTemplateDefinition
Creates an input to the route
from(EndpointConsumerBuilder) - Method in class org.apache.camel.model.RouteTemplateDefinition
Creates an input to the route
fromCurrentRoute(String) - Method in class org.apache.camel.builder.NotifyBuilder
Optionally a from current route which means that this expression should only be based on Exchange which is the current route(s).
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
 
FromDefinition(EndpointConsumerBuilder) - 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
 
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.
getAfterUri() - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
 
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
 
getAliasesAsMap() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
 
getAllOptions(Object) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinitionConfigurer
 
getAllOptions(Object) - Method in class org.apache.camel.model.HystrixConfigurationDefinitionConfigurer
 
getAllOptions(Object) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinitionConfigurer
 
getAllowableValues() - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
 
getAllowableValues() - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
 
getAllowAnyType() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
 
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
 
getAllowEmptyStream() - Method in class org.apache.camel.model.dataformat.BindyDataFormat
 
getAllowJmsType() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
getAllowJmsType() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
 
getAllowJmsType() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getAllowJmsType() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getAllowJmsType() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
getAllowMaximumSizeToDivergeFromCoreSize() - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
 
getAllowMissingColumnNames() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getAllowMultipleMatchesPerLine() - Method in class org.apache.camel.model.dataformat.GrokDataFormat
 
getAllowOptimisedComponents() - Method in class org.apache.camel.model.EnrichDefinition
 
getAllowOptimisedComponents() - Method in class org.apache.camel.model.ToDynamicDefinition
 
getAllowRecursiveKeys() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
 
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.AvroDataFormat
 
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
 
getAllowUnmarshallType() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
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
 
getAutoDiscoverObjectMapper() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
getAutoDiscoverObjectMapper() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getAutoDiscoverObjectMapper() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
getAutoDiscoverSchemaResolver() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
getAutoDiscoverSchemaResolver() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getAutoDiscoverSchemaResolver() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
getAutomaticTransitionFromOpenToHalfOpenEnabled() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
 
getAutoStartComponents() - Method in class org.apache.camel.model.ToDynamicDefinition
 
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
 
getBaseURI() - Method in class org.apache.camel.model.dataformat.Any23DataFormat
 
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
 
getBeanClass() - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
 
getBeanReaderErrorHandlerType() - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
 
getBeanSupplier() - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
 
getBeanType() - Method in class org.apache.camel.model.BeanDefinition
 
getBeanType() - Method in class org.apache.camel.model.language.MethodCallExpression
 
getBeanType() - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
 
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
 
getBodyMediaType() - Method in class org.apache.camel.model.language.DatasonnetExpression
 
getBreakOnShutdown() - Method in class org.apache.camel.model.LoopDefinition
 
getBuffersize() - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
 
getBulkheadEnabled() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
 
getBulkheadEnabled() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
 
getBulkheadExecutorServiceRef() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
 
getBulkheadMaxConcurrentCalls() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
 
getBulkheadMaxConcurrentCalls() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
 
getBulkheadMaxWaitDuration() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
 
getBulkheadWaitingTaskQueue() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
 
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
Deprecated.
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.model.DefaultRouteTemplateContext
 
getCamelContext() - Method in class org.apache.camel.model.rest.RestsDefinition
 
getCamelContext() - Method in class org.apache.camel.model.RoutesDefinition
 
getCamelContext() - Method in class org.apache.camel.model.RouteTemplatesDefinition
 
getCapacity() - Method in class org.apache.camel.model.config.StreamResequencerConfig
 
getCaptureHeaderRecord() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
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
Deprecated.
 
getCircuitBreakerErrorThresholdPercentage() - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
 
getCircuitBreakerForceClosed() - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
 
getCircuitBreakerForceOpen() - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
 
getCircuitBreakerRef() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
 
getCircuitBreakerRef() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
 
getCircuitBreakerRequestVolumeThreshold() - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
 
getCircuitBreakerSleepWindowInMilliseconds() - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
 
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
 
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.AvroDataFormat
 
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
 
getCollectionType() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
getCollectionTypeName() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
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
 
getCollectionTypeName() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
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
 
getConfigRef() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
 
getConfiguration() - Method in class org.apache.camel.model.dataformat.Any23DataFormat
 
getConfiguration() - Method in class org.apache.camel.model.language.XQueryExpression
 
getConfigurationAsMap() - Method in class org.apache.camel.model.dataformat.Any23DataFormat
 
getConfigurationRef() - Method in class org.apache.camel.model.CircuitBreakerDefinition
 
getConfigurationRef() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
getConfigurationRef() - Method in class org.apache.camel.model.language.XQueryExpression
 
getConfigurer() - Method in class org.apache.camel.model.DefaultRouteTemplateContext
 
getConfigurer() - Method in class org.apache.camel.model.RouteTemplateDefinition
 
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
 
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.dataformat.AvroDataFormat
 
getContentTypeHeader() - Method in interface org.apache.camel.model.dataformat.ContentTypeHeaderAware
Whether the data format should set the Content-Type header with the type from the data format.
getContentTypeHeader() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
getContentTypeHeader() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getContentTypeHeader() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
 
getContentTypeHeader() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getContentTypeHeader() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
getContentTypeHeader() - Method in class org.apache.camel.model.dataformat.ThriftDataFormat
 
getContentTypeHeader() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
 
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
 
getContextPathIsClassName() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
 
getContinued() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getContinuedPolicy() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getConverters() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
 
getConvertersAsMap() - 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
Deprecated.
 
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
 
getDataFormatName() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
getDataFormatName() - Method in enum org.apache.camel.model.dataformat.AvroLibrary
 
getDataFormatName() - Method in class org.apache.camel.model.dataformat.BindyDataFormat
 
getDataFormatName() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getDataFormatName() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
getDataFormatName() - Method in enum org.apache.camel.model.dataformat.ProtobufLibrary
 
getDataFormatName() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
 
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.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 interface org.apache.camel.model.DataFormatDefinitionAware
The data format.
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
 
getDeadLetterUri() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
getDeadLetterUri() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
getDeadLetterUri() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
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
 
getDefaultRedeliveryPolicy() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
getDefaultRedeliveryPolicy() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
getDefaultRedeliveryPolicy() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
getDefaultValue() - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Sets the parameter default value.
getDefaultValue() - Method in class org.apache.camel.model.RouteTemplateParameterDefinition
 
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
 
getDelay() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
 
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
 
getDelimiter() - Method in class org.apache.camel.model.SplitDefinition
 
getDeliveryAttemptInterval() - Method in class org.apache.camel.model.config.StreamResequencerConfig
 
getDeprecated() - Method in class org.apache.camel.model.rest.VerbDefinition
 
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
 
getDescription() - Method in class org.apache.camel.model.RouteTemplateParameterDefinition
 
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.AvroDataFormat
 
getDisableFeatures() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
 
getDisableFeatures() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getDisableFeatures() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getDisableFeatures() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
getDisableRedelivery() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getDiscardOnAggregationFailure() - Method in class org.apache.camel.model.AggregateDefinition
 
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
 
getDropRootNode() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getDumperOptions() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
 
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.AvroDataFormat
 
getEnableFeatures() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
 
getEnableFeatures() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getEnableFeatures() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getEnableFeatures() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
getEnableJaxbAnnotationModule() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getEncodeElements() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
getEncodeElementsAppliesToChildResourcesOnly() - 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 the endpoint if an Endpoint instance was set.
getEndpointConsumerBuilder() - Method in class org.apache.camel.model.FromDefinition
 
getEndpointProducerBuilder() - Method in class org.apache.camel.model.SendDefinition
 
getEndpointProducerBuilder() - Method in class org.apache.camel.model.ToDynamicDefinition
 
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
 
getEndpointUrl() - Method in class org.apache.camel.model.RouteDefinition
 
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
 
getErrorHandlerFactory() - Method in class org.apache.camel.model.RouteTemplatesDefinition
 
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
 
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
Deprecated.
 
getExecutionIsolationStrategy() - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
 
getExecutionIsolationThreadInterruptOnTimeout() - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
 
getExecutionTimeoutEnabled() - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
 
getExecutionTimeoutInMilliseconds() - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
 
getExecutorService() - 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.errorhandler.DefaultErrorHandlerConfiguration
 
getExecutorService() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
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
 
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.errorhandler.DefaultErrorHandlerConfiguration
 
getExecutorServiceRef() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
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
 
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.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
 
getExpressionFactory() - Method in class org.apache.camel.builder.ExpressionClauseSupport
 
getExpressionFactory() - Method in class org.apache.camel.model.language.ExpressionDefinition
 
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.ExpressionNode
 
getExpressionType() - Method in class org.apache.camel.model.ExpressionSubElementDefinition
 
getExpressionType() - Method in interface org.apache.camel.model.HasExpressionType
 
getExpressionType() - Method in class org.apache.camel.model.language.ExpressionDefinition
 
getExpressionType() - Method in class org.apache.camel.model.ResequenceDefinition
 
getExpressionType() - Method in class org.apache.camel.model.SagaOptionDefinition
 
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
 
getExtractors() - Method in class org.apache.camel.model.dataformat.Any23DataFormat
 
getFactoryRef() - Method in class org.apache.camel.model.language.XPathExpression
 
getFailureRateThreshold() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
 
getFailureRatio() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
 
getFallbackEnabled() - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
 
getFallbackIsolationSemaphoreMaxConcurrentRequests() - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
 
getFallbackViaNetwork() - Method in class org.apache.camel.model.OnFallbackDefinition
 
getFaultToleranceConfiguration() - Method in class org.apache.camel.model.CircuitBreakerDefinition
 
getFaultToleranceConfiguration(String) - Method in interface org.apache.camel.model.Model
Gets the MicroProfile Fault Tolerance configuration by the given name.
getFhirContext() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
getFhirVersion() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
getFilter() - Method in class org.apache.camel.model.ClaimCheckDefinition
 
getFilterNonXmlChars() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
 
getFinallyClause() - Method in class org.apache.camel.model.TryDefinition
 
getFixed() - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
 
getFlattened() - Method in class org.apache.camel.model.dataformat.GrokDataFormat
 
getFlow() - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
 
getForceCompletionOnStop() - Method in class org.apache.camel.model.AggregateDefinition
 
getForceResourceId() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
getFormat() - Method in class org.apache.camel.model.rest.RestSecurityBearerToken
 
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
 
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
Deprecated.
 
getHandled() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getHandledPolicy() - Method in class org.apache.camel.model.OnExceptionDefinition
 
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
Deprecated.
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() - Method in class org.apache.camel.model.CircuitBreakerDefinition
Deprecated.
getHystrixConfiguration(String) - Method in interface org.apache.camel.model.Model
Gets the Hystrix configuration by the given name.
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
 
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
 
getImplicitCollectionsAsMap() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
 
getInclude() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
getInclude() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getInclude() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getInclude() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
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
 
getInCookie() - Method in class org.apache.camel.model.rest.RestSecurityApiKey
 
getIndex() - Method in class org.apache.camel.model.ProcessorDefinition
Gets the unique index number for when this ProcessorDefinition was created by its constructor.
getInHeader() - Method in class org.apache.camel.model.rest.RestSecurityApiKey
 
getInheritNamespaceTagName() - Method in class org.apache.camel.model.language.TokenizerExpression
 
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() - 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
 
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
 
getJsonDataFormat() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
 
getJsonView() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
getJsonView() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getJsonView() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getJsonView() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
getJsonViewTypeName() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
getJsonViewTypeName() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getJsonViewTypeName() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getJsonViewTypeName() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
getKeepAliveTime() - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
 
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.AdviceWithDefinition
 
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.CircuitBreakerDefinition
 
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.IdempotentConsumerDefinition
 
getLabel() - Method in class org.apache.camel.model.InOnlyDefinition
Deprecated.
 
getLabel() - Method in class org.apache.camel.model.InOutDefinition
Deprecated.
 
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() - Method in class org.apache.camel.model.KameletDefinition
 
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.RouteDefinition
 
getLabel() - Method in class org.apache.camel.model.RoutesDefinition
 
getLabel() - Method in class org.apache.camel.model.RouteTemplateDefinition
 
getLabel() - Method in class org.apache.camel.model.RouteTemplatesDefinition
 
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.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.ToDynamicDefinition
 
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.CSimpleExpression
 
getLanguage() - Method in class org.apache.camel.model.language.DatasonnetExpression
 
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.JoorExpression
 
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.AvroDataFormat
 
getLibrary() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getLibrary() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
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
 
getLoadBalancer() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
getLoadBalancer() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
 
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
 
getLocalBeanRepository() - Method in class org.apache.camel.model.DefaultRouteTemplateContext
 
getLocale() - Method in class org.apache.camel.model.dataformat.BindyDataFormat
 
getLogContinued() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
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.errorhandler.DefaultErrorHandlerConfiguration
 
getLogger() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
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
 
getMaxAliasesForCollections() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
 
getMaxDecompressedSize() - Method in class org.apache.camel.model.dataformat.TarFileDataFormat
 
getMaxDecompressedSize() - Method in class org.apache.camel.model.dataformat.ZipFileDataFormat
 
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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
getMetricsRollingPercentileBucketSize() - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
 
getMetricsRollingPercentileEnabled() - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
 
getMetricsRollingPercentileWindowBuckets() - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
 
getMetricsRollingPercentileWindowInMilliseconds() - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
 
getMetricsRollingStatisticalWindowBuckets() - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
 
getMetricsRollingStatisticalWindowInMilliseconds() - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
 
getMgfAlgorithm() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
 
getMinimumNumberOfCalls() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
 
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
 
getModelLifecycleStrategies() - Method in interface org.apache.camel.model.Model
Returns the model lifecycle strategies used to handle lifecycle notifications
getModelReifierFactory() - Method in interface org.apache.camel.model.Model
Gets the ModelReifierFactory
getModuleClassNames() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
getModuleClassNames() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getModuleClassNames() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getModuleClassNames() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
getModuleRefs() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
getModuleRefs() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
getModuleRefs() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getModuleRefs() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
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.model.cloud.ServiceCallDefinition
 
getName() - Method in class org.apache.camel.model.dataformat.UniVocityHeader
 
getName() - Method in class org.apache.camel.model.KameletDefinition
 
getName() - Method in class org.apache.camel.model.RemoveHeaderDefinition
 
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
 
getName() - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
 
getName() - Method in class org.apache.camel.model.RouteTemplateParameterDefinition
 
getName() - Method in class org.apache.camel.model.SetHeaderDefinition
 
getName() - Method in class org.apache.camel.model.SetPropertyDefinition
 
getNamedOnly() - Method in class org.apache.camel.model.dataformat.GrokDataFormat
 
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.AvroDataFormat
 
getObjectMapper() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
 
getObjectMapper() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getObjectMapper() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
getObjectModel() - Method in class org.apache.camel.model.language.XPathExpression
 
getOmitFields() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
 
getOmitFieldsAsMap() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
 
getOmitResourceId() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
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.errorhandler.DefaultErrorHandlerConfiguration
 
getOnExceptionOccurred() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
getOnExceptionOccurred() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getOnExceptionOccurredRef() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
getOnExceptionOccurredRef() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
getOnExceptionOccurredRef() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
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.CircuitBreakerDefinition
 
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
 
getOnPrepareFailure() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
getOnPrepareFailure() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
getOnPrepareFailureRef() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
getOnPrepareFailureRef() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
getOnPrepareFailureRef() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
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.errorhandler.DefaultErrorHandlerConfiguration
 
getOnRedelivery() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
getOnRedelivery() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getOnRedeliveryRef() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
getOnRedeliveryRef() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
getOnRedeliveryRef() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
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
 
getOption() - Method in class org.apache.camel.model.language.JsonPathExpression
 
getOptionName() - Method in class org.apache.camel.model.SagaOptionDefinition
 
getOptions() - Method in class org.apache.camel.model.SagaDefinition
 
getOptionType(String, boolean) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinitionConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.model.HystrixConfigurationDefinitionConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinitionConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinitionConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.HystrixConfigurationDefinitionConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinitionConfigurer
 
getOrCreateRedeliveryPolicy() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getOrder() - Method in class org.apache.camel.builder.RouteBuilder
Override this method to define ordering of RouteBuilder classes that are added to Camel from various runtimes such as camel-main, camel-spring-boot.
getOriginalRoute() - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
Gets the original route to be adviced.
getOtherwise() - Method in class org.apache.camel.model.ChoiceDefinition
 
getOutputFormat() - Method in class org.apache.camel.model.dataformat.Any23DataFormat
 
getOutputMediaType() - Method in class org.apache.camel.model.language.DatasonnetExpression
 
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.CircuitBreakerDefinition
 
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.FinallyDefinition
 
getOutputs() - Method in class org.apache.camel.model.InterceptDefinition
 
getOutputs() - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
 
getOutputs() - Method in class org.apache.camel.model.KameletDefinition
 
getOutputs() - Method in class org.apache.camel.model.LoadBalanceDefinition
 
getOutputs() - Method in class org.apache.camel.model.MulticastDefinition
 
getOutputs() - Method in class org.apache.camel.model.NoOutputDefinition
 
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.OnFallbackDefinition
 
getOutputs() - Method in class org.apache.camel.model.OtherwiseDefinition
 
getOutputs() - Method in class org.apache.camel.model.OutputDefinition
 
getOutputs() - Method in class org.apache.camel.model.OutputExpressionNode
 
getOutputs() - Method in class org.apache.camel.model.PipelineDefinition
 
getOutputs() - Method in class org.apache.camel.model.PolicyDefinition
 
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
 
getOutputs() - Method in class org.apache.camel.model.StepDefinition
 
getOutputs() - Method in class org.apache.camel.model.TransactedDefinition
 
getOutputs() - Method in class org.apache.camel.model.TryDefinition
 
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
 
getOutTypeClass() - Method in class org.apache.camel.model.rest.RestBindingDefinition
 
getOutTypeClass() - Method in class org.apache.camel.model.rest.VerbDefinition
 
getOverrideResourceIdWithBundleEntryFullUrl() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
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
 
getParameters() - Method in class org.apache.camel.model.DefaultRouteTemplateContext
 
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.dataformat.GrokDataFormat
 
getPattern() - Method in class org.apache.camel.model.InOnlyDefinition
Deprecated.
 
getPattern() - Method in class org.apache.camel.model.InOutDefinition
Deprecated.
 
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
 
getPermittedNumberOfCallsInHalfOpenState() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
 
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
 
getPreCompile() - Method in class org.apache.camel.model.language.JoorExpression
 
getPreCompile() - Method in class org.apache.camel.model.language.XPathExpression
 
getPredicate() - Method in class org.apache.camel.model.language.ExpressionDefinition
 
getPredicateFactory() - Method in class org.apache.camel.builder.ExpressionClauseSupport
 
getPredicateFactory() - Method in class org.apache.camel.model.language.ExpressionDefinition
 
getPredicateType() - Method in class org.apache.camel.builder.ExpressionClauseSupport
 
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
 
getPrettyFlow() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
 
getPrettyPrint() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
 
getPrettyPrint() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
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 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
 
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.ServiceCallConfiguration
 
getProperties() - Method in class org.apache.camel.model.PropertyDefinitions
 
getProperties() - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
 
getPropertiesAsMap(CamelContext) - Method in class org.apache.camel.model.cloud.ServiceCallConfiguration
 
getProperty(String) - Method in class org.apache.camel.model.DefaultRouteTemplateContext
 
getProperty(String, Class<?>) - Method in class org.apache.camel.model.DefaultRouteTemplateContext
 
getPropertyName() - Method in class org.apache.camel.model.RemovePropertyDefinition
 
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
Deprecated.
 
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
 
getRedeliveryPolicy() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
getRedeliveryPolicy() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
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.errorhandler.ErrorHandlerRefConfiguration
 
getRef() - Method in interface org.apache.camel.model.errorhandler.ErrorHandlerRefProperties
 
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.RouteTemplateContextRefDefinition
 
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
 
getRefreshUrl() - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
 
getRegex() - Method in class org.apache.camel.model.language.TokenizerExpression
 
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
 
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
Deprecated.
 
getRequestVolumeThreshold() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
 
getRequired() - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
 
getRequired() - Method in class org.apache.camel.model.RouteTemplateParameterDefinition
 
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
 
getResilience4jConfiguration() - Method in class org.apache.camel.model.CircuitBreakerDefinition
 
getResilience4jConfiguration(String) - Method in interface org.apache.camel.model.Model
Gets the Resilience4j configuration by the given name.
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
 
getRestConfiguration() - Method in class org.apache.camel.builder.RouteBuilder
 
getRestDefinition() - Method in class org.apache.camel.model.RouteDefinition
 
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.CSimpleExpression
 
getResultType() - Method in class org.apache.camel.model.language.DatasonnetExpression
 
getResultType() - Method in class org.apache.camel.model.language.JoorExpression
 
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.CSimpleExpression
 
getResultTypeName() - Method in class org.apache.camel.model.language.DatasonnetExpression
 
getResultTypeName() - Method in class org.apache.camel.model.language.JoorExpression
 
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.errorhandler.DefaultErrorHandlerConfiguration
 
getRetryWhile() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
getRetryWhile() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getRetryWhilePolicy(CamelContext) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
getRetryWhilePolicy(CamelContext) - Method in class org.apache.camel.model.errorhandler.DeadLetterChannelConfiguration
 
getRetryWhilePolicy(CamelContext) - Method in interface org.apache.camel.model.errorhandler.DeadLetterChannelProperties
 
getRetryWhilePolicy() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getRetryWhileRef() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
getRetryWhileRef() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
getRetryWhileRef() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
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
 
getRoute() - Method in class org.apache.camel.model.RouteTemplateDefinition
 
getRouteCollection() - Method in class org.apache.camel.builder.RouteBuilder
 
getRouteDefinition(String) - Method in interface org.apache.camel.model.Model
Gets the route definition with the given id
getRouteDefinitions() - Method in interface org.apache.camel.model.Model
Returns a list of the current route definitions
getRouteFilter() - Method in interface org.apache.camel.model.Model
Gets the current route filter
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
 
getRouteId() - Method in class org.apache.camel.model.RouteDefinition
 
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
 
getRouteTemplateCollection() - Method in class org.apache.camel.builder.RouteBuilder
 
getRouteTemplateContext() - Method in class org.apache.camel.model.RouteDefinition
 
getRouteTemplateDefinition(String) - Method in interface org.apache.camel.model.Model
Gets the route template definition with the given id
getRouteTemplateDefinitions() - Method in interface org.apache.camel.model.Model
Returns a list of the current route template definitions
getRouteTemplates() - Method in interface org.apache.camel.model.RouteTemplateContainer
Returns the route templates
getRouteTemplates() - Method in class org.apache.camel.model.RouteTemplatesDefinition
 
getSagaService() - Method in class org.apache.camel.model.SagaDefinition
 
getSagaServiceRef() - 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
 
getSchemaResolver() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
getSchemaResolver() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getSchemaResolver() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
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
 
getScope() - Method in class org.apache.camel.model.BeanDefinition
 
getScope() - Method in class org.apache.camel.model.language.MethodCallExpression
 
getScopes() - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
 
getScopes() - Method in class org.apache.camel.model.rest.SecurityDefinition
 
getScript() - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
 
getScript() - Method in class org.apache.camel.model.RouteTemplateScriptDefinition
 
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
 
getSecurityRequirements() - Method in class org.apache.camel.model.rest.RestDefinition
 
getSecurityRequirements() - Method in class org.apache.camel.model.rest.RestSecuritiesRequirement
 
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 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.AdviceWithDefinition
 
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.CircuitBreakerDefinition
 
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.IdempotentConsumerDefinition
 
getShortName() - Method in class org.apache.camel.model.InOnlyDefinition
Deprecated.
 
getShortName() - Method in class org.apache.camel.model.InOutDefinition
Deprecated.
 
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.KameletDefinition
 
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.RouteTemplateDefinition
 
getShortName() - Method in class org.apache.camel.model.RouteTemplatesDefinition
 
getShortName() - Method in class org.apache.camel.model.RoutingSlipDefinition
 
getShortName() - Method in class org.apache.camel.model.SagaActionUriDefinition
 
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.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.
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
 
getSingleQuotes() - Method in class org.apache.camel.model.language.JoorExpression
 
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
 
getSlidingWindowSize() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
 
getSlidingWindowType() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
 
getSlowCallDurationThreshold() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
 
getSlowCallRateThreshold() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
 
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.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.
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
 
getSuccessThreshold() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
 
getSummaryMode() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
getSuppressExceptions() - Method in class org.apache.camel.model.language.JsonPathExpression
 
getSuppressNarratives() - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
getTag() - Method in class org.apache.camel.model.rest.RestDefinition
 
getTemplateBeans() - Method in class org.apache.camel.model.RouteTemplateDefinition
 
getTemplateParameters() - Method in class org.apache.camel.model.RouteDefinition
 
getTemplateParameters() - Method in class org.apache.camel.model.RouteTemplateDefinition
 
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
 
getThreadPoolKey() - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
 
getThreadPoolRollingNumberStatisticalWindowBuckets() - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
 
getThreadPoolRollingNumberStatisticalWindowInMilliseconds() - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
 
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.SagaDefinition
 
getTimeout() - Method in class org.apache.camel.model.SplitDefinition
 
getTimeoutCancelRunningFuture() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
 
getTimeoutCheckerExecutorService() - Method in class org.apache.camel.model.AggregateDefinition
 
getTimeoutCheckerExecutorServiceRef() - Method in class org.apache.camel.model.AggregateDefinition
 
getTimeoutDuration() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
 
getTimeoutDuration() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
 
getTimeoutEnabled() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
 
getTimeoutEnabled() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
 
getTimeoutExecutorServiceRef() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
 
getTimeoutInMilliseconds() - Method in class org.apache.camel.model.SagaDefinition
 
getTimeoutPoolSize() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
 
getTimeoutScheduledExecutorServiceRef() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
 
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.AvroDataFormat
 
getTimezone() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getTimezone() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
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 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.RouteTemplateBeanDefinition
 
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
 
getTypeClass() - Method in class org.apache.camel.model.rest.RestBindingDefinition
 
getTypeClass() - Method in class org.apache.camel.model.rest.VerbDefinition
 
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
Deprecated.
getUnmarshalSingleObject() - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
 
getUnmarshalType() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
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.ProtobufDataFormat
 
getUnmarshalType() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
 
getUnmarshalTypeName() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
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.ProtobufDataFormat
 
getUnmarshalTypeName() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
 
getUnwrapSingleInstance() - Method in class org.apache.camel.model.dataformat.BindyDataFormat
 
getUri() - Method in interface org.apache.camel.builder.EndpointConsumerBuilder
Builds the url of this endpoint.
getUri() - Method in interface org.apache.camel.builder.EndpointProducerBuilder
Builds the url of this endpoint.
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.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
getUrl() - Method in class org.apache.camel.model.rest.RestSecurityOpenIdConnect
 
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.
getUseApplicationContextClassLoader() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
 
getUseCollisionAvoidance() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
getUseDefaultObjectMapper() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
getUseDefaultObjectMapper() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
 
getUseDefaultObjectMapper() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
getUseDefaultObjectMapper() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
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.AvroDataFormat
 
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
 
getUseList() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
getUseMaps() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getUseOrderedMaps() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
getUseOriginalBody() - Method in class org.apache.camel.model.OnExceptionDefinition
 
getUseOriginalMessage() - Method in class org.apache.camel.model.OnCompletionDefinition
 
getUseOriginalMessage() - 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
 
getValidate() - Method in class org.apache.camel.model.InputTypeDefinition
Get if validation is required for this input type.
getValidate() - Method in class org.apache.camel.model.OutputTypeDefinition
Get if validation is required for this output type.
getValidating() - Method in class org.apache.camel.model.dataformat.IcalDataFormat
 
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
 
getWaitDurationInOpenState() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
 
getWhenClauses() - Method in class org.apache.camel.model.ChoiceDefinition
 
getWidth() - Method in class org.apache.camel.model.dataformat.BarcodeDataFormat
 
getWritableStackTraceEnabled() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
 
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
 
getXPathFactory() - Method in class org.apache.camel.model.language.XPathExpression
 
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
 
grok(String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Grok data format
GrokDataFormat - Class in org.apache.camel.model.dataformat
Unmarshal unstructured data to objects using Logstash based Grok patterns.
GrokDataFormat() - Constructor for class org.apache.camel.model.dataformat.GrokDataFormat
 
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
groovy(String) - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
Calls a groovy script for creating the local template bean If the script use the prefix resource: such as resource:classpath:com/foo/myscript.groovy, resource:file:/var/myscript.groovy, then its loaded from the external resource.
GroovyExpression - Class in org.apache.camel.model.language
Evaluate a Groovy script.
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
Deprecated.
Sets the group key to use.
GzipDataFormat - Class in org.apache.camel.model.dataformat
Compress and decompress messages using java.util.zip.GZIP*Stream.
GzipDataFormat() - Constructor for class org.apache.camel.model.dataformat.GzipDataFormat
 
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.
handler(Consumer<RouteTemplateDefinition>) - Method in class org.apache.camel.builder.TemplatedRouteBuilder
Sets a handler which gives access to the route template model that will be used for creating the route.
hasCustomIdAssigned() - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
Returns whether a custom id has been assigned
hasErrorHandlerBuilder() - Method in class org.apache.camel.builder.BuilderSupport
 
HasExpressionType - Interface in org.apache.camel.model
Marker interface to mark a ProcessorDefinition that supports expressions.
hasLogger() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
hasLogger() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
hasLogger() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
hasRedeliveryPolicy() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
hasRedeliveryPolicy() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
hasRedeliveryPolicy() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
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
Get the value of the named Camel Message header.
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
Marshal and unmarshal HL7 (Health Care) model objects using the HL7 MLLP codec.
HL7DataFormat() - Constructor for class org.apache.camel.model.dataformat.HL7DataFormat
 
hl7terser(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Hl7TerserExpression - Class in org.apache.camel.model.language
Get the value of an HL7 message field specified by terse location specification syntax.
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
hystrixConfiguration() - Method in class org.apache.camel.model.CircuitBreakerDefinition
Deprecated.
hystrixConfiguration(HystrixConfigurationDefinition) - Method in class org.apache.camel.model.CircuitBreakerDefinition
Deprecated.
HystrixConfigurationCommon - Class in org.apache.camel.model
Deprecated.
HystrixConfigurationCommon() - Constructor for class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
 
HystrixConfigurationDefinition - Class in org.apache.camel.model
Deprecated.
HystrixConfigurationDefinition() - Constructor for class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
 
HystrixConfigurationDefinition(CircuitBreakerDefinition) - Constructor for class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
 
HystrixConfigurationDefinitionConfigurer - Class in org.apache.camel.model
Generated by camel build tools - do NOT edit this file!
HystrixConfigurationDefinitionConfigurer() - Constructor for class org.apache.camel.model.HystrixConfigurationDefinitionConfigurer
 

I

ical(boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the iCal data format
IcalDataFormat - Class in org.apache.camel.model.dataformat
Marshal and unmarshal iCal (*.ics) documents to/from model objects provided by the iCal4j library.
IcalDataFormat() - Constructor for class org.apache.camel.model.dataformat.IcalDataFormat
 
id(String) - Method in class org.apache.camel.model.ExpressionNode
 
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(boolean) - Method in class org.apache.camel.model.ToDynamicDefinition
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
ignoreInvalidEndpoint(String) - 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
ignoreInvalidEndpoints(boolean) - Method in class org.apache.camel.model.RoutingSlipDefinition
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
ignoreInvalidEndpoints(String) - 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
 
include(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
include(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
include(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
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.
init(CamelContext) - Method in class org.apache.camel.builder.ExpressionClause
 
init(CamelContext) - Method in class org.apache.camel.builder.SimpleBuilder
 
init(CamelContext) - Method in class org.apache.camel.model.language.ExpressionDefinition
 
initParent(ProcessorDefinition) - Static method in class org.apache.camel.model.RouteDefinitionHelper
 
initPredicate(CamelContext) - Method in class org.apache.camel.builder.ExpressionClause
 
initPredicate(CamelContext) - Method in class org.apache.camel.model.language.ExpressionDefinition
 
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
Deprecated.
use to where you can specify the exchange pattern as well
inOnly(Endpoint) - Method in class org.apache.camel.model.ProcessorDefinition
Deprecated.
use to where you can specify the exchange pattern as well
inOnly(String...) - Method in class org.apache.camel.model.ProcessorDefinition
Deprecated.
use to where you can specify the exchange pattern as well
inOnly(Endpoint...) - Method in class org.apache.camel.model.ProcessorDefinition
Deprecated.
use to where you can specify the exchange pattern as well
inOnly(Iterable<Endpoint>) - Method in class org.apache.camel.model.ProcessorDefinition
Deprecated.
use to where you can specify the exchange pattern as well
InOnlyDefinition - Class in org.apache.camel.model
Deprecated.
InOnlyDefinition() - Constructor for class org.apache.camel.model.InOnlyDefinition
Deprecated.
 
InOnlyDefinition(String) - Constructor for class org.apache.camel.model.InOnlyDefinition
Deprecated.
 
InOnlyDefinition(Endpoint) - Constructor for class org.apache.camel.model.InOnlyDefinition
Deprecated.
 
inOut(String) - Method in class org.apache.camel.model.ProcessorDefinition
Deprecated.
use to where you can specify the exchange pattern as well
inOut(Endpoint) - Method in class org.apache.camel.model.ProcessorDefinition
Deprecated.
use to where you can specify the exchange pattern as well
inOut(String...) - Method in class org.apache.camel.model.ProcessorDefinition
Deprecated.
use to where you can specify the exchange pattern as well
inOut(Endpoint...) - Method in class org.apache.camel.model.ProcessorDefinition
Deprecated.
use to where you can specify the exchange pattern as well
inOut(Iterable<Endpoint>) - Method in class org.apache.camel.model.ProcessorDefinition
Deprecated.
use to where you can specify the exchange pattern as well
InOutDefinition - Class in org.apache.camel.model
Deprecated.
InOutDefinition() - Constructor for class org.apache.camel.model.InOutDefinition
Deprecated.
 
InOutDefinition(String) - Constructor for class org.apache.camel.model.InOutDefinition
Deprecated.
 
InOutDefinition(Endpoint) - Constructor for class org.apache.camel.model.InOutDefinition
Deprecated.
 
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.
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
 
isAsyncDelayedRedelivery() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
isAsyncDelayedRedelivery() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
isAsyncDelayedRedelivery() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
isContextScopedErrorHandler() - Method in class org.apache.camel.model.RouteDefinition
 
isDeadLetterHandleNewException() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
isDeadLetterHandleNewException() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
isDeadLetterHandleNewException() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
isErrorHandlerFactoryConfigured(String) - Static method in class org.apache.camel.model.errorhandler.ErrorHandlerHelper
Returns whether a specific error handler builder has been configured or not.
isFirstChildOfType(Class<?>, ProcessorDefinition<?>) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
Is the given child the first in the outputs from the parent?
isInheritErrorHandler() - Method in class org.apache.camel.model.ProcessorDefinition
 
isLogRouteAsXml() - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
Whether to log the adviced routes before/after as XML.
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
isRequired() - Method in class org.apache.camel.model.RouteTemplateParameterDefinition
 
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
 
isSupportTransacted() - Method in class org.apache.camel.builder.ErrorHandlerBuilderRef
 
isSupportTransacted() - Method in class org.apache.camel.model.errorhandler.ErrorHandlerRefConfiguration
 
isSupportTransacted() - Method in interface org.apache.camel.model.errorhandler.ErrorHandlerRefProperties
 
isTemplate() - Method in class org.apache.camel.model.RouteDefinition
 
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
 
isUseOriginalBody() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
isUseOriginalBody() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
isUseOriginalBody() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
isUseOriginalMessage() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
isUseOriginalMessage() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
isUseOriginalMessage() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
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
Unmarshal a XML payloads to POJOs and back using XMLMapper extension of Jackson.
JacksonXMLDataFormat() - Constructor for class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
javaClass(Class<?>) - Method in class org.apache.camel.model.InputTypeDefinition
 
javaClass(Class<?>) - Method in class org.apache.camel.model.OutputTypeDefinition
 
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
Unmarshal XML payloads to POJOs and back using JAXB2 XML marshalling standard.
JaxbDataFormat() - Constructor for class org.apache.camel.model.dataformat.JaxbDataFormat
 
JaxbDataFormat(boolean) - Constructor for class org.apache.camel.model.dataformat.JaxbDataFormat
 
joor(String) - Static method in class org.apache.camel.builder.Builder
Returns a JOOR expression value builder
joor(String, Class<?>) - Static method in class org.apache.camel.builder.Builder
Returns a JOOR expression value builder
joor(String) - Method in class org.apache.camel.builder.BuilderSupport
Returns a JOOR expression value builder
joor(String, Class<?>) - Method in class org.apache.camel.builder.BuilderSupport
Returns a JOOR expression value builder
joor(String) - Method in class org.apache.camel.builder.ExpressionClause
Returns a JOOR expression value builder
joor(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
Returns a JOOR expression value builder
joor(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an JOOR expression
joor(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an JOOR expression
joor(String) - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
Calls joor script (Java source that is runtime compiled to Java bytecode) for creating the local template bean If the script use the prefix resource: such as resource:classpath:com/foo/myscript.groovy, resource:file:/var/myscript.groovy, then its loaded from the external resource.
JoorExpression - Class in org.apache.camel.model.language
Evaluate a jOOR (Java compiled once at runtime) expression language.
JoorExpression() - Constructor for class org.apache.camel.model.language.JoorExpression
 
JoorExpression(String) - Constructor for class org.apache.camel.model.language.JoorExpression
 
json() - Method in class org.apache.camel.builder.DataFormatClause
Uses the JSON data format using the Jackson library
json(boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the JSON data format using the Jackson 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<?>) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Jackson 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
Marshal and unmarshal JSON:API resources using JSONAPI-Converter library.
JsonApiDataFormat() - Constructor for class org.apache.camel.model.dataformat.JsonApiDataFormat
 
JsonDataFormat - Class in org.apache.camel.model.dataformat
Marshal POJOs to JSON and back.
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.

JsonLibrary - Enum in org.apache.camel.model.dataformat
Supported JSON marshalers.
jsonpath(String) - Static method in class org.apache.camel.builder.Builder
Returns a JSonPath expression value builder
jsonpath(String, Class<?>) - Static method in class org.apache.camel.builder.Builder
Returns a JSonPath expression value builder
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
Evaluate a JsonPath expression against a JSON message body.
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.
jsonView(Class<?>) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
jsonView(Class<?>) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
jsonView(Class<?>) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 

K

kamelet(String) - Method in class org.apache.camel.model.ProcessorDefinition
Creates a Kamelet EIP.
KameletDefinition - Class in org.apache.camel.model
To call Kamelets
KameletDefinition() - Constructor for class org.apache.camel.model.KameletDefinition
 
KameletDefinition(String) - Constructor for class org.apache.camel.model.KameletDefinition
 
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(int) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
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
keepAliveTime(String) - 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).
keyValue() - Method in class org.apache.camel.model.dataformat.BindyDataFormat
 
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

LambdaRouteBuilder - Interface in org.apache.camel.builder
Functional interface for adding routes to a context using a lambda expression.
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.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
language(String, String) - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
Calls a custom language for creating the local template bean If the script use the prefix resource: such as resource:classpath:com/foo/myscript.groovy, resource:file:/var/myscript.groovy, then its loaded from the external resource.
LanguageExpression - Class in org.apache.camel.model.language
Evaluate the given expression using the specified language.
LanguageExpression() - Constructor for class org.apache.camel.model.language.LanguageExpression
 
LanguageExpression(String, String) - Constructor for class org.apache.camel.model.language.LanguageExpression
 
lazyLoad - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
library(JsonLibrary) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
lineSeparator - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
 
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(String) - Constructor for class org.apache.camel.model.LoadBalancerDefinition
 
loadRoutesBuilder(Resource, ThrowingBiConsumer<Reader, RouteBuilder, Exception>) - Static method in class org.apache.camel.builder.RouteBuilder
Loads RoutesBuilder from Resource using the given consumer to create a RouteBuilder instance.
loadRoutesBuilder(ThrowingConsumer<RouteBuilder, Exception>) - Static method in class org.apache.camel.builder.RouteBuilder
Loads RoutesBuilder using the given consumer to create a RouteBuilder instance.
locale(Locale) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
 
locale(String) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
 
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.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.
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(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(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
lookupErrorHandlerFactory(Route, String, boolean) - Static method in class org.apache.camel.model.errorhandler.ErrorHandlerHelper
Lookup the error handler by the given ref
lookupErrorHandlerFactory(CamelContext) - Static method in class org.apache.camel.model.errorhandler.ErrorHandlerHelper
 
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.
lookupRouteTemplates(CamelContext) - Method in class org.apache.camel.model.RouteTemplateContextRefDefinition
 
lookupRouteTemplates(CamelContext, String) - Static method in class org.apache.camel.model.RouteTemplateContextRefDefinitionHelper
Lookup the route templates from the RouteTemplateContextRefDefinition.
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
Compress and decompress streams using LZF deflate algorithm.
LZFDataFormat() - Constructor for class org.apache.camel.model.dataformat.LZFDataFormat
 

M

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() - 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.
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
maximumRequestsPerPeriod(String) - 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
maximumRetries(String) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
 
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
maximumRetryDelay(String) - 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(int) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
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
maxPoolSize(String) - 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(int) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
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.
maxQueueSize(String) - 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
messageIdRepository(Supplier<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) - Static method in class org.apache.camel.builder.Builder
Returns a method call expression value builder.
method(Object, String) - Static method in class org.apache.camel.builder.Builder
Returns a method call expression value builder.
method(Class<?>, String) - Static method in class org.apache.camel.builder.Builder
Returns a method call expression value builder
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(String, BeanScope) - 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, BeanScope) - 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(Class<?>, BeanScope) - 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, BeanScope) - 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(String, BeanScope) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an expression using the method(String, String, BeanScope) - 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 method(Class<?>, BeanScope) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an expression using the method(Class<?>, String, BeanScope) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an expression using the MethodCallExpression - Class in org.apache.camel.model.language
Call a method of the specified Java bean passing the Exchange, Body or specific headers to it.
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(int) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
Time in milliseconds to wait between allowing health snapshots to be taken that calculate success and error percentages and affect HystrixCircuitBreaker.isOpen() status.
metricsRollingPercentileBucketSize(int) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
Maximum number of values stored in each bucket of the rolling percentile.
metricsRollingPercentileEnabled(boolean) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
Whether percentile metrics should be captured using HystrixRollingPercentile inside HystrixCommandMetrics.
metricsRollingPercentileWindowBuckets(int) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
Number of buckets the rolling percentile window is broken into.
metricsRollingPercentileWindowInMilliseconds(int) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
Duration of percentile rolling window in milliseconds.
metricsRollingStatisticalWindowBuckets(int) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
Number of buckets the rolling statistical window is broken into.
metricsRollingStatisticalWindowInMilliseconds(int) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
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
Marshal Camel messages with attachments into MIME-Multipart messages and back.
MimeMultipartDataFormat() - Constructor for class org.apache.camel.model.dataformat.MimeMultipartDataFormat
 
minimumNumberOfCalls(int) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
Configures configures the minimum number of calls which are required (per sliding window period) before the CircuitBreaker can calculate the error rate.
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
ModelLifecycleStrategy - Interface in org.apache.camel.model
Strategy for model definitions notifications.
ModelLifecycleStrategySupport - Class in org.apache.camel.model
Base class for ModelLifecycleStrategy.
ModelLifecycleStrategySupport() - Constructor for class org.apache.camel.model.ModelLifecycleStrategySupport
 
moduleClassNames(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
moduleClassNames(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
moduleClassNames(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
moduleRefs(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
moduleRefs(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
moduleRefs(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
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
 
mutualTLS(String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
 
mutualTLS(String, String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
 
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
mvel(String) - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
Calls a MvEL script for creating the local template bean If the script use the prefix resource: such as resource:classpath:com/foo/myscript.groovy, resource:file:/var/myscript.groovy, then its loaded from the external resource.
MvelExpression - Class in org.apache.camel.model.language
Evaluate an MVEL template against the Camel Exchange.
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
 
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
 
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
 
NoErrorHandlerConfiguration - Class in org.apache.camel.model.errorhandler
 
NoErrorHandlerConfiguration() - Constructor for class org.apache.camel.model.errorhandler.NoErrorHandlerConfiguration
 
NoErrorHandlerProperties - Interface in org.apache.camel.model.errorhandler
 
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
 
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.
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
objectMapper(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
objectMapper(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
objectMapper(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
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
ognl(String) - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
Calls a OGNL script for creating the local template bean If the script use the prefix resource: such as resource:classpath:com/foo/myscript.groovy, resource:file:/var/myscript.groovy, then its loaded from the external resource.
OgnlExpression - Class in org.apache.camel.model.language
Evaluate an Apache Commons Object Graph Navigation Library (OGNL) expression against the Camel Exchange.
OgnlExpression() - Constructor for class org.apache.camel.model.language.OgnlExpression
 
OgnlExpression(String) - Constructor for class org.apache.camel.model.language.OgnlExpression
 
onAddRouteDefinition(RouteDefinition) - Method in interface org.apache.camel.model.ModelLifecycleStrategy
Notification when a route definition is being added to CamelContext
onAddRouteDefinition(RouteDefinition) - Method in class org.apache.camel.model.ModelLifecycleStrategySupport
 
onAddRouteTemplateDefinition(RouteTemplateDefinition) - Method in interface org.apache.camel.model.ModelLifecycleStrategy
Notification when a route template definition is added to CamelContext
onAddRouteTemplateDefinition(RouteTemplateDefinition) - Method in class org.apache.camel.model.ModelLifecycleStrategySupport
 
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
 
onEndDoTry() - Method in class org.apache.camel.model.TryDefinition
 
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(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.builder.DefaultErrorHandlerBuilder
Sets a reference for the processor to use just after an exception was thrown.
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.CircuitBreakerDefinition
The 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.CircuitBreakerDefinition
The fallback route path to execute that will go over the network.
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(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.
onPrepareFailureRef(String) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
Sets a reference for the processor to use before handled by the failure processor.
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(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.builder.DefaultErrorHandlerBuilder
Sets a reference for the processor to use 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.
onRemoveRouteDefinition(RouteDefinition) - Method in interface org.apache.camel.model.ModelLifecycleStrategy
Notification when a route definition is being removed from CamelContext
onRemoveRouteDefinition(RouteDefinition) - Method in class org.apache.camel.model.ModelLifecycleStrategySupport
 
onRemoveRouteTemplateDefinition(RouteTemplateDefinition) - Method in interface org.apache.camel.model.ModelLifecycleStrategy
Notification when a route template definition is removed from CamelContext
onRemoveRouteTemplateDefinition(RouteTemplateDefinition) - Method in class org.apache.camel.model.ModelLifecycleStrategySupport
 
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.
openIdConnect(String, String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
 
openIdConnect(String, String, String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
 
operation(ClaimCheckOperation) - Method in class org.apache.camel.model.ClaimCheckDefinition
The claim check operation to use.
operation(String) - 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, 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
 
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.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.errorhandler - package org.apache.camel.model.errorhandler
 
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
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
 
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
 
OutputExpressionNode - Class in org.apache.camel.model
A base class for nodes which contain an expression and a number of outputs.
OutputExpressionNode() - Constructor for class org.apache.camel.model.OutputExpressionNode
 
OutputExpressionNode(ExpressionDefinition) - Constructor for class org.apache.camel.model.OutputExpressionNode
 
OutputExpressionNode(Expression) - Constructor for class org.apache.camel.model.OutputExpressionNode
 
OutputExpressionNode(Predicate) - Constructor for class org.apache.camel.model.OutputExpressionNode
 
OutputNode - Interface in org.apache.camel.model
Marker interface to mark a ProcessorDefinition that supports outputs
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
 

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.
parallelAggregate(boolean) - Method in class org.apache.camel.model.SplitDefinition
If enabled then the aggregate method on AggregationStrategy can be called concurrently.
parallelAggregate(String) - 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.
parallelProcessing(String) - 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
 
parameter(String, Object) - Method in class org.apache.camel.builder.TemplatedRouteBuilder
Adds a parameter the route template will use when creating the route.
parameters(Map<String, Object>) - Method in class org.apache.camel.builder.TemplatedRouteBuilder
Adds parameters the route template will use when creating the route.
params(List<RestOperationParamDefinition>) - Method in class org.apache.camel.model.rest.RestDefinition
 
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(String) - 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(String) - 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(String) - 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
pattern(String) - Method in class org.apache.camel.model.ToDynamicDefinition
Sets the optional ExchangePattern used to invoke this endpoint
permissions(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
permittedNumberOfCallsInHalfOpenState(int) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
Configures the number of permitted calls when the CircuitBreaker is half open.
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
Encrypt and decrypt messages using Java Cryptographic Extension (JCE) and PGP.
PGPDataFormat() - Constructor for class org.apache.camel.model.dataformat.PGPDataFormat
 
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
Deprecated.
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_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(EndpointConsumerBuilder) - 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(EndpointConsumerBuilder, 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(EndpointConsumerBuilder, 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(EndpointConsumerBuilder, 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(EndpointConsumerBuilder, 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(EndpointConsumerBuilder, 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(EndpointConsumerBuilder, 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(Expression, 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() - 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.
pollEnrichWith(EndpointConsumerBuilder) - 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(EndpointConsumerBuilder, 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(EndpointConsumerBuilder, 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
poolSize(String) - 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
 
populateRouteTemplates() - 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
 
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.ServiceCallConfiguration
 
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.CircuitBreakerDefinition
 
preCreateProcessor() - Method in class org.apache.camel.model.ExpressionNode
 
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
 
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
 
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
 
prettyPrint(boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
prettyPrint(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
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
 
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.
producerApiDoc(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
Sets the location of the api document 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(String) - Method in class org.apache.camel.model.SagaDefinition
 
propagation(SagaPropagation) - Method in class org.apache.camel.model.SagaDefinition
 
PROPAGATION_REQUIRED - Static variable in class org.apache.camel.model.TransactedDefinition
 
properties - Variable in class org.apache.camel.model.cloud.ServiceCallConfiguration
 
properties(Map<String, String>) - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
Sets properties to set on the created local bean
property(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallConfiguration
Adds a custom property to use.
property(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
 
property(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration
 
property(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration
 
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.
property(String, String) - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
Sets a property to set on the created local bean
PropertyDefinition - Class in org.apache.camel.model
A key value pair
PropertyDefinition() - Constructor for class org.apache.camel.model.PropertyDefinition
 
PropertyDefinition(String, String) - Constructor for class org.apache.camel.model.PropertyDefinition
 
PropertyDefinitions - Class in org.apache.camel.model
 
PropertyDefinitions() - Constructor for class org.apache.camel.model.PropertyDefinitions
 
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.
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
 
protobuf(ProtobufLibrary) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Protobuf data format with given library
protobuf(ProtobufLibrary, Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Protobuf data format with given library and unmarshalType
protobuf(ProtobufLibrary, Class<?>, String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the Protobuf data format with given library, unmarshalType and schemaResolver
ProtobufDataFormat - Class in org.apache.camel.model.dataformat
Serialize and deserialize Java objects using Google's Protocol buffers.
ProtobufDataFormat() - Constructor for class org.apache.camel.model.dataformat.ProtobufDataFormat
 
ProtobufDataFormat(ProtobufLibrary) - 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
 
ProtobufLibrary - Enum in org.apache.camel.model.dataformat
Supported Avro marshalers.
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(int) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
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
randomBackOff(String) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
 
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
readTimeoutMillis(String) - 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)
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
Look up an expression in the Camel Registry and evaluate it.
RefExpression() - Constructor for class org.apache.camel.model.language.RefExpression
 
RefExpression(String) - Constructor for class org.apache.camel.model.language.RefExpression
 
refreshUrl(String) - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
 
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
registerTransformer(TransformerDefinition) - Method in interface org.apache.camel.model.ModelCamelContext
Registers the route transformer
registerValidator(ValidatorDefinition) - Method in interface org.apache.camel.model.ModelCamelContext
Registers the route input validator
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(String) - 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.
rejectedPolicy(String) - 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

rejectExecution(String) - 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
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
 
removeLifecycleInterceptor(RouteBuilderLifecycleStrategy) - Method in class org.apache.camel.builder.RouteBuilder
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 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 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
removeRouteTemplateDefinition(RouteTemplateDefinition) - Method in interface org.apache.camel.model.Model
Removes a route template definition from the context
removeRouteTemplateDefinitions(Collection<RouteTemplateDefinition>) - Method in interface org.apache.camel.model.Model
Removes a collection of route template definitions from the context
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
Deprecated.
Whether HystrixCommand execution and events should be logged to HystrixRequestLog.
requestVolumeThreshold(int) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
Controls the size of the rolling window used when the circuit breaker is closed
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.
resetAllAutoAssignedNodeIds(ProcessorDefinition<?>) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
Resets (nulls) all the auto assigned ids on the node and the nested children (outputs)
resilience4jConfiguration() - Method in class org.apache.camel.model.CircuitBreakerDefinition
Configures the circuit breaker to use Resilience4j.
resilience4jConfiguration(Resilience4jConfigurationDefinition) - Method in class org.apache.camel.model.CircuitBreakerDefinition
Configures the circuit breaker to use Resilience4j with the given configuration.
Resilience4jConfigurationCommon - Class in org.apache.camel.model
 
Resilience4jConfigurationCommon() - Constructor for class org.apache.camel.model.Resilience4jConfigurationCommon
 
Resilience4jConfigurationDefinition - Class in org.apache.camel.model
Resilience4j Circuit Breaker EIP configuration
Resilience4jConfigurationDefinition() - Constructor for class org.apache.camel.model.Resilience4jConfigurationDefinition
 
Resilience4jConfigurationDefinition(CircuitBreakerDefinition) - Constructor for class org.apache.camel.model.Resilience4jConfigurationDefinition
 
Resilience4jConfigurationDefinitionConfigurer - Class in org.apache.camel.model
Generated by camel build tools - do NOT edit this file!
Resilience4jConfigurationDefinitionConfigurer() - Constructor for class org.apache.camel.model.Resilience4jConfigurationDefinitionConfigurer
 
resolveDataFormatDefinition(String) - Method in interface org.apache.camel.model.Model
Resolve a data format definition given its name
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
 
restConfiguration() - Method in class org.apache.camel.builder.RouteBuilder
Configures the REST services
RestConfigurationDefinition - Class in org.apache.camel.model.rest
To configure rest
RestConfigurationDefinition() - Constructor for class org.apache.camel.model.rest.RestConfigurationDefinition
 
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.
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.
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.
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
 
RestSecuritiesRequirement - Class in org.apache.camel.model.rest
To configure global rest security requirements.
RestSecuritiesRequirement() - Constructor for class org.apache.camel.model.rest.RestSecuritiesRequirement
 
RestSecuritiesRequirement(RestDefinition) - Constructor for class org.apache.camel.model.rest.RestSecuritiesRequirement
 
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
 
RestSecurityBearerToken - Class in org.apache.camel.model.rest
Rest security bearer token authentication definition
RestSecurityBearerToken() - Constructor for class org.apache.camel.model.rest.RestSecurityBearerToken
 
RestSecurityBearerToken(RestDefinition) - Constructor for class org.apache.camel.model.rest.RestSecurityBearerToken
 
RestSecurityDefinition - Class in org.apache.camel.model.rest
To specify the rest security definitions.
RestSecurityDefinition() - Constructor for class org.apache.camel.model.rest.RestSecurityDefinition
 
RestSecurityDefinition(RestDefinition) - Constructor for class org.apache.camel.model.rest.RestSecurityDefinition
 
RestSecurityMutualTLS - Class in org.apache.camel.model.rest
Rest security mutual TLS authentication definition
RestSecurityMutualTLS() - Constructor for class org.apache.camel.model.rest.RestSecurityMutualTLS
 
RestSecurityMutualTLS(RestDefinition) - Constructor for class org.apache.camel.model.rest.RestSecurityMutualTLS
 
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
 
RestSecurityOpenIdConnect - Class in org.apache.camel.model.rest
Rest security OpenID Connect definition
RestSecurityOpenIdConnect() - Constructor for class org.apache.camel.model.rest.RestSecurityOpenIdConnect
 
RestSecurityOpenIdConnect(RestDefinition) - Constructor for class org.apache.camel.model.rest.RestSecurityOpenIdConnect
 
resultType(Class<?>) - Method in class org.apache.camel.builder.SimpleBuilder
 
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
retriesExhaustedLogLevel(String) - 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
retryAttemptedLogLevel(String) - 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
retryDelay(String) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
Sets the delay in millis between retries
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(String) - Method 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 Prefer to use the from methods when creating a new route.
route(RouteDefinition) - Method in class org.apache.camel.model.RoutesDefinition
Creates a new route using the given route.
route() - Method in class org.apache.camel.model.RouteTemplateDefinition
To define the route in the template
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
 
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
 
RouteBuilderLifecycleStrategy - Interface in org.apache.camel.builder
Strategy for RouteBuilder lifecycle notifications.
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
RouteFilters - Class in org.apache.camel.model
Used for filtering routes to only include routes matching a function.
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.builder.TemplatedRouteBuilder
Sets the id of the 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
routePolicy(RoutePolicy...) - Method in class org.apache.camel.model.RouteDefinition
Configures route policies for this route
routePolicy(Supplier<RoutePolicy>) - Method in class org.apache.camel.model.RouteDefinition
Configures route policy 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.
RoutesDefinition - Class in org.apache.camel.model
A series of Camel routes
RoutesDefinition() - Constructor for class org.apache.camel.model.RoutesDefinition
 
routeTemplate(String) - Method in class org.apache.camel.builder.RouteBuilder
Creates a new route template
routeTemplate(String) - Method in class org.apache.camel.model.RouteTemplatesDefinition
Creates a route template
routeTemplate(RouteTemplateDefinition) - Method in class org.apache.camel.model.RouteTemplatesDefinition
RouteTemplateBeanDefinition - Class in org.apache.camel.model
A route template bean (local bean)
RouteTemplateBeanDefinition() - Constructor for class org.apache.camel.model.RouteTemplateBeanDefinition
 
RouteTemplateBeanDefinition(String) - Constructor for class org.apache.camel.model.RouteTemplateBeanDefinition
 
RouteTemplateBeanDefinition(RouteTemplateDefinition) - Constructor for class org.apache.camel.model.RouteTemplateBeanDefinition
 
RouteTemplateContainer - Interface in org.apache.camel.model
Container to hold Route.
RouteTemplateContextRefDefinition - Class in org.apache.camel.model
To refer to an XML file with route templates defined using the xml-dsl
RouteTemplateContextRefDefinition() - Constructor for class org.apache.camel.model.RouteTemplateContextRefDefinition
 
RouteTemplateContextRefDefinitionHelper - Class in org.apache.camel.model
RouteTemplateDefinition - Class in org.apache.camel.model
Defines a route template (parameterized routes)
RouteTemplateDefinition() - Constructor for class org.apache.camel.model.RouteTemplateDefinition
 
RouteTemplateDefinition.Converter - Interface in org.apache.camel.model
 
RouteTemplateParameterDefinition - Class in org.apache.camel.model
A route template parameter
RouteTemplateParameterDefinition() - Constructor for class org.apache.camel.model.RouteTemplateParameterDefinition
 
RouteTemplateParameterDefinition(String, String, String) - Constructor for class org.apache.camel.model.RouteTemplateParameterDefinition
 
RouteTemplateScriptDefinition - Class in org.apache.camel.model
A route template script (local bean) when using scripting languages such as groovy
RouteTemplateScriptDefinition() - Constructor for class org.apache.camel.model.RouteTemplateScriptDefinition
 
RouteTemplateScriptDefinition(String) - Constructor for class org.apache.camel.model.RouteTemplateScriptDefinition
 
RouteTemplatesDefinition - Class in org.apache.camel.model
A series of route templates
RouteTemplatesDefinition() - Constructor for class org.apache.camel.model.RouteTemplatesDefinition
 
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
Transform from ROME SyndFeed Java Objects to XML and vice-versa.
RssDataFormat() - Constructor for class org.apache.camel.model.dataformat.RssDataFormat
 

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
 
sagaServiceRef(String) - 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(Duration) - 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, 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(Duration) - Method in class org.apache.camel.model.SamplingDefinition
Sets the sample period during which only a single Exchange will pass through.
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(Duration) - 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(byte[]) - 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.
securityRequirement(String) - Method in class org.apache.camel.model.rest.RestSecuritiesRequirement
 
securityRequirement(String, String) - Method in class org.apache.camel.model.rest.RestSecuritiesRequirement
 
securityRequirements() - Method in class org.apache.camel.model.rest.RestSecuritiesRequirement
 
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 - Class in org.apache.camel.model.cloud
 
ServiceCallConfiguration() - Constructor for class org.apache.camel.model.cloud.ServiceCallConfiguration
 
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
 
ServiceCallDefinition(String) - 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(String) - 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.
setAfterUri(String) - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
After sending to the endpoint then send the message to this uri which allows to process its result.
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(String) - Method in class org.apache.camel.model.EnrichDefinition
 
setAggregateOnException(String) - 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(String) - Method in class org.apache.camel.model.EnrichDefinition
 
setAggregationStrategyMethodAllowNull(String) - 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(String) - 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(List<PropertyDefinition>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
Alias a Class to a shorter name to be used in XML elements.
setAliases(Map<String, String>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
 
setAllowableValues(List<String>) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Sets the parameter list of allowable values (enum).
setAllowableValues(List<String>) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
Sets the parameter list of allowable values.
setAllowAnyType(String) - 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 true

setAllowCoreThreadTimeOut(String) - Method in class org.apache.camel.model.ThreadsDefinition
 
setAllowDuplicates(String) - Method in class org.apache.camel.model.config.BatchResequencerConfig
Whether to allow duplicates.
setAllowEasyPredicate(String) - Method in class org.apache.camel.model.language.JsonPathExpression
Whether to allow using the easy predicate parser to pre-parse predicates.
setAllowEmptyDirectory(String) - 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(String) - 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
setAllowEmptyStream(String) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
Whether to allow empty streams in the unmarshal process.
setAllowJmsType(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
Used for JMS users to allow the JMSType header from the JMS spec to specify a FQN classname to use to unmarshal to.
setAllowJmsType(String) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
Used for JMS users to allow the JMSType header from the JMS spec to specify a FQN classname to use to unmarshal to.
setAllowJmsType(String) - 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(String) - 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.
setAllowJmsType(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
Used for JMS users to allow the JMSType header from the JMS spec to specify a FQN classname to use to unmarshal to.
setAllowMaximumSizeToDivergeFromCoreSize(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
Allows the configuration for maximumSize to take effect.
setAllowMissingColumnNames(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Whether to allow missing column names.
setAllowMultipleMatchesPerLine(String) - Method in class org.apache.camel.model.dataformat.GrokDataFormat
If false, every line of input is matched for pattern only once.
setAllowOptimisedComponents(String) - Method in class org.apache.camel.model.EnrichDefinition
 
setAllowOptimisedComponents(String) - Method in class org.apache.camel.model.ToDynamicDefinition
 
setAllowRecursiveKeys(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
Set whether recursive keys are allowed.
setAllowRedeliveryWhileStopping(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setAllowShortLines(String) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
Allows for lines to be shorter than expected and ignores the extra characters
setAllowSimple(String) - Method in class org.apache.camel.model.language.JsonPathExpression
Whether to allow in inlined simple exceptions in the JsonPath expression
setAllowUnmarshallType(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
If enabled then Jackson is allowed to attempt to use the CamelJacksonUnmarshalType header during the unmarshalling.
setAllowUnmarshallType(String) - 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(String) - 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(String) - 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.
setAllowUnmarshallType(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
If enabled then Jackson is allowed to attempt to use the CamelJacksonUnmarshalType header during the unmarshalling.
setApiComponent(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
The name of the Camel component to use as the REST API.
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(String) - Method in class org.apache.camel.model.rest.RestDefinition
Whether to include or exclude the VerbDefinition in API documentation.
setApiDocs(String) - 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

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.
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(String) - 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 parameter array type.
setArrayType(String) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
Sets the parameter array type.
setAsMap(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
Whether the unmarshalling should produce maps for the lines values instead of lists.
setAsyncDelayed(String) - Method in class org.apache.camel.model.DelayDefinition
 
setAsyncDelayed(String) - Method in class org.apache.camel.model.ThrottleDefinition
 
setAsyncDelayedRedelivery(boolean) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
setAsyncDelayedRedelivery(boolean) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
setAsyncDelayedRedelivery(boolean) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
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.
setAutoDiscoverObjectMapper(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
If set to true then Jackson will lookup for an objectMapper into the registry
setAutoDiscoverObjectMapper(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
If set to true then Jackson will lookup for an objectMapper into the registry
setAutoDiscoverObjectMapper(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
If set to true then Jackson will lookup for an objectMapper into the registry
setAutoDiscoverSchemaResolver(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
When not disabled, the SchemaResolver will be looked up into the registry
setAutoDiscoverSchemaResolver(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
When not disabled, the SchemaResolver will be looked up into the registry
setAutoDiscoverSchemaResolver(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
When not disabled, the SchemaResolver will be looked up into the registry
setAutomaticTransitionFromOpenToHalfOpenEnabled(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
Enables automatic transition from OPEN to HALF_OPEN state once the waitDurationInOpenState has passed.
setAutoStartComponents(String) - Method in class org.apache.camel.model.ToDynamicDefinition
 
setAutoStartup(String) - Method in class org.apache.camel.model.RouteDefinition
Whether to auto start this route
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
setBaseURI(String) - Method in class org.apache.camel.model.dataformat.Any23DataFormat
The URI to use as base for building RDF entities if only relative paths are provided.
setBatchConfig(BatchResequencerConfig) - Method in class org.apache.camel.model.ResequenceDefinition
 
setBatchSize(String) - Method in class org.apache.camel.model.config.BatchResequencerConfig
Sets the size of the batch to be re-ordered.
setBatchTimeout(String) - 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 existing 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.
setBeanSupplier(RouteTemplateContext.BeanSupplier<Object>) - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
Bean supplier that uses lambda style to create the local bean
setBeanType(String) - Method in class org.apache.camel.model.BeanDefinition
Sets the class name (fully qualified) of the bean to use
setBeanType(Class<?>) - Method in class org.apache.camel.model.BeanDefinition
Sets the class name (fully qualified) of the bean to use
setBeanType(Class<?>) - Method in class org.apache.camel.model.language.MethodCallExpression
 
setBeanType(String) - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
To set the type (fully qualified class name) of the returned bean created by the script.
setBeanType(Class<?>) - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
To set the type (fully qualified class name) of the returned bean created by the script.
setBeanTypeName(String) - Method in class org.apache.camel.model.language.MethodCallExpression
Class name (fully qualified) of the bean to use Will lookup in registry and if there is a single instance of the same type, then the existing bean is used, otherwise a new bean is created (requires a default no-arg constructor).
setBinaryContent(String) - 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(String) - 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(String) - Method in class org.apache.camel.model.rest.RestDefinition
Sets the binding mode to use.
setBindingMode(String) - Method in class org.apache.camel.model.rest.VerbDefinition
Sets the binding mode to use.
setBlockSeconds(String) - 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(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
 
setBodyMediaType(String) - Method in class org.apache.camel.model.language.DatasonnetExpression
The String representation of the message's body MediaType
setBreakOnShutdown(String) - Method in class org.apache.camel.model.LoopDefinition
If the breakOnShutdown attribute is true, then the loop will not iterate until it reaches the end when Camel is shut down.
setBuffersize(String) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
The size of the buffer used in the signature process.
setBulkheadEnabled(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
Whether bulkhead is enabled or not on the circuit breaker.
setBulkheadEnabled(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
Whether bulkhead is enabled or not on the circuit breaker.
setBulkheadExecutorServiceRef(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
References to a custom thread pool to use when bulkhead is enabled.
setBulkheadMaxConcurrentCalls(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
Configures the max amount of concurrent calls the bulkhead will support.
setBulkheadMaxConcurrentCalls(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
Configures the max amount of concurrent calls the bulkhead will support.
setBulkheadMaxWaitDuration(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
Configures a maximum amount of time which the calling thread will wait to enter the bulkhead.
setBulkheadWaitingTaskQueue(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
Configures the task queue size for holding waiting tasks to be processed by the bulkhead.
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(String) - Method in class org.apache.camel.model.BeanDefinition
Deprecated.
setCacheSize(String) - Method in class org.apache.camel.model.DynamicRouterDefinition
 
setCacheSize(String) - Method in class org.apache.camel.model.EnrichDefinition
 
setCacheSize(String) - Method in class org.apache.camel.model.PollEnrichDefinition
 
setCacheSize(String) - Method in class org.apache.camel.model.RecipientListDefinition
 
setCacheSize(String) - Method in class org.apache.camel.model.RoutingSlipDefinition
 
setCacheSize(String) - Method in class org.apache.camel.model.ToDynamicDefinition
 
setCallerRunsWhenRejected(String) - Method in class org.apache.camel.model.DelayDefinition
 
setCallerRunsWhenRejected(String) - Method in class org.apache.camel.model.ThreadsDefinition
 
setCallerRunsWhenRejected(String) - Method in class org.apache.camel.model.ThrottleDefinition
 
setCamelContext(CamelContext) - Method in class org.apache.camel.model.rest.RestsDefinition
 
setCamelContext(CamelContext) - Method in class org.apache.camel.model.RoutesDefinition
 
setCamelContext(CamelContext) - Method in class org.apache.camel.model.RouteTemplatesDefinition
 
setCapacity(String) - Method in class org.apache.camel.model.config.StreamResequencerConfig
Sets the capacity of the resequencer's inbound queue.
setCaptureHeaderRecord(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Whether the unmarshalling should capture the header record and store it in the message header
setCatchClauses(List<CatchDefinition>) - Method in class org.apache.camel.model.TryDefinition
 
setCharset(String) - Method in class org.apache.camel.model.ConvertBodyDefinition
To use a specific charset when converting
setCircuitBreakerEnabled(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
Whether to use a HystrixCircuitBreaker or not.
setCircuitBreakerErrorThresholdPercentage(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
Error percentage threshold (as whole number such as 50) at which point the circuit breaker will trip open and reject requests.
setCircuitBreakerForceClosed(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
If true the HystrixCircuitBreaker#allowRequest() will always return true to allow requests regardless of the error percentage from HystrixCommandMetrics.getHealthCounts().
setCircuitBreakerForceOpen(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
If true the HystrixCircuitBreaker.allowRequest() will always return false, causing the circuit to be open (tripped) and reject all requests.
setCircuitBreakerRef(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
Refers to an existing io.smallrye.faulttolerance.core.circuit.breaker.CircuitBreaker instance to lookup and use from the registry.
setCircuitBreakerRef(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
Refers to an existing io.github.resilience4j.circuitbreaker.CircuitBreaker instance to lookup and use from the registry.
setCircuitBreakerRequestVolumeThreshold(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
Minimum number of requests in the metricsRollingStatisticalWindowInMilliseconds() that must exist before the HystrixCircuitBreaker will trip.
setCircuitBreakerSleepWindowInMilliseconds(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
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(String) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
Name of model class to use.
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(String) - 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(String) - 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(String) - 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(String) - Method in class org.apache.camel.model.AggregateDefinition
 
setCode(String) - Method in class org.apache.camel.model.rest.RestOperationResponseMsgDefinition
 
setCollectionFormat(CollectionFormat) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Sets the parameter collection format.
setCollectionFormat(CollectionFormat) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
Sets the parameter collection format.
setCollectionType(Class<?>) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
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
 
setCollectionType(Class<?>) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
setCollectionTypeName(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
Refers to a custom collection type to lookup in the registry to use.
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.
setCollectionTypeName(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
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(String) - 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(String) - 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(String) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
 
setCompletionFromBatchConsumer(String) - Method in class org.apache.camel.model.AggregateDefinition
 
setCompletionInterval(String) - Method in class org.apache.camel.model.AggregateDefinition
 
setCompletionMode(String) - Method in class org.apache.camel.model.SagaDefinition
Determine how the saga should be considered complete.
setCompletionOnNewCorrelationGroup(String) - Method in class org.apache.camel.model.AggregateDefinition
 
setCompletionPredicate(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.AggregateDefinition
 
setCompletionSize(String) - Method in class org.apache.camel.model.AggregateDefinition
 
setCompletionSizeExpression(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.AggregateDefinition
Number of messages aggregated before the aggregation is complete.
setCompletionTimeout(String) - Method in class org.apache.camel.model.AggregateDefinition
 
setCompletionTimeoutCheckerInterval(String) - Method in class org.apache.camel.model.AggregateDefinition
 
setCompletionTimeoutExpression(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.AggregateDefinition
Time in millis that an aggregated exchange should be inactive before its complete (timeout).
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 netty-http, jetty, servlet, undertow.
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(String) - 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(String) - Method in class org.apache.camel.model.dataformat.ZipDeflaterDataFormat
To specify a specific compression between 0-9.
setConfigRef(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
Refers to an existing io.github.resilience4j.circuitbreaker.CircuitBreakerConfig instance to lookup and use from the registry.
setConfiguration(List<PropertyDefinition>) - Method in class org.apache.camel.model.dataformat.Any23DataFormat
Configurations for Apache Any23 as key-value pairs in order to customize the extraction process.
setConfiguration(Map<String, String>) - Method in class org.apache.camel.model.dataformat.Any23DataFormat
Configurations for Apache Any23 as key-value pairs in order to customize the extraction process.
setConfiguration(Object) - Method in class org.apache.camel.model.language.XQueryExpression
Custom saxon configuration (requires camel-saxon).
setConfigurationRef(String) - Method in class org.apache.camel.model.CircuitBreakerDefinition
Refers to a circuit breaker configuration (such as hystrix, resillience4j, or microprofile-fault-tolerance) to use for configuring the circuit breaker EIP.
setConfigurationRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
Refers to a ServiceCall configuration to use
setConfigurationRef(String) - Method in class org.apache.camel.model.language.XQueryExpression
Reference to a saxon configuration instance in the registry to use for xquery (requires camel-saxon).
setConfigurer(Consumer<RouteTemplateContext>) - Method in class org.apache.camel.model.DefaultRouteTemplateContext
 
setConfigurer(Consumer<RouteTemplateContext>) - Method in class org.apache.camel.model.RouteTemplateDefinition
 
setConnectionTimeout(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
Connection timeout.
setConnectTimeoutMillis(String) - 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.
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(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
setContentTypeHeader(String) - Method in interface org.apache.camel.model.dataformat.ContentTypeHeaderAware
Whether the data format should set the Content-Type header with the type from the data format.
setContentTypeHeader(String) - Method in class org.apache.camel.model.dataformat.FhirDataformat
 
setContentTypeHeader(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
 
setContentTypeHeader(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
 
setContentTypeHeader(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
setContentTypeHeader(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
setContentTypeHeader(String) - Method in class org.apache.camel.model.dataformat.ThriftDataFormat
 
setContentTypeHeader(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
 
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.
setContextPathIsClassName(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
This can be set to true to mark that the contextPath is referring to a classname and not a package name.
setContinued(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.OnExceptionDefinition
 
setContinuedPolicy(Predicate) - Method in class org.apache.camel.model.OnExceptionDefinition
 
setConverters(List<PropertyDefinition>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
List of class names for using custom XStream converters.
setConverters(Map<String, String>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
 
setCopy(String) - 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(String) - Method in class org.apache.camel.model.WireTapDefinition
 
setCorePoolSize(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
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 parameter data format.
setDataFormat(String) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
Sets the 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(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 interface org.apache.camel.model.DataFormatDefinitionAware
The data format to be used.
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 parameter data type.
setDataType(String) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
Sets the header data type.
setDeadLetterHandleNewException(boolean) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
setDeadLetterHandleNewException(boolean) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
setDeadLetterHandleNewException(boolean) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
setDeadLetterUri(String) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
setDeadLetterUri(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
setDeadLetterUri(String) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
setDefaultInstance(Object) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
setDefaultInstance(Object) - Method in class org.apache.camel.model.dataformat.ThriftDataFormat
 
setDefaultProfile(String) - 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
 
setDefaultValue(String) - Method in class org.apache.camel.model.RouteTemplateParameterDefinition
Default value of the parameter.
setDefinition(String) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
The flatpack pzmap configuration file.
setDelay(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
Control how long the circuit breaker stays open.
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
 
setDelimiter(String) - Method in class org.apache.camel.model.SplitDefinition
 
setDeliveryAttemptInterval(String) - 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.
setDeprecated(Boolean) - Method in class org.apache.camel.model.rest.VerbDefinition
 
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 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.
setDescription(String) - Method in class org.apache.camel.model.RouteTemplateParameterDefinition
Description of the parameter
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.AvroDataFormat
Set of features to disable on the Jackson com.fasterxml.jackson.databind.ObjectMapper.
setDisableFeatures(String) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
Set of features to disable on the Jackson com.fasterxml.jackson.databind.ObjectMapper.
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.
setDisableFeatures(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
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)
setDiscardOnAggregationFailure(String) - Method in class org.apache.camel.model.AggregateDefinition
 
setDiscardOnCompletionTimeout(String) - 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(String) - 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.
setDropRootNode(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
Whether XStream will drop the root node in the generated JSon.
setDumperOptions(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
DumperOptions to configure outgoing objects.
setDynamicUri(String) - Method in class org.apache.camel.model.WireTapDefinition
 
setEager(String) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
 
setEagerCheckCompletion(String) - 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(String) - 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(String) - Method in class org.apache.camel.model.rest.RestDefinition
Whether to enable CORS headers in the HTTP response.
setEnableCORS(String) - 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.AvroDataFormat
Set of features to enable on the Jackson com.fasterxml.jackson.databind.ObjectMapper.
setEnableFeatures(String) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
Set of features to enable on the Jackson com.fasterxml.jackson.databind.ObjectMapper.
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.
setEnableFeatures(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
Set of features to enable on the Jackson com.fasterxml.jackson.databind.ObjectMapper.
setEnableJaxbAnnotationModule(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
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(String) - 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
 
setEndpointConsumerBuilder(EndpointConsumerBuilder) - Method in class org.apache.camel.model.FromDefinition
 
setEndpointProducerBuilder(EndpointProducerBuilder) - Method in class org.apache.camel.model.SendDefinition
 
setEndpointProducerBuilder(EndpointProducerBuilder) - Method in class org.apache.camel.model.ToDynamicDefinition
 
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.
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
 
setErrorHandlerFactory(ErrorHandlerFactory) - Method in class org.apache.camel.model.RouteTemplatesDefinition
 
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(String) - 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 example
setExamples(List<RestPropertyDefinition>) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Sets the 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
 
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
 
SetExchangePatternDefinition(String) - 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(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
Number of concurrent requests permitted to HystrixCommand.run().
setExecutionIsolationStrategy(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
What isolation strategy HystrixCommand.run() will be executed with.
setExecutionIsolationThreadInterruptOnTimeout(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
Whether the execution thread should attempt an interrupt (using Future.cancel(boolean)) when a thread times out.
setExecutionTimeoutEnabled(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
Whether the timeout mechanism is enabled for this command
setExecutionTimeoutInMilliseconds(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
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(ScheduledExecutorService) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
setExecutorService(ScheduledExecutorService) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
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.errorhandler.DefaultErrorHandlerConfiguration
 
setExecutorServiceRef(String) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
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(String) - 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(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.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.ExpressionNode
 
setExpressionType(ExpressionDefinition) - Method in class org.apache.camel.model.ExpressionSubElementDefinition
 
setExpressionType(ExpressionDefinition) - Method in interface org.apache.camel.model.HasExpressionType
 
setExpressionType(ExpressionDefinition) - Method in class org.apache.camel.model.language.ExpressionDefinition
Allows derived classes and DSLs to set a lazily created expressionType instance such as if using the ExpressionClause
setExpressionType(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
setExpressionType(ExpressionDefinition) - Method in class org.apache.camel.model.SagaOptionDefinition
 
setExpressionValue(Expression) - Method in class org.apache.camel.builder.ExpressionClauseSupport
 
setExpressionValue(Expression) - Method in class org.apache.camel.model.language.ExpressionDefinition
 
setExtractors(List<String>) - Method in class org.apache.camel.model.dataformat.Any23DataFormat
List of Any23 extractors to be used in the unmarshal operation.
setFactoryRef(String) - Method in class org.apache.camel.model.language.XPathExpression
References to a custom XPathFactory to lookup in the registry
setFailureRateThreshold(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
Configures the failure rate threshold in percentage.
setFailureRatio(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
Configures the failure rate threshold in percentage.
setFallbackEnabled(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
Whether HystrixCommand.getFallback() should be attempted when failure occurs.
setFallbackIsolationSemaphoreMaxConcurrentRequests(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
Number of concurrent requests permitted to HystrixCommand.getFallback().
setFallbackViaNetwork(String) - Method in class org.apache.camel.model.OnFallbackDefinition
Whether the fallback goes over the network.
setFaultToleranceConfiguration(FaultToleranceConfigurationDefinition) - Method in class org.apache.camel.model.CircuitBreakerDefinition
 
setFaultToleranceConfiguration(FaultToleranceConfigurationDefinition) - Method in interface org.apache.camel.model.Model
Sets the default MicroProfile Fault Tolerance configuration
setFaultToleranceConfigurations(List<FaultToleranceConfigurationDefinition>) - Method in interface org.apache.camel.model.Model
Sets the MicroProfile Fault Tolerance configurations
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.
setFilter(String) - Method in class org.apache.camel.model.ClaimCheckDefinition
 
setFilterNonXmlChars(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
To ignore non xml characheters and replace them with an empty space.
setFinallyClause(FinallyDefinition) - Method in class org.apache.camel.model.TryDefinition
 
setFixed(String) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
Delimited or fixed.
setFlattened(String) - Method in class org.apache.camel.model.dataformat.GrokDataFormat
Turns on flattened mode.
setFlow(String) - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
The flow used by the OAuth2 security scheme.
setForceCompletionOnStop(String) - 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
setFormat(String) - Method in class org.apache.camel.model.rest.RestSecurityBearerToken
A hint to the client to identify how the bearer token is formatted.
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(String) - 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.
setGeneratedId(String) - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
 
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(String) - 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
Deprecated.
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
 
setHashAlgorithm(String) - 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(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
 
setHeaderExtractionEnabled(String) - 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
Deprecated.
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(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
Whether or not the headers are disabled.
setHeadersInline(String) - 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(String) - 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.model.CircuitBreakerDefinition
Deprecated.
setHystrixConfiguration(HystrixConfigurationDefinition) - Method in interface org.apache.camel.model.Model
Sets the default Hystrix configuration
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(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Whether to ignore empty lines.
setIgnoreExtraColumns(String) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
Allows for lines to be longer than expected and ignores the extra characters.
setIgnoreFirstRecord(String) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
Whether the first line is ignored for delimited files (for the column headers).
setIgnoreHeaderCase(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Sets whether or not to ignore case when accessing header names.
setIgnoreInvalidCorrelationKeys(String) - Method in class org.apache.camel.model.AggregateDefinition
 
setIgnoreInvalidEndpoint(String) - Method in class org.apache.camel.model.EnrichDefinition
 
setIgnoreInvalidEndpoint(String) - Method in class org.apache.camel.model.PollEnrichDefinition
 
setIgnoreInvalidEndpoint(String) - Method in class org.apache.camel.model.ToDynamicDefinition
 
setIgnoreInvalidEndpoints(String) - Method in class org.apache.camel.model.DynamicRouterDefinition
 
setIgnoreInvalidEndpoints(String) - Method in class org.apache.camel.model.RecipientListDefinition
 
setIgnoreInvalidEndpoints(String) - Method in class org.apache.camel.model.RoutingSlipDefinition
 
setIgnoreInvalidExchanges(String) - Method in class org.apache.camel.model.config.BatchResequencerConfig
Whether to ignore invalid exchanges
setIgnoreInvalidExchanges(String) - Method in class org.apache.camel.model.config.StreamResequencerConfig
Whether to ignore invalid exchanges
setIgnoreInvalidRecords(String) - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
Whether to ignore invalid records.
setIgnoreJAXBElement(String) - 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(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
Whether or not the leading white spaces must be ignored.
setIgnoreSurroundingSpaces(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Whether to ignore surrounding spaces
setIgnoreTrailingWhitespaces(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
Whether or not the trailing white spaces must ignored.
setIgnoreUnexpectedRecords(String) - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
Whether to ignore unexpected records.
setIgnoreUnidentifiedRecords(String) - 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(List<PropertyDefinition>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
Adds a default implicit collection which is used for any unmapped XML tag.
setImplicitCollections(Map<String, String>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
 
setInclude(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
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.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.
setInclude(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
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(String) - 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(String) - 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

setInCookie(String) - Method in class org.apache.camel.model.rest.RestSecurityApiKey
To use a cookie as the location of the API key.
setInHeader(String) - 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.
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(String) - 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(String) - 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 unmarshalling
setInstanceClass(String) - Method in class org.apache.camel.model.dataformat.ThriftDataFormat
Name of class to use when unmarshalling
setInstanceClassName(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
Class name to use for marshal and unmarshalling
setIntegrity(String) - 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.
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.AvroDataFormat
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.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.
setJsonView(Class<?>) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
When marshalling a POJO to JSON you might want to exclude certain fields from the JSON output.
setJsonViewTypeName(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
When marshalling a POJO to JSON you might want to exclude certain fields from the JSON output.
setJsonViewTypeName(String) - 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.
setJsonViewTypeName(String) - 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.
setJsonViewTypeName(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
When marshalling a POJO to JSON you might want to exclude certain fields from the JSON output.
setKeepAliveTime(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
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(String) - 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(String) - 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(String) - 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(String) - Method in class org.apache.camel.model.dataformat.UniVocityHeader
Header length
setLibrary(AvroLibrary) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
Which Avro library to use.
setLibrary(JsonLibrary) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
Which json library to use.
setLibrary(ProtobufLibrary) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
Which Protobuf library to use.
setLibrary(YAMLLibrary) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
Which yaml library to use.
setLineLength(String) - 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

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.
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
 
setLogExhausted(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
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(CamelLogger) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
setLogger(CamelLogger) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
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(String) - Method in class org.apache.camel.model.LogDefinition
Sets the logging level.
setLogHandled(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
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(String) - 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
 
setLogRouteAsXml(boolean) - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
Sets whether to log the adviced routes before/after as XML.
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(String) - Method in class org.apache.camel.model.RollbackDefinition
Mark the transaction for rollback only (cannot be overruled to commit)
setMarkRollbackOnlyLast(String) - 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
setMaxAliasesForCollections(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
Set the maximum amount of aliases allowed for collections.
setMaxDecompressedSize(String) - Method in class org.apache.camel.model.dataformat.TarFileDataFormat
Set the maximum decompressed size of a tar file (in bytes).
setMaxDecompressedSize(String) - Method in class org.apache.camel.model.dataformat.ZipFileDataFormat
Set the maximum decompressed size of a zip file (in bytes).
setMaximumFailoverAttempts(String) - 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(String) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
 
setMaximumRetryDelay(String) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
 
setMaximumSize(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
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(String) - Method in class org.apache.camel.model.ThreadsDefinition
 
setMaxQueueSize(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
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(String) - 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(String) - 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.
setMessageFrequency(long) - Method in class org.apache.camel.model.SamplingDefinition
 
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(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
Time in milliseconds to wait between allowing health snapshots to be taken that calculate success and error percentages and affect HystrixCircuitBreaker.isOpen() status.
setMetricsRollingPercentileBucketSize(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
Maximum number of values stored in each bucket of the rolling percentile.
setMetricsRollingPercentileEnabled(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
Whether percentile metrics should be captured using HystrixRollingPercentile inside HystrixCommandMetrics.
setMetricsRollingPercentileWindowBuckets(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
Number of buckets the rolling percentile window is broken into.
setMetricsRollingPercentileWindowInMilliseconds(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
Duration of percentile rolling window in milliseconds.
setMetricsRollingStatisticalWindowBuckets(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
Number of buckets the rolling statistical window is broken into.
setMetricsRollingStatisticalWindowInMilliseconds(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
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.
setMinimumNumberOfCalls(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
Configures the minimum number of calls which are required (per sliding window period) before the CircuitBreaker can calculate the error rate.
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(String) - Method in class org.apache.camel.model.OnCompletionDefinition
Sets the on completion mode.
setModelReifierFactory(ModelReifierFactory) - Method in interface org.apache.camel.model.Model
Sets a custom ModelReifierFactory
setModuleClassNames(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
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.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.
setModuleClassNames(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
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.AvroDataFormat
To use custom Jackson modules referred from the Camel registry.
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.
setModuleRefs(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
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(String) - 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(String) - 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.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.KameletDefinition
Name of the Kamelet (templateId/routeId) to call.
setName(String) - Method in class org.apache.camel.model.RemoveHeaderDefinition
Name of header to remove
setName(String) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Sets the 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.
setName(String) - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
Bean name
setName(String) - Method in class org.apache.camel.model.RouteTemplateParameterDefinition
The name of the parameter
setName(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.

setName(String) - Method in class org.apache.camel.model.SetPropertyDefinition
Name of exchange property to set a new value.
setNamedOnly(String) - Method in class org.apache.camel.model.dataformat.GrokDataFormat
Whether to capture named expressions only or not (i.e.
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(String) - 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(String) - 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(String) - 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.AvroDataFormat
Lookup and use the existing ObjectMapper with the given id when using Jackson.
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.
setObjectMapper(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
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(List<PropertyDefinition>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
Prevents a field from being serialized.
setOmitFields(Map<String, String>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
 
setOmitResourceId(String) - 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(String) - Method in class org.apache.camel.model.dataformat.TidyMarkupDataFormat
When returning a String, do we omit the XML declaration in the top.
setOnCompleteOnly(String) - 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.errorhandler.DefaultErrorHandlerConfiguration
 
setOnExceptionOccurred(Processor) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
setOnExceptionOccurred(Processor) - Method in class org.apache.camel.model.OnExceptionDefinition
 
setOnExceptionOccurredRef(String) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
setOnExceptionOccurredRef(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
setOnExceptionOccurredRef(String) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
setOnExceptionOccurredRef(String) - Method in class org.apache.camel.model.OnExceptionDefinition
 
setOnExceptions(List<OnExceptionDefinition>) - Method in class org.apache.camel.model.RoutesDefinition
 
setOnFailureOnly(String) - Method in class org.apache.camel.model.OnCompletionDefinition
 
setOnFallback(OnFallbackDefinition) - Method in class org.apache.camel.model.CircuitBreakerDefinition
 
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
 
setOnPrepareFailure(Processor) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
setOnPrepareFailure(Processor) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
setOnPrepareFailureRef(String) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
setOnPrepareFailureRef(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
setOnPrepareFailureRef(String) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
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.errorhandler.DefaultErrorHandlerConfiguration
 
setOnRedelivery(Processor) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
setOnRedelivery(Processor) - Method in class org.apache.camel.model.OnExceptionDefinition
 
setOnRedeliveryRef(String) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
setOnRedeliveryRef(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
setOnRedeliveryRef(String) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
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(String) - Method in class org.apache.camel.model.ClaimCheckDefinition
 
setOptimisticLocking(String) - 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
 
setOption(String) - Method in class org.apache.camel.model.language.JsonPathExpression
To configure additional options on json path.
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.
setOtherwise(OtherwiseDefinition) - Method in class org.apache.camel.model.ChoiceDefinition
 
setOutputFormat(String) - Method in class org.apache.camel.model.dataformat.Any23DataFormat
What RDF syntax to unmarshal as, can be: NTRIPLES, TURTLE, NQUADS, RDFXML, JSONLD, RDFJSON, RDF4JMODEL.
setOutputMediaType(String) - Method in class org.apache.camel.model.language.DatasonnetExpression
The String representation of the MediaType to output
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.CircuitBreakerDefinition
 
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.FinallyDefinition
 
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.InterceptDefinition
 
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
 
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.KameletDefinition
 
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.LoadBalanceDefinition
 
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.MulticastDefinition
 
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.OnFallbackDefinition
 
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.OtherwiseDefinition
 
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.OutputDefinition
 
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.OutputExpressionNode
 
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.PipelineDefinition
 
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.PolicyDefinition
 
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.SagaDefinition
 
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.StepDefinition
 
setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.TransactedDefinition
 
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 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 name of the class of the input data.

setOutTypeClass(Class<?>) - 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
setOutTypeClass(Class<?>) - Method in class org.apache.camel.model.rest.VerbDefinition
Sets the class to use for binding from POJO to output for the outgoing data This option will override what may be configured on a parent level.
setOverrideResourceIdWithBundleEntryFullUrl(String) - 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(String) - Method in class org.apache.camel.model.MulticastDefinition
 
setParallelAggregate(String) - Method in class org.apache.camel.model.RecipientListDefinition
 
setParallelAggregate(String) - Method in class org.apache.camel.model.SplitDefinition
 
setParallelProcessing(String) - Method in class org.apache.camel.model.AggregateDefinition
 
setParallelProcessing(String) - Method in class org.apache.camel.model.MulticastDefinition
 
setParallelProcessing(String) - Method in class org.apache.camel.model.OnCompletionDefinition
 
setParallelProcessing(String) - Method in class org.apache.camel.model.RecipientListDefinition
 
setParallelProcessing(String) - Method in class org.apache.camel.model.SplitDefinition
 
setParameter(String, Object) - Method in class org.apache.camel.model.DefaultRouteTemplateContext
 
setParams(List<RestOperationParamDefinition>) - Method in class org.apache.camel.model.rest.VerbDefinition
To specify the REST operation parameters.
setParent(ProcessorDefinition<?>) - Method in class org.apache.camel.model.OnCompletionDefinition
 
setParent(ProcessorDefinition<?>) - Method in class org.apache.camel.model.OnExceptionDefinition
 
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(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
 
setPattern(String) - 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.dataformat.GrokDataFormat
The grok pattern to match lines of input
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(String) - Method in class org.apache.camel.model.SetExchangePatternDefinition
Sets the new exchange pattern of the Exchange to be used from this point forward
setPattern(String) - Method in class org.apache.camel.model.ToDefinition
Sets the optional ExchangePattern used to invoke this endpoint
setPattern(String) - 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.
setPermittedNumberOfCallsInHalfOpenState(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
Configures the number of permitted calls when the CircuitBreaker is half open.
setPoolSize(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
Sets the core pool size
setPoolSize(String) - 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.
setPreCompile(String) - Method in class org.apache.camel.model.language.JoorExpression
Whether the expression should be pre compiled once during initialization phase.
setPreCompile(String) - Method in class org.apache.camel.model.language.XPathExpression
Whether to enable pre-compiling the xpath expression during initialization phase.
setPredicateType(PredicateFactory) - Method in class org.apache.camel.builder.ExpressionClauseSupport
 
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(String) - 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(String) - 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(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
Force the emitter to produce a pretty YAML document when using the flow style.
setPrettyPrint(String) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
To enable pretty printing output nicely formatted.
setPrettyPrint(String) - 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(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
To enable pretty printing output nicely formatted.
setPrettyPrint(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
To enable pretty printing output nicely formatted.
setPrettyPrint(String) - 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 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
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(String) - 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.ServiceCallConfiguration
Set client properties to use.
setProperties(List<PropertyDefinition>) - Method in class org.apache.camel.model.PropertyDefinitions
 
setProperties(List<PropertyDefinition>) - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
Optional properties to set on the created local bean
setProperty(String, Expression) - Method in class org.apache.camel.model.ProcessorDefinition
Adds a processor which sets the exchange property
setProperty(String, Supplier<Object>) - 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
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
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(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
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(String) - Method in class org.apache.camel.model.dataformat.UniVocityCsvDataFormat
Whether or not all values must be quoted when writing them.
setQuoteDisabled(String) - 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(String) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
 
setReadTimeoutMillis(String) - 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(String) - 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(String) - 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
setRedeliveryDelay(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setRedeliveryPolicy(RedeliveryPolicy) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
Sets the redelivery policy
setRedeliveryPolicy(RedeliveryPolicy) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
setRedeliveryPolicy(RedeliveryPolicy) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
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.builder.ErrorHandlerBuilderRef
 
setRef(String) - Method in class org.apache.camel.model.BeanDefinition
Sets a reference to an exiting bean to use, which is looked up from the registry
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.errorhandler.ErrorHandlerRefConfiguration
 
setRef(String) - Method in interface org.apache.camel.model.errorhandler.ErrorHandlerRefProperties
 
setRef(String) - Method in class org.apache.camel.model.language.MethodCallExpression
Reference to an existing bean (bean id) 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.RouteTemplateContextRefDefinition
Reference to the route templates 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.
setRefreshUrl(String) - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
The URL to be used for obtaining refresh tokens.
setRegex(String) - Method in class org.apache.camel.model.language.TokenizerExpression
If the token is a regular expression pattern.
setRejectedPolicy(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
Sets the handler for tasks which cannot be executed by the thread pool.
setRejectedPolicy(String) - Method in class org.apache.camel.model.ThreadsDefinition
 
setRejectExecution(String) - Method in class org.apache.camel.model.ThrottleDefinition
 
setRejectOld(String) - Method in class org.apache.camel.model.config.StreamResequencerConfig
If true, throws an exception when messages older than the last delivered message are processed
setRemoveOnFailure(String) - 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(String) - Method in class org.apache.camel.model.dataformat.XmlRpcDataFormat
Whether to marshal/unmarshal request or response

Is by default false

setRequestLogEnabled(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
Whether HystrixCommand execution and events should be logged to HystrixRequestLog.
setRequestVolumeThreshold(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
Controls the size of the rolling window used when the circuit breaker is closed
setRequired(Boolean) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Sets the parameter required flag.
setRequired(Boolean) - Method in class org.apache.camel.model.RouteTemplateParameterDefinition
Whether the parameter is required or not.
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.
setResilience4jConfiguration(Resilience4jConfigurationDefinition) - Method in class org.apache.camel.model.CircuitBreakerDefinition
 
setResilience4jConfiguration(Resilience4jConfigurationDefinition) - Method in interface org.apache.camel.model.Model
Sets the default Resilience4j configuration
setResilience4jConfigurations(List<Resilience4jConfigurationDefinition>) - Method in interface org.apache.camel.model.Model
Sets the Resilience4j configurations
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 operation response messages.
setRest(RestDefinition) - Method in class org.apache.camel.model.rest.VerbDefinition
 
setRest(Boolean) - Method in class org.apache.camel.model.RouteDefinition
 
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.CSimpleExpression
Sets the class of the result type (type from output)
setResultType(Class<?>) - Method in class org.apache.camel.model.language.DatasonnetExpression
Sets the class of the result type (type from output).
setResultType(Class<?>) - Method in class org.apache.camel.model.language.JoorExpression
Sets the class of the result type (type from output)
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.CSimpleExpression
Sets the class name of the result type (type from output)
setResultTypeName(String) - Method in class org.apache.camel.model.language.DatasonnetExpression
Sets the class name of the result type (type from output)

The default result type is com.datasonnet.document.Document

setResultTypeName(String) - Method in class org.apache.camel.model.language.JoorExpression
Sets the class name 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(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setRetryAttemptedLogInterval(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setRetryAttemptedLogLevel(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setRetryDelay(String) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
 
setRetryWhile(Predicate) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
setRetryWhile(Predicate) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
setRetryWhile(Predicate) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
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
 
setRetryWhileRef(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
setRetryWhileRef(String) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
setReverse(String) - Method in class org.apache.camel.model.config.BatchResequencerConfig
Whether to reverse the ordering.
setRoundRobin(String) - 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(String) - 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
 
setRoute(RouteDefinition) - Method in class org.apache.camel.model.RouteTemplateDefinition
 
setRouteCollection(RoutesDefinition) - Method in class org.apache.camel.builder.RouteBuilder
 
setRouteFilter(Function<RouteDefinition, Boolean>) - Method in interface org.apache.camel.model.Model
Sets a custom route filter to use for filtering unwanted routes when routes are added.
setRouteFilterPattern(String, String) - Method in interface org.apache.camel.model.Model
Used for filtering routes routes matching the given pattern, which follows the following rules: - Match by route id - Match by route input endpoint uri The matching is using exact match, by wildcard and regular expression as documented by PatternHelper.matchPattern(String, String).
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
 
setRouteScoped(boolean) - Method in class org.apache.camel.model.OnCompletionDefinition
 
setRouteScoped(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
 
setRouteTemplateCollection(RouteTemplatesDefinition) - Method in class org.apache.camel.builder.RouteBuilder
 
setRouteTemplateContext(RouteTemplateContext) - Method in class org.apache.camel.model.RouteDefinition
 
setRouteTemplates(List<RouteTemplateDefinition>) - Method in interface org.apache.camel.model.RouteTemplateContainer
Sets the route templates to use
setRouteTemplates(List<RouteTemplateDefinition>) - Method in class org.apache.camel.model.RouteTemplatesDefinition
The route templates
setSagaService(CamelSagaService) - Method in class org.apache.camel.model.SagaDefinition
 
setSagaServiceRef(String) - Method in class org.apache.camel.model.SagaDefinition
Refers to the id to lookup in the registry for the specific CamelSagaService to use.
setSamplePeriod(String) - Method in class org.apache.camel.model.SamplingDefinition
Sets the sample period during which only a single Exchange will pass through.
setSamplePeriod(long) - Method in class org.apache.camel.model.SamplingDefinition
 
setSamplePeriod(Duration) - Method in class org.apache.camel.model.SamplingDefinition
 
setSaxon(String) - 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
setSchemaResolver(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
Optional schema resolver used to lookup schemas for the data in transit.
setSchemaResolver(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
Optional schema resolver used to lookup schemas for the data in transit.
setSchemaResolver(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
Optional schema resolver used to lookup schemas for the data in transit.
setSchemaSeverityLevel(String) - 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.
setScope(String) - Method in class org.apache.camel.model.BeanDefinition
 
setScope(BeanScope) - Method in class org.apache.camel.model.BeanDefinition
Scope of bean.
setScope(String) - Method in class org.apache.camel.model.language.MethodCallExpression
Scope of bean.
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)
setScript(RouteTemplateScriptDefinition) - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
The script to execute that creates the bean when using scripting languages.
setScript(String) - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
The script to execute that creates the bean when using scripting languages.
setScript(String) - Method in class org.apache.camel.model.RouteTemplateScriptDefinition
The script to execute that creates the bean when using scripting languages.
setSecureTag(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
The XPath reference to the XML Element selected for encryption/decryption.
setSecureTagContents(String) - 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 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
setSecurityRequirements(RestSecuritiesRequirement) - Method in class org.apache.camel.model.rest.RestDefinition
Sets the security requirement(s) for all endpoints.
setSecurityRequirements(Collection<SecurityDefinition>) - Method in class org.apache.camel.model.rest.RestSecuritiesRequirement
Security requirement configurations
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 interface org.apache.camel.model.Model
Sets the default service call configuration
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(String) - Method in class org.apache.camel.model.EnrichDefinition
 
setShareUnitOfWork(String) - Method in class org.apache.camel.model.MulticastDefinition
 
setShareUnitOfWork(String) - Method in class org.apache.camel.model.RecipientListDefinition
 
setShareUnitOfWork(String) - Method in class org.apache.camel.model.SplitDefinition
 
setShouldAppendHMAC(String) - 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.
setShutdownRoute(String) - Method in class org.apache.camel.model.RouteDefinition
To control how to shutdown the route.
setShutdownRunningTask(String) - Method in class org.apache.camel.model.RouteDefinition
To control how to shutdown the route.
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.
setSingleQuotes(String) - Method in class org.apache.camel.model.language.JoorExpression
Whether single quotes can be used as replacement for double quotes.
setSkipBindingOnErrorCode(String) - 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(String) - 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(String) - 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(String) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
 
setSkipEmptyLines(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
Whether or not the empty lines must be ignored.
setSkipFirst(String) - Method in class org.apache.camel.model.language.TokenizerExpression
To skip the very first element
setSkipHeaderRecord(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Whether to skip the header record in the output
setSkipSendToOriginalEndpoint(String) - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
If set to true then the message is not sent to the original endpoint.
setSkipTrailingCharsUntilNewline(String) - Method in class org.apache.camel.model.dataformat.UniVocityFixedWidthDataFormat
Whether or not the trailing characters until new line must be ignored.
setSlidingWindowSize(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
Configures the size of the sliding window which is used to record the outcome of calls when the CircuitBreaker is closed.
setSlidingWindowType(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
Configures the type of the sliding window which is used to record the outcome of calls when the CircuitBreaker is closed.
setSlowCallDurationThreshold(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
Configures the duration threshold (seconds) above which calls are considered as slow and increase the slow calls percentage.
setSlowCallRateThreshold(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
Configures a threshold in percentage.
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(String) - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
Whether or not the failover load balancer should operate in sticky mode or not.
setStopOnAggregateException(String) - Method in class org.apache.camel.model.MulticastDefinition
 
setStopOnAggregateException(String) - Method in class org.apache.camel.model.RecipientListDefinition
 
setStopOnAggregateException(String) - Method in class org.apache.camel.model.SplitDefinition
 
setStopOnException(String) - Method in class org.apache.camel.model.MulticastDefinition
 
setStopOnException(String) - Method in class org.apache.camel.model.RecipientListDefinition
 
setStopOnException(String) - Method in class org.apache.camel.model.SplitDefinition
 
setStrategyMethodAllowNull(String) - 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(String) - 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(String) - 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(String) - 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.
setStreamConfig(StreamResequencerConfig) - Method in class org.apache.camel.model.ResequenceDefinition
 
setStreaming(String) - Method in class org.apache.camel.model.MulticastDefinition
 
setStreaming(String) - Method in class org.apache.camel.model.RecipientListDefinition
 
setStreaming(String) - 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(String) - 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.
setSuccessThreshold(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
Controls the number of trial calls which are allowed when the circuit breaker is half-open
setSummaryMode(String) - 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.
setSupportTransacted(boolean) - Method in class org.apache.camel.builder.ErrorHandlerBuilderRef
 
setSupportTransacted(boolean) - Method in class org.apache.camel.model.errorhandler.ErrorHandlerRefConfiguration
 
setSupportTransacted(boolean) - Method in interface org.apache.camel.model.errorhandler.ErrorHandlerRefProperties
 
setSuppressExceptions(String) - Method in class org.apache.camel.model.language.JsonPathExpression
Whether to suppress exceptions such as PathNotFoundException.
setSuppressNarratives(String) - 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.
setTemplate(Boolean) - Method in class org.apache.camel.model.RouteDefinition
This route is created from a route template.
setTemplateBeans(List<RouteTemplateBeanDefinition>) - Method in class org.apache.camel.model.RouteTemplateDefinition
 
setTemplateParameters(Map<String, Object>) - Method in class org.apache.camel.model.RouteDefinition
 
setTemplateParameters(List<RouteTemplateParameterDefinition>) - Method in class org.apache.camel.model.RouteTemplateDefinition
 
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
 
setThreadPoolKey(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
Sets the thread pool key to use.
setThreadPoolRollingNumberStatisticalWindowBuckets(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
Number of buckets the rolling statistical window is broken into.
setThreadPoolRollingNumberStatisticalWindowInMilliseconds(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
Deprecated.
Duration of statistical rolling window in milliseconds.
setThreadSafety(String) - Method in class org.apache.camel.model.language.XPathExpression
Whether to enable thread-safety for the returned result of the xpath expression.
setTimeout(String) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
Set the time the services will be retained.
setTimeout(String) - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
To set the maximum time an action could take to complete.
setTimeout(String) - Method in class org.apache.camel.model.config.StreamResequencerConfig
Sets minimum time to wait for missing elements (messages).
setTimeout(String) - Method in class org.apache.camel.model.MulticastDefinition
 
setTimeout(String) - Method in class org.apache.camel.model.PollEnrichDefinition
 
setTimeout(String) - Method in class org.apache.camel.model.RecipientListDefinition
 
setTimeout(String) - Method in class org.apache.camel.model.SagaDefinition
Set the maximum amount of time for the Saga.
setTimeout(String) - Method in class org.apache.camel.model.SplitDefinition
 
setTimeoutCancelRunningFuture(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
Configures whether cancel is called on the running future.
setTimeoutCheckerExecutorService(ScheduledExecutorService) - Method in class org.apache.camel.model.AggregateDefinition
 
setTimeoutCheckerExecutorServiceRef(String) - Method in class org.apache.camel.model.AggregateDefinition
 
setTimeoutDuration(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
Configures the thread execution timeout.
setTimeoutDuration(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
Configures the thread execution timeout.
setTimeoutEnabled(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
Whether timeout is enabled or not on the circuit breaker.
setTimeoutEnabled(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
Whether timeout is enabled or not on the circuit breaker.
setTimeoutExecutorServiceRef(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
References to a custom thread pool to use when timeout is enabled (uses ForkJoinPool.commonPool() by default)
setTimeoutInMilliseconds(String) - Method in class org.apache.camel.model.SagaDefinition
Set the maximum amount of time for the Saga.
setTimeoutPoolSize(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
Configures the pool size of the thread pool when timeout is enabled.
setTimeoutScheduledExecutorServiceRef(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
References to a custom thread pool to use when timeout is enabled
setTimePeriodMillis(String) - Method in class org.apache.camel.model.ThrottleDefinition
 
setTimeUnit(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
Sets the time unit to use for keep alive time By default SECONDS is used.
setTimeUnit(String) - Method in class org.apache.camel.model.ThreadsDefinition
 
setTimezone(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
If set then Jackson will use the Timezone when marshalling/unmarshalling.
setTimezone(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
If set then Jackson will use the Timezone when marshalling/unmarshalling.
setTimezone(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
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.
setTrailingDelimiter(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Sets whether or not to add a trailing delimiter.
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(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Sets whether or not to trim leading and trailing blanks.
setTrim(String) - Method in class org.apache.camel.model.language.ExpressionDefinition
Whether to trim the value to remove leading and trailing whitespaces and line breaks
setTrustCerts(String) - 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(String) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
Whether to use Csv, Fixed, or KeyValue.
setType(String) - 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 name of the class of the input data.

setType(RestParamType) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
Sets the 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(String) - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
What type to use for creating the bean.
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
 
setTypeClass(Class<?>) - Method in class org.apache.camel.model.rest.RestBindingDefinition
Sets the class to use for binding from input to POJO for the incoming data
setTypeClass(Class<?>) - Method in class org.apache.camel.model.rest.VerbDefinition
Sets the class to use for binding from input to POJO for the incoming data This option will override what may be configured on a parent level.
setTypeFilters(List<YAMLTypeFilterDefinition>) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
Set the types SnakeYAML is allowed to un-marshall
setUnits(String) - 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
Deprecated.
setUnits(TimeUnit) - Method in class org.apache.camel.model.SamplingDefinition
Deprecated.
setUnmarshalSingleObject(String) - 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.AvroDataFormat
Class of the java type to use when unmarshalling
setUnmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
Class of the java type to use when unmarshalling
setUnmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
Class of the java type to use when unmarshalling
setUnmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
Class of the java type to use when unmarshalling
setUnmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
Class of the java type to use when unmarshalling
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.AvroDataFormat
Class name of the java type to use when unmarshalling
setUnmarshalTypeName(String) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
Class name of the java type to use when unmarshalling
setUnmarshalTypeName(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
Class name of the java type to use when unmarshalling
setUnmarshalTypeName(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
Class name of the java type to use when unmarshalling
setUnmarshalTypeName(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
Class name of the java type to use when unmarshalling
setUnmarshalTypeName(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
Class name of the java type to use when unmarshalling
setUnwrapSingleInstance(String) - 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.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
 
setUrl(String) - Method in class org.apache.camel.model.rest.RestSecurityOpenIdConnect
OpenId Connect URL to discover OAuth2 configuration values.
setUrlSafe(String) - 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(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
Use ApplicationContextClassLoader as custom ClassLoader
setUseCollisionAvoidance(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
 
setUseDefaultObjectMapper(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
Whether to lookup and use default Jackson ObjectMapper from the registry.
setUseDefaultObjectMapper(String) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
Whether to lookup and use default Jackson CBOR ObjectMapper from the registry.
setUseDefaultObjectMapper(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
Whether to lookup and use default Jackson ObjectMapper from the registry.
setUseDefaultObjectMapper(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
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(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
To unmarshal to a List of Map or a List of Pojo.
setUseList(String) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
To unmarshal to a List of Map or a List of Pojo.
setUseList(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
To unmarshal to a List of Map or a List of Pojo.
setUseList(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
To unmarshal to a List of Map or a List of Pojo.
setUseList(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
To unmarshal to a List of Map or a List of Pojo.
setUseMaps(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Whether the unmarshalling should produce maps (HashMap)for the lines values instead of lists.
setUseOrderedMaps(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
Whether the unmarshalling should produce ordered maps (LinkedHashMap) for the lines values instead of lists.
setUseOriginalBody(boolean) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
setUseOriginalBody(boolean) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
setUseOriginalBody(boolean) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
setUseOriginalBody(String) - Method in class org.apache.camel.model.OnExceptionDefinition
 
setUseOriginalMessage(boolean) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
 
setUseOriginalMessage(boolean) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
 
setUseOriginalMessage(boolean) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
 
setUseOriginalMessage(String) - Method in class org.apache.camel.model.OnCompletionDefinition
Will use the original input message body when an Exchange for this on completion.
setUseOriginalMessage(String) - 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(String) - 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(String) - 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(String) - 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(String) - Method in class org.apache.camel.model.dataformat.LZFDataFormat
Enable encoding (compress) using multiple processing cores.
setValidate(String) - Method in class org.apache.camel.model.dataformat.HL7DataFormat
Whether to validate the HL7 message

Is by default true.

setValidate(String) - Method in class org.apache.camel.model.InputTypeDefinition
Set if validation is required for this input type.
setValidate(String) - Method in class org.apache.camel.model.OutputTypeDefinition
Set if validation is required for this output type.
setValidating(String) - Method in class org.apache.camel.model.dataformat.IcalDataFormat
Whether to validate.
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.
setWaitDurationInOpenState(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
Configures the wait duration (in seconds) which specifies how long the CircuitBreaker should stay open, before it switches to half open.
setWhenClauses(List<WhenDefinition>) - Method in class org.apache.camel.model.ChoiceDefinition
Sets the when clauses
setWidth(String) - Method in class org.apache.camel.model.dataformat.BarcodeDataFormat
Width of the barcode
setWritableStackTraceEnabled(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
Enables writable stack traces.
setWriteAsString(String) - 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(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
Write timeout for OkHttpClient
setXml(String) - 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.
setXPathFactory(XPathFactory) - Method in class org.apache.camel.model.language.XPathExpression
 
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.
shareUnitOfWork(boolean) - Method in class org.apache.camel.model.SplitDefinition
Shares the UnitOfWork with the parent and each of the sub messages.
shareUnitOfWork(String) - Method in class org.apache.camel.model.SplitDefinition
Shares the UnitOfWork with the parent and each of the sub messages.
shutdownRoute(ShutdownRoute) - Method in class org.apache.camel.model.RouteDefinition
Configures a shutdown route option.
shutdownRoute(String) - Method in class org.apache.camel.model.RouteDefinition
Configures a shutdown route option.
shutdownRunningTask(ShutdownRunningTask) - Method in class org.apache.camel.model.RouteDefinition
Configures a shutdown running task option.
shutdownRunningTask(String) - 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
Evaluate Camel's built-in Simple language expression against the Camel Exchange.
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
 
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
slidingWindowSize(int) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
Configures the size of the sliding window which is used to record the outcome of calls when the CircuitBreaker is closed.
slidingWindowType(String) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
Configures the type of the sliding window which is used to record the outcome of calls when the CircuitBreaker is closed.
slowCallDurationThreshold(int) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
Configures the duration threshold (seconds) above which calls are considered as slow and increase the slow calls percentage.
slowCallRateThreshold(float) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
Configures a threshold in percentage.
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
Marshal Java objects to SOAP messages and back.
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
 
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
Evaluate a Spring Expression Language (SpEL) expression against the Camel Exchange.
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, String) - 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.
startRouteDefinitions() - Method in interface org.apache.camel.model.ModelCamelContext
Start all routes from this model.
startRouteDefinitions(List<RouteDefinition>) - Method in interface org.apache.camel.model.ModelCamelContext
Start the given set of routes.
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.
stopOnAggregateException(boolean) - Method in class org.apache.camel.model.SplitDefinition
If enabled, unwind exceptions occurring at aggregation time to the error handler when parallelProcessing is used.
stopOnAggregateException(String) - 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(String) - 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.
stopOnException(boolean) - 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.
stopOnException(String) - 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.
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
strategy(AggregationStrategy) - Method in class org.apache.camel.model.AggregateDefinition
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.
streaming(boolean) - 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.
streaming(String) - 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.
string() - Static method in class org.apache.camel.builder.AggregationStrategies
Creates a StringAggregationStrategy.
string(String) - Static method in class org.apache.camel.builder.AggregationStrategies
Creates a StringAggregationStrategy with delimiter.
successThreshold(int) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
Controls the number of trial calls which are allowed when the circuit breaker is half-open
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.ErrorHandlerBuilderSupport
 
supportTransacted() - Method in class org.apache.camel.builder.NoErrorHandlerBuilder
 
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
Marshall SyslogMessages to RFC3164 and RFC5424 messages and back.
SyslogDataFormat() - Constructor for class org.apache.camel.model.dataformat.SyslogDataFormat
 
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
Archive files into tarballs or extract files from tarballs.
TarFileDataFormat() - Constructor for class org.apache.camel.model.dataformat.TarFileDataFormat
 
task() - Method in interface org.apache.camel.builder.AdviceWithTask
The task to execute
templateBean(String, Class<?>) - Method in class org.apache.camel.model.RouteTemplateDefinition
Adds a local bean the route template uses
templateBean(String, Object) - Method in class org.apache.camel.model.RouteTemplateDefinition
Adds a local bean the route template uses
templateBean(String, Supplier<Object>) - Method in class org.apache.camel.model.RouteTemplateDefinition
Adds a local bean the route template uses
templateBean(String, Class<?>, RouteTemplateContext.BeanSupplier<Object>) - Method in class org.apache.camel.model.RouteTemplateDefinition
Adds a local bean the route template uses
templateBean(String, String, String) - Method in class org.apache.camel.model.RouteTemplateDefinition
Adds a local bean the route template uses
templateBean(String, Class<?>, String, String) - Method in class org.apache.camel.model.RouteTemplateDefinition
Adds a local bean the route template uses
templateBean(String) - Method in class org.apache.camel.model.RouteTemplateDefinition
Adds a local bean the route template uses (via fluent builder)
TemplatedRouteBuilder - Class in org.apache.camel.builder
Fluent builder for adding new routes from route templates.
templateOptionalParameter(String) - Method in class org.apache.camel.model.RouteTemplateDefinition
Adds an optional parameter the route template uses
templateOptionalParameter(String, String) - Method in class org.apache.camel.model.RouteTemplateDefinition
Adds an optional parameter the route template uses
templateParameter(String) - Method in class org.apache.camel.model.RouteTemplateDefinition
Adds a required parameter the route template uses
templateParameter(String, String) - Method in class org.apache.camel.model.RouteTemplateDefinition
Adds a parameter (will use default value if not provided) the route template uses
templateParameter(String, String, String) - Method in class org.apache.camel.model.RouteTemplateDefinition
Adds a parameter (will use default value if not provided) the route template uses
templateParameters(Map<String, String>) - Method in class org.apache.camel.model.RouteTemplateDefinition
Adds the parameters the route template uses.
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
Deprecated.
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(int) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
Number of buckets the rolling statistical window is broken into.
threadPoolRollingNumberStatisticalWindowInMilliseconds(int) - Method in class org.apache.camel.model.HystrixConfigurationDefinition
Deprecated.
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
Serialize and deserialize messages using Apache Thrift binary data format.
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
 
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
Parse (potentially invalid) HTML into valid HTML or DOM.
TidyMarkupDataFormat() - Constructor for class org.apache.camel.model.dataformat.TidyMarkupDataFormat
 
TidyMarkupDataFormat(Class<?>) - Constructor for class org.apache.camel.model.dataformat.TidyMarkupDataFormat
 
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(int) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
Set the time the services will be retained.
timeout(String) - 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(String) - 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(String) - 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(Duration) - Method in class org.apache.camel.model.ResequenceDefinition
Sets the timeout
timeout(String) - Method in class org.apache.camel.model.ResequenceDefinition
Sets the timeout
timeout(Duration) - Method in class org.apache.camel.model.SagaDefinition
 
timeout(long, TimeUnit) - Method in class org.apache.camel.model.SagaDefinition
 
timeout(String) - 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.
timeout(String) - 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.
timeoutCancelRunningFuture(boolean) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
Configures whether cancel is called on the running future.
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.
timeoutCheckerExecutorService(Supplier<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.
timeoutDuration(long) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
Configures the thread execution timeout.
timeoutDuration(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
Configures the thread execution timeout.
timeoutDuration(int) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
Configures the thread execution timeout (millis).
timeoutEnabled(boolean) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
Whether timeout is enabled or not on the circuit breaker.
timeoutEnabled(boolean) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
Whether timeout is enabled or not on the circuit breaker.
timeoutExecutorServiceRef(String) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
References to a custom thread pool to use when timeout is enabled (uses ForkJoinPool.commonPool() by default)
timeoutPoolSize(int) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
Configures the pool size of the thread pool when timeout is enabled.
timeoutScheduledExecutorServiceRef(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
References to a custom thread pool to use when timeout is enabled
timePeriodMillis(long) - Method in class org.apache.camel.model.ThrottleDefinition
Sets the time period during which the maximum request count is valid for
timePeriodMillis(String) - 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(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
 
timeUnit(TimeUnit) - Method in class org.apache.camel.model.ThreadsDefinition
Sets the keep alive time unit.
timeUnit(String) - Method in class org.apache.camel.model.ThreadsDefinition
Sets the keep alive time unit.
timeUnits(TimeUnit) - Method in class org.apache.camel.model.SamplingDefinition
Deprecated.
timezone(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
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(EndpointProducerBuilder) - 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(ExchangePattern, EndpointProducerBuilder) - 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
Deprecated.
to(EndpointProducerBuilder...) - 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
Deprecated.
to(ExchangePattern, EndpointProducerBuilder...) - Method in class org.apache.camel.model.ProcessorDefinition
Sends the exchange to a list of endpoints

Notice the existing MEP is preserved

to(String) - Method in class org.apache.camel.model.rest.RestDefinition
Routes directly to the given static endpoint.
toD() - 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.ProcessorDefinition
Sends the exchange to the given dynamic endpoint
toD(EndpointProducerBuilder) - 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(EndpointProducerBuilder, 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(EndpointProducerBuilder, 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(EndpointProducerBuilder) - 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
 
ToDefinition(EndpointProducerBuilder, 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
 
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
Tokenize text payloads using the specified delimiter patterns.
TokenizerExpression() - Constructor for class org.apache.camel.model.language.TokenizerExpression
 
TokenizerExpression(String) - 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
tokenUrl(String) - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
 
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.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.CircuitBreakerDefinition
 
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.GrokDataFormat
 
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.IdempotentConsumerDefinition
 
toString() - Method in class org.apache.camel.model.InOnlyDefinition
Deprecated.
 
toString() - Method in class org.apache.camel.model.InOutDefinition
Deprecated.
 
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.RouteTemplateContextRefDefinition
 
toString() - Method in class org.apache.camel.model.RouteTemplatesDefinition
 
toString() - Method in class org.apache.camel.model.RoutingSlipDefinition
 
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.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
 
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
 
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
trustCerts(String) - 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(BindyType) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
 
type(String) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
 
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(String, Class<?>) - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
What type to use for creating the bean.
type(String) - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
What type to use for creating the bean.
type - Variable in class org.apache.camel.model.TransactedDefinition
 
typeClass(Class<?>) - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
Creates the bean from the given class type
typeClass(String) - Method in class org.apache.camel.model.RouteTemplateBeanDefinition
Creates the bean from the given class type

U

units(TimeUnit) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
Set the time unit for the timeout.
units(String) - 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
 
UniVocityCsvDataFormat - Class in org.apache.camel.model.dataformat
Marshal and unmarshal Java objects from and to CSV (Comma Separated Values) using UniVocity Parsers.
UniVocityCsvDataFormat() - Constructor for class org.apache.camel.model.dataformat.UniVocityCsvDataFormat
 
UniVocityFixedWidthDataFormat - Class in org.apache.camel.model.dataformat
Marshal and unmarshal Java objects from and to fixed length records using UniVocity Parsers.
UniVocityFixedWidthDataFormat() - Constructor for class org.apache.camel.model.dataformat.UniVocityFixedWidthDataFormat
 
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
Marshal and unmarshal Java objects from and to TSV (Tab-Separated Values) records using UniVocity Parsers.
UniVocityTsvDataFormat() - Constructor for class org.apache.camel.model.dataformat.UniVocityTsvDataFormat
 
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.
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
 
unmarshalType(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
unmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
unmarshalType(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
unmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
unmarshalType(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
unmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
unwrapSingleInstance(boolean) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
 
unwrapSingleInstance(String) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
 
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
 
uri(String) - Method in class org.apache.camel.model.ToDynamicDefinition
The uri of the endpoint to send to.
uri(EndpointProducerBuilder) - Method in class org.apache.camel.model.ToDynamicDefinition
The uri of the endpoint to send to.
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
urn(String) - Method in class org.apache.camel.model.InputTypeDefinition
 
urn(String) - Method in class org.apache.camel.model.OutputTypeDefinition
 
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.
useDefaultObjectMapper(boolean) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
useDefaultObjectMapper(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
useDefaultObjectMapper(boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
useDefaultObjectMapper(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
useDefaultObjectMapper(boolean) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
useDefaultObjectMapper(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
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.
useList(boolean) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
useList(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
 
useList(boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
useList(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
 
useList(boolean) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
useList(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
 
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.builder.DefaultErrorHandlerBuilder
Will use the original input Message body (original body only) when an Exchange is moved to the dead letter queue.
useOriginalBody() - Method in class org.apache.camel.model.OnCompletionDefinition
Will use the original input message body when an Exchange for this on completion.
useOriginalBody() - Method in class org.apache.camel.model.OnExceptionDefinition
Will use the original input Message body (original body only) when an Exchange is moved to the dead letter queue.
useOriginalMessage() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
Will use the original input Message (original body and headers) 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 (original body and headers) 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(boolean) - Method in class org.apache.camel.model.InputTypeDefinition
 
validate(boolean) - Method in class org.apache.camel.model.OutputTypeDefinition
 
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
 
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
 
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.Any23Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.model.dataformat.AvroLibrary
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.ProtobufLibrary
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.Any23Type
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.AvroLibrary
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.ProtobufLibrary
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

waitDurationInOpenState(int) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
Configures the wait duration (in seconds) which specifies how long the CircuitBreaker should stay open, before it switches to half open.
waitTime(long) - Method in class org.apache.camel.builder.NotifyBuilder
Specifies the wait time in millis to use in the NotifyBuilder.matchesWaitTime() method.
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.
whenDoneNotSatisfied(NotifyBuilderMatcher) - Method in class org.apache.camel.builder.NotifyBuilder
Sets a condition when the provided matcher (such as mock endpoint) is not satisfied based on Exchange being sent to it when they are done.
whenDoneSatisfied(NotifyBuilderMatcher) - Method in class org.apache.camel.builder.NotifyBuilder
Sets a condition when the provided matcher (such as mock endpoint) is satisfied based on Exchange being sent to it when they are done.
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.
whenReceivedNotSatisfied(NotifyBuilderMatcher) - Method in class org.apache.camel.builder.NotifyBuilder
Sets a condition when the provided matcher (such as mock endpoint) is not satisfied based on Exchange being sent to it when they are received.
whenReceivedSatisfied(NotifyBuilderMatcher) - Method in class org.apache.camel.builder.NotifyBuilder
Sets a condition when the provided matcher (such as mock endpoint) is satisfied based on Exchange being sent to it when they are 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
 
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(EndpointProducerBuilder) - 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
 
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
withCookie(String) - Method in class org.apache.camel.model.rest.RestSecurityApiKey
 
withDataFormat(DataFormatDefinition) - Method in class org.apache.camel.builder.TransformerBuilder
Set the DataFormatDefinition to be used for the DataFormat Transformer.
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.
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.
withPattern(ExchangePattern) - Method in class org.apache.camel.builder.ExchangeBuilder
Set the message exchange pattern on the exchange
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
 
withScope(String, String) - Method in class org.apache.camel.model.rest.RestSecurityOAuth2
 
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.
writableStackTraceEnabled(boolean) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
Enables writable stack traces.
writeTimeoutMillis(Long) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
Write timeout for OkHttpClient
writeTimeoutMillis(String) - 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
Marshal and unmarshal XML RPC protocol requests or responses.
XmlRpcDataFormat() - Constructor for class org.apache.camel.model.dataformat.XmlRpcDataFormat
 
XMLSecurityDataFormat - Class in org.apache.camel.model.dataformat
Encrypt and decrypt XML payloads using Apache Santuario.
XMLSecurityDataFormat() - Constructor for class org.apache.camel.model.dataformat.XMLSecurityDataFormat
 
XMLTokenizerExpression - Class in org.apache.camel.model.language
Tokenize XML payloads using the specified path expression.
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
Evaluate an XPath expression against an XML payload.
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
Evaluate an XQuery expressions against an XML payload.
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
Marshal and unmarshal POJOs to/from XML using XStream library.
XStreamDataFormat() - Constructor for class org.apache.camel.model.dataformat.XStreamDataFormat
 
XStreamDataFormat(String) - Constructor for class org.apache.camel.model.dataformat.XStreamDataFormat
 
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
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
 
YAMLLibrary - Enum in org.apache.camel.model.dataformat
Supported YAML marshalers.
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

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
Compress and decompress streams using java.util.zip.Deflater and java.util.zip.Inflater.
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
Compression and decompress streams using java.util.zip.Zip*Stream.
ZipFileDataFormat() - Constructor for class org.apache.camel.model.dataformat.ZipFileDataFormat
 
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