- Method in class org.apache.camel.builder.
- safelyStartRouteServices(boolean, boolean, boolean, boolean, Collection<RouteService>) - Method in class org.apache.camel.impl.DefaultCamelContext
-
Starts the routes services in a proper manner which ensures the routes will be started in correct order,
check for clash and that the routes will also be shutdown in correct order as well.
- safelyStartRouteServices(boolean, boolean, boolean, boolean, boolean, RouteService...) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- sample() - Method in class org.apache.camel.model.ProcessorDefinition
-
Sampling Throttler
Creates a sampling throttler allowing you to extract a sample of
exchanges from the traffic on a route.
- sample(long, TimeUnit) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sampling Throttler
Creates a sampling throttler allowing you to extract a sample of exchanges
from the traffic through a route.
- sample(long) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sampling Throttler
Creates a sampling throttler allowing you to extract a sample of exchanges
from the traffic through a route.
- sampleMessageFrequency(long) - Method in class org.apache.camel.model.SamplingDefinition
-
Sets the sample message count which only a single
Exchange
will pass through after this many received.
- samplePeriod(long) - Method in class org.apache.camel.model.SamplingDefinition
-
Sets the sample period during which only a single
Exchange
will pass through.
- SamplingDefinition - Class in org.apache.camel.model
-
Extract a sample of the messages passing through a route
- SamplingDefinition() - Constructor for class org.apache.camel.model.SamplingDefinition
-
- SamplingDefinition(long, TimeUnit) - Constructor for class org.apache.camel.model.SamplingDefinition
-
- SamplingDefinition(long) - Constructor for class org.apache.camel.model.SamplingDefinition
-
- SamplingThrottler - Class in org.apache.camel.processor
-
A SamplingThrottler
is a special kind of throttler.
- SamplingThrottler(Processor, long) - Constructor for class org.apache.camel.processor.SamplingThrottler
-
- SamplingThrottler(Processor, long, TimeUnit) - Constructor for class org.apache.camel.processor.SamplingThrottler
-
- sanitize(String) - Static method in class org.apache.camel.util.StringHelper
-
Ensures that s
is friendly for a URL or file system.
- sanitizeHostName(String) - Static method in class org.apache.camel.impl.ActiveMQUuidGenerator
-
- sanitizePath(String) - Static method in class org.apache.camel.util.URISupport
-
Removes detected sensitive information (such as passwords) from the
path part of an URI (that is, the part without the query
parameters or component prefix) and returns the result.
- sanitizeUri(String) - Static method in class org.apache.camel.util.URISupport
-
Removes detected sensitive information (such as passwords) from the URI and returns the result.
- sanityCheckRoute(RouteDefinition) - Static method in class org.apache.camel.model.RouteDefinitionHelper
-
Sanity check the route, that it has input(s) and outputs.
- saxon() - Method in class org.apache.camel.builder.xml.XPathBuilder
-
Configures to use Saxon as the XPathFactory which allows you to use XPath 2.0 functions
which may not be part of the build in JDK XPath parser.
- SAXON_TRANSFORMER_FACTORY_CLASS_NAME - Static variable in class org.apache.camel.component.xslt.XsltEndpoint
-
- SAXPARSER_FACTORY - Static variable in interface org.apache.camel.Exchange
-
- scan(CamelContext) - Method in interface org.apache.camel.spi.RecoverableAggregationRepository
-
Scans the repository for
Exchange
s to be recovered
- schedule() - Method in class org.apache.camel.processor.resequencer.Timeout
-
Schedules this timeout task.
- schedule(Callable<V>, long, TimeUnit) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- schedule(Runnable, long, TimeUnit) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- ScheduledBatchPollingConsumer - Class in org.apache.camel.impl
-
A useful base class for any consumer which is polling batch based
- ScheduledBatchPollingConsumer(Endpoint, Processor) - Constructor for class org.apache.camel.impl.ScheduledBatchPollingConsumer
-
- ScheduledBatchPollingConsumer(Endpoint, Processor, ScheduledExecutorService) - Constructor for class org.apache.camel.impl.ScheduledBatchPollingConsumer
-
- ScheduledPollConsumer - Class in org.apache.camel.impl
-
A useful base class for any consumer which is polling based
- ScheduledPollConsumer(Endpoint, Processor) - Constructor for class org.apache.camel.impl.ScheduledPollConsumer
-
- ScheduledPollConsumer(Endpoint, Processor, ScheduledExecutorService) - Constructor for class org.apache.camel.impl.ScheduledPollConsumer
-
- ScheduledPollConsumerScheduler - Interface in org.apache.camel.spi
-
- ScheduledPollEndpoint - Class in org.apache.camel.impl
-
- ScheduledPollEndpoint(String, Component) - Constructor for class org.apache.camel.impl.ScheduledPollEndpoint
-
- ScheduledPollEndpoint(String, CamelContext) - Constructor for class org.apache.camel.impl.ScheduledPollEndpoint
-
Deprecated.
- ScheduledPollEndpoint(String) - Constructor for class org.apache.camel.impl.ScheduledPollEndpoint
-
Deprecated.
- ScheduledPollEndpoint() - Constructor for class org.apache.camel.impl.ScheduledPollEndpoint
-
- schedulePoll() - Method in class org.apache.camel.support.DefaultTimeoutMap
-
lets schedule each time to allow folks to change the time at runtime
- SCHEDULER_POLLED_MESSAGES - Static variable in interface org.apache.camel.Exchange
-
- SchedulerComponent - Class in org.apache.camel.component.scheduler
-
- SchedulerComponent() - Constructor for class org.apache.camel.component.scheduler.SchedulerComponent
-
- SchedulerConsumer - Class in org.apache.camel.component.scheduler
-
- SchedulerConsumer(SchedulerEndpoint, Processor) - Constructor for class org.apache.camel.component.scheduler.SchedulerConsumer
-
- SchedulerEndpoint - Class in org.apache.camel.component.scheduler
-
The scheduler component is used for generating message exchanges when a scheduler fires.
- SchedulerEndpoint(String, SchedulerComponent, String) - Constructor for class org.apache.camel.component.scheduler.SchedulerEndpoint
-
- scheduleTask(Runnable) - Method in class org.apache.camel.impl.DefaultScheduledPollConsumerScheduler
-
- scheduleTask(Runnable) - Method in interface org.apache.camel.spi.ScheduledPollConsumerScheduler
-
Schedules the task to run.
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- SchemaReader - Class in org.apache.camel.processor.validation
-
- SchemaReader() - Constructor for class org.apache.camel.processor.validation.SchemaReader
-
- SchemaReader(CamelContext, String) - Constructor for class org.apache.camel.processor.validation.SchemaReader
-
Specify a camel context and a schema resource URI in order to read the schema via the class resolver specified in the Camel context.
- SchemaValidationException - Exception in org.apache.camel.processor.validation
-
A Schema validation exception occurred
- SchemaValidationException(Exchange, Object, List<SAXParseException>, List<SAXParseException>, List<SAXParseException>) - Constructor for exception org.apache.camel.processor.validation.SchemaValidationException
-
- 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
- scope(ComponentVerifier.Scope) - Method in class org.apache.camel.impl.verifier.ResultBuilder
-
- 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
-
- ScriptProcessor - Class in org.apache.camel.processor
-
A processor which executes the script as an expression and does not change the message body.
- ScriptProcessor(Expression) - Constructor for class org.apache.camel.processor.ScriptProcessor
-
- seconds() - Method in class org.apache.camel.component.mock.TimeClause.TimeClassUnit
-
- seconds(long) - Static method in class org.apache.camel.util.Time
-
- SecureRandomParameters - Class in org.apache.camel.util.jsse
-
- SecureRandomParameters() - Constructor for class org.apache.camel.util.jsse.SecureRandomParameters
-
- SecureSocketProtocolsParameters - Class in org.apache.camel.util.jsse
-
Represents a list of TLS/SSL cipher suite names.
- SecureSocketProtocolsParameters() - Constructor for class org.apache.camel.util.jsse.SecureSocketProtocolsParameters
-
- secureXML() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- secureXML(String, boolean) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- secureXML(String, Map<String, String>, boolean) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- secureXML(String, boolean, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- secureXML(String, Map<String, String>, boolean, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- secureXML(String, boolean, String, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- secureXML(String, Map<String, String>, boolean, String, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- secureXML(String, boolean, String, String, String) - Method in class org.apache.camel.builder.DataFormatClause
-
- 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
- SedaComponent - Class in org.apache.camel.component.seda
-
- SedaComponent() - Constructor for class org.apache.camel.component.seda.SedaComponent
-
- SedaComponent(Class<? extends Endpoint>) - Constructor for class org.apache.camel.component.seda.SedaComponent
-
- SedaConsumer - Class in org.apache.camel.component.seda
-
A Consumer for the SEDA component.
- SedaConsumer(SedaEndpoint, Processor) - Constructor for class org.apache.camel.component.seda.SedaConsumer
-
- SedaConsumerNotAvailableException - Exception in org.apache.camel.component.seda
-
- SedaConsumerNotAvailableException(String, Exchange) - Constructor for exception org.apache.camel.component.seda.SedaConsumerNotAvailableException
-
- SedaEndpoint - Class in org.apache.camel.component.seda
-
The seda component provides asynchronous call to another endpoint from any CamelContext in the same JVM.
- SedaEndpoint() - Constructor for class org.apache.camel.component.seda.SedaEndpoint
-
- SedaEndpoint(String, Component, BlockingQueue<Exchange>) - Constructor for class org.apache.camel.component.seda.SedaEndpoint
-
- SedaEndpoint(String, Component, BlockingQueue<Exchange>, int) - Constructor for class org.apache.camel.component.seda.SedaEndpoint
-
- SedaEndpoint(String, Component, BlockingQueueFactory<Exchange>, int) - Constructor for class org.apache.camel.component.seda.SedaEndpoint
-
- SedaPollingConsumer - Class in org.apache.camel.component.seda
-
- SedaPollingConsumer(Endpoint) - Constructor for class org.apache.camel.component.seda.SedaPollingConsumer
-
- SedaProducer - Class in org.apache.camel.component.seda
-
- SedaProducer(SedaEndpoint, BlockingQueue<Exchange>, WaitForTaskToComplete, long) - Constructor for class org.apache.camel.component.seda.SedaProducer
-
- SedaProducer(SedaEndpoint, BlockingQueue<Exchange>, WaitForTaskToComplete, long, boolean) - Constructor for class org.apache.camel.component.seda.SedaProducer
-
- SedaProducer(SedaEndpoint, WaitForTaskToComplete, long, boolean) - Constructor for class org.apache.camel.component.seda.SedaProducer
-
- 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.
- selectProcessIndex() - Method in class org.apache.camel.processor.loadbalancer.WeightedRandomLoadBalancer
-
- selectRange(int, int) - Method in class org.apache.camel.builder.AdviceWithBuilder
-
Will only apply the node in the index range matched.
- send() - Method in class org.apache.camel.builder.DefaultFluentProducerTemplate
-
- send() - Method in interface org.apache.camel.FluentProducerTemplate
-
Send to an endpoint (InOnly)
- send(String, Exchange) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- send(String, Processor) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- send(String, ExchangePattern, Processor) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- send(Endpoint, Exchange) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- send(Endpoint, Processor) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- send(Endpoint, ExchangePattern, Processor) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- send(Endpoint, ExchangePattern, Processor, Processor) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- send(Exchange) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- send(Processor) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- send(Endpoint, Exchange) - Method in class org.apache.camel.impl.ProducerCache
-
Sends the exchange to the given endpoint.
- send(Endpoint, Processor) - Method in class org.apache.camel.impl.ProducerCache
-
Sends an exchange to an endpoint using a supplied
Processor
to populate the exchange
- send(Endpoint, ExchangePattern, Processor) - Method in class org.apache.camel.impl.ProducerCache
-
Sends an exchange to an endpoint using a supplied
Processor
to populate the exchange
- send(Endpoint, ExchangePattern, Processor, Processor) - Method in class org.apache.camel.impl.ProducerCache
-
Sends an exchange to an endpoint using a supplied
Processor
to populate the exchange
- send(Exchange) - Method in interface org.apache.camel.ProducerTemplate
-
Sends the exchange to the default endpoint
Notice: that if the processing of the exchange failed with an Exception
it is
not thrown from this method, but you can access it from the returned exchange using
Exchange.getException()
.
- send(Processor) - Method in interface org.apache.camel.ProducerTemplate
-
Sends an exchange to the default endpoint using a supplied processor
Notice: that if the processing of the exchange failed with an Exception
it is
not thrown from this method, but you can access it from the returned exchange using
Exchange.getException()
.
- send(String, Exchange) - Method in interface org.apache.camel.ProducerTemplate
-
Sends the exchange to the given endpoint
Notice: that if the processing of the exchange failed with an Exception
it is
not thrown from this method, but you can access it from the returned exchange using
Exchange.getException()
.
- send(String, Processor) - Method in interface org.apache.camel.ProducerTemplate
-
Sends an exchange to an endpoint using a supplied processor
Notice: that if the processing of the exchange failed with an Exception
it is
not thrown from this method, but you can access it from the returned exchange using
Exchange.getException()
.
- send(String, ExchangePattern, Processor) - Method in interface org.apache.camel.ProducerTemplate
-
Sends an exchange to an endpoint using a supplied processor
Notice: that if the processing of the exchange failed with an Exception
it is
not thrown from this method, but you can access it from the returned exchange using
Exchange.getException()
.
- send(Endpoint, Exchange) - Method in interface org.apache.camel.ProducerTemplate
-
Sends the exchange to the given endpoint
Notice: that if the processing of the exchange failed with an Exception
it is
not thrown from this method, but you can access it from the returned exchange using
Exchange.getException()
.
- send(Endpoint, Processor) - Method in interface org.apache.camel.ProducerTemplate
-
Sends an exchange to an endpoint using a supplied processor
Notice: that if the processing of the exchange failed with an Exception
it is
not thrown from this method, but you can access it from the returned exchange using
Exchange.getException()
.
- send(Endpoint, ExchangePattern, Processor) - Method in interface org.apache.camel.ProducerTemplate
-
Sends an exchange to an endpoint using a supplied processor
Notice: that if the processing of the exchange failed with an Exception
it is
not thrown from this method, but you can access it from the returned exchange using
Exchange.getException()
.
- send(Endpoint, ExchangePattern, Processor, Processor) - Method in interface org.apache.camel.ProducerTemplate
-
Sends an exchange to an endpoint using a supplied processor
Notice: that if the processing of the exchange failed with an Exception
it is
not thrown from this method, but you can access it from the returned exchange using
Exchange.getException()
.
- sendBody(String, Object) - Method in interface org.apache.camel.api.management.mbean.ManagedCamelContextMBean
-
- sendBody(Endpoint, ExchangePattern, Object) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- sendBody(Endpoint, Object) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- sendBody(String, Object) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- sendBody(String, ExchangePattern, Object) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- sendBody(Object) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- sendBody(String, Object) - Method in class org.apache.camel.management.mbean.ManagedCamelContext
-
- sendBody(Object) - Method in interface org.apache.camel.ProducerTemplate
-
Sends the body to the default endpoint
Notice: that if the processing of the exchange failed with an Exception
it is thrown from this method as a
CamelExecutionException
with
the caused exception wrapped.
- sendBody(Endpoint, Object) - Method in interface org.apache.camel.ProducerTemplate
-
Send the body to an endpoint
Notice: that if the processing of the exchange failed with an Exception
it is thrown from this method as a
CamelExecutionException
with
the caused exception wrapped.
- sendBody(String, Object) - Method in interface org.apache.camel.ProducerTemplate
-
Send the body to an endpoint
Notice: that if the processing of the exchange failed with an Exception
it is thrown from this method as a
CamelExecutionException
with
the caused exception wrapped.
- sendBody(Endpoint, ExchangePattern, Object) - Method in interface org.apache.camel.ProducerTemplate
-
Send the body to an endpoint with the given
ExchangePattern
returning any result output body
Notice: that if the processing of the exchange failed with an Exception
it is thrown from this method as a
CamelExecutionException
with
the caused exception wrapped.
- sendBody(String, ExchangePattern, Object) - Method in interface org.apache.camel.ProducerTemplate
-
Send the body to an endpoint returning any result output body
Notice: that if the processing of the exchange failed with an Exception
it is thrown from this method as a
CamelExecutionException
with
the caused exception wrapped.
- sendBodyAndHeader(String, Object, String, Object) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- sendBodyAndHeader(Endpoint, Object, String, Object) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- sendBodyAndHeader(Endpoint, ExchangePattern, Object, String, Object) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- sendBodyAndHeader(String, ExchangePattern, Object, String, Object) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- sendBodyAndHeader(Object, String, Object) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- sendBodyAndHeader(Object, String, Object) - Method in interface org.apache.camel.ProducerTemplate
-
Sends the body to the default endpoint with a specified header and header value
Notice: that if the processing of the exchange failed with an Exception
it is thrown from this method as a
CamelExecutionException
with
the caused exception wrapped.
- sendBodyAndHeader(String, Object, String, Object) - Method in interface org.apache.camel.ProducerTemplate
-
Sends the body to an endpoint with a specified header and header value
Notice: that if the processing of the exchange failed with an Exception
it is thrown from this method as a
CamelExecutionException
with
the caused exception wrapped.
- sendBodyAndHeader(Endpoint, Object, String, Object) - Method in interface org.apache.camel.ProducerTemplate
-
Sends the body to an endpoint with a specified header and header value
Notice: that if the processing of the exchange failed with an Exception
it is thrown from this method as a
CamelExecutionException
with
the caused exception wrapped.
- sendBodyAndHeader(Endpoint, ExchangePattern, Object, String, Object) - Method in interface org.apache.camel.ProducerTemplate
-
Sends the body to an endpoint with a specified header and header value
Notice: that if the processing of the exchange failed with an Exception
it is thrown from this method as a
CamelExecutionException
with
the caused exception wrapped.
- sendBodyAndHeader(String, ExchangePattern, Object, String, Object) - Method in interface org.apache.camel.ProducerTemplate
-
Sends the body to an endpoint with a specified header and header value
Notice: that if the processing of the exchange failed with an Exception
it is thrown from this method as a
CamelExecutionException
with
the caused exception wrapped.
- sendBodyAndHeaders(String, Object, Map<String, Object>) - Method in interface org.apache.camel.api.management.mbean.ManagedCamelContextMBean
-
- sendBodyAndHeaders(String, Object, Map<String, Object>) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- sendBodyAndHeaders(Endpoint, Object, Map<String, Object>) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- sendBodyAndHeaders(String, ExchangePattern, Object, Map<String, Object>) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- sendBodyAndHeaders(Endpoint, ExchangePattern, Object, Map<String, Object>) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- sendBodyAndHeaders(Object, Map<String, Object>) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- sendBodyAndHeaders(String, Object, Map<String, Object>) - Method in class org.apache.camel.management.mbean.ManagedCamelContext
-
- sendBodyAndHeaders(Object, Map<String, Object>) - Method in interface org.apache.camel.ProducerTemplate
-
Sends the body to the default endpoint with the specified headers and header values
Notice: that if the processing of the exchange failed with an Exception
it is thrown from this method as a
CamelExecutionException
with
the caused exception wrapped.
- sendBodyAndHeaders(String, Object, Map<String, Object>) - Method in interface org.apache.camel.ProducerTemplate
-
Sends the body to an endpoint with the specified headers and header values
Notice: that if the processing of the exchange failed with an Exception
it is thrown from this method as a
CamelExecutionException
with
the caused exception wrapped.
- sendBodyAndHeaders(Endpoint, Object, Map<String, Object>) - Method in interface org.apache.camel.ProducerTemplate
-
Sends the body to an endpoint with the specified headers and header values
Notice: that if the processing of the exchange failed with an Exception
it is thrown from this method as a
CamelExecutionException
with
the caused exception wrapped.
- sendBodyAndHeaders(String, ExchangePattern, Object, Map<String, Object>) - Method in interface org.apache.camel.ProducerTemplate
-
Sends the body to an endpoint with the specified headers and header values
Notice: that if the processing of the exchange failed with an Exception
it is thrown from this method as a
CamelExecutionException
with
the caused exception wrapped.
- sendBodyAndHeaders(Endpoint, ExchangePattern, Object, Map<String, Object>) - Method in interface org.apache.camel.ProducerTemplate
-
Sends the body to an endpoint with the specified headers and header values
Notice: that if the processing of the exchange failed with an Exception
it is thrown from this method as a
CamelExecutionException
with
the caused exception wrapped.
- sendBodyAndProperty(String, Object, String, Object) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- sendBodyAndProperty(Endpoint, Object, String, Object) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- sendBodyAndProperty(Endpoint, ExchangePattern, Object, String, Object) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- sendBodyAndProperty(String, ExchangePattern, Object, String, Object) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- sendBodyAndProperty(Object, String, Object) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- sendBodyAndProperty(Object, String, Object) - Method in interface org.apache.camel.ProducerTemplate
-
Sends the body to the default endpoint with a specified property and property value
Notice: that if the processing of the exchange failed with an Exception
it is thrown from this method as a
CamelExecutionException
with
the caused exception wrapped.
- sendBodyAndProperty(String, Object, String, Object) - Method in interface org.apache.camel.ProducerTemplate
-
Sends the body to an endpoint with a specified property and property value
Notice: that if the processing of the exchange failed with an Exception
it is thrown from this method as a
CamelExecutionException
with
the caused exception wrapped.
- sendBodyAndProperty(Endpoint, Object, String, Object) - Method in interface org.apache.camel.ProducerTemplate
-
Sends the body to an endpoint with a specified property and property value
Notice: that if the processing of the exchange failed with an Exception
it is thrown from this method as a
CamelExecutionException
with
the caused exception wrapped.
- sendBodyAndProperty(Endpoint, ExchangePattern, Object, String, Object) - Method in interface org.apache.camel.ProducerTemplate
-
Sends the body to an endpoint with a specified property and property value
Notice: that if the processing of the exchange failed with an Exception
it is thrown from this method as a
CamelExecutionException
with
the caused exception wrapped.
- sendBodyAndProperty(String, ExchangePattern, Object, String, Object) - Method in interface org.apache.camel.ProducerTemplate
-
Sends the body to an endpoint with a specified property and property value
Notice: that if the processing of the exchange failed with an Exception
it is thrown from this method as a
CamelExecutionException
with
the caused exception wrapped.
- 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
-
- SendDynamicProcessor - Class in org.apache.camel.processor
-
Processor for forwarding exchanges to a dynamic endpoint destination.
- SendDynamicProcessor(Expression) - Constructor for class org.apache.camel.processor.SendDynamicProcessor
-
- SendDynamicProcessor(String, Expression) - Constructor for class org.apache.camel.processor.SendDynamicProcessor
-
- sendElement(E) - Method in interface org.apache.camel.processor.resequencer.SequenceSender
-
Sends the given element.
- sendElement(Exchange) - Method in class org.apache.camel.processor.StreamResequencer
-
Sends the exchange
to the next processor
.
- sendExchange(Endpoint, ExchangePattern, Processor, Processor, Exchange) - Method in class org.apache.camel.impl.ProducerCache
-
- sendMessages(long, long) - Method in class org.apache.camel.component.dataset.DataSetConsumer
-
- sendNotification(Notification) - Method in interface org.apache.camel.api.management.NotificationSender
-
Send notification
- sendNotification(Notification) - Method in class org.apache.camel.management.NotificationSenderAdapter
-
- SendProcessor - Class in org.apache.camel.processor
-
Processor for forwarding exchanges to a static endpoint destination.
- SendProcessor(Endpoint) - Constructor for class org.apache.camel.processor.SendProcessor
-
- SendProcessor(Endpoint, ExchangePattern) - Constructor for class org.apache.camel.processor.SendProcessor
-
- sendStringBody(String, String) - Method in interface org.apache.camel.api.management.mbean.ManagedCamelContextMBean
-
- sendStringBody(String, String) - Method in class org.apache.camel.management.mbean.ManagedCamelContext
-
- sendTimerExchange() - Method in class org.apache.camel.component.scheduler.SchedulerConsumer
-
- sendTimerExchange(long) - Method in class org.apache.camel.component.timer.TimerConsumer
-
- sendTo(String) - Static method in class org.apache.camel.builder.Builder
-
- sendTo(String) - Method in class org.apache.camel.builder.BuilderSupport
-
- sendToConsumers(Exchange) - Method in class org.apache.camel.component.seda.SedaConsumer
-
Send the given
Exchange
to the consumer(s).
- sendToRecipientList(Exchange, Object, AsyncCallback) - Method in class org.apache.camel.processor.RecipientList
-
Sends the given exchange to the recipient list
- SEPARATOR - Static variable in class org.apache.camel.util.jndi.JndiContext
-
- Sequence<E> - Class in org.apache.camel.processor.resequencer
-
A sorted set of elements with additional methods for obtaining immediate
successors and immediate predecessors of a given element in the sequence.
- Sequence(SequenceElementComparator<E>) - Constructor for class org.apache.camel.processor.resequencer.Sequence
-
- SequenceElementComparator<E> - Interface in org.apache.camel.processor.resequencer
-
A strategy for comparing elements of a sequence.
- SequenceSender<E> - Interface in org.apache.camel.processor.resequencer
-
- serialization() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Java Serialization data format
- SerializationDataFormat - Class in org.apache.camel.impl
-
- SerializationDataFormat() - Constructor for class org.apache.camel.impl.SerializationDataFormat
-
- SerializationDataFormat - Class in org.apache.camel.model.dataformat
-
Java Object Serialization data format
- SerializationDataFormat() - Constructor for class org.apache.camel.model.dataformat.SerializationDataFormat
-
- 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.
- Service - Interface in org.apache.camel
-
Represents the core lifecycle API for POJOs which can be started and stopped
- SERVICE_CALL_CONTEXT_PATH - Static variable in interface org.apache.camel.impl.cloud.ServiceCallConstants
-
- SERVICE_CALL_SCHEME - Static variable in interface org.apache.camel.impl.cloud.ServiceCallConstants
-
- SERVICE_CALL_URI - Static variable in interface org.apache.camel.impl.cloud.ServiceCallConstants
-
- SERVICE_HOST - Static variable in interface org.apache.camel.impl.cloud.ServiceCallConstants
-
- SERVICE_META - Static variable in interface org.apache.camel.impl.cloud.ServiceCallConstants
-
- SERVICE_NAME - Static variable in interface org.apache.camel.impl.cloud.ServiceCallConstants
-
- SERVICE_PORT - Static variable in interface org.apache.camel.impl.cloud.ServiceCallConstants
-
- SERVICE_URL_PATH - Static variable in class org.apache.camel.management.JmxSystemPropertyKeys
-
- serviceCall() - Method in class org.apache.camel.model.ProcessorDefinition
-
Calls the service
- serviceCall(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Calls the service
- serviceCall(String, String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Calls the service
- serviceCallConfiguration(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Refers to a ServiceCall configuration to use
- ServiceCallConfigurationDefinition - Class in org.apache.camel.model.cloud
-
Remote service call configuration
- ServiceCallConfigurationDefinition() - Constructor for class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
- ServiceCallConstants - Interface in org.apache.camel.impl.cloud
-
- ServiceCallDefinition - Class in org.apache.camel.model.cloud
-
To call remote services
- ServiceCallDefinition() - Constructor for class org.apache.camel.model.cloud.ServiceCallDefinition
-
- ServiceCallDefinitionConstants - Class in org.apache.camel.model.cloud
-
- ServiceCallExpressionConfiguration - Class in org.apache.camel.model.cloud
-
- ServiceCallExpressionConfiguration() - Constructor for class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
-
- ServiceCallExpressionConfiguration(ServiceCallDefinition, String) - Constructor for class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
-
- ServiceCallExpressionSupport - Class in org.apache.camel.support
-
- ServiceCallExpressionSupport() - Constructor for class org.apache.camel.support.ServiceCallExpressionSupport
-
- ServiceCallExpressionSupport(String, String) - Constructor for class org.apache.camel.support.ServiceCallExpressionSupport
-
- 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 - Interface in org.apache.camel.cloud
-
Allows SPIs to implement custom Service Chooser.
- serviceChooser(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
- serviceChooser(ServiceChooser) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
- serviceChooser(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
- serviceChooser(ServiceChooser) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
- ServiceChooserAware - Interface in org.apache.camel.cloud
-
An interface to represent an object which wishes to be injected with
a
ServiceChooser
- ServiceChooserFactory - Interface in org.apache.camel.cloud
-
A factory to create ServiceChooser
- ServiceDefinition - Interface in org.apache.camel.cloud
-
Represents a Service.
- ServiceDiscovery - Interface in org.apache.camel.cloud
-
Allows SPIs to implement custom Service Discovery.
- serviceDiscovery(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
- serviceDiscovery(ServiceDiscovery) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
- serviceDiscovery(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
- serviceDiscovery(ServiceDiscovery) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
- ServiceDiscoveryAware - Interface in org.apache.camel.cloud
-
An interface to represent an object which wishes to be injected with
a
ServiceDiscovery
- serviceDiscoveryConfiguration(ServiceCallServiceDiscoveryConfiguration) - Method in class org.apache.camel.model.cloud.AggregatingServiceCallServiceDiscoveryConfiguration
-
Add a ServiceDiscovery configuration
- 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.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.AggregatingServiceCallServiceDiscoveryConfiguration
-
List of ServiceDiscovery configuration to use
- ServiceDiscoveryFactory - Interface in org.apache.camel.cloud
-
A factory to create ServiceDiscovery
- ServiceExpressionFactory - Interface in org.apache.camel.cloud
-
A factory to create Expression
- ServiceFactory<T> - Interface in org.apache.camel.cloud
-
- ServiceFilter - Interface in org.apache.camel.cloud
-
Allows SPIs to implement custom Service Filter.
- 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
-
- serviceFilter(ServiceFilter) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
- serviceFilter(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
- serviceFilter(ServiceFilter) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
- ServiceFilterAware - Interface in org.apache.camel.cloud
-
An interface to represent an object which wishes to be injected with
a
ServiceFilter
- serviceFilterConfiguration(ServiceCallServiceFilterConfiguration) - Method in class org.apache.camel.model.cloud.ChainedServiceCallServiceFilterConfiguration
-
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.ChainedServiceCallServiceFilterConfiguration
-
List of ServiceFilter configuration to use
- ServiceFilterFactory - Interface in org.apache.camel.cloud
-
A factory to create ServiceFilter
- ServiceHealth - Interface in org.apache.camel.cloud
-
- ServiceHelper - Class in org.apache.camel.util
-
A collection of helper methods for working with
Service
objects.
- ServiceHostPropertiesFunction - Class in org.apache.camel.component.properties
-
A
PropertiesFunction
that lookup the property value from
OS environment variables using the service idiom.
- ServiceHostPropertiesFunction() - Constructor for class org.apache.camel.component.properties.ServiceHostPropertiesFunction
-
- ServiceLoadBalancer - Interface in org.apache.camel.cloud
-
Represents a Load Balancer.
- ServiceLoadBalancerFactory - Interface in org.apache.camel.cloud
-
A factory to create LoadBalancer
- ServiceLoadBalancerFunction<T> - Interface in org.apache.camel.cloud
-
Represents a load balancer function to be executed by the LoadBalancer.
- servicePath(String) - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
-
The path to look for for service discovery
- ServicePool<Key,Service> - Interface in org.apache.camel.spi
-
Deprecated.
- ServicePoolAware - Interface in org.apache.camel
-
- ServicePortPropertiesFunction - Class in org.apache.camel.component.properties
-
A
PropertiesFunction
that lookup the property value from
OS environment variables using the service idiom.
- ServicePortPropertiesFunction() - Constructor for class org.apache.camel.component.properties.ServicePortPropertiesFunction
-
- ServicePropertiesFunction - Class in org.apache.camel.component.properties
-
A
PropertiesFunction
that lookup the property value from
OS environment variables using the service idiom.
- ServicePropertiesFunction() - Constructor for class org.apache.camel.component.properties.ServicePropertiesFunction
-
- ServiceStartupFailureEvent - Class in org.apache.camel.management.event
-
- ServiceStartupFailureEvent(CamelContext, Object, Throwable) - Constructor for class org.apache.camel.management.event.ServiceStartupFailureEvent
-
- ServiceStatus - Enum in org.apache.camel
-
Represents the status of a
Service
instance
- ServiceStopFailureEvent - Class in org.apache.camel.management.event
-
- ServiceStopFailureEvent(CamelContext, Object, Throwable) - Constructor for class org.apache.camel.management.event.ServiceStopFailureEvent
-
- ServiceSupport - Class in org.apache.camel.impl
-
- ServiceSupport() - Constructor for class org.apache.camel.impl.ServiceSupport
-
Deprecated.
- ServiceSupport - Class in org.apache.camel.support
-
A useful base class which ensures that a service is only initialized once and
provides some helper methods for enquiring of its status.
- ServiceSupport() - Constructor for class org.apache.camel.support.ServiceSupport
-
- set(CamelContext, EndpointConfiguration, String, T) - Method in class org.apache.camel.impl.ConfigurationHelper.FieldParameterSetter
-
Deprecated.
- set(CamelContext, EndpointConfiguration, String, T) - Method in interface org.apache.camel.impl.ConfigurationHelper.ParameterSetter
-
Deprecated.
Sets the parameter on the configuration.
- set(Container) - Static method in class org.apache.camel.spi.Container.Instance
-
Deprecated.
Register the Container.
- set(V) - Method in class org.apache.camel.util.ValueHolder
-
- setAbsolute(boolean) - Method in class org.apache.camel.component.file.GenericFile
-
- setAbsoluteFilePath(String) - Method in class org.apache.camel.component.file.GenericFile
-
- setAcceptableSchemes(String) - Method in class org.apache.camel.impl.DefaultPackageScanClassResolver
-
- setAccess(String) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
-
- setAccumulatedProcessingTime(Long) - Method in class org.apache.camel.util.ProcessorStatDump
-
- setAclToken(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
Sets the ACL token to be used with Consul
- setAction(String) - Method in class org.apache.camel.component.controlbus.ControlBusEndpoint
-
To denote an action that can be either: start, stop, or status.
- setAction(DurationRoutePolicy.Action) - Method in class org.apache.camel.impl.DurationRoutePolicy
-
What action to perform when maximum is triggered.
- setAction(DurationRoutePolicy.Action) - Method in class org.apache.camel.impl.DurationRoutePolicyFactory
-
What action to perform when maximum is triggered.
- setAction(String) - Method in class org.apache.camel.processor.ThroughputLogger
-
- setAddKeyValueForEncryptedKey(Boolean) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
-
Whether to add the public key used to encrypt the session key as a KeyValue in the EncryptedKey structure or not.
- setAfterFinallyUri(String) - Method in class org.apache.camel.model.AOPDefinition
-
Deprecated.
Endpoint to call in AOP after finally.
- setAfterUri(String) - Method in class org.apache.camel.model.AOPDefinition
-
Deprecated.
Endpoint to call in AOP after.
- setAggregateController(AggregateController) - Method in class org.apache.camel.model.AggregateDefinition
-
- setAggregateController(AggregateController) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- setAggregateControllerRef(String) - Method in class org.apache.camel.model.AggregateDefinition
-
- setAggregateOnException(Boolean) - Method in class org.apache.camel.model.EnrichDefinition
-
- setAggregateOnException(Boolean) - Method in class org.apache.camel.model.PollEnrichDefinition
-
- setAggregateOnException(boolean) - Method in class org.apache.camel.processor.Enricher
-
- setAggregateOnException(boolean) - Method in class org.apache.camel.processor.PollEnricher
-
- setAggregationRepository(AggregationRepository) - Method in class org.apache.camel.model.AggregateDefinition
-
- setAggregationRepository(AggregationRepository) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- 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.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.
- setAggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- setAggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.processor.Enricher
-
- setAggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.processor.PollEnricher
-
Sets the aggregation strategy for this poll enricher.
- setAggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.processor.RecipientList
-
- setAggregationStrategyMethodAllowNull(Boolean) - Method in class org.apache.camel.model.EnrichDefinition
-
- setAggregationStrategyMethodAllowNull(Boolean) - Method in class org.apache.camel.model.PollEnrichDefinition
-
- setAggregationStrategyMethodName(String) - Method in class org.apache.camel.model.AggregateDefinition
-
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
- setAggregationStrategyMethodName(String) - Method in class org.apache.camel.model.EnrichDefinition
-
- setAggregationStrategyMethodName(String) - Method in class org.apache.camel.model.PollEnrichDefinition
-
- setAggregationStrategyOnExchange(Exchange, AggregationStrategy) - Method in class org.apache.camel.processor.MulticastProcessor
-
- 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.EnrichDefinition
-
- setAggregationStrategyRef(String) - Method in class org.apache.camel.model.PollEnrichDefinition
-
- setAlgorithm(String) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
-
The JCE algorithm name indicating the cryptographic algorithm that will be used.
- setAlgorithm(Integer) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
-
Symmetric key encryption algorithm; possible values are defined in org.bouncycastle.bcpg.SymmetricKeyAlgorithmTags;
for example 2 (= TRIPLE DES), 3 (= CAST5), 4 (= BLOWFISH), 6 (= DES), 7 (= AES_128).
- setAlgorithm(String) - Method in class org.apache.camel.util.jsse.KeyManagersParameters
-
- setAlgorithm(String) - Method in class org.apache.camel.util.jsse.SecureRandomParameters
-
Sets the Random Number Generator (RNG) algorithm identifier for the
SecureRandom
factory method used to create the
SecureRandom
represented by this object's configuration.
- setAlgorithm(String) - Method in class org.apache.camel.util.jsse.TrustManagersParameters
-
- setAlgorithmParameterRef(String) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
-
A JCE AlgorithmParameterSpec used to initialize the Cipher.
- setAliases(Map<String, String>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
-
Alias a Class to a shorter name to be used in XML elements.
- setAllowableValues(List<String>) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
-
Sets the Swagger Parameter list of allowable values (enum).
- setAllowableValues(List<String>) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
-
Sets the Swagger Parameter list of allowable values.
- setAllowAnyType(boolean) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
Allow any class to be un-marshaled
- setAllowCoreThreadTimeout(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedThreadPoolMBean
-
- setAllowCoreThreadTimeout(boolean) - Method in class org.apache.camel.management.mbean.ManagedThreadPool
-
- setAllowCoreThreadTimeOut(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
-
Whether idle core threads is allowed to timeout and therefore can shrink the pool size below the core pool size
Is by default
false
- setAllowCoreThreadTimeOut(Boolean) - Method in class org.apache.camel.model.ThreadsDefinition
-
- setAllowCoreThreadTimeOut(Boolean) - Method in class org.apache.camel.spi.ThreadPoolProfile
-
Sets whether to allow core threads to timeout
- setAllowDuplicates(Boolean) - Method in class org.apache.camel.model.config.BatchResequencerConfig
-
Whether to allow duplicates.
- setAllowDuplicates(boolean) - Method in class org.apache.camel.processor.BatchProcessor
-
Deprecated.
- setAllowEasyPredicate(Boolean) - Method in class org.apache.camel.model.language.JsonPathExpression
-
Whether to allow using the easy predicate parser to pre-parse predicates.
- setAllowedUnmarshallObjects(String) - Method in class org.apache.camel.model.dataformat.CastorDataFormat
-
Deprecated.
Define the allowed objects to be unmarshalled.
- setAllowedUnmarshallObjects(String) - Method in class org.apache.camel.model.dataformat.HessianDataFormat
-
Deprecated.
Define the allowed objects to be unmarshalled
- setAllowEmptyDirectory(Boolean) - Method in class org.apache.camel.model.dataformat.TarFileDataFormat
-
If the tar file has more then one entry, setting this option to true, allows to get the iterator
even if the directory is empty
- setAllowEmptyDirectory(Boolean) - Method in class org.apache.camel.model.dataformat.ZipFileDataFormat
-
If the zip file has more then one entry, setting this option to true, allows to get the iterator
even if the directory is empty
- setAllowJmsType(Boolean) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
Used for JMS users to allow the JMSType header from the JMS spec to
specify a FQN classname to use to unmarshal to.
- setAllowJmsType(Boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
Used for JMS users to allow the JMSType header from the JMS spec to specify a FQN classname
to use to unmarshal to.
- setAllowMaximumSizeToDivergeFromCoreSize(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
Allows the configuration for maximumSize to take effect.
- setAllowMissingColumnNames(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Whether to allow missing column names.
- setAllowNullBody(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Used to specify if a null body is allowed during file writing.
- setAllowNullNewExchange(boolean) - Method in class org.apache.camel.processor.aggregate.AggregationStrategyBeanAdapter
-
- setAllowNullOldExchange(boolean) - Method in class org.apache.camel.processor.aggregate.AggregationStrategyBeanAdapter
-
- setAllowNullValues(boolean) - Method in class org.apache.camel.impl.DefaultHeaderFilterStrategy
-
- setAllowRedeliveryWhileStopping(Boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedErrorHandlerMBean
-
- setAllowRedeliveryWhileStopping(Boolean) - Method in class org.apache.camel.management.mbean.ManagedErrorHandler
-
- setAllowRedeliveryWhileStopping(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
- setAllowRedeliveryWhileStopping(boolean) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
Controls whether to allow redelivery while stopping/shutting down a route that uses error handling.
- setAllowShortLines(Boolean) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
-
Allows for lines to be shorter than expected and ignores the extra characters
- setAllowSimple(Boolean) - Method in class org.apache.camel.model.language.JsonPathExpression
-
Whether to allow in inlined simple exceptions in the json path expression
- setAllowStAX(boolean) - Method in class org.apache.camel.builder.xml.XsltBuilder
-
- setAllowStAX(boolean) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
Whether to allow using StAX as the javax.xml.transform.Source.
- setAllowUnmarshallType(Boolean) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
If enabled then Jackson is allowed to attempt to use the CamelJacksonUnmarshalType header during the unmarshalling.
- setAllowUnmarshallType(Boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
If enabled then Jackson is allowed to attempt to use the CamelJacksonUnmarshalType header during the unmarshalling.
- setAllowUseOriginalMessage(Boolean) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setAllowUseOriginalMessage(Boolean) - Method in class org.apache.camel.impl.DefaultRouteContext
-
- setAllowUseOriginalMessage(Boolean) - Method in interface org.apache.camel.RuntimeConfiguration
-
- setAntExclude(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Ant style filter exclusion.
- setAntFilterCaseSensitive(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Sets case sensitive flag on ant fiter
- setAntInclude(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Ant style filter inclusion.
- setAnyOrder(boolean) - Method in class org.apache.camel.component.test.TestEndpoint
-
Whether the expected messages should arrive in the same order or can be in any order.
- setAnySpoolRules(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedStreamCachingStrategyMBean
-
- setAnySpoolRules(boolean) - Method in class org.apache.camel.impl.DefaultStreamCachingStrategy
-
- setAnySpoolRules(boolean) - Method in class org.apache.camel.management.mbean.ManagedStreamCachingStrategy
-
- setAnySpoolRules(boolean) - Method in interface org.apache.camel.spi.StreamCachingStrategy
-
- setApiComponent(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
The name of the Camel component to use as the REST API (such as swagger)
- setApiComponent(String) - Method in class org.apache.camel.spi.RestConfiguration
-
Sets the name of the Camel component to use as the REST API (such as swagger)
- setApiComponentName(String) - Method in class org.apache.camel.component.rest.RestApiEndpoint
-
The Camel Rest API component to use for generating the API of the REST services, such as swagger.
- setApiContextIdPattern(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Sets an CamelContext id pattern to only allow Rest APIs from rest services within CamelContext's which name matches the pattern.
- setApiContextIdPattern(String) - Method in class org.apache.camel.spi.RestConfiguration
-
Optional 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.
- setApiContextListing(boolean) - Method in class org.apache.camel.spi.RestConfiguration
-
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.
- setApiContextPath(String) - Method in class org.apache.camel.spi.RestConfiguration
-
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.
- setApiContextRouteId(String) - Method in class org.apache.camel.spi.RestConfiguration
-
Sets the route id to use for the route that services the REST API.
- setApiDoc(String) - Method in class org.apache.camel.component.rest.RestComponent
-
The swagger api doc resource to use.
- setApiDoc(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
The swagger api doc resource to use.
- setApiDocs(Boolean) - Method in class org.apache.camel.model.rest.RestDefinition
-
Whether to include or exclude the VerbDefinition in API documentation.
- setApiDocs(Boolean) - Method in class org.apache.camel.model.rest.VerbDefinition
-
Whether to include or exclude the VerbDefinition in API documentation.
- setApiHelpers(Map<E, ApiMethodHelper<? extends ApiMethod>>) - Method in class org.apache.camel.util.component.ApiCollection
-
- setApiMethods(Map<Class<? extends ApiMethod>, E>) - Method in class org.apache.camel.util.component.ApiCollection
-
- setApiProperties(List<RestPropertyDefinition>) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Allows to configure as many additional properties for the api documentation (swagger).
- setApiProperties(Map<String, Object>) - Method in class org.apache.camel.spi.RestConfiguration
-
Sets additional options on api level
- setApiVersion(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the API version when using client lookup
- setApplicationContextClassLoader(ClassLoader) - Method in interface org.apache.camel.CamelContext
-
Sets the application CamelContext class loader
- setApplicationContextClassLoader(ClassLoader) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setArgs(Object[]) - Method in class org.apache.camel.component.bean.BeanInvocation
-
- setArmored(Boolean) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
-
This option will cause PGP to base64 encode the encrypted text, making it available for copy/paste, etc.
- setArrayName(String) - Method in class org.apache.camel.model.dataformat.XmlJsonDataFormat
-
Specifies the name of the top-level XML element.
- setArrayType(String) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
-
Sets the Swagger Parameter array type.
- setArrayType(String) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
-
Sets the Swagger Parameter array type.
- setAsMap(Boolean) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
Whether the unmarshalling should produce maps for the lines values instead of lists.
- setAssertPeriod(CamelContext, long) - Static method in class org.apache.camel.component.mock.MockEndpoint
-
Sets the assert period on all the expectations on any
MockEndpoint
instances registered
in the given context.
- setAssertPeriod(long) - Method in class org.apache.camel.component.mock.MockEndpoint
-
Sets a grace period after which the mock endpoint will re-assert
to ensure the preliminary assertion is still valid.
- setAsync(boolean) - Method in class org.apache.camel.component.controlbus.ControlBusEndpoint
-
Whether to execute the control bus task asynchronously.
- setAsyncDelayed(Boolean) - Method in class org.apache.camel.model.DelayDefinition
-
- setAsyncDelayed(Boolean) - Method in class org.apache.camel.model.ThrottleDefinition
-
- setAsyncDelayed(boolean) - Method in class org.apache.camel.processor.DelayProcessorSupport
-
- setAsyncDelayed(boolean) - Method in class org.apache.camel.processor.Throttler
-
- setAsyncDelayedRedelivery(boolean) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
-
- setAsyncDelayedRedelivery(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
- setAsyncDelayedRedelivery(boolean) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
Sets whether asynchronous delayed redelivery is allowed.
- setAsyncProcessorAwaitManager(AsyncProcessorAwaitManager) - Method in interface org.apache.camel.CamelContext
-
- setAsyncProcessorAwaitManager(AsyncProcessorAwaitManager) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setAttachmentObjects(Map<String, Attachment>) - Method in class org.apache.camel.impl.DefaultMessage
-
- setAttachmentObjects(Map<String, Attachment>) - Method in interface org.apache.camel.Message
-
Set all the attachments associated with this message
- setAttachments(Map<String, DataHandler>) - Method in class org.apache.camel.impl.DefaultMessage
-
- setAttachments(Map<String, DataHandler>) - Method in interface org.apache.camel.Message
-
Set all the attachments associated with this message
- setAutoCreate(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Automatically create missing directories in the file's pathname.
- setAutoCreateComponents(boolean) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setAutoStartup(Boolean) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setAutoStartup(Boolean) - Method in class org.apache.camel.impl.DefaultRouteContext
-
- setAutoStartup(String) - Method in class org.apache.camel.model.RouteDefinition
-
Whether to auto start this route
- setAutoStartup(Boolean) - Method in interface org.apache.camel.RuntimeConfiguration
-
Sets whether the object should automatically start when Camel starts.
- setBacklogSize(int) - Method in interface org.apache.camel.api.management.mbean.ManagedBacklogTracerMBean
-
- setBacklogSize(int) - Method in class org.apache.camel.management.mbean.ManagedBacklogTracer
-
- setBacklogSize(int) - Method in class org.apache.camel.processor.interceptor.BacklogTracer
-
- setBackoffErrorThreshold(int) - Method in class org.apache.camel.impl.ScheduledPollConsumer
-
- setBackoffErrorThreshold(int) - Method in class org.apache.camel.impl.ScheduledPollEndpoint
-
The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.
- setBackoffIdleThreshold(int) - Method in class org.apache.camel.impl.ScheduledPollConsumer
-
- setBackoffIdleThreshold(int) - Method in class org.apache.camel.impl.ScheduledPollEndpoint
-
The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.
- setBackOffMultiplier(Double) - Method in interface org.apache.camel.api.management.mbean.ManagedErrorHandlerMBean
-
- setBackoffMultiplier(int) - Method in class org.apache.camel.impl.ScheduledPollConsumer
-
- setBackoffMultiplier(int) - Method in class org.apache.camel.impl.ScheduledPollEndpoint
-
To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.
- setBackOffMultiplier(Double) - Method in class org.apache.camel.management.mbean.ManagedErrorHandler
-
- setBackOffMultiplier(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
- setBackOffMultiplier(double) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
- setBarcodeFormat(String) - Method in class org.apache.camel.model.dataformat.BarcodeDataFormat
-
Barcode format such as QR-Code
- setBaseUri(String) - Method in interface org.apache.camel.ComponentConfiguration
-
Deprecated.
Sets the base URI without any query parameters added
- setBaseUri(String) - Method in class org.apache.camel.impl.ComponentConfigurationSupport
-
Deprecated.
- setBatchConfig(BatchResequencerConfig) - Method in class org.apache.camel.model.ResequenceDefinition
-
- setBatchConsumer(boolean) - Method in class org.apache.camel.processor.BatchProcessor
-
Deprecated.
- setBatchSize(int) - Method in class org.apache.camel.model.config.BatchResequencerConfig
-
Sets the size of the batch to be re-ordered.
- setBatchSize(int) - Method in class org.apache.camel.processor.BatchProcessor
-
Deprecated.
Sets the in batch size.
- setBatchTimeout(long) - Method in class org.apache.camel.model.config.BatchResequencerConfig
-
Sets the timeout for collecting elements to be re-ordered.
- setBatchTimeout(long) - Method in class org.apache.camel.processor.BatchProcessor
-
Deprecated.
- setBean(Object) - Method in class org.apache.camel.model.BeanDefinition
-
Sets an instance of the bean to use
- setBean(String) - Method in class org.apache.camel.model.language.MethodCallExpression
-
Either a reference or a class name of the bean to use
- setBeanHolder(BeanHolder) - Method in class org.apache.camel.component.bean.BeanEndpoint
-
- setBeanName(String) - Method in class org.apache.camel.component.bean.BeanEndpoint
-
Sets the name of the bean to invoke
- setBeanReaderErrorHandlerType(String) - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
-
To use a custom org.apache.camel.dataformat.beanio.BeanIOErrorHandler as error handler
while parsing.
- setBeanType(String) - Method in class org.apache.camel.model.BeanDefinition
-
Sets the Class of the bean
- setBeanType(Class<?>) - Method in class org.apache.camel.model.BeanDefinition
-
Sets the Class of the bean
- setBeanType(Class<?>) - Method in class org.apache.camel.model.language.MethodCallExpression
-
- setBeanTypeName(String) - Method in class org.apache.camel.model.language.MethodCallExpression
-
Class name of the bean to use
- setBeforeUri(String) - Method in class org.apache.camel.model.AOPDefinition
-
Deprecated.
Endpoint to call in AOP before.
- setBeginRenamer(GenericFileRenamer<T>) - Method in class org.apache.camel.component.file.strategy.GenericFileDeleteProcessStrategy
-
- setBeginRenamer(GenericFileRenamer<T>) - Method in class org.apache.camel.component.file.strategy.GenericFileRenameProcessStrategy
-
- setBinary(boolean) - Method in class org.apache.camel.component.language.LanguageEndpoint
-
Whether the script is binary content or text content.
- setBinaryContent(Boolean) - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
-
Defines whether the content of binary parts in the MIME multipart is
binary (true) or Base-64 encoded (false)
- setBinding(Binding) - Method in class org.apache.camel.component.binding.BindingComponent
-
Deprecated.
- setBinding(GenericFileBinding<T>) - Method in class org.apache.camel.component.file.GenericFile
-
- setBindingMode(RestBindingMode) - Method in class org.apache.camel.component.rest.RestEndpoint
-
Configures the binding mode for the producer.
- setBindingMode(RestBindingMode) - Method in class org.apache.camel.component.rest.RestProducer
-
- setBindingMode(RestBindingMode) - Method in class org.apache.camel.model.rest.RestBindingDefinition
-
Sets the binding mode to use.
- setBindingMode(RestBindingMode) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Sets the binding mode to use.
- setBindingMode(RestBindingMode) - Method in class org.apache.camel.model.rest.RestDefinition
-
Sets the binding mode to use.
- setBindingMode(RestBindingMode) - Method in class org.apache.camel.model.rest.VerbDefinition
-
Sets the binding mode to use.
- setBindingMode(RestConfiguration.RestBindingMode) - Method in class org.apache.camel.spi.RestConfiguration
-
Sets the binding mode to be used by the REST consumer
- setBindingMode(String) - Method in class org.apache.camel.spi.RestConfiguration
-
Sets the binding mode to be used by the REST consumer
- setBindingName(String) - Method in class org.apache.camel.model.dataformat.JibxDataFormat
-
To use a custom binding factory
- setBlock(boolean) - Method in class org.apache.camel.component.direct.DirectComponent
-
If sending a message to a direct endpoint which has no active consumer,
then we can tell the producer to block and wait for the consumer to become active.
- setBlock(boolean) - Method in class org.apache.camel.component.direct.DirectEndpoint
-
If sending a message to a direct endpoint which has no active consumer,
then we can tell the producer to block and wait for the consumer to become active.
- setBlock(boolean) - Method in class org.apache.camel.component.directvm.DirectVmComponent
-
If sending a message to a direct endpoint which has no active consumer,
then we can tell the producer to block and wait for the consumer to become active.
- setBlock(boolean) - Method in class org.apache.camel.component.directvm.DirectVmEndpoint
-
If sending a message to a direct endpoint which has no active consumer,
then we can tell the producer to block and wait for the consumer to become active.
- setBlockSeconds(Integer) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
The seconds to wait for a watch event, default 10 seconds
- setBlockTimeout(long) - Method in class org.apache.camel.impl.EventDrivenPollingConsumer
-
- setBlockWhenFull(boolean) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
Whether a thread that sends messages to a full SEDA queue will block until the queue's capacity is no longer exhausted.
- setBlockWhenFull(boolean) - Method in class org.apache.camel.impl.EventDrivenPollingConsumer
-
- setBody(Expression) - Static method in class org.apache.camel.builder.ProcessorBuilder
-
Creates a processor which sets the body of the message to the value of the expression
- setBody(Message) - Method in class org.apache.camel.builder.xml.DomResultHandler
-
- setBody(Message) - Method in class org.apache.camel.builder.xml.FileResultHandler
-
- setBody(Message) - Method in interface org.apache.camel.builder.xml.ResultHandler
-
- setBody(Message) - Method in class org.apache.camel.builder.xml.StreamResultHandler
-
- setBody(Message) - Method in class org.apache.camel.builder.xml.StringResultHandler
-
- setBody(GenericFile<File>, Object) - Method in class org.apache.camel.component.file.FileBinding
-
- setBody(Object) - Method in class org.apache.camel.component.file.GenericFile
-
- setBody(GenericFile<T>, Object) - Method in interface org.apache.camel.component.file.GenericFileBinding
-
Sets the body from the given file
- setBody(GenericFile<T>, Object) - Method in class org.apache.camel.component.file.GenericFileDefaultBinding
-
- setBody(Object) - Method in class org.apache.camel.impl.MessageSupport
-
- setBody(Object, Class<T>) - Method in class org.apache.camel.impl.MessageSupport
-
- setBody(Object, DataType) - Method in class org.apache.camel.impl.MessageSupport
-
- setBody(Object) - Method in interface org.apache.camel.Message
-
Sets the body of the message
- setBody(Object, Class<T>) - Method in interface org.apache.camel.Message
-
Sets the body of the message as a specific type
- setBody() - Method in class org.apache.camel.model.ProcessorDefinition
-
- setBody(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
- setBody(String) - Method in class org.apache.camel.processor.interceptor.DefaultTraceEventMessage
-
- setBody(Object, DataType) - Method in interface org.apache.camel.spi.DataTypeAware
-
Set the message body with data type.
- setBody(MessageDump.Body) - Method in class org.apache.camel.util.MessageDump
-
- 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
-
- setBodyFunction(XPathFunction) - Method in class org.apache.camel.builder.xml.XPathBuilder
-
- setBodyIncludeFiles(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedBacklogDebuggerMBean
-
- setBodyIncludeFiles(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedBacklogTracerMBean
-
- setBodyIncludeFiles(boolean) - Method in class org.apache.camel.management.mbean.ManagedBacklogDebugger
-
- setBodyIncludeFiles(boolean) - Method in class org.apache.camel.management.mbean.ManagedBacklogTracer
-
- setBodyIncludeFiles(boolean) - Method in class org.apache.camel.processor.interceptor.BacklogDebugger
-
- setBodyIncludeFiles(boolean) - Method in class org.apache.camel.processor.interceptor.BacklogTracer
-
- setBodyIncludeStreams(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedBacklogDebuggerMBean
-
- setBodyIncludeStreams(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedBacklogTracerMBean
-
- setBodyIncludeStreams(boolean) - Method in class org.apache.camel.management.mbean.ManagedBacklogDebugger
-
- setBodyIncludeStreams(boolean) - Method in class org.apache.camel.management.mbean.ManagedBacklogTracer
-
- setBodyIncludeStreams(boolean) - Method in class org.apache.camel.processor.interceptor.BacklogDebugger
-
- setBodyIncludeStreams(boolean) - Method in class org.apache.camel.processor.interceptor.BacklogTracer
-
- setBodyMaxChars(int) - Method in interface org.apache.camel.api.management.mbean.ManagedBacklogDebuggerMBean
-
- setBodyMaxChars(int) - Method in interface org.apache.camel.api.management.mbean.ManagedBacklogTracerMBean
-
- setBodyMaxChars(int) - Method in class org.apache.camel.management.mbean.ManagedBacklogDebugger
-
- setBodyMaxChars(int) - Method in class org.apache.camel.management.mbean.ManagedBacklogTracer
-
- setBodyMaxChars(int) - Method in class org.apache.camel.processor.interceptor.BacklogDebugger
-
- setBodyMaxChars(int) - Method in class org.apache.camel.processor.interceptor.BacklogTracer
-
- SetBodyProcessor - Class in org.apache.camel.processor
-
A processor which sets the body on the IN or OUT message with an
Expression
- SetBodyProcessor(Expression) - Constructor for class org.apache.camel.processor.SetBodyProcessor
-
- setBodyType(String) - Method in class org.apache.camel.processor.interceptor.DefaultTraceEventMessage
-
- setBreadCrumbLength(int) - Method in class org.apache.camel.processor.interceptor.DefaultTraceFormatter
-
- setBridgeErrorHandler(boolean) - Method in class org.apache.camel.impl.DefaultEndpoint
-
Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while
the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and
handled by the routing Error Handler.
- setBufferSize(int) - Method in interface org.apache.camel.api.management.mbean.ManagedStreamCachingStrategyMBean
-
- setBufferSize(int) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Write buffer sized in bytes.
- setBufferSize(int) - Method in class org.apache.camel.impl.DefaultStreamCachingStrategy
-
- setBufferSize(int) - Method in class org.apache.camel.management.mbean.ManagedStreamCachingStrategy
-
- setBuffersize(Integer) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
-
The size of the buffer used in the signature process.
- setBufferSize(int) - Method in interface org.apache.camel.spi.StreamCachingStrategy
-
Sets the buffer size to use when allocating in-memory buffers used for in-memory stream caches.
- setCaCertData(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the Certificate Authority data when using client lookup
- setCaCertFile(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the Certificate Authority data that are loaded from the file when using client lookup
- setCache(boolean) - Method in class org.apache.camel.component.bean.BeanEndpoint
-
If enabled, Camel will cache the result of the first Registry look-up.
- setCache(boolean) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Whether or not to cache loaded properties.
- setCache(Map<String, String>) - Method in class org.apache.camel.impl.FileStateRepository
-
- setCache(Boolean) - Method in class org.apache.camel.model.BeanDefinition
-
Caches the bean lookup, to avoid lookup up bean on every usage.
- setCache(Map<String, Object>) - Method in class org.apache.camel.processor.idempotent.FileIdempotentRepository
-
- setCacheCleared(boolean) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
- setCacheScript(boolean) - Method in class org.apache.camel.component.language.LanguageEndpoint
-
Whether to cache the compiled script and reuse
Notice reusing the script can cause side effects from processing one Camel
Exchange
to the next
Exchange
.
- setCacheSize(Integer) - Method in class org.apache.camel.model.DynamicRouterDefinition
-
- setCacheSize(Integer) - Method in class org.apache.camel.model.EnrichDefinition
-
- setCacheSize(Integer) - Method in class org.apache.camel.model.PollEnrichDefinition
-
- setCacheSize(Integer) - Method in class org.apache.camel.model.RecipientListDefinition
-
- setCacheSize(Integer) - Method in class org.apache.camel.model.RoutingSlipDefinition
-
- setCacheSize(Integer) - Method in class org.apache.camel.model.ToDynamicDefinition
-
- setCacheSize(int) - Method in class org.apache.camel.processor.Enricher
-
- setCacheSize(int) - Method in class org.apache.camel.processor.idempotent.FileIdempotentRepository
-
Sets the cache size
- setCacheSize(int) - Method in class org.apache.camel.processor.idempotent.MemoryIdempotentRepository
-
- setCacheSize(int) - Method in class org.apache.camel.processor.PollEnricher
-
- setCacheSize(int) - Method in class org.apache.camel.processor.RecipientList
-
- setCacheSize(int) - Method in class org.apache.camel.processor.RoutingSlip
-
- setCacheSize(int) - Method in class org.apache.camel.processor.SendDynamicProcessor
-
- setCallerRunsWhenRejected(Boolean) - Method in class org.apache.camel.model.DelayDefinition
-
- setCallerRunsWhenRejected(Boolean) - Method in class org.apache.camel.model.ThreadsDefinition
-
- setCallerRunsWhenRejected(Boolean) - Method in class org.apache.camel.model.ThrottleDefinition
-
- setCallerRunsWhenRejected(boolean) - Method in class org.apache.camel.processor.DelayProcessorSupport
-
- setCallerRunsWhenRejected(boolean) - Method in class org.apache.camel.processor.Throttler
-
- setCamelContext(CamelContext) - Method in interface org.apache.camel.CamelContextAware
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRenameRepositoryReadLockStrategy
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRepositoryReadLockStrategy
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.vm.VmConsumer
-
- setCamelContext(CamelContext) - Method in interface org.apache.camel.Endpoint
-
Sets the camel context.
- setCamelContext(CamelContext) - Method in class org.apache.camel.impl.CamelPostProcessorHelper
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.impl.cloud.DefaultServiceDiscovery
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.impl.cloud.DefaultServiceLoadBalancer
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.impl.DefaultClassResolver
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.impl.DefaultComponent
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.impl.DefaultDebugger
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.impl.DefaultEndpoint
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.impl.DefaultRestRegistry
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.impl.DefaultRuntimeEndpointRegistry
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.impl.DefaultScheduledPollConsumerScheduler
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.impl.DefaultShutdownStrategy
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.impl.DefaultStreamCachingStrategy
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.impl.DurationRoutePolicy
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.impl.InterceptSendToEndpoint
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.impl.ThrottlingExceptionRoutePolicy
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.impl.ThrottlingInflightRoutePolicy
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.management.DefaultManagementAgent
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.management.DefaultManagementLifecycleStrategy
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.management.DefaultManagementNamingStrategy
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.management.DefaultManagementStrategy
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.management.PublishEventNotifier
-
- setCamelContext(ModelCamelContext) - Method in class org.apache.camel.model.rest.RestsDefinition
-
- setCamelContext(ModelCamelContext) - Method in class org.apache.camel.model.RoutesDefinition
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.processor.aggregate.AggregationStrategyBeanAdapter
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.processor.Enricher
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.processor.idempotent.IdempotentConsumer
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.processor.loadbalancer.CircuitBreakerLoadBalancer
-
Deprecated.
- setCamelContext(CamelContext) - Method in class org.apache.camel.processor.loadbalancer.FailOverLoadBalancer
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.processor.MarshalProcessor
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.processor.PollEnricher
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.processor.SendDynamicProcessor
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.processor.ThrowExceptionProcessor
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.processor.UnmarshalProcessor
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.processor.WireTapProcessor
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.spi.Transformer
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.spi.Validator
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.support.LanguageSupport
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.support.ReloadStrategySupport
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.support.TimerListenerManager
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.util.jsse.JsseParameters
-
Sets the optional
CamelContext
used for integration with core capabilities
such as Camel Property Placeholders and
ClassResolver
.
- setCapacity(int) - Method in class org.apache.camel.impl.DefaultServicePool
-
Deprecated.
- setCapacity(int) - Method in class org.apache.camel.model.config.StreamResequencerConfig
-
Sets the capacity of the resequencer's inbound queue.
- setCapacity(int) - Method in class org.apache.camel.processor.StreamResequencer
-
- setCapacity(int) - Method in interface org.apache.camel.spi.ServicePool
-
Deprecated.
Sets the capacity, which is capacity per key.
- setCaseInsensitive(boolean) - Method in class org.apache.camel.impl.DefaultHeaderFilterStrategy
-
Sets the caseInsensitive property which is a boolean to determine
whether header names should be case insensitive when checking it
with the filter set.
- setCaseSensitive(boolean) - Method in class org.apache.camel.component.file.AntPathMatcherFileFilter
-
Sets Whether or not pattern matching should be case sensitive
Is by default turned on
true.
- setCaseSensitive(boolean) - Method in class org.apache.camel.component.file.AntPathMatcherGenericFileFilter
-
- setCausedByException(String) - Method in class org.apache.camel.processor.interceptor.DefaultTraceEventMessage
-
- setCertAlias(String) - Method in class org.apache.camel.util.jsse.SSLContextParameters
-
An optional certificate alias to use.
- setCharset(String) - Method in class org.apache.camel.component.file.GenericFile
-
- setCharset(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
This option is used to specify the encoding of the file.
- setCharset(String) - Method in class org.apache.camel.impl.StringDataFormat
-
- setCharset(String) - Method in class org.apache.camel.model.ConvertBodyDefinition
-
To use a specific charset when converting
- setCharset(String) - Method in class org.apache.camel.model.dataformat.StringDataFormat
-
Sets an encoding to use.
- setCheckInterval(long) - Method in interface org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy
-
Sets the check interval period.
- setCheckInterval(long) - Method in class org.apache.camel.component.file.strategy.FileChangedExclusiveReadLockStrategy
-
- setCheckInterval(long) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
- setCheckInterval(long) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRenameRepositoryReadLockStrategy
-
- setCheckInterval(long) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRepositoryReadLockStrategy
-
- setCheckInterval(long) - Method in class org.apache.camel.component.file.strategy.FileLockExclusiveReadLockStrategy
-
- setCheckInterval(long) - Method in class org.apache.camel.component.file.strategy.GenericFileRenameExclusiveReadLockStrategy
-
- setCheckInterval(long) - Method in class org.apache.camel.component.file.strategy.MarkerFileExclusiveReadLockStrategy
-
- setChildDefinition(ProcessorDefinition<?>) - Method in interface org.apache.camel.model.ModelChannel
-
If the initialized output definition contained outputs (children) then we need to
set the child so we can leverage fine grained tracing
- setChildDefinition(ProcessorDefinition<?>) - Method in class org.apache.camel.processor.interceptor.DefaultChannel
-
- setChmod(String) - Method in class org.apache.camel.component.file.FileEndpoint
-
Specify the file permissions which is sent by the producer, the chmod value must be between 000 and 777;
If there is a leading digit like in 0755 we will ignore it.
- setChmodDirectory(String) - Method in class org.apache.camel.component.file.FileEndpoint
-
Specify the directory permissions used when the producer creates missing directories, the chmod value must be between 000 and 777;
If there is a leading digit like in 0755 we will ignore it.
- setCipherSuite(List<String>) - Method in class org.apache.camel.util.jsse.CipherSuitesParameters
-
Sets the cipher suite.
- setCipherSuites(CipherSuitesParameters) - Method in class org.apache.camel.util.jsse.BaseSSLContextParameters
-
Sets the optional explicitly configured cipher suites for this configuration.
- setCipherSuitesFilter(FilterParameters) - Method in class org.apache.camel.util.jsse.BaseSSLContextParameters
-
Sets the optional cipher suite filter for this JSSE configuration.
- setCircuitBreakerEnabled(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
Whether to use a HystrixCircuitBreaker or not.
- setCircuitBreakerErrorThresholdPercentage(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
Error percentage threshold (as whole number such as 50) at which point the circuit breaker will trip open and reject requests.
- setCircuitBreakerForceClosed(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
If true the HystrixCircuitBreaker#allowRequest() will always return true to allow requests regardless of
the error percentage from HystrixCommandMetrics.getHealthCounts().
- setCircuitBreakerForceOpen(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
If true the HystrixCircuitBreaker.allowRequest() will always return false, causing the circuit to be open (tripped) and reject all requests.
- setCircuitBreakerRequestVolumeThreshold(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
Minimum number of requests in the metricsRollingStatisticalWindowInMilliseconds() that must exist before the HystrixCircuitBreaker will trip.
- setCircuitBreakerSleepWindowInMilliseconds(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
The time in milliseconds after a HystrixCircuitBreaker trips open that it should wait before trying requests again.
- setClasses(String[]) - Method in class org.apache.camel.model.dataformat.CastorDataFormat
-
Deprecated.
Add additional class names to Castor XmlContext
- setClassLoader(ClassLoader) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
Set a custom classloader
- setClassLoader(ClassLoader) - Method in class org.apache.camel.util.component.ApiMethodParser
-
- setClassLoaders(Set<ClassLoader>) - Method in class org.apache.camel.impl.converter.CorePackageScanClassResolver
-
- setClassLoaders(Set<ClassLoader>) - Method in class org.apache.camel.impl.converter.TypeConvertersPackageScanClassResolver
-
- setClassLoaders(Set<ClassLoader>) - Method in class org.apache.camel.impl.DefaultPackageScanClassResolver
-
- setClassLoaders(Set<ClassLoader>) - Method in interface org.apache.camel.spi.PackageScanClassResolver
-
- setClassName(String) - Method in class org.apache.camel.model.transformer.CustomTransformerDefinition
-
- setClassName(String) - Method in class org.apache.camel.model.validator.CustomValidatorDefinition
-
- setClassResolver(ClassResolver) - Method in interface org.apache.camel.CamelContext
-
Sets the class resolver to be use
- setClassResolver(ClassResolver) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- 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
-
Type of model class to use.
- setClientAuthentication(String) - Method in class org.apache.camel.util.jsse.SSLContextServerParameters
-
Sets the configuration options for server-side client-authentication requirements.
- 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
- setClientParameters(SSLContextClientParameters) - Method in class org.apache.camel.util.jsse.SSLContextParameters
-
The optional configuration options to be applied purely to the client side settings
of the
SSLContext
.
- setCloseCorrelationKeyOnCompletion(Integer) - Method in class org.apache.camel.model.AggregateDefinition
-
- setCloseCorrelationKeyOnCompletion(Integer) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- setClsName(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.AliasEntry
-
- setClsName(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.ConverterEntry
-
- setClsName(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.ImplicitCollectionEntry
-
- setClsName(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.OmitFieldEntry
-
- setCode(String) - Method in class org.apache.camel.model.rest.RestOperationResponseMsgDefinition
-
- setCollectionFormat(CollectionFormat) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
-
Sets the Swagger Parameter collection format.
- setCollectionFormat(CollectionFormat) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
-
Sets the Swagger Parameter collection format.
- setCollectionTypeName(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
Refers to a custom collection type to lookup in the registry to use.
- setCollectionTypeName(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
Refers to a custom collection type to lookup in the registry to use.
- setCollisionAvoidanceFactor(Double) - Method in interface org.apache.camel.api.management.mbean.ManagedErrorHandlerMBean
-
- setCollisionAvoidanceFactor(Double) - Method in class org.apache.camel.management.mbean.ManagedErrorHandler
-
- setCollisionAvoidanceFactor(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
- setCollisionAvoidanceFactor(double) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
- setCollisionAvoidancePercent(Double) - Method in interface org.apache.camel.api.management.mbean.ManagedErrorHandlerMBean
-
- setCollisionAvoidancePercent(Double) - Method in class org.apache.camel.management.mbean.ManagedErrorHandler
-
- setCollisionAvoidancePercent(double) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
- setComment(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
The comment symbol.
- setCommentMarker(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Sets the comment marker of the reference format.
- setCommentMarkerDisabled(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Disables the comment marker of the reference format.
- setCommitRenamer(GenericFileRenamer<T>) - Method in class org.apache.camel.component.file.strategy.GenericFileRenameProcessStrategy
-
- setComparator(Comparator<E>) - Method in class org.apache.camel.component.seda.PriorityBlockingQueueFactory
-
- 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
-
- setCompleteAllOnStop(Boolean) - Method in class org.apache.camel.model.AggregateDefinition
-
- setCompleteAllOnStop(boolean) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- setCompletionEager(Boolean) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
-
- setCompletionFromBatchConsumer(Boolean) - Method in class org.apache.camel.model.AggregateDefinition
-
- setCompletionFromBatchConsumer(boolean) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- setCompletionInterval(Long) - Method in class org.apache.camel.model.AggregateDefinition
-
- setCompletionInterval(long) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- setCompletionPredicate(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.AggregateDefinition
-
- setCompletionPredicate(Predicate) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- setCompletionPredicate(Predicate) - Method in class org.apache.camel.processor.BatchProcessor
-
Deprecated.
- setCompletionSize(Integer) - Method in class org.apache.camel.model.AggregateDefinition
-
- setCompletionSize(int) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- setCompletionSizeExpression(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.AggregateDefinition
-
- setCompletionSizeExpression(Expression) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- setCompletionTimeout(Long) - Method in class org.apache.camel.model.AggregateDefinition
-
- setCompletionTimeout(long) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- setCompletionTimeoutExpression(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.AggregateDefinition
-
- setCompletionTimeoutExpression(Expression) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- setComponent(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
The component to use.
- setComponent(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
The component to use.
- setComponent(String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
-
Sets the component name that this definition will apply to
- setComponent(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
The Camel Rest component to use for the REST transport (consumer), such as restlet, spark-rest.
- setComponent(String) - Method in class org.apache.camel.spi.RestConfiguration
-
Sets the name of the Camel component to use as the REST consumer
- setComponentName(String) - Method in class org.apache.camel.component.rest.RestApiEndpoint
-
The Camel Rest component to use for the REST transport, such as restlet, spark-rest.
- setComponentName(String) - Method in class org.apache.camel.component.rest.RestComponent
-
The Camel Rest component to use for the REST transport, such as restlet, spark-rest.
- setComponentName(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
The Camel Rest component to use for the REST transport, such as restlet, spark-rest.
- setComponentProperties(List<RestPropertyDefinition>) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Allows to configure as many additional properties for the rest component in use.
- setComponentProperties(Map<String, Object>) - Method in class org.apache.camel.spi.RestConfiguration
-
Sets additional options on component level
- setComponentResolver(ComponentResolver) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setCompressionAlgorithm(Integer) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
-
Compression algorithm; possible values are defined in org.bouncycastle.bcpg.CompressionAlgorithmTags;
for example 0 (= UNCOMPRESSED), 1 (= ZIP), 2 (= ZLIB), 3 (= BZIP2).
- setCompressionLevel(int) - Method in class org.apache.camel.impl.ZipDataFormat
-
- setCompressionLevel(Integer) - Method in class org.apache.camel.model.dataformat.ZipDataFormat
-
To specify a specific compression between 0-9.
- setConcurrentConsumers(int) - Method in class org.apache.camel.component.seda.SedaComponent
-
Sets the default number of concurrent threads processing exchanges.
- setConcurrentConsumers(int) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
Number of concurrent threads processing exchanges.
- setConcurrentTasks(int) - Method in class org.apache.camel.component.scheduler.SchedulerComponent
-
Number of threads used by the scheduling thread pool.
- setConcurrentTasks(int) - Method in class org.apache.camel.component.scheduler.SchedulerEndpoint
-
Number of threads used by the scheduling thread pool.
- setConcurrentTasks(int) - Method in class org.apache.camel.impl.DefaultScheduledPollConsumerScheduler
-
- setConfiguration(GenericFileConfiguration) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
- setConfiguration(T) - Method in class org.apache.camel.util.component.AbstractApiComponent
-
- setConfigurationField(CamelContext, EndpointConfiguration, String, T) - Static method in class org.apache.camel.impl.ConfigurationHelper
-
Deprecated.
- setConfigurationRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Refers to a ServiceCall configuration to use
- setConnectorPort(Integer) - Method in class org.apache.camel.management.DefaultManagementAgent
-
- setConnectorPort(Integer) - Method in interface org.apache.camel.spi.ManagementAgent
-
Sets the port clients must use to connect
- setConnectTimeoutMillis(Long) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
Connect timeout for OkHttpClient
- setConstructor(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
BaseConstructor to construct incoming documents.
- setConsumeDelay(long) - Method in class org.apache.camel.component.dataset.DataSetEndpoint
-
Allows a delay to be specified which causes a delay when a message is consumed by the producer (to simulate slow processing)
- setConsumerDataFormat(DataFormat) - Method in class org.apache.camel.processor.binding.DataFormatBinding
-
Deprecated.
- setConsumerProperties(Map<String, Object>) - Method in class org.apache.camel.impl.DefaultEndpoint
-
- 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.
- setConsumerProperties(Map<String, Object>) - Method in class org.apache.camel.spi.RestConfiguration
-
Sets additional options on consumer level
- setConsumes(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
Media type such as: 'text/xml', or 'application/json' this REST service accepts.
- 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.
- setContentCache(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedResourceEndpointMBean
-
- setContentCache(boolean) - Method in class org.apache.camel.component.ResourceEndpoint
-
Sets whether to use resource content cache or not.
- setContentCache(boolean) - Method in class org.apache.camel.component.xslt.XsltComponent
-
Cache for the resource content (the stylesheet file) when it is loaded.
- setContentCache(boolean) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
Cache for the resource content (the stylesheet file) when it is loaded.
- setContentHandler(ContentHandler) - Method in class org.apache.camel.converter.jaxp.StAX2SAXSource
-
- setContentResolvedFromResource(boolean) - Method in class org.apache.camel.component.language.LanguageEndpoint
-
- 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.
- setContentTypeHeader(Boolean) - Method in class org.apache.camel.model.DataFormatDefinition
-
Whether the data format should set the Content-Type header with the type from the data format if the
data format is capable of doing so.
- setContext(CamelContext) - Method in class org.apache.camel.builder.BuilderSupport
-
- setContext(ModelCamelContext) - Method in class org.apache.camel.builder.BuilderSupport
-
- setContext(Context) - Method in class org.apache.camel.impl.JndiRegistry
-
- setContextCounter(int) - Static method in class org.apache.camel.impl.DefaultCamelContext
-
Reset context counter to a preset value.
- setContextIdPattern(String) - Method in class org.apache.camel.component.rest.RestApiEndpoint
-
Optional CamelContext id pattern to only allow Rest APIs from rest services within CamelContext's which name matches the pattern.
- 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.
- setContextPath(String) - Method in class org.apache.camel.spi.RestConfiguration
-
Sets a leading context-path the REST services will be using.
- setContinued(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.OnExceptionDefinition
-
- setContinuedPolicy(Predicate) - Method in class org.apache.camel.model.OnExceptionDefinition
-
- setConverter(XmlConverter) - Method in class org.apache.camel.builder.xml.XsltBuilder
-
- setConverter(XmlConverter) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
- setConverters(List<String>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
-
List of class names for using custom XStream converters.
- setCopy(Boolean) - Method in class org.apache.camel.model.LoopDefinition
-
If the copy attribute is true, a copy of the input Exchange is used for each iteration.
- setCopy(Boolean) - Method in class org.apache.camel.model.WireTapDefinition
-
- setCopy(boolean) - Method in class org.apache.camel.processor.WireTapProcessor
-
- setCopyAndDeleteOnRenameFail(boolean) - Method in class org.apache.camel.component.file.FileEndpoint
-
Whether to fallback and do a copy and delete file, in case the file could not be renamed directly.
- setCopyFromAbsoluteFilePath(String) - Method in class org.apache.camel.component.file.GenericFile
-
- setCopyOnExchange(boolean) - Method in class org.apache.camel.component.mock.MockEndpoint
-
Sets whether to make a deep copy of the incoming
Exchange
when received at this mock endpoint.
- setCorePoolSize(int) - Method in interface org.apache.camel.api.management.mbean.ManagedThreadPoolMBean
-
- setCorePoolSize(int) - Method in class org.apache.camel.management.mbean.ManagedThreadPool
-
- setCorePoolSize(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
- setCorePoolSize(int) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- 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(Expression) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- setCorsHeaders(List<RestPropertyDefinition>) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Allows to configure custom CORS headers.
- setCorsHeaders(Map<String, String>) - Method in class org.apache.camel.spi.RestConfiguration
-
Sets the CORS headers to use if CORS has been enabled.
- setCounter(int) - Static method in class org.apache.camel.impl.DefaultCamelContextNameStrategy
-
To reset the counter, should only be used for testing purposes.
- setCounter(int) - Static method in class org.apache.camel.impl.DefaultManagementNameStrategy
-
To reset the counter, should only be used for testing purposes.
- setCounter(PerformanceCounter) - Method in class org.apache.camel.management.DelegatePerformanceCounter
-
- setCounter(Object) - Method in class org.apache.camel.management.InstrumentationProcessor
-
- setCounter(Object) - Method in class org.apache.camel.processor.CamelInternalProcessor.InstrumentationAdvice
-
- setCreateConnector(Boolean) - Method in class org.apache.camel.management.DefaultManagementAgent
-
- setCreateConnector(Boolean) - Method in interface org.apache.camel.spi.ManagementAgent
-
Whether connector should be created, allowing clients to connect remotely
- 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.
- setCustomProcessor(Processor) - Method in class org.apache.camel.component.file.GenericFileConsumer
-
Use a custom processor to process the exchange.
- setDaemon(boolean) - Method in class org.apache.camel.component.timer.TimerEndpoint
-
Specifies whether or not the thread associated with the timer endpoint runs as a daemon.
- setDatacenter(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
The data center
- setDataFormat(DataFormat) - Method in class org.apache.camel.component.dataformat.DataFormatEndpoint
-
- setDataFormat(DataFormat) - Method in class org.apache.camel.model.DataFormatDefinition
-
- setDataFormat(DataFormat) - Method in class org.apache.camel.processor.binding.DataFormatBinding
-
Deprecated.
Sets the data format for both producer and consumer sides
- 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.
- setDataFormatProperties(Map<String, Object>) - Method in class org.apache.camel.spi.RestConfiguration
-
Sets additional options on data format level
- setDataFormatRef(String) - Method in class org.apache.camel.impl.transformer.DataFormatTransformer
-
Set DataFormat ref.
- setDataFormatResolver(DataFormatResolver) - Method in interface org.apache.camel.CamelContext
-
Sets a custom data format resolver
- setDataFormatResolver(DataFormatResolver) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setDataFormats(Map<String, DataFormatDefinition>) - Method in interface org.apache.camel.CamelContext
-
Sets the data formats that can be referenced in the routes.
- setDataFormats(Map<String, DataFormatDefinition>) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- 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.ModelCamelContext
-
Sets the data formats that can be referenced in the routes.
- setDataFormatType(DataFormatDefinition) - Method in class org.apache.camel.impl.transformer.DataFormatTransformer
-
Set DataFormatDefinition.
- 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
- 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.
- setDataSet(DataSet) - Method in class org.apache.camel.component.dataset.DataSetEndpoint
-
- setDataSetIndex(String) - Method in class org.apache.camel.component.dataset.DataSetEndpoint
-
Controls the behaviour of the CamelDataSetIndex header.
- setDataType(DataType) - Method in class org.apache.camel.impl.MessageSupport
-
- setDataType(String) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
-
Sets the Swagger Parameter data type.
- setDataType(String) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
-
Sets the Swagger header data type.
- setDataType(DataType) - Method in interface org.apache.camel.spi.DataTypeAware
-
Set the data type of the message.
- setDc(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
- setDeadLetter(Endpoint) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
-
- setDeadLetterHandleNewException(boolean) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
-
- setDeadLetterUri(String) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
-
- setDeadLetterUri(String) - Method in interface org.apache.camel.spi.RecoverableAggregationRepository
-
Sets an optional dead letter channel which exhausted recovered
Exchange
should be send to.
- setDebugger(Debugger) - Method in interface org.apache.camel.CamelContext
-
- setDebugger(Debugger) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setDefaultAggregationStrategy() - Method in class org.apache.camel.processor.PollEnricher
-
Sets the default aggregation strategy for this poll enricher.
- setDefaultBacklogDebugger(InterceptStrategy) - Method in interface org.apache.camel.CamelContext
-
Sets a custom backlog debugger to be used as the default backlog debugger.
- setDefaultBacklogDebugger(InterceptStrategy) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setDefaultBacklogTracer(InterceptStrategy) - Method in interface org.apache.camel.CamelContext
-
Sets a custom backlog tracer to be used as the default backlog tracer.
- setDefaultBacklogTracer(InterceptStrategy) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setDefaultBodies(List<Object>) - Method in class org.apache.camel.component.dataset.ListDataSet
-
- setDefaultBody(Object) - Method in class org.apache.camel.component.dataset.SimpleDataSet
-
- setDefaultCapacity(int) - Method in class org.apache.camel.component.seda.ArrayBlockingQueueFactory
-
- setDefaultEndpoint(Endpoint) - Method in class org.apache.camel.builder.DefaultFluentProducerTemplate
-
- setDefaultEndpoint(Endpoint) - Method in interface org.apache.camel.FluentProducerTemplate
-
Sets the default endpoint to use if none is specified
- setDefaultEndpoint(Endpoint) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- setDefaultEndpoint(Endpoint) - Method in interface org.apache.camel.ProducerTemplate
-
Sets the default endpoint to use if none is specified
- setDefaultEndpointUri(String) - Method in class org.apache.camel.builder.DefaultFluentProducerTemplate
-
- setDefaultEndpointUri(String) - Method in interface org.apache.camel.FluentProducerTemplate
-
Sets the default endpoint uri to use if none is specified
- setDefaultEndpointUri(String) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
Sets the default endpoint to use if none is specified
- setDefaultEndpointUri(String) - Method in interface org.apache.camel.ProducerTemplate
-
Sets the default endpoint uri to use if none is specified
- setDefaultFallbackEnabled(boolean) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
If false, the component does not attempt to find a default for the key by looking after the colon separator.
- setDefaultHeaders(Map<String, Object>) - Method in class org.apache.camel.component.dataset.DataSetSupport
-
- setDefaultInstance(Object) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
- setDefaultProfile(Boolean) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
-
Whether this profile is the default thread pool profile
- setDefaultProfile(Boolean) - Method in class org.apache.camel.spi.ThreadPoolProfile
-
Sets whether this profile is the default profile (there can only be one).
- setDefaultQueueFactory(BlockingQueueFactory<Exchange>) - Method in class org.apache.camel.component.seda.SedaComponent
-
Sets the default queue factory.
- setDefaultThreadPoolProfile(ThreadPoolProfile) - Method in class org.apache.camel.impl.DefaultExecutorServiceManager
-
- setDefaultThreadPoolProfile(ThreadPoolProfile) - Method in class org.apache.camel.impl.DefaultExecutorServiceStrategy
-
Deprecated.
- setDefaultThreadPoolProfile(ThreadPoolProfile) - Method in interface org.apache.camel.spi.ExecutorServiceManager
-
Sets the default thread pool profile
- setDefaultThreadPoolProfile(ThreadPoolProfile) - Method in interface org.apache.camel.spi.ExecutorServiceStrategy
-
Deprecated.
Sets the default thread pool profile
- setDefaultTracer(InterceptStrategy) - Method in interface org.apache.camel.CamelContext
-
Sets a custom tracer to be used as the default tracer.
- setDefaultTracer(InterceptStrategy) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setDefaultValue(String) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
-
- setDefinition(String) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
-
The flatpack pzmap configuration file.
- setDelay(long) - Method in interface org.apache.camel.api.management.mbean.ManagedSchedulePollConsumerMBean
-
- setDelay(long) - Method in class org.apache.camel.component.timer.TimerEndpoint
-
The number of milliseconds to wait before the first event is generated.
- setDelay(long) - Method in class org.apache.camel.impl.DefaultScheduledPollConsumerScheduler
-
- setDelay(long) - Method in class org.apache.camel.impl.ScheduledPollConsumer
-
- setDelay(long) - Method in class org.apache.camel.impl.ScheduledPollEndpoint
-
Milliseconds before the next poll.
- setDelay(long) - Method in class org.apache.camel.management.mbean.ManagedScheduledPollConsumer
-
- setDelay(Expression) - Method in class org.apache.camel.processor.Delayer
-
- setDelayer(Long) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setDelayer(Long) - Method in class org.apache.camel.impl.DefaultRouteContext
-
- setDelayer(String) - Method in class org.apache.camel.model.RouteDefinition
-
Whether to slow down processing messages by a given delay in msec.
- setDelayer(Long) - Method in interface org.apache.camel.RuntimeConfiguration
-
Sets a delay value in millis that a message is delayed at every step it takes in the route path,
slowing the process down to better observe what is occurring
Is disabled by default
- setDelayPattern(String) - Method in interface org.apache.camel.api.management.mbean.ManagedErrorHandlerMBean
-
- setDelayPattern(String) - Method in class org.apache.camel.management.mbean.ManagedErrorHandler
-
- setDelayPattern(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
- setDelayPattern(String) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
Sets an optional delay pattern to use instead of fixed delay.
- setDelete(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
If true, the file will be deleted after it is processed successfully.
- setDeleteOrphanLockFiles(boolean) - Method in interface org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy
-
Sets whether orphan marker files should be deleted upon startup
- setDeleteOrphanLockFiles(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
- setDeleteOrphanLockFiles(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRenameRepositoryReadLockStrategy
-
- setDeleteOrphanLockFiles(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRepositoryReadLockStrategy
-
- setDeleteOrphanLockFiles(boolean) - Method in class org.apache.camel.component.file.strategy.GenericFileRenameExclusiveReadLockStrategy
-
- setDeleteOrphanLockFiles(boolean) - Method in class org.apache.camel.component.file.strategy.MarkerFileExclusiveReadLockStrategy
-
- setDeleteOutputFile(boolean) - Method in class org.apache.camel.builder.xml.XsltBuilder
-
- setDeleteOutputFile(boolean) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
If you have output=file then this option dictates whether or not the output file should be deleted when the Exchange
is done processing.
- setDelimiter(String) - Method in class org.apache.camel.component.test.TestEndpoint
-
The split delimiter to use when split is enabled.
- 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.processor.RoutingSlip
-
- setDeltaProcessingTime(Long) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setDeltaProcessingTime(Long) - Method in class org.apache.camel.util.ProcessorStatDump
-
- setDeltaProcessingTime(Long) - Method in class org.apache.camel.util.RouteStatDump
-
- setDeniedUnmarshallObjects(String) - Method in class org.apache.camel.model.dataformat.CastorDataFormat
-
Deprecated.
Define the denied objects to be unmarshalled.
- setDeniedUnmarshallObjects(String) - Method in class org.apache.camel.model.dataformat.HessianDataFormat
-
Deprecated.
Define the denied objects to be unmarshalled
- setDescription(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
Human description to document this REST service
- setDescription(DescriptionDefinition) - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
-
Sets the description of this node
- setDescription(String) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
-
Sets the Swagger Parameter description.
- setDescription(String) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
-
- setDestination(String) - Method in interface org.apache.camel.api.management.mbean.ManagedSendProcessorMBean
-
- setDestination(String) - Method in class org.apache.camel.management.mbean.ManagedSendProcessor
-
- setDestination(Endpoint) - Method in class org.apache.camel.processor.interceptor.Tracer
-
- setDestination(Endpoint) - Method in class org.apache.camel.processor.SendProcessor
-
- setDestinationUri(String) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setDestinationUri(String) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setDestinationUri(String) - Method in class org.apache.camel.processor.interceptor.Tracer
-
Sets an optional destination to send the traced Exchange.
- setDetour(Processor) - Method in class org.apache.camel.impl.InterceptSendToEndpoint
-
- setDigestAlgorithm(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
-
The digest algorithm to use with the RSA OAEP algorithm.
- setDirectory(boolean) - Method in class org.apache.camel.component.file.GenericFile
-
- setDirectory(String) - Method in class org.apache.camel.component.file.GenericFileConfiguration
-
- setDirectoryMustExist(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Similar to startingDirectoryMustExist but this applies during polling recursive sub directories.
- setDisableFeatures(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
Set of features to disable on the Jackson
com.fasterxml.jackson.databind.ObjectMapper.
- setDisableFeatures(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
Set of features to disable on the Jackson com.fasterxml.jackson.databind.ObjectMapper.
- setDisableRedelivery(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Disables redelivery (same as setting maximum redeliveries to 0)
- setDiscardIfNoConsumers(boolean) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
Whether the producer should discard the message (do not add the message to the queue), when sending to a queue with no active consumers.
- setDiscardOnCompletionTimeout(Boolean) - Method in class org.apache.camel.model.AggregateDefinition
-
- setDiscardOnCompletionTimeout(boolean) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- 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.
- setDistributionRatioList(List<Integer>) - Method in class org.apache.camel.processor.loadbalancer.WeightedLoadBalancer
-
- setDistributionWeight(int) - Method in class org.apache.camel.processor.loadbalancer.DistributionRatio
-
- setDnsDomain(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the DNS domain to use for DNS lookup.
- setDocumentBuilderFactory(DocumentBuilderFactory) - Method in class org.apache.camel.converter.jaxp.XmlConverter
-
- setDocumentType(Class<?>) - Method in class org.apache.camel.builder.xml.XPathBuilder
-
- 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;
- setDomainName(String) - Method in class org.apache.camel.management.DefaultManagementNamingStrategy
-
- setDoneFileName(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Producer: If provided, then Camel will write a 2nd done file when the original file has been written.
- setDoWhile(Boolean) - Method in class org.apache.camel.model.LoopDefinition
-
Enables the while loop that loops until the predicate evaluates to false or null.
- setDriver(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
-
To use a custom XStream driver.
- setDriverRef(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
-
To refer to a custom XStream driver to lookup in the registry.
- setDTDHandler(DTDHandler) - Method in class org.apache.camel.converter.jaxp.StAX2SAXSource
-
- setDumperOptions(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
DumperOptions to configure outgoing objects.
- setDuration(long) - Method in class org.apache.camel.main.MainSupport
-
Sets the duration (in seconds) to run the application until it
should be terminated.
- setDurationHitExitCode(int) - Method in class org.apache.camel.main.MainSupport
-
Sets the exit code for the application if duration was hit
- setDurationIdle(long) - Method in class org.apache.camel.main.MainSupport
-
Sets the maximum idle duration (in seconds) when running the application, and
if there has been no message processed after being idle for more than this duration
then the application should be terminated.
- setDurationMaxMessages(int) - Method in class org.apache.camel.main.MainSupport
-
Sets the duration to run the application to process at most max messages until it
should be terminated.
- setEager(Boolean) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
-
- setEagerCheckCompletion(Boolean) - Method in class org.apache.camel.model.AggregateDefinition
-
- setEagerCheckCompletion(boolean) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- setEagerDeleteTargetFile(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Whether or not to eagerly delete any existing target file.
- setEagerLimitMaxMessagesPerPoll(boolean) - Method in class org.apache.camel.component.file.GenericFileConsumer
-
- setEagerMaxMessagesPerPoll(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Allows for controlling whether the limit from maxMessagesPerPoll is eager or not.
- setElementName(String) - Method in class org.apache.camel.model.dataformat.XmlJsonDataFormat
-
Specifies the name of the XML elements representing each array element.
- setElementNameStrategy(Object) - Method in class org.apache.camel.model.dataformat.SoapJaxbDataFormat
-
Sets an element strategy instance to use.
- setElementNameStrategyRef(String) - Method in class org.apache.camel.model.dataformat.SoapJaxbDataFormat
-
Refers to an element strategy to lookup from the registry.
- setEmptyValue(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
The String representation of an empty value
- setEnableCORS(Boolean) - Method in class org.apache.camel.model.rest.RestBindingDefinition
-
Whether to enable CORS headers in the HTTP response.
- setEnableCORS(Boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Whether to enable CORS headers in the HTTP response.
- setEnableCORS(Boolean) - Method in class org.apache.camel.model.rest.RestDefinition
-
Whether to enable CORS headers in the HTTP response.
- setEnableCORS(Boolean) - Method in class org.apache.camel.model.rest.VerbDefinition
-
Whether to enable CORS headers in the HTTP response.
- setEnableCORS(boolean) - Method in class org.apache.camel.spi.RestConfiguration
-
To specify whether to enable CORS which means Camel will automatic include CORS in the HTTP headers in the response.
- setEnabled(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedBacklogTracerMBean
-
- setEnabled(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedRuntimeEndpointRegistryMBean
-
- setEnabled(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setEnabled(boolean) - Method in class org.apache.camel.impl.DefaultRuntimeEndpointRegistry
-
- setEnabled(boolean) - Method in class org.apache.camel.impl.DefaultStreamCachingStrategy
-
- setEnabled(boolean) - Method in class org.apache.camel.management.mbean.ManagedBacklogTracer
-
- setEnabled(boolean) - Method in class org.apache.camel.management.mbean.ManagedRuntimeEndpointRegistry
-
- setEnabled(boolean) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setEnabled(boolean) - Method in class org.apache.camel.processor.interceptor.BacklogTracer
-
- setEnabled(boolean) - Method in class org.apache.camel.processor.interceptor.Delayer
-
Deprecated.
- setEnabled(boolean) - Method in class org.apache.camel.processor.interceptor.Tracer
-
- setEnabled(boolean) - Method in interface org.apache.camel.spi.RuntimeEndpointRegistry
-
Sets whether gathering runtime usage is enabled or not.
- setEnabled(boolean) - Method in interface org.apache.camel.spi.StreamCachingStrategy
-
Sets whether the stream caching is enabled.
- setEnableFeatures(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
Set of features to enable on the Jackson
com.fasterxml.jackson.databind.ObjectMapper.
- setEnableFeatures(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
Set of features to enable on the Jackson com.fasterxml.jackson.databind.ObjectMapper.
- setEnableJaxbAnnotationModule(Boolean) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
Whether to enable the JAXB annotations module when using jackson.
- setEnableJaxbAnnotationModule(Boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
Whether to enable the JAXB annotations module when using jackson.
- setEncoding(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Encoding to use when loading properties file from the file system or classpath.
- 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.CastorDataFormat
-
Deprecated.
Encoding to use when marshalling an Object to XML.
- 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.XmlJsonDataFormat
-
Sets the encoding.
- setEncoding(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
-
Sets the encoding to use
- setEndpoint(GenericFileEndpoint<File>) - Method in class org.apache.camel.component.file.FileOperations
-
- setEndpoint(GenericFileEndpoint<T>) - Method in interface org.apache.camel.component.file.GenericFileOperations
-
Sets the endpoint as some implementations need access to the endpoint and how its configured.
- setEndpoint(Endpoint) - Method in class org.apache.camel.management.PublishEventNotifier
-
- setEndpoint(Endpoint) - Method in class org.apache.camel.model.FromDefinition
-
- setEndpoint(Endpoint) - Method in class org.apache.camel.model.SendDefinition
-
- setEndpointClass(Class<? extends Endpoint>) - Method in class org.apache.camel.impl.UriEndpointComponent
-
Deprecated.
To use a specific endpoint class, instead of what has been provided by the constructors.
- setEndpointConfiguration(EndpointConfiguration) - Method in class org.apache.camel.impl.DefaultEndpoint
-
Deprecated.
- setEndpointHeaderFilterStrategy(Endpoint) - Method in class org.apache.camel.impl.HeaderFilterStrategyComponent
-
- setEndpointParameter(Endpoint, String, Object) - Method in interface org.apache.camel.ComponentConfiguration
-
Deprecated.
Sets the named URI query parameter value on the given endpoint
- setEndpointParameter(Endpoint, String, Object) - Method in class org.apache.camel.impl.DefaultComponentConfiguration
-
Deprecated.
- setEndpointParameter(Endpoint, String, Object) - Method in class org.apache.camel.impl.UriComponentConfiguration
-
Deprecated.
- setEndpointPath(String) - Method in class org.apache.camel.component.file.GenericFile
-
- 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.
- setEndpointProperties(Map<String, Object>) - Method in class org.apache.camel.spi.RestConfiguration
-
Sets additional options on endpoint level
- setEndpointRuntimeStatisticsEnabled(Boolean) - Method in class org.apache.camel.management.DefaultManagementAgent
-
- setEndpointRuntimeStatisticsEnabled(Boolean) - Method in interface org.apache.camel.spi.ManagementAgent
-
Sets whether endpoint runtime statistics is enabled (gathers runtime usage of each incoming and outgoing endpoints).
- setEndpointUri(String) - Method in class org.apache.camel.impl.DefaultEndpoint
-
Sets the URI that created this endpoint.
- setEndpointUri(String) - Method in class org.apache.camel.management.PublishEventNotifier
-
- setEndpointUriIfNotSpecified(String) - Method in class org.apache.camel.impl.DefaultEndpoint
-
Sets the endpointUri if it has not been specified yet via some kind of
dependency injection mechanism.
- setEndToken(String) - Method in class org.apache.camel.language.tokenizer.TokenizeLanguage
-
- setEndToken(String) - Method in class org.apache.camel.model.language.TokenizerExpression
-
The end token to use as tokenizer if using start/end token pairs.
- setEntityResolver(EntityResolver) - Method in class org.apache.camel.builder.xml.XsltBuilder
-
- setEntityResolver(EntityResolver) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
To use a custom org.xml.sax.EntityResolver with javax.xml.transform.sax.SAXSource.
- setEntityResolver(EntityResolver) - Method in class org.apache.camel.converter.jaxp.StAX2SAXSource
-
- setError(String) - Method in class org.apache.camel.runtimecatalog.LanguageValidationResult
-
- setErrorHandler(Processor) - Method in interface org.apache.camel.Channel
-
- setErrorHandler(ValidatorErrorHandler) - Method in class org.apache.camel.component.validator.ValidatorEndpoint
-
To use a custom org.apache.camel.processor.validation.ValidatorErrorHandler.
- setErrorHandler(ErrorHandler) - Method in class org.apache.camel.converter.jaxp.StAX2SAXSource
-
- setErrorHandler(Processor) - Method in class org.apache.camel.processor.interceptor.DefaultChannel
-
- setErrorHandler(ValidatorErrorHandler) - Method in class org.apache.camel.processor.validation.ValidatingProcessor
-
- 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
-
- setErrorHandlerBuilder(ErrorHandlerFactory) - Method in interface org.apache.camel.CamelContext
-
Sets the default error handler builder which is inherited by the routes
- setErrorHandlerBuilder(ErrorHandlerFactory) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setErrorHandlerBuilder(ErrorHandlerFactory) - Method in class org.apache.camel.model.RouteDefinition
-
Sets the error handler to use with processors created by this builder
- setErrorHandlerBuilder(ErrorHandlerFactory) - Method in class org.apache.camel.model.RoutesDefinition
-
- setErrorHandlerBuilderIfNull(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
- setErrorHandlers(RouteContext, List<OnExceptionDefinition>) - Method in interface org.apache.camel.builder.ErrorHandlerBuilder
-
Adds the error handlers for the given list of exception types
- setErrorHandlers(RouteContext, List<OnExceptionDefinition>) - Method in class org.apache.camel.builder.ErrorHandlerBuilderSupport
-
- setErrorListener(ErrorListener) - Method in class org.apache.camel.builder.xml.XsltBuilder
-
- setErrorListener(ErrorListener) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
Allows to configure to use a custom javax.xml.transform.ErrorListener.
- setEscape(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Sets the escape character to use
- setEscapeChar(String) - Method in class org.apache.camel.model.dataformat.UniVocityTsvDataFormat
-
The escape character.
- setEscapeDisabled(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Use for disabling using escape character
- setEventFactory(EventFactory) - Method in class org.apache.camel.management.DefaultManagementStrategy
-
- setEventFactory(EventFactory) - Method in interface org.apache.camel.spi.ManagementStrategy
-
Sets the event factory to use
- setEventNotifierEnabled(boolean) - Method in class org.apache.camel.builder.DefaultFluentProducerTemplate
-
- setEventNotifierEnabled(boolean) - Method in interface org.apache.camel.FluentProducerTemplate
-
- setEventNotifierEnabled(boolean) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- setEventNotifierEnabled(boolean) - Method in class org.apache.camel.impl.ProducerCache
-
- setEventNotifierEnabled(boolean) - Method in interface org.apache.camel.ProducerTemplate
-
- setEventNotifiers(List<EventNotifier>) - Method in class org.apache.camel.management.DefaultManagementStrategy
-
- setEventNotifiers(List<EventNotifier>) - Method in interface org.apache.camel.spi.ManagementStrategy
-
Sets the list of event notifier to use.
- setException(Throwable) - Method in interface org.apache.camel.Exchange
-
- setException(Throwable) - Method in class org.apache.camel.impl.DefaultExchange
-
- 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
-
- setExceptionClasses(List<Class<? extends Throwable>>) - Method in class org.apache.camel.model.OnExceptionDefinition
-
- setExceptionHandler(ExceptionHandler) - Method in class org.apache.camel.component.file.GenericFileOnCompletion
-
- setExceptionHandler(ExceptionHandler) - Method in class org.apache.camel.component.seda.SedaConsumer
-
- setExceptionHandler(ExceptionHandler) - Method in class org.apache.camel.impl.DefaultConsumer
-
- setExceptionHandler(ExceptionHandler) - Method in class org.apache.camel.impl.DefaultEndpoint
-
To let the consumer use a custom ExceptionHandler.
- setExceptionHandler(ExceptionHandler) - Method in class org.apache.camel.impl.PollingConsumerSupport
-
- setExceptionHandler(ExceptionHandler) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- setExceptionHandler(ExceptionHandler) - Method in class org.apache.camel.processor.BatchProcessor
-
Deprecated.
- setExceptionHandler(ExceptionHandler) - Method in class org.apache.camel.support.RoutePolicySupport
-
- setExceptionPolicy(ExceptionPolicyStrategy) - Method in class org.apache.camel.processor.ErrorHandlerSupport
-
- setExceptionPolicyStrategy(ExceptionPolicyStrategy) - Method in interface org.apache.camel.builder.ErrorHandlerBuilder
-
Sets the exception policy strategy to use for resolving the
OnExceptionDefinition
to use for a given thrown exception
- setExceptionPolicyStrategy(ExceptionPolicyStrategy) - Method in class org.apache.camel.builder.ErrorHandlerBuilderSupport
-
- setExceptions(List<String>) - Method in class org.apache.camel.model.CatchDefinition
-
- setExceptions(List<String>) - Method in class org.apache.camel.model.loadbalancer.CircuitBreakerLoadBalancerDefinition
-
Deprecated.
A list of class names for specific exceptions to monitor.
- 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.CircuitBreakerLoadBalancerDefinition
-
Deprecated.
A list of specific exceptions to monitor.
- setExceptionTypes(List<Class<?>>) - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
-
A list of specific exceptions to monitor.
- setExchange(Exchange) - Method in class org.apache.camel.impl.MessageSupport
-
- setExchangeFormatter(ExchangeFormatter) - Method in class org.apache.camel.component.log.LogComponent
-
Sets a custom
ExchangeFormatter
to convert the Exchange to a String suitable for logging.
- setExchangeFormatterRef(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
- setExchangeFormatterRef(String) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
Sets the reference of the instance of
ExchangeFormatter
to generate the log message from exchange.
- setExchangeId(String) - Method in interface org.apache.camel.Exchange
-
Set the exchange id
- setExchangeId(String) - Method in class org.apache.camel.impl.DefaultExchange
-
- setExchangeId(String) - Method in class org.apache.camel.processor.interceptor.DefaultTraceEventMessage
-
- setExchangeId(String) - Method in class org.apache.camel.util.MessageDump
-
- setExchangePattern(ExchangePattern) - Method in class org.apache.camel.impl.DefaultEndpoint
-
Sets the default exchange pattern when creating an exchange.
- setExchangePattern(ExchangePattern) - Method in class org.apache.camel.model.ProcessorDefinition
-
- setExchangePattern(ExchangePattern) - Method in class org.apache.camel.processor.ExchangePatternProcessor
-
- setExchangePattern(String) - Method in class org.apache.camel.processor.interceptor.DefaultTraceEventMessage
-
- 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
-
- setExchangesCompleted(Long) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setExchangesCompleted(Long) - Method in class org.apache.camel.util.ProcessorStatDump
-
- setExchangesCompleted(Long) - Method in class org.apache.camel.util.RouteStatDump
-
- setExchangesFailed(Long) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setExchangesFailed(Long) - Method in class org.apache.camel.util.ProcessorStatDump
-
- setExchangesFailed(Long) - Method in class org.apache.camel.util.RouteStatDump
-
- setExchangesInflight(Long) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setExchangesInflight(Long) - Method in class org.apache.camel.util.RouteStatDump
-
- setExclude(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Is used to exclude files, if filename matches the regex pattern (matching is case in-senstive).
- 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(String[]) - Method in class org.apache.camel.component.file.AntPathMatcherFileFilter
-
- setExcludes(String) - Method in class org.apache.camel.component.file.AntPathMatcherFileFilter
-
Sets excludes using a single string where each element can be separated with comma
- setExcludes(String[]) - Method in class org.apache.camel.component.file.AntPathMatcherGenericFileFilter
-
- setExcludes(String) - Method in class org.apache.camel.component.file.AntPathMatcherGenericFileFilter
-
Sets excludes using a single string where each element can be separated with comma
- 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.
- setExclusiveReadLockStrategy(GenericFileExclusiveReadLockStrategy<T>) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Pluggable read-lock as a org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy implementation.
- setExclusiveReadLockStrategy(GenericFileExclusiveReadLockStrategy<T>) - Method in class org.apache.camel.component.file.strategy.GenericFileProcessStrategySupport
-
- setExecutionIsolationSemaphoreMaxConcurrentRequests(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
Number of concurrent requests permitted to HystrixCommand.run().
- setExecutionIsolationStrategy(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
What isolation strategy HystrixCommand.run() will be executed with.
- setExecutionIsolationThreadInterruptOnTimeout(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
Whether the execution thread should attempt an interrupt (using
Future.cancel(boolean)
) when a thread times out.
- setExecutionTimeoutEnabled(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
Whether the timeout mechanism is enabled for this command
- setExecutionTimeoutInMilliseconds(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
Time in milliseconds at which point the command will timeout and halt execution.
- setExecutorService(ExecutorService) - Method in interface org.apache.camel.ExecutorServiceAware
-
Sets the executor service to be used.
- setExecutorService(ExecutorService) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- setExecutorService(ExecutorService) - Method in class org.apache.camel.model.AggregateDefinition
-
- setExecutorService(ExecutorService) - Method in class org.apache.camel.model.DelayDefinition
-
- setExecutorService(ExecutorService) - Method in class org.apache.camel.model.MulticastDefinition
-
- setExecutorService(ExecutorService) - Method in class org.apache.camel.model.OnCompletionDefinition
-
- setExecutorService(ExecutorService) - Method in class org.apache.camel.model.RecipientListDefinition
-
- setExecutorService(ExecutorService) - Method in class org.apache.camel.model.SplitDefinition
-
- setExecutorService(ExecutorService) - Method in class org.apache.camel.model.ThreadsDefinition
-
- setExecutorService(ExecutorService) - Method in class org.apache.camel.model.ThrottleDefinition
-
- setExecutorService(ExecutorService) - Method in class org.apache.camel.model.WireTapDefinition
-
- setExecutorService(ExecutorService) - Method in class org.apache.camel.processor.RecipientList
-
- setExecutorService(ExecutorService) - Method in interface org.apache.camel.ProducerTemplate
-
Sets a custom executor service to use for async messaging.
- setExecutorServiceManager(ExecutorServiceManager) - Method in interface org.apache.camel.CamelContext
-
- setExecutorServiceManager(ExecutorServiceManager) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setExecutorServiceRef(String) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
-
- setExecutorServiceRef(String) - Method in interface org.apache.camel.ExecutorServiceAware
-
Sets a reference to lookup in the
Registry
for the executor service to be used.
- setExecutorServiceRef(String) - Method in class org.apache.camel.model.AggregateDefinition
-
- setExecutorServiceRef(String) - Method in class org.apache.camel.model.DelayDefinition
-
- setExecutorServiceRef(String) - Method in class org.apache.camel.model.MulticastDefinition
-
Refers to a custom Thread Pool to be used for parallel processing.
- setExecutorServiceRef(String) - Method in class org.apache.camel.model.OnCompletionDefinition
-
- setExecutorServiceRef(String) - Method in class org.apache.camel.model.RecipientListDefinition
-
- setExecutorServiceRef(String) - Method in class org.apache.camel.model.SplitDefinition
-
- setExecutorServiceRef(String) - Method in class org.apache.camel.model.ThreadsDefinition
-
- setExecutorServiceRef(String) - Method in class org.apache.camel.model.ThrottleDefinition
-
- setExecutorServiceRef(String) - Method in class org.apache.camel.model.WireTapDefinition
-
- setExpandableProperties(List<String>) - Method in class org.apache.camel.model.dataformat.XmlJsonDataFormat
-
With expandable properties, JSON array elements are converted to XML as a sequence of repetitive XML elements
with the local name equal to the JSON key, for example: { number: 1,2,3 }, normally converted to:
123 (where e can be modified by setting elementName), would instead
translate to 123, if "number" is set as an expandable property
Used for unmarshalling (JSON to XML conversion).
- setExpectedCount(int) - Method in class org.apache.camel.component.mock.MockEndpoint
-
Specifies the expected number of message exchanges that should be
received by this endpoint.
- setExpectedMessageCount(int) - Method in class org.apache.camel.component.mock.MockEndpoint
-
- setExpectedMessageEndpoint(Endpoint) - Method in class org.apache.camel.component.test.TestEndpoint
-
- setExpireTime(long) - Method in class org.apache.camel.support.TimeoutMapEntry
-
- setExponentialBackOff(Boolean) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
-
- setExponentialBackOff(boolean) - Method in class org.apache.camel.processor.aggregate.OptimisticLockRetryPolicy
-
- setExpression(Expression) - Method in class org.apache.camel.component.bean.ParameterInfo
-
- setExpression(Expression) - Method in class org.apache.camel.component.file.strategy.GenericFileExpressionRenamer
-
- setExpression(Expression) - Method in class org.apache.camel.component.language.LanguageEndpoint
-
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.AggregateDefinition
-
- setExpression(Expression) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
- setExpression(Expression) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
- 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(ExpressionDefinition) - Method in class org.apache.camel.model.ExpressionNode
-
- setExpression(Expression) - Method in class org.apache.camel.model.ExpressionSubElementDefinition
-
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.FilterDefinition
-
Expression to determine if the message should be filtered or not.
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
-
Expression used to calculate the correlation key to use for duplicate check.
- setExpression(String) - Method in class org.apache.camel.model.language.ExpressionDefinition
-
The expression value in your chosen language syntax
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.LoopDefinition
-
Expression to define how many times we should loop.
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.PollEnrichDefinition
-
Expression that computes the endpoint uri to use as the resource endpoint to enrich from
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.RecipientListDefinition
-
Expression that returns which endpoints (url) to send the message to (the recipients).
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.ResequenceDefinition
-
Expression to use for re-ordering the messages, such as a header with a sequence number
- setExpression(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.ScriptDefinition
-
Expression to return the transformed message body (the new message body to use)
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.SetBodyDefinition
-
Expression that returns the new body to use
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.SetFaultBodyDefinition
-
Expression that returns the new fault body to use
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.SetHeaderDefinition
-
Expression to return the value of the header
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.SetOutHeaderDefinition
-
Deprecated.
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
- setExpression(Expression) - Method in class org.apache.camel.processor.resequencer.DefaultExchangeComparator
-
- setExpression(Expression) - Method in interface org.apache.camel.processor.resequencer.ExpressionResultComparator
-
Set the expression sed for comparing
Exchange
s.
- 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
-
- setExpressionRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
- setExpressionType(ExpressionDefinition) - Method in class org.apache.camel.builder.ExpressionClause
-
- setExpressionType(ExpressionDefinition) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
- setExpressionType(ExpressionDefinition) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
-
- setExpressionType(ExpressionDefinition) - Method in class org.apache.camel.model.ExpressionSubElementDefinition
-
- setExpressionType(ExpressionDefinition) - Method in class org.apache.camel.model.language.ExpressionDefinition
-
Allows derived classes to set a lazily created expressionType instance
such as if using the
ExpressionClause
- setExpressionValue(Expression) - Method in class org.apache.camel.builder.ExpressionClause
-
- setExpressionValue(Expression) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
- setExpressionValue(Expression) - Method in class org.apache.camel.model.language.ExpressionDefinition
-
- setExtendedAttributes(String) - Method in class org.apache.camel.component.file.FileEndpoint
-
To define which file attributes of interest.
- setExtendedAttributes(Map<String, Object>) - Method in class org.apache.camel.component.file.GenericFile
-
- setExtendedStatistics(boolean) - Method in class org.apache.camel.impl.ConsumerCache
-
- setExtendedStatistics(boolean) - Method in class org.apache.camel.impl.ProducerCache
-
- setFactoryClassName(String) - Method in class org.apache.camel.builder.xml.XPathBuilder
-
- setFactoryFinderResolver(FactoryFinderResolver) - Method in interface org.apache.camel.CamelContext
-
Sets the factory finder resolver to use.
- setFactoryFinderResolver(FactoryFinderResolver) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setFactoryRef(String) - Method in class org.apache.camel.model.language.XPathExpression
-
References to a custom XPathFactory to lookup in the registry
- setFailIfNoConsumers(boolean) - Method in class org.apache.camel.component.direct.DirectEndpoint
-
Whether the producer should fail by throwing an exception, when sending to a DIRECT endpoint with no active consumers.
- setFailIfNoConsumers(boolean) - Method in class org.apache.camel.component.directvm.DirectVmEndpoint
-
Whether the producer should fail by throwing an exception, when sending to a Direct-VM endpoint with no active consumers.
- setFailIfNoConsumers(boolean) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
Whether the producer should fail by throwing an exception, when sending to a queue with no active consumers.
- setFailOnNullBody(boolean) - Method in class org.apache.camel.builder.xml.XsltBuilder
-
- setFailOnNullBody(boolean) - Method in class org.apache.camel.component.validator.ValidatorEndpoint
-
Whether to fail if no body exists.
- setFailOnNullBody(boolean) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
Whether or not to throw an exception if the input body is null.
- setFailOnNullBody(boolean) - Method in class org.apache.camel.processor.validation.ValidatingProcessor
-
- setFailOnNullHeader(boolean) - Method in class org.apache.camel.component.validator.ValidatorEndpoint
-
Whether to fail if no header exists when validating against a header.
- setFailOnNullHeader(boolean) - Method in class org.apache.camel.processor.validation.ValidatingProcessor
-
- setFailureHandled(Exchange) - Static method in class org.apache.camel.util.ExchangeHelper
-
Sets the exchange to be failure handled.
- setFailureProcessor(Processor) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
-
- setFailureRenamer(GenericFileRenamer<T>) - Method in class org.apache.camel.component.file.strategy.GenericFileDeleteProcessStrategy
-
- setFailureRenamer(GenericFileRenamer<T>) - Method in class org.apache.camel.component.file.strategy.GenericFileRenameProcessStrategy
-
- setFailuresHandled(Long) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setFailuresHandled(Long) - Method in class org.apache.camel.util.ProcessorStatDump
-
- setFailuresHandled(Long) - Method in class org.apache.camel.util.RouteStatDump
-
- setFailureThreshold(Integer) - Method in interface org.apache.camel.api.management.mbean.ManagedThrottlingExceptionRoutePolicyMBean
-
- setFailureThreshold(int) - Method in class org.apache.camel.impl.ThrottlingExceptionRoutePolicy
-
- setFailureThreshold(Integer) - Method in class org.apache.camel.management.mbean.ManagedThrottlingExceptionRoutePolicy
-
- setFailureWindow(Long) - Method in interface org.apache.camel.api.management.mbean.ManagedThrottlingExceptionRoutePolicyMBean
-
- setFailureWindow(long) - Method in class org.apache.camel.impl.ThrottlingExceptionRoutePolicy
-
- setFailureWindow(Long) - Method in class org.apache.camel.management.mbean.ManagedThrottlingExceptionRoutePolicy
-
- setFair(boolean) - Method in class org.apache.camel.component.seda.ArrayBlockingQueueFactory
-
- setFallbackEnabled(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
Whether HystrixCommand.getFallback() should be attempted when failure occurs.
- setFallbackIsolationSemaphoreMaxConcurrentRequests(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
Number of concurrent requests permitted to HystrixCommand.getFallback().
- setFallbackTimeout(long) - Method in interface org.apache.camel.api.management.mbean.ManagedBacklogDebuggerMBean
-
- setFallbackTimeout(long) - Method in class org.apache.camel.management.mbean.ManagedBacklogDebugger
-
- setFallbackTimeout(long) - Method in class org.apache.camel.processor.interceptor.BacklogDebugger
-
- setFallbackToUnaugmentedProperty(boolean) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
If true, first attempt resolution of property name augmented with propertyPrefix and propertySuffix
before falling back the plain property name specified.
- setFallbackViaNetwork(Boolean) - Method in class org.apache.camel.model.OnFallbackDefinition
-
Whether the fallback goes over the network.
- setFault(boolean) - Method in class org.apache.camel.impl.DefaultMessage
-
- setFault(boolean) - Method in interface org.apache.camel.Message
-
Sets the fault flag on this message
- setFaultBody(Expression) - Static method in class org.apache.camel.builder.ProcessorBuilder
-
Creates a processor which sets the body of the FAULT message to the value of the expression
- setFaultBody(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
Adds a processor which sets the body on the FAULT message
- SetFaultBodyDefinition - Class in org.apache.camel.model
-
Sets the contents of a fault message's body
- SetFaultBodyDefinition() - Constructor for class org.apache.camel.model.SetFaultBodyDefinition
-
- SetFaultBodyDefinition(Expression) - Constructor for class org.apache.camel.model.SetFaultBodyDefinition
-
- setFaultHeader(String, Expression) - Static method in class org.apache.camel.builder.ProcessorBuilder
-
Sets the header on the FAULT message
- setFaultHeader(String, Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
- setFeature(String, boolean) - Method in class org.apache.camel.converter.jaxp.StAX2SAXSource
-
- setField(Field, Object, Object) - Static method in class org.apache.camel.util.ReflectionHelper
-
- setFields(String[]) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.ImplicitCollectionEntry
-
- setFields(String[]) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.OmitFieldEntry
-
- setFile(File) - Method in class org.apache.camel.component.file.FileEndpoint
-
The starting directory
- setFile(T) - Method in class org.apache.camel.component.file.GenericFile
-
- setFileExist(GenericFileExist) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
What to do if a file already exists with the same name.
- setFileLength(long) - Method in class org.apache.camel.component.file.GenericFile
-
- setFileName(String) - Method in class org.apache.camel.component.file.GenericFile
-
- setFileName(Expression) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Use Expression such as File Language to dynamically set the filename.
- setFileName(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
- setFileNameOnly(String) - Method in class org.apache.camel.component.file.GenericFile
-
- setFileStore(File) - Method in class org.apache.camel.impl.FileStateRepository
-
- setFileStore(File) - Method in class org.apache.camel.processor.idempotent.FileIdempotentRepository
-
- setFileWatchDirectory(String) - Method in class org.apache.camel.main.MainSupport
-
Sets the directory name to watch XML file changes to trigger live reload of Camel routes.
- setFilter(GenericFileFilter<T>) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Pluggable filter as a org.apache.camel.component.file.GenericFileFilter class.
- setFilterDirectory(Predicate) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Filters the directory based on Simple language.
- setFilterDirectory(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Filters the directory based on Simple language.
- setFilterFile(Predicate) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Filters the file based on Simple language.
- setFilterFile(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Filters the file based on Simple language.
- setFilterNonXmlChars(Boolean) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
To ignore non xml characheters and replace them with an empty space.
- setFirstExchangeCompletedExchangeId(String) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setFirstExchangeCompletedExchangeId(String) - Method in class org.apache.camel.util.ProcessorStatDump
-
- setFirstExchangeCompletedExchangeId(String) - Method in class org.apache.camel.util.RouteStatDump
-
- setFirstExchangeCompletedTimestamp(String) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setFirstExchangeCompletedTimestamp(String) - Method in class org.apache.camel.util.ProcessorStatDump
-
- setFirstExchangeCompletedTimestamp(String) - Method in class org.apache.camel.util.RouteStatDump
-
- setFirstExchangeFailureExchangeId(String) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setFirstExchangeFailureExchangeId(String) - Method in class org.apache.camel.util.ProcessorStatDump
-
- setFirstExchangeFailureExchangeId(String) - Method in class org.apache.camel.util.RouteStatDump
-
- setFirstExchangeFailureTimestamp(String) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setFirstExchangeFailureTimestamp(String) - Method in class org.apache.camel.util.ProcessorStatDump
-
- setFirstExchangeFailureTimestamp(String) - Method in class org.apache.camel.util.RouteStatDump
-
- setFixed(Boolean) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
-
Delimited or fixed.
- setFixedRate(boolean) - Method in class org.apache.camel.component.timer.TimerEndpoint
-
Events take place at approximately regular intervals, separated by the specified period.
- setFlatten(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Flatten is used to flatten the file name path to strip any leading paths, so it's just the file name.
- setFolder(String) - Method in class org.apache.camel.impl.FileWatcherReloadStrategy
-
- setForceCompletionOnStop(Boolean) - Method in class org.apache.camel.model.AggregateDefinition
-
- setForceCompletionOnStop(boolean) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- setForceTopLevelObject(Boolean) - Method in class org.apache.camel.model.dataformat.XmlJsonDataFormat
-
Determines whether the resulting JSON will start off with a top-most element whose name matches the XML root element.
- setForceWrites(boolean) - Method in class org.apache.camel.component.file.FileEndpoint
-
Whether to force syncing writes to the file system.
- 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
- setFormatter(ExchangeFormatter) - Method in class org.apache.camel.processor.CamelLogger
-
Deprecated.
- setFormatter(TraceFormatter) - Method in class org.apache.camel.processor.interceptor.Tracer
-
- setFormatterBreadCrumbLength(int) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setFormatterBreadCrumbLength(int) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setFormatterMaxChars(int) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setFormatterMaxChars(int) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setFormatterMultiline(boolean) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setFormatterNodeLength(int) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setFormatterNodeLength(int) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setFormatterShowBody(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setFormatterShowBody(boolean) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setFormatterShowBodyType(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setFormatterShowBodyType(boolean) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setFormatterShowBreadCrumb(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setFormatterShowBreadCrumb(boolean) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setFormatterShowException(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setFormatterShowException(boolean) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setFormatterShowExchangeId(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setFormatterShowExchangeId(boolean) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setFormatterShowExchangePattern(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setFormatterShowExchangePattern(boolean) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setFormatterShowHeaders(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setFormatterShowHeaders(boolean) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setFormatterShowNode(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setFormatterShowNode(boolean) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setFormatterShowOutBody(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setFormatterShowOutBody(boolean) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setFormatterShowOutBodyType(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setFormatterShowOutBodyType(boolean) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setFormatterShowOutHeaders(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setFormatterShowOutHeaders(boolean) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setFormatterShowProperties(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setFormatterShowProperties(boolean) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setFormatterShowRouteId(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setFormatterShowRouteId(boolean) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setFormatterShowShortExchangeId(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setFormatterShowShortExchangeId(boolean) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setFragment(Boolean) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
To turn on marshalling XML fragment trees.
- setFrom(String) - Method in class org.apache.camel.spi.Transformer
-
Set 'from' data type.
- setFromEndpoint(Endpoint) - Method in interface org.apache.camel.Exchange
-
Sets the endpoint which originated this message exchange.
- setFromEndpoint(Endpoint) - Method in class org.apache.camel.impl.DefaultExchange
-
- setFromEndpointUri(String) - Method in class org.apache.camel.processor.interceptor.DefaultTraceEventMessage
-
- setFromRouteId(String) - Method in interface org.apache.camel.Exchange
-
Sets the route id which originated this message exchange.
- setFromRouteId(String) - Method in class org.apache.camel.impl.DefaultExchange
-
- setFromRouteId(String) - Method in class org.apache.camel.impl.DurationRoutePolicyFactory
-
Limit the route policy to the route which matches this pattern
- 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.
- setFunctionEndToken(String) - Method in class org.apache.camel.language.simple.SimpleLanguage
-
Change the end token used for functions.
- setFunctionResolver(XPathFunctionResolver) - Method in class org.apache.camel.builder.xml.XPathBuilder
-
- setFunctionStartToken(String) - Method in class org.apache.camel.language.simple.SimpleLanguage
-
Change the start token used for functions.
- setGenericFile(GenericFile<T>) - Method in class org.apache.camel.component.file.GenericFileMessage
-
- setGlobalOption(String, String) - Method in interface org.apache.camel.api.management.mbean.ManagedCamelContextMBean
-
Sets the value of a CamelContext property name
- setGlobalOption(String, String) - Method in class org.apache.camel.management.mbean.ManagedCamelContext
-
- setGlobalOptions(Map<String, String>) - Method in interface org.apache.camel.CamelContext
-
Sets global options that can be referenced in the camel context
Important: This has nothing to do with property placeholders, and is just a plain set of key/value pairs
which are used to configure global options on CamelContext, such as a maximum debug logging length etc.
- setGlobalOptions(Map<String, String>) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setGlobalOptions(List<GlobalOptionDefinition>) - Method in class org.apache.camel.model.GlobalOptionsDefinition
-
A series of global options as key value pairs
- setGreedy(boolean) - Method in class org.apache.camel.impl.ScheduledPollConsumer
-
- setGreedy(boolean) - Method in class org.apache.camel.impl.ScheduledPollEndpoint
-
If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.
- setGroup(int) - Method in class org.apache.camel.language.tokenizer.TokenizeLanguage
-
- setGroup(int) - Method in class org.apache.camel.language.tokenizer.XMLTokenizeLanguage
-
- setGroup(Integer) - Method in class org.apache.camel.model.language.TokenizerExpression
-
To group N parts together, for example to split big files into chunks of 1000 lines.
- setGroup(Integer) - Method in class org.apache.camel.model.language.XMLTokenizerExpression
-
To group N parts together
- setGroup(String) - Method in class org.apache.camel.model.RouteDefinition
-
The group that this route belongs to; could be the name of the RouteBuilder class
or be explicitly configured in the XML.
- setGroup(int) - Method in class org.apache.camel.support.XMLTokenExpressionIterator
-
- setGroupActiveOnly(Boolean) - Method in class org.apache.camel.component.log.LogEndpoint
-
If true, will hide stats when no new messages have been received for a time interval, if false, show stats regardless of message traffic.
- setGroupDelay(Long) - Method in class org.apache.camel.component.log.LogEndpoint
-
Set the initial delay for stats (in millis)
- setGroupDelay(long) - Method in class org.apache.camel.processor.ThroughputLogger
-
- setGroupExchanges(Boolean) - Method in class org.apache.camel.model.AggregateDefinition
-
- setGroupExchanges(boolean) - Method in class org.apache.camel.processor.BatchProcessor
-
Deprecated.
- setGroupInterval(Long) - Method in class org.apache.camel.component.log.LogEndpoint
-
If specified will group message stats by this time interval (in millis)
- setGroupInterval(Long) - Method in class org.apache.camel.processor.ThroughputLogger
-
- setGroupKey(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
Sets the group key to use.
- setGroupSize(Integer) - Method in class org.apache.camel.component.log.LogEndpoint
-
An integer that specifies a group size for throughput logging.
- setGroupSize(Integer) - Method in class org.apache.camel.processor.ThroughputLogger
-
- setHalfOpenAfter(Long) - Method in interface org.apache.camel.api.management.mbean.ManagedThrottlingExceptionRoutePolicyMBean
-
- setHalfOpenAfter(long) - Method in class org.apache.camel.impl.ThrottlingExceptionRoutePolicy
-
- setHalfOpenAfter(Long) - Method in class org.apache.camel.management.mbean.ManagedThrottlingExceptionRoutePolicy
-
- setHalfOpenAfter(Long) - Method in class org.apache.camel.model.loadbalancer.CircuitBreakerLoadBalancerDefinition
-
Deprecated.
The timeout in millis to use as threshold to move state from closed to half-open or open state
- setHalfOpenAfter(long) - Method in class org.apache.camel.processor.loadbalancer.CircuitBreakerLoadBalancer
-
Deprecated.
- setHalfOpenHandler(ThrottlingExceptionHalfOpenHandler) - Method in class org.apache.camel.impl.ThrottlingExceptionRoutePolicy
-
- setHandled(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.CatchDefinition
-
- setHandled(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.OnExceptionDefinition
-
- setHandledPolicy(Predicate) - Method in class org.apache.camel.model.CatchDefinition
-
- setHandledPolicy(Predicate) - Method in class org.apache.camel.model.OnExceptionDefinition
-
- setHandleFault(Boolean) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setHandleFault(Boolean) - Method in class org.apache.camel.impl.DefaultRouteContext
-
- setHandleFault(String) - Method in class org.apache.camel.model.RouteDefinition
-
Whether handle fault is enabled on this route.
- setHandleFault(Boolean) - Method in interface org.apache.camel.RuntimeConfiguration
-
Sets whether fault handling is enabled or not (default is disabled).
- setHashAlgorithm(Integer) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
-
Signature hash algorithm; possible values are defined in org.bouncycastle.bcpg.HashAlgorithmTags;
for example 2 (= SHA1), 8 (= SHA256), 9 (= SHA384), 10 (= SHA512), 11 (=SHA224).
- setHeader(String, String) - Method in interface org.apache.camel.Attachment
-
Set the value for this headerName.
- setHeader(String, Expression) - Static method in class org.apache.camel.builder.ProcessorBuilder
-
Sets the header on the message.
- setHeader(String, String) - Method in class org.apache.camel.impl.DefaultAttachment
-
- setHeader(String, Object) - Method in class org.apache.camel.impl.DefaultMessage
-
- setHeader(String, Object) - Method in interface org.apache.camel.Message
-
Sets a header on the message
- setHeader(List<String>) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
To configure the CSV headers
- setHeader(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Adds a processor which sets the header on the IN message
- setHeader(String, Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
Adds a processor which sets the header on the IN message
- setHeader(String, Supplier<Object>) - Method in class org.apache.camel.model.ProcessorDefinition
-
Adds a processor which sets the header on the IN message
- SetHeaderDefinition - Class in org.apache.camel.model
-
Sets the value of a message header
- SetHeaderDefinition() - Constructor for class org.apache.camel.model.SetHeaderDefinition
-
- SetHeaderDefinition(String, ExpressionDefinition) - Constructor for class org.apache.camel.model.SetHeaderDefinition
-
- SetHeaderDefinition(String, Expression) - Constructor for class org.apache.camel.model.SetHeaderDefinition
-
- SetHeaderDefinition(String, String) - Constructor for class org.apache.camel.model.SetHeaderDefinition
-
- setHeaderDisabled(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
- setHeaderExtractionEnabled(Boolean) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
Whether or not the header must be read in the first line of the test document
The default value is false
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.directvm.DirectVmComponent
-
Sets a
HeaderFilterStrategy
that will only be applied on producer endpoints (on both directions: request and response).
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.directvm.DirectVmEndpoint
-
Sets a
HeaderFilterStrategy
that will only be applied on producer endpoints (on both directions: request and response).
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.impl.HeaderFilterStrategyComponent
-
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in interface org.apache.camel.spi.HeaderFilterStrategyAware
-
Sets the header filter strategy to use
- setHeaderFunction(XPathFunction) - Method in class org.apache.camel.builder.xml.XPathBuilder
-
- setHeaderName(String) - Method in class org.apache.camel.builder.xml.XPathBuilder
-
- setHeaderName(String) - Method in class org.apache.camel.component.validator.ValidatorEndpoint
-
To validate against a header instead of the message body.
- setHeaderName(String) - Method in class org.apache.camel.language.tokenizer.TokenizeLanguage
-
- setHeaderName(String) - Method in class org.apache.camel.language.tokenizer.XMLTokenizeLanguage
-
- setHeaderName(String) - Method in class org.apache.camel.model.language.TokenizerExpression
-
Name of header to tokenize instead of using the message body.
- setHeaderName(String) - Method in class org.apache.camel.model.language.XMLTokenizerExpression
-
Name of header to tokenize instead of using the message body.
- setHeaderName(String) - Method in class org.apache.camel.model.language.XPathExpression
-
Name of header to use as input, instead of the message body
- setHeaderName(String) - Method in class org.apache.camel.model.language.XQueryExpression
-
Name of header to use as input, instead of the message body
- setHeaderName(String) - Method in class org.apache.camel.model.RemoveHeaderDefinition
-
Name of header to remove
- setHeaderName(String) - Method in class org.apache.camel.model.SetHeaderDefinition
-
Name of message header to set a new value
The
simple language can be used to define a dynamic evaluated header name to be used.
- setHeaderName(String) - Method in class org.apache.camel.model.SetOutHeaderDefinition
-
Deprecated.
Name of message header to set a new value
- setHeaderName(String) - Method in class org.apache.camel.processor.validation.ValidatingProcessor
-
- SetHeaderProcessor - Class in org.apache.camel.processor
-
A processor which sets the header on the IN or OUT message with an
Expression
- SetHeaderProcessor(Expression, Expression) - Constructor for class org.apache.camel.processor.SetHeaderProcessor
-
- setHeaders(Map<String, Object>) - Method in class org.apache.camel.impl.DefaultMessage
-
- setHeaders(Map<String, Object>) - Method in interface org.apache.camel.Message
-
Set all the headers associated with this message
Important: If you want to copy headers from another
Message
to this
Message
, then
use
getHeaders().putAll(other) to copy the headers, where
other is the other headers.
- 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
-
- setHeaders(String) - Method in class org.apache.camel.processor.interceptor.DefaultTraceEventMessage
-
- setHeaders(List<MessageDump.Header>) - Method in class org.apache.camel.util.MessageDump
-
- setHeadersDisabled(Boolean) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
Whether or not the headers are disabled.
- setHeadersInline(Boolean) - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
-
Defines whether the MIME-Multipart headers are part of the message body
(true) or are set as Camel headers (false).
- setHeight(Integer) - Method in class org.apache.camel.model.dataformat.BarcodeDataFormat
-
Height of the barcode
- setHost(String) - Method in class org.apache.camel.component.rest.RestComponent
-
Host and port of HTTP service to use (override host in swagger schema)
- setHost(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
Host and port of HTTP service to use (override host in swagger schema)
- setHost(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
The hostname to use for exposing the REST service.
- setHost(String) - Method in class org.apache.camel.spi.RestConfiguration
-
Sets the hostname to use by the REST consumer
- setHostHeader(String) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
-
The header that holds the service host information, default ServiceCallConstants.SERVICE_HOST
- setHostHeader(String) - Method in class org.apache.camel.support.ServiceCallExpressionSupport
-
- setHostName(String) - Method in class org.apache.camel.management.DefaultManagementNamingStrategy
-
- 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 interface org.apache.camel.CamelContext
-
Sets the default Hystrix configuration
- setHystrixConfiguration(HystrixConfigurationDefinition) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setHystrixConfiguration(HystrixConfigurationDefinition) - Method in class org.apache.camel.model.HystrixDefinition
-
- setHystrixConfigurationRef(String) - Method in class org.apache.camel.model.HystrixDefinition
-
Refers to a Hystrix configuration to use for configuring the Hystrix EIP.
- setHystrixConfigurations(List<HystrixConfigurationDefinition>) - Method in interface org.apache.camel.CamelContext
-
Sets the Hystrix configurations
- setHystrixConfigurations(List<HystrixConfigurationDefinition>) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- 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
- setId(String) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- setId(String) - Method in class org.apache.camel.processor.BatchProcessor
-
Deprecated.
- setId(String) - Method in class org.apache.camel.processor.CamelLogProcessor
-
- setId(String) - Method in class org.apache.camel.processor.CatchProcessor
-
- setId(String) - Method in class org.apache.camel.processor.ChoiceProcessor
-
- setId(String) - Method in class org.apache.camel.processor.ConvertBodyProcessor
-
- setId(String) - Method in class org.apache.camel.processor.Delayer
-
- setId(String) - Method in class org.apache.camel.processor.Enricher
-
- setId(String) - Method in class org.apache.camel.processor.ExchangePatternProcessor
-
- setId(String) - Method in class org.apache.camel.processor.FilterProcessor
-
- setId(String) - Method in class org.apache.camel.processor.FinallyProcessor
-
- setId(String) - Method in class org.apache.camel.processor.idempotent.IdempotentConsumer
-
- setId(String) - Method in class org.apache.camel.processor.loadbalancer.LoadBalancerSupport
-
- setId(String) - Method in class org.apache.camel.processor.LogProcessor
-
- setId(String) - Method in class org.apache.camel.processor.LoopProcessor
-
- setId(String) - Method in class org.apache.camel.processor.MarshalProcessor
-
- setId(String) - Method in class org.apache.camel.processor.MulticastProcessor
-
- setId(String) - Method in class org.apache.camel.processor.OnCompletionProcessor
-
- setId(String) - Method in class org.apache.camel.processor.Pipeline
-
- setId(String) - Method in class org.apache.camel.processor.PollEnricher
-
- setId(String) - Method in class org.apache.camel.processor.RecipientList
-
- setId(String) - Method in class org.apache.camel.processor.RemoveHeaderProcessor
-
- setId(String) - Method in class org.apache.camel.processor.RemoveHeadersProcessor
-
- setId(String) - Method in class org.apache.camel.processor.RemovePropertiesProcessor
-
- setId(String) - Method in class org.apache.camel.processor.RemovePropertyProcessor
-
- setId(String) - Method in class org.apache.camel.processor.RollbackProcessor
-
- setId(String) - Method in class org.apache.camel.processor.RoutingSlip
-
- setId(String) - Method in class org.apache.camel.processor.SamplingThrottler
-
- setId(String) - Method in class org.apache.camel.processor.ScriptProcessor
-
- setId(String) - Method in class org.apache.camel.processor.SendDynamicProcessor
-
- setId(String) - Method in class org.apache.camel.processor.SendProcessor
-
- setId(String) - Method in class org.apache.camel.processor.SetBodyProcessor
-
- setId(String) - Method in class org.apache.camel.processor.SetHeaderProcessor
-
- setId(String) - Method in class org.apache.camel.processor.SetPropertyProcessor
-
- setId(String) - Method in class org.apache.camel.processor.SortProcessor
-
- setId(String) - Method in class org.apache.camel.processor.StopProcessor
-
- setId(String) - Method in class org.apache.camel.processor.StreamResequencer
-
- setId(String) - Method in class org.apache.camel.processor.ThreadsProcessor
-
- setId(String) - Method in class org.apache.camel.processor.Throttler
-
- setId(String) - Method in class org.apache.camel.processor.ThroughputLogger
-
- setId(String) - Method in class org.apache.camel.processor.ThrowExceptionProcessor
-
- setId(String) - Method in class org.apache.camel.processor.TransformProcessor
-
- setId(String) - Method in class org.apache.camel.processor.TryProcessor
-
- setId(String) - Method in class org.apache.camel.processor.UnmarshalProcessor
-
- setId(String) - Method in class org.apache.camel.processor.WireTapProcessor
-
- setId(String) - Method in interface org.apache.camel.spi.IdAware
-
Sets the id
- setId(String) - Method in class org.apache.camel.spi.ThreadPoolProfile
-
Sets the id of this profile
- setId(String) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setId(String) - Method in class org.apache.camel.util.ProcessorStatDump
-
- setId(String) - Method in class org.apache.camel.util.RouteStatDump
-
- setIdempotent(Boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Option to use the Idempotent Consumer EIP pattern to let Camel skip already processed files.
- setIdempotentKey(Expression) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
To use a custom idempotent key.
- setIdempotentKey(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
- setIdempotentRepository(IdempotentRepository<String>) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
A pluggable repository org.apache.camel.spi.IdempotentRepository which by default use MemoryMessageIdRepository
if none is specified and idempotent is true.
- setIdempotentRepository(IdempotentRepository<String>) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
The idempotent repository to use as the store for the read locks.
- setIdempotentRepository(IdempotentRepository<String>) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRenameRepositoryReadLockStrategy
-
The idempotent repository to use as the store for the read locks.
- setIdempotentRepository(IdempotentRepository<String>) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRepositoryReadLockStrategy
-
The idempotent repository to use as the store for the read locks.
- setIgnoreCamelContextEvents(boolean) - Method in class org.apache.camel.management.mbean.ManagedEventNotifier
-
- setIgnoreCamelContextEvents(boolean) - Method in interface org.apache.camel.management.mbean.ManagedEventNotifierMBean
-
- setIgnoreCamelContextEvents(boolean) - Method in interface org.apache.camel.spi.EventNotifier
-
- setIgnoreCamelContextEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
-
- setIgnoreEmptyLines(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Whether to ignore empty lines.
- setIgnoreExchangeCompletedEvent(boolean) - Method in class org.apache.camel.management.mbean.ManagedEventNotifier
-
- setIgnoreExchangeCompletedEvent(boolean) - Method in interface org.apache.camel.management.mbean.ManagedEventNotifierMBean
-
- setIgnoreExchangeCompletedEvent(boolean) - Method in interface org.apache.camel.spi.EventNotifier
-
- setIgnoreExchangeCompletedEvent(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
-
- setIgnoreExchangeCreatedEvent(boolean) - Method in class org.apache.camel.management.mbean.ManagedEventNotifier
-
- setIgnoreExchangeCreatedEvent(boolean) - Method in interface org.apache.camel.management.mbean.ManagedEventNotifierMBean
-
- setIgnoreExchangeCreatedEvent(boolean) - Method in interface org.apache.camel.spi.EventNotifier
-
- setIgnoreExchangeCreatedEvent(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
-
- setIgnoreExchangeEvents(boolean) - Method in class org.apache.camel.management.mbean.ManagedEventNotifier
-
- setIgnoreExchangeEvents(boolean) - Method in interface org.apache.camel.management.mbean.ManagedEventNotifierMBean
-
- setIgnoreExchangeEvents(boolean) - Method in interface org.apache.camel.spi.EventNotifier
-
- setIgnoreExchangeEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
-
- setIgnoreExchangeFailedEvents(boolean) - Method in class org.apache.camel.management.mbean.ManagedEventNotifier
-
- setIgnoreExchangeFailedEvents(boolean) - Method in interface org.apache.camel.management.mbean.ManagedEventNotifierMBean
-
- setIgnoreExchangeFailedEvents(boolean) - Method in interface org.apache.camel.spi.EventNotifier
-
- setIgnoreExchangeFailedEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
-
- setIgnoreExchangeRedeliveryEvents(boolean) - Method in class org.apache.camel.management.mbean.ManagedEventNotifier
-
- setIgnoreExchangeRedeliveryEvents(boolean) - Method in interface org.apache.camel.management.mbean.ManagedEventNotifierMBean
-
- setIgnoreExchangeRedeliveryEvents(boolean) - Method in interface org.apache.camel.spi.EventNotifier
-
- setIgnoreExchangeRedeliveryEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
-
- setIgnoreExchangeSendingEvents(boolean) - Method in class org.apache.camel.management.mbean.ManagedEventNotifier
-
- setIgnoreExchangeSendingEvents(boolean) - Method in interface org.apache.camel.management.mbean.ManagedEventNotifierMBean
-
- setIgnoreExchangeSendingEvents(boolean) - Method in interface org.apache.camel.spi.EventNotifier
-
- setIgnoreExchangeSendingEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
-
- setIgnoreExchangeSentEvents(boolean) - Method in class org.apache.camel.management.mbean.ManagedEventNotifier
-
- setIgnoreExchangeSentEvents(boolean) - Method in interface org.apache.camel.management.mbean.ManagedEventNotifierMBean
-
- setIgnoreExchangeSentEvents(boolean) - Method in interface org.apache.camel.spi.EventNotifier
-
- setIgnoreExchangeSentEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
-
- setIgnoreExtraColumns(Boolean) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
-
Allows for lines to be longer than expected and ignores the extra characters.
- setIgnoreFirstRecord(Boolean) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
-
Whether the first line is ignored for delimited files (for the column headers).
- setIgnoreHeaderCase(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Sets whether or not to ignore case when accessing header names.
- setIgnoreInvalidCorrelationKeys(Boolean) - Method in class org.apache.camel.model.AggregateDefinition
-
- setIgnoreInvalidCorrelationKeys(boolean) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- setIgnoreInvalidEndpoint(Boolean) - Method in class org.apache.camel.model.EnrichDefinition
-
- setIgnoreInvalidEndpoint(Boolean) - Method in class org.apache.camel.model.PollEnrichDefinition
-
- setIgnoreInvalidEndpoint(Boolean) - Method in class org.apache.camel.model.ToDynamicDefinition
-
- setIgnoreInvalidEndpoint(boolean) - Method in class org.apache.camel.processor.Enricher
-
- setIgnoreInvalidEndpoint(boolean) - Method in class org.apache.camel.processor.PollEnricher
-
- setIgnoreInvalidEndpoint(boolean) - Method in class org.apache.camel.processor.SendDynamicProcessor
-
- setIgnoreInvalidEndpoints(Boolean) - Method in class org.apache.camel.model.DynamicRouterDefinition
-
- setIgnoreInvalidEndpoints(Boolean) - Method in class org.apache.camel.model.RecipientListDefinition
-
- setIgnoreInvalidEndpoints(Boolean) - Method in class org.apache.camel.model.RoutingSlipDefinition
-
- setIgnoreInvalidEndpoints(boolean) - Method in class org.apache.camel.processor.RecipientList
-
- setIgnoreInvalidEndpoints(boolean) - Method in class org.apache.camel.processor.RecipientListProcessor
-
- setIgnoreInvalidEndpoints(boolean) - Method in class org.apache.camel.processor.RoutingSlip
-
- setIgnoreInvalidExchanges(Boolean) - Method in class org.apache.camel.model.config.BatchResequencerConfig
-
Whether to ignore invalid exchanges
- setIgnoreInvalidExchanges(Boolean) - Method in class org.apache.camel.model.config.StreamResequencerConfig
-
Whether to ignore invalid exchanges
- setIgnoreInvalidExchanges(boolean) - Method in class org.apache.camel.processor.BatchProcessor
-
Deprecated.
- setIgnoreInvalidExchanges(boolean) - Method in class org.apache.camel.processor.StreamResequencer
-
Sets whether to ignore invalid exchanges which cannot be used by this stream resequencer.
- setIgnoreInvalidRecords(Boolean) - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
-
Whether to ignore invalid records.
- setIgnoreJAXBElement(Boolean) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
Whether to ignore JAXBElement elements - only needed to be set to false in very special use-cases.
- setIgnoreLeadingWhitespaces(Boolean) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
Whether or not the leading white spaces must be ignored.
- setIgnoreMissingLocation(boolean) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Whether to silently ignore if a location cannot be located, such as a properties file not found.
- setIgnoreMissingLocation(boolean) - Method in class org.apache.camel.component.properties.PropertiesEndpoint
-
Whether to silently ignore if a location cannot be located, such as a properties file not found.
- setIgnoreRouteEvents(boolean) - Method in class org.apache.camel.management.mbean.ManagedEventNotifier
-
- setIgnoreRouteEvents(boolean) - Method in interface org.apache.camel.management.mbean.ManagedEventNotifierMBean
-
- setIgnoreRouteEvents(boolean) - Method in interface org.apache.camel.spi.EventNotifier
-
- setIgnoreRouteEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
-
- setIgnoreServiceEvents(boolean) - Method in class org.apache.camel.management.mbean.ManagedEventNotifier
-
- setIgnoreServiceEvents(boolean) - Method in interface org.apache.camel.management.mbean.ManagedEventNotifierMBean
-
- setIgnoreServiceEvents(boolean) - Method in interface org.apache.camel.spi.EventNotifier
-
- setIgnoreServiceEvents(boolean) - Method in class org.apache.camel.support.EventNotifierSupport
-
- setIgnoreSurroundingSpaces(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Whether to ignore surrounding spaces
- setIgnoreTrailingWhitespaces(Boolean) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
Whether or not the trailing white spaces must ignored.
- setIgnoreUnexpectedRecords(Boolean) - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
-
Whether to ignore unexpected records.
- setIgnoreUnidentifiedRecords(Boolean) - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
-
Whether to ignore unidentified records.
- setImageType(String) - Method in class org.apache.camel.model.dataformat.BarcodeDataFormat
-
Image type of the barcode such as png
- setImplicitCollections(Map<String, String[]>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
-
Adds a default implicit collection which is used for any unmapped XML tag.
- setIn(Message) - Method in interface org.apache.camel.Exchange
-
Sets the inbound message instance
- setIn(Message) - Method in class org.apache.camel.impl.DefaultExchange
-
- setInBody(String) - Method in class org.apache.camel.util.component.AbstractApiEndpoint
-
Sets the name of a parameter to be passed in the exchange In Body.
- setInclude(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Is used to include files, if filename matches the regex pattern (matching is case in-sensitive).
- setInclude(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
If you want to marshal a pojo to JSON, and the pojo has some fields with
null values.
- setInclude(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
If you want to marshal a pojo to JSON, and the pojo has some fields with null values.
- setIncludeHeaders(String) - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
-
A regex that defines which Camel headers are also included as MIME headers
into the MIME multipart.
- setIncludeHostName(Boolean) - Method in class org.apache.camel.management.DefaultManagementAgent
-
- setIncludeHostName(Boolean) - Method in interface org.apache.camel.spi.ManagementAgent
-
- setIncludeInvalidBoolean(boolean) - Method in class org.apache.camel.impl.verifier.CatalogVerifierCustomizer
-
- setIncludeInvalidEnum(boolean) - Method in class org.apache.camel.impl.verifier.CatalogVerifierCustomizer
-
- setIncludeInvalidInteger(boolean) - Method in class org.apache.camel.impl.verifier.CatalogVerifierCustomizer
-
- setIncludeInvalidNumber(boolean) - Method in class org.apache.camel.impl.verifier.CatalogVerifierCustomizer
-
- setIncludeNonSingletons(Boolean) - Method in class org.apache.camel.model.ContextScanDefinition
-
Whether to include non-singleton beans (prototypes)
By default only singleton beans is included in the context scan
- setIncludeRequired(boolean) - Method in class org.apache.camel.impl.verifier.CatalogVerifierCustomizer
-
- setIncludes(String[]) - Method in class org.apache.camel.component.file.AntPathMatcherFileFilter
-
- setIncludes(String) - Method in class org.apache.camel.component.file.AntPathMatcherFileFilter
-
Sets includes using a single string where each element can be separated with comma
- setIncludes(String[]) - Method in class org.apache.camel.component.file.AntPathMatcherGenericFileFilter
-
- setIncludes(String) - Method in class org.apache.camel.component.file.AntPathMatcherGenericFileFilter
-
Sets includes using a single string where each element can be separated with comma
- setIncludes(List<String>) - Method in class org.apache.camel.model.ContextScanDefinition
-
Include finding route builder from these java package names.
- setIncludes(List<String>) - Method in class org.apache.camel.model.PackageScanDefinition
-
Include finding route builder from these java package names.
- setIncludeTokens(boolean) - Method in class org.apache.camel.language.tokenizer.TokenizeLanguage
-
- setIncludeTokens(Boolean) - Method in class org.apache.camel.model.language.TokenizerExpression
-
Whether to include the tokens in the parts when using pairs
The default value is false
- setIncludeUnknown(boolean) - Method in class org.apache.camel.impl.verifier.CatalogVerifierCustomizer
-
- setIndex(int) - Method in class org.apache.camel.runtimecatalog.LanguageValidationResult
-
- setIndex(Integer) - Method in class org.apache.camel.util.ProcessorStatDump
-
- setInFilter(Set<String>) - Method in class org.apache.camel.impl.DefaultHeaderFilterStrategy
-
Sets the "in" direction filter set.
- setInFilterPattern(String) - Method in class org.apache.camel.impl.DefaultHeaderFilterStrategy
-
Sets the "in" direction filter regular expression
Pattern
.
- setInflightRepository(InflightRepository) - Method in interface org.apache.camel.CamelContext
-
Sets a custom inflight repository to use
- setInflightRepository(InflightRepository) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setInheritErrorHandler(Boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
- setInheritNamespaceTagName(String) - Method in class org.apache.camel.language.tokenizer.TokenizeLanguage
-
- setInheritNamespaceTagName(String) - Method in class org.apache.camel.model.language.TokenizerExpression
-
To inherit namespaces from a root/parent tag name when using XML
You can use simple language as the tag name to support dynamic names.
- setInitialDelay(long) - Method in interface org.apache.camel.api.management.mbean.ManagedSchedulePollConsumerMBean
-
- setInitialDelay(long) - Method in class org.apache.camel.component.dataset.DataSetEndpoint
-
Time period in millis to wait before starting sending messages.
- setInitialDelay(long) - Method in class org.apache.camel.impl.DefaultScheduledPollConsumerScheduler
-
- setInitialDelay(long) - Method in class org.apache.camel.impl.ScheduledPollConsumer
-
- setInitialDelay(long) - Method in class org.apache.camel.impl.ScheduledPollEndpoint
-
Milliseconds before the first poll starts.
- setInitialDelay(long) - Method in class org.apache.camel.management.mbean.ManagedScheduledPollConsumer
-
- setInitialProperties(Properties) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Sets initial properties which will be used before any locations are resolved.
- setInitVectorRef(String) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
-
Refers to a byte array containing the Initialization Vector that will be used to initialize the Cipher.
- setInjector(Injector) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
-
- setInjector(Injector) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setInjector(Injector) - Method in interface org.apache.camel.spi.TypeConverterRegistry
-
Sets the injector to be used for creating new instances during type conversions.
- setInline(Boolean) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
-
Flag indicating that the configured IV should be inlined into the encrypted data stream.
- setInProgressRepository(IdempotentRepository<String>) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
A pluggable in-progress repository org.apache.camel.spi.IdempotentRepository.
- setInputFactory(XMLInputFactory) - Method in class org.apache.camel.converter.jaxp.StaxConverter
-
- setInputs(List<FromDefinition>) - Method in class org.apache.camel.model.RouteDefinition
-
Input to the route.
- setInputType(InputTypeDefinition) - Method in class org.apache.camel.model.RouteDefinition
-
- setInputType(String) - Method in class org.apache.camel.spi.Contract
-
Set the input data type.
- setInputType(Class<?>) - Method in class org.apache.camel.spi.Contract
-
Set the input data type with Java class.
- setInstance(Object) - Method in class org.apache.camel.model.language.MethodCallExpression
-
- setInstanceClass(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
Name of class to use when unarmshalling
- setInstanceClassName(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
-
Class name to use for marshal and unmarshalling
- setIntegrity(Boolean) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
-
Adds an integrity check/sign into the encryption file.
- setInterceptFroms(List<InterceptFromDefinition>) - Method in class org.apache.camel.model.RoutesDefinition
-
- setIntercepts(List<InterceptDefinition>) - Method in class org.apache.camel.model.RoutesDefinition
-
- setInterceptSendTos(List<InterceptSendToEndpointDefinition>) - Method in class org.apache.camel.model.RoutesDefinition
-
- setInterceptStrategies(List<InterceptStrategy>) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setInterceptStrategies(List<InterceptStrategy>) - Method in class org.apache.camel.impl.DefaultRouteContext
-
- setInterceptStrategies(List<InterceptStrategy>) - Method in interface org.apache.camel.spi.RouteContext
-
This method sets the InterceptStrategy instances on this route context.
- setInterruptedExceptionHandler(ExceptionHandler) - Method in class org.apache.camel.impl.EventDrivenPollingConsumer
-
- setInterruptThreadsWhileStopping(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedAsyncProcessorAwaitManagerMBean
-
- setInterruptThreadsWhileStopping(boolean) - Method in class org.apache.camel.impl.DefaultAsyncProcessorAwaitManager
-
- setInterruptThreadsWhileStopping(boolean) - Method in class org.apache.camel.management.mbean.ManagedAsyncProcessorAwaitManager
-
- setInterruptThreadsWhileStopping(boolean) - Method in interface org.apache.camel.spi.AsyncProcessorAwaitManager
-
Sets whether to interrupt any blocking threads during stopping.
- setInterval(long) - Method in class org.apache.camel.support.TimerListenerManager
-
Sets the interval in millis.
- setInType(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
To declare the incoming POJO binding type as a FQN class name
- setIsRouteAdded(boolean) - Method in class org.apache.camel.impl.DefaultRouteContext
-
- setIsRouteAdded(boolean) - Method in interface org.apache.camel.spi.RouteContext
-
- 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.
- setJmxTraceNotifications(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setJmxTraceNotifications(boolean) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setJmxTraceNotifications(boolean) - Method in class org.apache.camel.processor.interceptor.Tracer
-
- setJndiContext(Context) - Method in class org.apache.camel.impl.DefaultCamelContext
-
Sets the registry to the given JNDI context
- setJpaTraceEventMessageClassName(String) - Method in class org.apache.camel.processor.interceptor.Tracer
-
Set the fully qualified name of the class to be used by the JPA event tracing.
- setJsonDataFormat(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Name of specific json data format to use.
- setJsonDataFormat(String) - Method in class org.apache.camel.spi.RestConfiguration
-
Sets a custom json data format to be used
Important: This option is only for setting a custom name of the data format, not to refer to an existing data format instance.
- setJSonSchemaResolver(JSonSchemaResolver) - Method in class org.apache.camel.runtimecatalog.AbstractCamelCatalog
-
- setJsonView(Class<?>) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
When marshalling a POJO to JSON you might want to exclude certain fields
from the JSON output.
- setJsonView(Class<?>) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
When marshalling a POJO to JSON you might want to exclude certain fields from the JSON output.
- setKeepAliveTime(long) - Method in interface org.apache.camel.api.management.mbean.ManagedThreadPoolMBean
-
- setKeepAliveTime(long) - Method in class org.apache.camel.management.mbean.ManagedThreadPool
-
- setKeepAliveTime(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
- setKeepAliveTime(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
-
Sets the keep alive time for idle threads in the pool
- setKeepAliveTime(Long) - Method in class org.apache.camel.model.ThreadsDefinition
-
- setKeepAliveTime(Long) - Method in class org.apache.camel.spi.ThreadPoolProfile
-
Sets the keep alive time for inactive threads
- setKeepAliveTime(long, TimeUnit) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- setKeepLastModified(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Will keep the last modified timestamp from the source file (if any).
- setKey(String) - Method in class org.apache.camel.component.properties.PropertiesEndpoint
-
Property key to use as placeholder
- 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.util.MessageDump.Header
-
- 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).
- setKeyManagers(KeyManagersParameters) - Method in class org.apache.camel.util.jsse.SSLContextParameters
-
Sets the optional key manager configuration for creating the
KeyManager
s used in constructing an
SSLContext
.
- setKeyOrTrustStoreParametersId(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.
- setKeyPassword(String) - Method in class org.apache.camel.util.jsse.KeyManagersParameters
-
Sets the optional password for recovering keys in the key store.
- setKeyRef(String) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
-
Refers to the secret key to lookup from the register to use.
- setKeyStore(KeyStoreParameters) - Method in class org.apache.camel.util.jsse.KeyManagersParameters
-
Sets the key store configuration used to create the
KeyStore
that the
KeyManager
s produced by this object's configuration expose.
- setKeyStore(KeyStoreParameters) - Method in class org.apache.camel.util.jsse.TrustManagersParameters
-
- 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(Language) - Method in class org.apache.camel.component.controlbus.ControlBusEndpoint
-
Allows you to specify the name of a Language to use for evaluating the message body.
- setLanguage(String) - Method in class org.apache.camel.model.language.LanguageExpression
-
The name of the language to use
- setLanguageName(String) - Method in class org.apache.camel.component.language.LanguageEndpoint
-
Sets the name of the language to use
- setLanguageResolver(LanguageResolver) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setLastExchangeCompletedExchangeId(String) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setLastExchangeCompletedExchangeId(String) - Method in class org.apache.camel.util.ProcessorStatDump
-
- setLastExchangeCompletedExchangeId(String) - Method in class org.apache.camel.util.RouteStatDump
-
- setLastExchangeCompletedTimestamp(String) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setLastExchangeCompletedTimestamp(String) - Method in class org.apache.camel.util.ProcessorStatDump
-
- setLastExchangeCompletedTimestamp(String) - Method in class org.apache.camel.util.RouteStatDump
-
- setLastExchangeFailureExchangeId(String) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setLastExchangeFailureExchangeId(String) - Method in class org.apache.camel.util.ProcessorStatDump
-
- setLastExchangeFailureExchangeId(String) - Method in class org.apache.camel.util.RouteStatDump
-
- setLastExchangeFailureTimestamp(String) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setLastExchangeFailureTimestamp(String) - Method in class org.apache.camel.util.ProcessorStatDump
-
- setLastExchangeFailureTimestamp(String) - Method in class org.apache.camel.util.RouteStatDump
-
- setLastModified(long) - Method in class org.apache.camel.component.file.GenericFile
-
- setLastProcessingTime(Long) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setLastProcessingTime(Long) - Method in class org.apache.camel.util.ProcessorStatDump
-
- setLastProcessingTime(Long) - Method in class org.apache.camel.util.RouteStatDump
-
- setLayoutHeight(Double) - Method in class org.apache.camel.model.DescriptionDefinition
-
Deprecated.
- setLayoutWidth(Double) - Method in class org.apache.camel.model.DescriptionDefinition
-
Deprecated.
- setLayoutX(Double) - Method in class org.apache.camel.model.DescriptionDefinition
-
Deprecated.
- setLayoutY(Double) - Method in class org.apache.camel.model.DescriptionDefinition
-
Deprecated.
- setLazyLoad(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Whether the unmarshalling should produce an iterator that reads the lines on the fly or if all the lines must be read at one.
- setLazyLoad(Boolean) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
Whether the unmarshalling should produce an iterator that reads the lines on the fly or if all the lines must be read at one.
- setLazyLoadTypeConverters(Boolean) - Method in interface org.apache.camel.CamelContext
-
- setLazyLoadTypeConverters(Boolean) - Method in class org.apache.camel.impl.DefaultCamelContext
-
Deprecated.
- setLength(Integer) - Method in class org.apache.camel.model.dataformat.UniVocityHeader
-
Header length
- setLenient(Boolean) - Method in class org.apache.camel.model.language.JXPathExpression
-
Deprecated.
Allows to turn lenient on the JXPathContext.
- setLevel(LoggingLevel) - Method in class org.apache.camel.builder.LoggingErrorHandlerBuilder
-
Deprecated.
- setLevel(String) - Method in class org.apache.camel.component.log.LogEndpoint
-
Logging level to use.
- setLevel(LoggingLevel) - Method in class org.apache.camel.processor.CamelLogger
-
Deprecated.
- setLevel(LoggingLevel) - Method in class org.apache.camel.processor.CamelLogProcessor
-
- setLevel(LoggingLevel) - Method in class org.apache.camel.util.CamelLogger
-
- setLibrary(JsonLibrary) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
Which json library to use.
- setLibrary(YAMLLibrary) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
Which yaml library to use.
- setLifecycleStrategies(List<LifecycleStrategy>) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setLimit(int) - Method in class org.apache.camel.impl.DefaultRuntimeEndpointRegistry
-
- setLimit(int) - Method in class org.apache.camel.impl.LimitedPollingConsumerPollStrategy
-
Sets the limit for how many straight rollbacks causes this strategy to suspend the fault consumer.
- setLimit(int) - Method in interface org.apache.camel.spi.RuntimeEndpointRegistry
-
Sets the maximum number of endpoints to keep in the cache per route.
- setLimitConcurrentConsumers(boolean) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
Whether to limit the number of concurrentConsumers to the maximum of 500.
- setLineLength(Integer) - Method in class org.apache.camel.model.dataformat.Base64DataFormat
-
To specific a maximum line length for the encoded data.
- setLineSeparator(String) - Method in class org.apache.camel.model.dataformat.Base64DataFormat
-
The line separators to use.
- setLineSeparator(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
The line separator of the files
The default value is to use the JVM platform line separator
- setList(List<XStreamDataFormat.AliasEntry>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.AliasList
-
- setList(List<XStreamDataFormat.ConverterEntry>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.ConverterList
-
- setList(List<XStreamDataFormat.ImplicitCollectionEntry>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.ImplicitCollectionList
-
- setList(List<XStreamDataFormat.OmitFieldEntry>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.OmitFieldList
-
- setLoadBalancer(ServiceLoadBalancer) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
- setLoadBalancer(ServiceLoadBalancer) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
- setLoadBalancer(LoadBalancer) - Method in class org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition
-
The custom load balancer to use.
- setLoadBalancer(LoadBalancer) - Method in class org.apache.camel.model.LoadBalancerDefinition
-
- setLoadBalancerConfiguration(ServiceCallServiceLoadBalancerConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Configures theL oadBalancer using the given configuration.
- setLoadBalancerConfiguration(ServiceCallServiceLoadBalancerConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Configures the LoadBalancer using the given configuration.
- setLoadBalancerRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
- setLoadBalancerRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
- setLoadBalancerType(LoadBalancerDefinition) - Method in class org.apache.camel.model.LoadBalanceDefinition
-
The load balancer to be used
- setLoadStatisticsEnabled(Boolean) - Method in class org.apache.camel.management.DefaultManagementAgent
-
- setLoadStatisticsEnabled(boolean) - Method in class org.apache.camel.management.DefaultManagementStrategy
-
Deprecated.
- setLoadStatisticsEnabled(Boolean) - Method in interface org.apache.camel.spi.ManagementAgent
-
Sets whether load statistics is enabled (gathers load statistics using a background thread per CamelContext).
- setLoadStatisticsEnabled(boolean) - Method in interface org.apache.camel.spi.ManagementStrategy
-
- setLocale(String) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
-
To configure a default locale to use, such as us for united states.
- setLocalFormatter(ExchangeFormatter) - Method in class org.apache.camel.component.log.LogEndpoint
-
- setLocalWorkDirectory(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
When consuming, a local work directory can be used to store the remote file content directly in local files,
to avoid loading the content into memory.
- setLocation(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
A list of locations to load properties.
- setLocations(List<PropertiesLocation>) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
A list of locations to load properties.
- setLocations(String[]) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
A list of locations to load properties.
- setLocations(Collection<String>) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
A list of locations to load properties.
- setLocations(String) - Method in class org.apache.camel.component.properties.PropertiesEndpoint
-
A list of locations to load properties.
- setLog(Logger) - Method in class org.apache.camel.builder.LoggingErrorHandlerBuilder
-
Deprecated.
- setLog(Logger) - Method in class org.apache.camel.processor.CamelLogger
-
Deprecated.
- setLog(Logger) - Method in class org.apache.camel.util.CamelLogger
-
- setLogContinued(Boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedErrorHandlerMBean
-
- setLogContinued(Boolean) - Method in class org.apache.camel.management.mbean.ManagedErrorHandler
-
- setLogContinued(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
- setLogContinued(boolean) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
Sets whether errors should be logged even if its continued
- setLogExhausted(Boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedErrorHandlerMBean
-
- setLogExhausted(Boolean) - Method in class org.apache.camel.management.mbean.ManagedErrorHandler
-
- setLogExhausted(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
- setLogExhausted(boolean) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
Sets whether exhausted exceptions should be logged or not
- setLogExhaustedMessageBody(Boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedErrorHandlerMBean
-
- setLogExhaustedMessageBody(Boolean) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setLogExhaustedMessageBody(Boolean) - Method in class org.apache.camel.impl.DefaultRouteContext
-
- setLogExhaustedMessageBody(Boolean) - Method in class org.apache.camel.management.mbean.ManagedErrorHandler
-
- setLogExhaustedMessageBody(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
- setLogExhaustedMessageBody(Boolean) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
Sets whether exhausted message body/headers should be logged with message history included
(requires logExhaustedMessageHistory to be enabled).
- setLogExhaustedMessageBody(Boolean) - Method in interface org.apache.camel.RuntimeConfiguration
-
Sets whether to log exhausted message body with message history.
- setLogExhaustedMessageHistory(Boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedErrorHandlerMBean
-
- setLogExhaustedMessageHistory(Boolean) - Method in class org.apache.camel.management.mbean.ManagedErrorHandler
-
- setLogExhaustedMessageHistory(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
- setLogExhaustedMessageHistory(boolean) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
Sets whether exhausted exceptions should be logged with message history included.
- setLogger(CamelLogger) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
-
- setLogger(Processor) - Method in class org.apache.camel.component.log.LogEndpoint
-
- setLogger(CamelLogger) - Method in class org.apache.camel.impl.ThrottlingInflightRoutePolicy
-
Sets the logger to use for logging throttling activity.
- setLogger(Logger) - Method in class org.apache.camel.model.LogDefinition
-
To use a custom logger instance
- setLoggerName(String) - Method in class org.apache.camel.component.log.LogEndpoint
-
The logger name to use
- 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 interface org.apache.camel.api.management.mbean.ManagedBacklogDebuggerMBean
-
- setLoggingLevel(String) - Method in interface org.apache.camel.api.management.mbean.ManagedThrottlingInflightRoutePolicyMBean
-
- setLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.controlbus.ControlBusEndpoint
-
Logging level used for logging when task is done, or if any exceptions occurred during processing the task.
- setLoggingLevel(LoggingLevel) - Method in class org.apache.camel.impl.ThrottlingInflightRoutePolicy
-
Sets the logging level to report the throttling activity.
- setLoggingLevel(String) - Method in class org.apache.camel.management.mbean.ManagedBacklogDebugger
-
- setLoggingLevel(String) - Method in class org.apache.camel.management.mbean.ManagedThrottlingInflightRoutePolicy
-
- setLoggingLevel(LoggingLevel) - Method in class org.apache.camel.model.LogDefinition
-
Sets the logging level.
- setLoggingLevel(String) - Method in class org.apache.camel.processor.interceptor.BacklogDebugger
-
- setLogHandled(Boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedErrorHandlerMBean
-
- setLogHandled(Boolean) - Method in class org.apache.camel.management.mbean.ManagedErrorHandler
-
- setLogHandled(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
- setLogHandled(boolean) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
Sets whether errors should be logged even if its handled
- setLogInflightExchangesOnTimeout(boolean) - Method in class org.apache.camel.impl.DefaultShutdownStrategy
-
- setLogInflightExchangesOnTimeout(boolean) - Method in interface org.apache.camel.spi.ShutdownStrategy
-
Sets whether to log information about the inflight
Exchange
s which are still running
during a shutdown which didn't complete without the given timeout.
- setLogLevel(String) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setLogLevel(String) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setLogLevel(LoggingLevel) - Method in class org.apache.camel.processor.interceptor.Tracer
-
Sets the logging level to output tracing.
- setLogMask(Boolean) - Method in class org.apache.camel.component.log.LogEndpoint
-
If true, mask sensitive information like password or passphrase in the log.
- setLogMask(Boolean) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setLogMask(Boolean) - Method in class org.apache.camel.impl.DefaultRouteContext
-
- setLogMask(String) - Method in class org.apache.camel.model.RouteDefinition
-
Whether security mask for Logging is enabled on this route.
- setLogMask(Boolean) - Method in interface org.apache.camel.RuntimeConfiguration
-
Sets whether security mask for Logging is enabled or not (default is disabled).
- setLogName(String) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setLogName(String) - Method in class org.apache.camel.builder.LoggingErrorHandlerBuilder
-
Deprecated.
- setLogName(String) - Method in class org.apache.camel.management.LoggingEventNotifier
-
Sets the log name to use.
- setLogName(String) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setLogName(String) - Method in class org.apache.camel.model.LogDefinition
-
Sets the name of the logger
- setLogName(String) - Method in class org.apache.camel.processor.CamelLogger
-
Deprecated.
- setLogName(String) - Method in class org.apache.camel.processor.CamelLogProcessor
-
- setLogName(String) - Method in class org.apache.camel.processor.interceptor.Tracer
-
Sets the logging name to use.
- setLogName(String) - Method in class org.apache.camel.util.CamelLogger
-
- setLogNamespaces(boolean) - Method in class org.apache.camel.builder.xml.XPathBuilder
-
- setLogNamespaces(Boolean) - Method in class org.apache.camel.model.language.XPathExpression
-
Whether to log namespaces which can assist during trouble shooting
- setLogNewException(Boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedErrorHandlerMBean
-
- setLogNewException(Boolean) - Method in class org.apache.camel.management.mbean.ManagedErrorHandler
-
- setLogNewException(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
- setLogNewException(boolean) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
Sets whether errors should be logged when a new exception occurred during handling a previous exception
- setLogRetryAttempted(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
- setLogRetryAttempted(boolean) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
Sets whether retry attempts should be logged or not
- setLogRetryStackTrace(Boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedErrorHandlerMBean
-
- setLogRetryStackTrace(Boolean) - Method in class org.apache.camel.management.mbean.ManagedErrorHandler
-
- setLogRetryStackTrace(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
- setLogRetryStackTrace(boolean) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
Sets whether stack traces should be logged or not
- setLogStackTrace(Boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedErrorHandlerMBean
-
- setLogStackTrace(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setLogStackTrace(Boolean) - Method in class org.apache.camel.management.mbean.ManagedErrorHandler
-
- setLogStackTrace(boolean) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setLogStackTrace(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
- setLogStackTrace(boolean) - Method in class org.apache.camel.processor.interceptor.Tracer
-
Sets whether thrown exception stacktrace should be traced, if disabled then only the exception message is logged
- setLogStackTrace(boolean) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
Sets whether stack traces should be logged or not
- setLookup(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
How to perform service lookup.
- setLowerCase(boolean) - Method in class org.apache.camel.impl.DefaultHeaderFilterStrategy
-
Sets the isLowercase property which is a boolean to determine
whether header names should be converted to lower case before
checking it with the filter Set.
- setMacAlgorithm(String) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
-
The JCE algorithm name indicating the Message Authentication algorithm.
- setManagedInterceptStrategy(InterceptStrategy) - Method in class org.apache.camel.impl.DefaultRouteContext
-
- setManagedInterceptStrategy(InterceptStrategy) - Method in interface org.apache.camel.spi.RouteContext
-
Sets a special intercept strategy for management.
- setManagementAgent(ManagementAgent) - Method in class org.apache.camel.management.DefaultManagementStrategy
-
- setManagementAgent(ManagementAgent) - Method in interface org.apache.camel.spi.ManagementStrategy
-
Sets the management agent to use
- setManagementMBeanAssembler(ManagementMBeanAssembler) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setManagementName(String) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setManagementNamePattern(String) - Method in class org.apache.camel.management.DefaultManagementAgent
-
- setManagementNamePattern(String) - Method in interface org.apache.camel.spi.ManagementAgent
-
The naming pattern for creating the CamelContext management name.
- setManagementNameStrategy(ManagementNameStrategy) - Method in interface org.apache.camel.CamelContext
-
Sets a custom management name strategy
- setManagementNameStrategy(ManagementNameStrategy) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setManagementNamingStrategy(ManagementNamingStrategy) - Method in class org.apache.camel.management.DefaultManagementStrategy
-
- setManagementNamingStrategy(ManagementNamingStrategy) - Method in interface org.apache.camel.spi.ManagementStrategy
-
Sets the naming strategy to use
- setManagementObjectStrategy(ManagementObjectStrategy) - Method in class org.apache.camel.management.DefaultManagementStrategy
-
- setManagementObjectStrategy(ManagementObjectStrategy) - Method in interface org.apache.camel.spi.ManagementStrategy
-
Sets the object strategy to use
- setManagementStrategy(ManagementStrategy) - Method in interface org.apache.camel.CamelContext
-
Sets the management strategy to use
- setManagementStrategy(ManagementStrategy) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setMapping(String) - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
-
The BeanIO mapping file.
- setMappingFile(String) - Method in class org.apache.camel.model.dataformat.CastorDataFormat
-
Deprecated.
Path to a Castor mapping file to load from the classpath.
- setMarker(String) - Method in class org.apache.camel.component.log.LogEndpoint
-
An optional Marker name to use.
- setMarker(String) - Method in class org.apache.camel.model.LogDefinition
-
To use slf4j marker
- setMarker(String) - Method in class org.apache.camel.processor.CamelLogProcessor
-
- setMarker(Marker) - Method in class org.apache.camel.util.CamelLogger
-
- setMarker(String) - Method in class org.apache.camel.util.CamelLogger
-
- setMarkerFiler(boolean) - Method in interface org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy
-
Sets whether marker file should be used or not.
- setMarkerFiler(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
- setMarkerFiler(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRenameRepositoryReadLockStrategy
-
- setMarkerFiler(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRepositoryReadLockStrategy
-
- setMarkerFiler(boolean) - Method in class org.apache.camel.component.file.strategy.FileRenameExclusiveReadLockStrategy
-
- setMarkerFiler(boolean) - Method in class org.apache.camel.component.file.strategy.GenericFileRenameExclusiveReadLockStrategy
-
- setMarkerFiler(boolean) - Method in class org.apache.camel.component.file.strategy.MarkerFileExclusiveReadLockStrategy
-
- setMarkRollbackOnly(Boolean) - Method in class org.apache.camel.model.RollbackDefinition
-
Mark the transaction for rollback only (cannot be overruled to commit)
- setMarkRollbackOnly(boolean) - Method in class org.apache.camel.processor.RollbackProcessor
-
- setMarkRollbackOnlyLast(Boolean) - Method in class org.apache.camel.model.RollbackDefinition
-
Mark only last sub transaction for rollback only.
- setMarkRollbackOnlyLast(boolean) - Method in class org.apache.camel.processor.RollbackProcessor
-
- setMask(Boolean) - Method in class org.apache.camel.management.DefaultManagementAgent
-
- setMask(Boolean) - Method in interface org.apache.camel.spi.ManagementAgent
-
Whether to remove detected sensitive information (such as passwords) from MBean names and attributes.
- setMaskingFormatter(MaskingFormatter) - Method in class org.apache.camel.processor.CamelLogProcessor
-
- setMaskJson(boolean) - Method in class org.apache.camel.processor.DefaultMaskingFormatter
-
- setMaskKeyValue(boolean) - Method in class org.apache.camel.processor.DefaultMaskingFormatter
-
- setMaskString(String) - Method in class org.apache.camel.processor.DefaultMaskingFormatter
-
- setMaskXmlElement(boolean) - Method in class org.apache.camel.processor.DefaultMaskingFormatter
-
- setMasterUrl(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the URL to the master when using client lookup
- setMaxChars(int) - Method in class org.apache.camel.processor.DefaultExchangeFormatter
-
Limits the number of characters logged per line.
- setMaxChars(int) - Method in class org.apache.camel.processor.interceptor.DefaultTraceFormatter
-
- setMaxDepth(int) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
The maximum depth to traverse when recursively processing a directory.
- setMaxFileStoreSize(long) - Method in class org.apache.camel.impl.FileStateRepository
-
Sets the maximum file size for the file store in bytes.
- setMaxFileStoreSize(long) - Method in class org.apache.camel.processor.idempotent.FileIdempotentRepository
-
Sets the maximum file size for the file store in bytes.
- setMaximumCacheSize(int) - Method in class org.apache.camel.builder.DefaultFluentProducerTemplate
-
- setMaximumCacheSize(int) - Method in interface org.apache.camel.ConsumerTemplate
-
Sets a custom maximum cache size.
- setMaximumCacheSize(int) - Method in interface org.apache.camel.FluentProducerTemplate
-
Sets a custom maximum cache size to use in the backing cache pools.
- setMaximumCacheSize(int) - Method in class org.apache.camel.impl.DefaultConsumerTemplate
-
- setMaximumCacheSize(int) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- setMaximumCacheSize(int) - Method in interface org.apache.camel.ProducerTemplate
-
Sets a custom maximum cache size to use in the backing cache pools.
- setMaximumFailoverAttempts(Integer) - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
-
A value to indicate after X failover attempts we should exhaust (give up).
- setMaximumFailoverAttempts(int) - Method in class org.apache.camel.processor.loadbalancer.FailOverLoadBalancer
-
- setMaximumPoolSize(int) - Method in interface org.apache.camel.api.management.mbean.ManagedThreadPoolMBean
-
- setMaximumPoolSize(int) - Method in class org.apache.camel.management.mbean.ManagedThreadPool
-
- setMaximumPoolSize(int) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- setMaximumRedeliveries(Integer) - Method in interface org.apache.camel.api.management.mbean.ManagedErrorHandlerMBean
-
- setMaximumRedeliveries(Integer) - Method in class org.apache.camel.management.mbean.ManagedErrorHandler
-
- setMaximumRedeliveries(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
- setMaximumRedeliveries(int) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
Sets the maximum number of times a message exchange will be redelivered.
- setMaximumRedeliveries(int) - Method in interface org.apache.camel.spi.RecoverableAggregationRepository
-
Sets an optional limit of the number of redelivery attempt of recovered
Exchange
should be attempted, before its exhausted.
- setMaximumRedeliveryDelay(Long) - Method in interface org.apache.camel.api.management.mbean.ManagedErrorHandlerMBean
-
- setMaximumRedeliveryDelay(Long) - Method in class org.apache.camel.management.mbean.ManagedErrorHandler
-
- setMaximumRedeliveryDelay(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
- setMaximumRedeliveryDelay(long) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
Sets the maximum redelivery delay.
- setMaximumRequestsPerPeriod(long) - Method in interface org.apache.camel.api.management.mbean.ManagedThrottlerMBean
-
- setMaximumRequestsPerPeriod(long) - Method in class org.apache.camel.management.mbean.ManagedThrottler
-
- setMaximumRequestsPerPeriodExpression(Expression) - Method in class org.apache.camel.processor.Throttler
-
Sets the maximum number of requests per time period expression
- setMaximumRetries(Integer) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
-
- setMaximumRetries(int) - Method in class org.apache.camel.processor.aggregate.OptimisticLockRetryPolicy
-
- setMaximumRetryDelay(Long) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
-
- setMaximumRetryDelay(long) - Method in class org.apache.camel.processor.aggregate.OptimisticLockRetryPolicy
-
- setMaximumSize(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
- setMaxInflightExchanges(int) - Method in interface org.apache.camel.api.management.mbean.ManagedThrottlingInflightRoutePolicyMBean
-
- setMaxInflightExchanges(int) - Method in class org.apache.camel.impl.ThrottlingInflightRoutePolicy
-
Sets the upper limit of number of concurrent inflight exchanges at which point reached
the throttler should suspend the route.
- setMaxInflightExchanges(int) - Method in class org.apache.camel.management.mbean.ManagedThrottlingInflightRoutePolicy
-
- setMaxMessages(int) - Method in class org.apache.camel.impl.DurationRoutePolicy
-
Maximum number of messages to process before the action is triggered
- setMaxMessages(int) - Method in class org.apache.camel.impl.DurationRoutePolicyFactory
-
Maximum number of messages to process before the action is triggered
- setMaxMessagesPerPoll(int) - Method in interface org.apache.camel.BatchConsumer
-
Sets a maximum number of messages as a limit to poll at each polling.
- setMaxMessagesPerPoll(int) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
To define a maximum messages to gather per poll.
- setMaxMessagesPerPoll(int) - Method in class org.apache.camel.impl.ScheduledBatchPollingConsumer
-
- setMaxPoolSize(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
-
Sets the maximum pool size
- setMaxPoolSize(Integer) - Method in class org.apache.camel.model.ThreadsDefinition
-
- setMaxPoolSize(Integer) - Method in class org.apache.camel.spi.ThreadPoolProfile
-
Sets the maximum pool size
- setMaxProcessingTime(Long) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setMaxProcessingTime(Long) - Method in class org.apache.camel.util.ProcessorStatDump
-
- setMaxProcessingTime(Long) - Method in class org.apache.camel.util.RouteStatDump
-
- setMaxQueueSize(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
Max queue size that gets passed to
BlockingQueue
in HystrixConcurrencyStrategy.getBlockingQueue(int)
This should only affect the instantiation of a threadpool - it is not eliglible to change a queue size on the fly.
- setMaxQueueSize(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
-
Sets the maximum number of tasks in the work queue.
- setMaxQueueSize(Integer) - Method in class org.apache.camel.model.ThreadsDefinition
-
- setMaxQueueSize(Integer) - Method in class org.apache.camel.spi.ThreadPoolProfile
-
Sets the maximum number of tasks in the work queue.
- setMaxSeconds(int) - Method in class org.apache.camel.impl.DurationRoutePolicy
-
Maximum seconds Camel is running before the action is triggered
- setMaxSeconds(int) - Method in class org.apache.camel.impl.DurationRoutePolicyFactory
-
Maximum seconds Camel is running before the action is triggered
- setMBeanObjectDomainName(String) - Method in class org.apache.camel.management.DefaultManagementAgent
-
- setMBeanObjectDomainName(String) - Method in interface org.apache.camel.spi.ManagementAgent
-
Sets the object domain name
- setMBeanServer(MBeanServer) - Method in class org.apache.camel.management.DefaultManagementAgent
-
- setMBeanServer(MBeanServer) - Method in interface org.apache.camel.spi.ManagementAgent
-
Sets a custom mbean server to use
- setMBeanServerDefaultDomain(String) - Method in class org.apache.camel.management.DefaultManagementAgent
-
- setMBeanServerDefaultDomain(String) - Method in interface org.apache.camel.spi.ManagementAgent
-
Sets the default domain on the MBean server
- setMeanProcessingTime(Long) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setMeanProcessingTime(Long) - Method in class org.apache.camel.util.ProcessorStatDump
-
- setMeanProcessingTime(Long) - Method in class org.apache.camel.util.RouteStatDump
-
- 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)
- setMessageBodyOnBreakpoint(String, Object) - Method in interface org.apache.camel.api.management.mbean.ManagedBacklogDebuggerMBean
-
- setMessageBodyOnBreakpoint(String, Object, String) - Method in interface org.apache.camel.api.management.mbean.ManagedBacklogDebuggerMBean
-
- setMessageBodyOnBreakpoint(String, Object) - Method in class org.apache.camel.management.mbean.ManagedBacklogDebugger
-
- setMessageBodyOnBreakpoint(String, Object, String) - Method in class org.apache.camel.management.mbean.ManagedBacklogDebugger
-
- setMessageBodyOnBreakpoint(String, Object) - Method in class org.apache.camel.processor.interceptor.BacklogDebugger
-
- setMessageBodyOnBreakpoint(String, Object, Class<?>) - Method in class org.apache.camel.processor.interceptor.BacklogDebugger
-
- setMessageFrequency(Long) - Method in class org.apache.camel.model.SamplingDefinition
-
Sets the sample message count which only a single Exchange will pass through after this many received.
- setMessageHeaderOnBreakpoint(String, String, Object) - Method in interface org.apache.camel.api.management.mbean.ManagedBacklogDebuggerMBean
-
- setMessageHeaderOnBreakpoint(String, String, Object, String) - Method in interface org.apache.camel.api.management.mbean.ManagedBacklogDebuggerMBean
-
- setMessageHeaderOnBreakpoint(String, String, Object) - Method in class org.apache.camel.management.mbean.ManagedBacklogDebugger
-
- setMessageHeaderOnBreakpoint(String, String, Object, String) - Method in class org.apache.camel.management.mbean.ManagedBacklogDebugger
-
- setMessageHeaderOnBreakpoint(String, String, Object) - Method in class org.apache.camel.processor.interceptor.BacklogDebugger
-
- setMessageHeaderOnBreakpoint(String, String, Object, Class<?>) - Method in class org.apache.camel.processor.interceptor.BacklogDebugger
-
- setMessageHistory(Boolean) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setMessageHistory(Boolean) - Method in class org.apache.camel.impl.DefaultRouteContext
-
- setMessageHistory(String) - Method in class org.apache.camel.model.RouteDefinition
-
Whether message history is enabled on this route.
- setMessageHistory(Boolean) - Method in interface org.apache.camel.RuntimeConfiguration
-
Sets whether message history is enabled or not (default is enabled).
- setMessageHistoryFactory(MessageHistoryFactory) - Method in interface org.apache.camel.CamelContext
-
- setMessageHistoryFactory(MessageHistoryFactory) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setMessageId(String) - Method in class org.apache.camel.impl.MessageSupport
-
- setMessageId(String) - Method in interface org.apache.camel.Message
-
Sets the id of the message
- 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.component.bean.BeanEndpoint
-
Sets the name of the method to invoke on the bean
- setMethod(Method) - Method in class org.apache.camel.component.bean.BeanInvocation
-
- setMethod(String) - Method in class org.apache.camel.component.bean.BeanProcessor
-
Sets the method name to use
- setMethod(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
HTTP method to use.
- 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.
- setMethodName(String) - Method in class org.apache.camel.processor.aggregate.AggregationStrategyBeanAdapter
-
- setMetricsHealthSnapshotIntervalInMilliseconds(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
Time in milliseconds to wait between allowing health snapshots to be taken that calculate success and error
percentages and affect HystrixCircuitBreaker.isOpen() status.
- setMetricsRollingPercentileBucketSize(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
Maximum number of values stored in each bucket of the rolling percentile.
- setMetricsRollingPercentileEnabled(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
Whether percentile metrics should be captured using HystrixRollingPercentile inside HystrixCommandMetrics.
- setMetricsRollingPercentileWindowBuckets(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
Number of buckets the rolling percentile window is broken into.
- setMetricsRollingPercentileWindowInMilliseconds(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
Duration of percentile rolling window in milliseconds.
- setMetricsRollingStatisticalWindowBuckets(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
Number of buckets the rolling statistical window is broken into.
- setMetricsRollingStatisticalWindowInMilliseconds(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
This property sets the duration of the statistical rolling window, in milliseconds.
- setMgfAlgorithm(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
-
The MGF Algorithm to use with the RSA OAEP algorithm.
- setMinAge(long) - Method in class org.apache.camel.component.file.strategy.FileChangedExclusiveReadLockStrategy
-
- setMinAge(long) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
- setMinDepth(int) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
The minimum depth to start processing when recursively processing a directory.
- setMinimumExpectedMessageCount(int) - Method in class org.apache.camel.component.mock.MockEndpoint
-
Specifies the minimum number of expected message exchanges that should be
received by this endpoint
- setMinimumResultWaitTime(long) - Method in class org.apache.camel.component.mock.MockEndpoint
-
- setMinLength(long) - Method in class org.apache.camel.component.file.strategy.FileChangedExclusiveReadLockStrategy
-
- setMinLength(long) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
- setMinProcessingTime(Long) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setMinProcessingTime(Long) - Method in class org.apache.camel.util.ProcessorStatDump
-
- setMinProcessingTime(Long) - Method in class org.apache.camel.util.RouteStatDump
-
- setMinRate(int) - Method in class org.apache.camel.component.dataset.DataSetEndpoint
-
Wait until the DataSet contains at least this number of messages
- setMode(char) - Method in class org.apache.camel.language.tokenizer.XMLTokenizeLanguage
-
- setMode(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
-
Mode for dealing with duplicate references The possible values are:
NO_REFERENCES
ID_REFERENCES
XPATH_RELATIVE_REFERENCES
XPATH_ABSOLUTE_REFERENCES
SINGLE_NODE_XPATH_RELATIVE_REFERENCES
SINGLE_NODE_XPATH_ABSOLUTE_REFERENCES
- setMode(String) - Method in class org.apache.camel.model.language.XMLTokenizerExpression
-
The extraction mode.
- setMode(OnCompletionMode) - Method in class org.apache.camel.model.OnCompletionDefinition
-
Sets the on completion mode.
- setMode(char) - Method in class org.apache.camel.support.XMLTokenExpressionIterator
-
- setMode(String) - Method in class org.apache.camel.support.XMLTokenExpressionIterator
-
- setModel(String) - Method in class org.apache.camel.spi.Transformer
-
Set data model.
- setModelJAXBContextFactory(ModelJAXBContextFactory) - Method in interface org.apache.camel.CamelContext
-
Sets a custom JAXB Context factory to be used
- setModelJAXBContextFactory(ModelJAXBContextFactory) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setModuleClassNames(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
To use custom Jackson modules com.fasterxml.jackson.databind.Module
specified as a String with FQN class names.
- setModuleClassNames(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
To use custom Jackson modules com.fasterxml.jackson.databind.Module specified as a String with FQN class names.
- setModuleRefs(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
To use custom Jackson modules referred from the Camel registry.
- setModuleRefs(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
To use custom Jackson modules referred from the Camel registry.
- setMove(Expression) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Expression (such as Simple Language) used to dynamically set the filename when moving it after processing.
- setMove(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
- setMoveExisting(Expression) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Expression (such as File Language) used to compute file name to use when fileExist=Move is configured.
- setMoveExisting(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
- setMoveFailed(Expression) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Sets the move failure expression based on Simple language.
- setMoveFailed(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
- setMultiline(boolean) - Method in class org.apache.camel.processor.DefaultExchangeFormatter
-
If enabled then each information is outputted on a newline.
- setMultiline(boolean) - Method in class org.apache.camel.processor.interceptor.DefaultTraceFormatter
-
- setMultiParameterArray(boolean) - Method in class org.apache.camel.component.bean.BeanEndpoint
-
- setMultiParameterArray(boolean) - Method in class org.apache.camel.component.bean.BeanProcessor
-
- setMultiParameterArray(Boolean) - Method in class org.apache.camel.model.BeanDefinition
-
- setMultipartSubType(String) - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
-
Specify the subtype of the MIME Multipart.
- setMultipartWithoutAttachment(Boolean) - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
-
Defines whether a message without attachment is also marshaled into a
MIME Multipart (with only one body part).
- setMultipleConsumers(boolean) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
Specifies whether multiple consumers are allowed.
- setMustBeJAXBElement(Boolean) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
Whether marhsalling must be java objects with JAXB annotations.
- setName(String) - Method in class org.apache.camel.component.bean.MethodBean
-
- setName(String) - Method in class org.apache.camel.component.browse.BrowseEndpoint
-
- setName(String) - Method in class org.apache.camel.component.dataformat.DataFormatEndpoint
-
- setName(String) - Method in class org.apache.camel.component.mock.MockEndpoint
-
- setName(String) - Method in class org.apache.camel.component.ref.RefEndpoint
-
Name of endpoint to lookup in the registry.
- setName(String) - Method in class org.apache.camel.component.scheduler.SchedulerEndpoint
-
The name of the scheduler
- setName(String) - Method in class org.apache.camel.impl.DefaultCamelContext
-
Sets the name of the this context.
- setName(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets the name of the service to use
- setName(String) - Method in class org.apache.camel.model.dataformat.UniVocityHeader
-
Header name
- setName(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat.AliasEntry
-
- setName(String) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
-
Sets the Swagger Parameter name.
- setName(String) - Method in class org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
-
- setNamePattern(String) - Method in class org.apache.camel.impl.DefaultManagementNameStrategy
-
- setNamePattern(String) - Method in interface org.apache.camel.spi.ManagementNameStrategy
-
Sets a custom name pattern, which will be used instead of any default patterns.
- 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
- setNamespaceContext(DefaultNamespaceContext) - Method in class org.apache.camel.builder.xml.XPathBuilder
-
- setNamespaceIfNotPresent(DefaultNamespaceContext, String, String) - Method in class org.apache.camel.builder.xml.XPathBuilder
-
- setNamespaceLenient(Boolean) - Method in class org.apache.camel.model.dataformat.XmlJsonDataFormat
-
Flag to be tolerant to incomplete namespace prefixes.
- 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.builder.xml.DefaultNamespaceContext
-
- setNamespaces(Map<String, String>) - Method in class org.apache.camel.builder.xml.XPathBuilder
-
- 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
- setNamespaces(Map<String, String>) - Method in interface org.apache.camel.spi.NamespaceAware
-
Injects the XML Namespaces of prefix -> uri mappings
- setNamespaces(Map<String, String>) - Method in class org.apache.camel.support.XMLTokenExpressionIterator
-
- setNameStrategy(CamelContextNameStrategy) - Method in interface org.apache.camel.CamelContext
-
Sets a custom name strategy
- setNameStrategy(CamelContextNameStrategy) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- 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
- setNewExchangeExpression(Expression) - Method in class org.apache.camel.processor.WireTapProcessor
-
- 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
- setNewExchangeProcessors(List<Processor>) - Method in class org.apache.camel.processor.WireTapProcessor
-
- setNextProcessor(Processor) - Method in interface org.apache.camel.Channel
-
Sets the processor that the channel should route the
Exchange
to.
- setNextProcessor(Processor) - Method in class org.apache.camel.processor.interceptor.DefaultChannel
-
- setNodeIdFactory(NodeIdFactory) - Method in interface org.apache.camel.CamelContext
-
Uses a custom node id factory when generating auto assigned ids to the nodes in the route definitions
- setNodeIdFactory(NodeIdFactory) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setNodeLength(int) - Method in class org.apache.camel.processor.interceptor.DefaultTraceFormatter
-
- setNoNamespaceSchemaLocation(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
To define the location of the namespaceless schema
- setNoop(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
If true, the file is not moved or deleted in any way.
- setNormalizedLineSeparator(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
The normalized line separator of the files
The default value is \n
- setNotificationBroadcaster(NotificationBroadcasterSupport) - Method in interface org.apache.camel.api.management.JmxNotificationBroadcasterAware
-
Sets to use a custom broadcaster
- setNotificationBroadcaster(NotificationBroadcasterSupport) - Method in class org.apache.camel.management.JmxNotificationEventNotifier
-
- setNotificationSender(NotificationSender) - Method in interface org.apache.camel.api.management.NotificationSenderAware
-
- setNotificationSender(NotificationSender) - Method in class org.apache.camel.management.mbean.JMXNotificationTraceEventHandler
-
- setNotificationSender(NotificationSender) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setNullString(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Sets the null string
- setNullStringDisabled(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Used to disable null strings
- setNullValue(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
The string representation of a null value.
- setNumberFormat(NumberFormat) - Method in class org.apache.camel.processor.ThroughputLogger
-
- setNumberOfHashGroups(int) - Method in class org.apache.camel.processor.loadbalancer.StickyLoadBalancer
-
- setNumberOfRecordsToRead(Integer) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
The maximum number of record to read.
- setOauthToken(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the OAUTH token for authentication (instead of username/password) when using client lookup
- setObjectFactory(Boolean) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
Whether to allow using ObjectFactory classes to create the POJO classes during marshalling.
- setObjectMapper(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
Lookup and use the existing ObjectMapper with the given id when using Jackson.
- setObjectModel(String) - Method in class org.apache.camel.model.language.XPathExpression
-
The XPath object model to use
- setObjectModelUri(String) - Method in class org.apache.camel.builder.xml.XPathBuilder
-
- setObjectModelUri(String) - Method in class org.apache.camel.language.xpath.XPathLanguage
-
- setOmitFields(Map<String, String[]>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
-
Prevents a field from being serialized.
- setOmitXmlDeclaration(Boolean) - Method in class org.apache.camel.model.dataformat.TidyMarkupDataFormat
-
When returning a String, do we omit the XML declaration in the top.
- setOnCompleteOnly(Boolean) - Method in class org.apache.camel.model.OnCompletionDefinition
-
- setOnCompletionExceptionHandler(ExceptionHandler) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
To use a custom
ExceptionHandler
to handle any thrown exceptions that happens
during the file on completion process where the consumer does either a commit or rollback.
- setOnCompletions(List<OnCompletionDefinition>) - Method in class org.apache.camel.model.RoutesDefinition
-
- setOnExceptionOccurred(Processor) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
-
- setOnExceptionOccurred(Processor) - Method in class org.apache.camel.model.OnExceptionDefinition
-
- setOnExceptionOccurredRef(String) - Method in class org.apache.camel.model.OnExceptionDefinition
-
- setOnExceptions(List<OnExceptionDefinition>) - Method in class org.apache.camel.model.RoutesDefinition
-
- setOnFailureOnly(Boolean) - Method in class org.apache.camel.model.OnCompletionDefinition
-
- setOnFallback(OnFallbackDefinition) - Method in class org.apache.camel.model.HystrixDefinition
-
- setOnlyRegisterProcessorWithCustomId(Boolean) - Method in class org.apache.camel.management.DefaultManagementAgent
-
- setOnlyRegisterProcessorWithCustomId(Boolean) - Method in interface org.apache.camel.spi.ManagementAgent
-
Whether to only register processors which has a custom id assigned.
- 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
-
- setOnPrepare(Processor) - Method in class org.apache.camel.processor.RecipientList
-
- setOnPrepare(Processor) - Method in class org.apache.camel.processor.WireTapProcessor
-
- setOnPrepareFailure(Processor) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
-
- setOnPrepareRef(String) - Method in class org.apache.camel.model.MulticastDefinition
-
- setOnPrepareRef(String) - Method in class org.apache.camel.model.RecipientListDefinition
-
- setOnPrepareRef(String) - Method in class org.apache.camel.model.SplitDefinition
-
- setOnPrepareRef(String) - Method in class org.apache.camel.model.WireTapDefinition
-
- setOnRedelivery(Processor) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
-
- setOnRedelivery(Processor) - Method in class org.apache.camel.model.OnExceptionDefinition
-
- setOnRedeliveryRef(String) - Method in class org.apache.camel.model.OnExceptionDefinition
-
- setOnWhen(WhenDefinition) - Method in class org.apache.camel.model.CatchDefinition
-
- setOnWhen(WhenDefinition) - Method in class org.apache.camel.model.OnCompletionDefinition
-
- setOnWhen(WhenDefinition) - Method in class org.apache.camel.model.OnExceptionDefinition
-
- setOperation(String) - Method in class org.apache.camel.component.dataformat.DataFormatEndpoint
-
Operation to use either marshal or unmarshal
- setOperations(GenericFileOperations<T>) - Method in class org.apache.camel.component.file.GenericFileConsumer
-
Sets the operations to be used.
- setOperations(GenericFileOperations<T>) - Method in class org.apache.camel.component.file.GenericFileProducer
-
Sets the operations to be used.
- setOptimisticLocking(boolean) - Method in class org.apache.camel.model.AggregateDefinition
-
- setOptimisticLocking(boolean) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- setOptimisticLockRetryPolicy(OptimisticLockRetryPolicy) - Method in class org.apache.camel.model.AggregateDefinition
-
- setOptimisticLockRetryPolicy(OptimisticLockRetryPolicy) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- setOptimisticLockRetryPolicyDefinition(OptimisticLockRetryPolicyDefinition) - Method in class org.apache.camel.model.AggregateDefinition
-
- setOriginalRoute(RouteDefinition) - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
-
Sets the original route which we advice.
- setOtherAttributes(Map<QName, Object>) - Method in class org.apache.camel.model.config.ResequencerConfig
-
- setOtherAttributes(Map<QName, Object>) - Method in class org.apache.camel.model.DataFormatDefinition
-
Adds an optional attribute
- setOtherAttributes(Map<QName, Object>) - Method in class org.apache.camel.model.language.ExpressionDefinition
-
- setOtherAttributes(Map<QName, Object>) - Method in class org.apache.camel.model.LoadBalancerDefinition
-
- setOtherAttributes(Map<QName, Object>) - Method in interface org.apache.camel.model.OtherAttributesAware
-
Adds optional attribute to use as property placeholder
- setOtherAttributes(Map<QName, Object>) - Method in class org.apache.camel.model.ProcessorDefinition
-
- setOtherwise(OtherwiseDefinition) - Method in class org.apache.camel.model.ChoiceDefinition
-
- setOut(Message) - Method in interface org.apache.camel.Exchange
-
Sets the outbound message
- setOut(Message) - Method in class org.apache.camel.impl.DefaultExchange
-
- setOutBatchSize(int) - Method in class org.apache.camel.processor.BatchProcessor
-
Deprecated.
Sets the out batch size.
- setOutBody(Expression) - Static method in class org.apache.camel.builder.ProcessorBuilder
-
- setOutBody(String) - Method in class org.apache.camel.processor.interceptor.DefaultTraceEventMessage
-
- setOutBodyFunction(XPathFunction) - Method in class org.apache.camel.builder.xml.XPathBuilder
-
- setOutBodyType(String) - Method in class org.apache.camel.processor.interceptor.DefaultTraceEventMessage
-
- setOutFilter(Set<String>) - Method in class org.apache.camel.impl.DefaultHeaderFilterStrategy
-
Sets the "out" direction filter set.
- setOutFilterPattern(String) - Method in class org.apache.camel.impl.DefaultHeaderFilterStrategy
-
Sets the "out" direction filter regular expression
Pattern
.
- setOutHeader(String, Expression) - Static method in class org.apache.camel.builder.ProcessorBuilder
-
- setOutHeader(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
- setOutHeader(String, Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
- SetOutHeaderDefinition - Class in org.apache.camel.model
-
- SetOutHeaderDefinition() - Constructor for class org.apache.camel.model.SetOutHeaderDefinition
-
Deprecated.
- SetOutHeaderDefinition(String, ExpressionDefinition) - Constructor for class org.apache.camel.model.SetOutHeaderDefinition
-
Deprecated.
- SetOutHeaderDefinition(String, Expression) - Constructor for class org.apache.camel.model.SetOutHeaderDefinition
-
Deprecated.
- setOutHeaderFunction(XPathFunction) - Method in class org.apache.camel.builder.xml.XPathBuilder
-
- setOutHeaders(String) - Method in class org.apache.camel.processor.interceptor.DefaultTraceEventMessage
-
- setOutput(Processor) - Method in interface org.apache.camel.Channel
-
Sets the wrapped output that at runtime should be delegated to.
- setOutput(XsltOutput) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
Option to specify which output type to use.
- setOutput(Processor) - Method in class org.apache.camel.processor.interceptor.DefaultChannel
-
- setOutput(XsltOutput) - Method in class org.apache.camel.util.toolbox.XsltAggregationStrategy
-
- setOutputFactory(XMLOutputFactory) - Method in class org.apache.camel.converter.jaxp.StaxConverter
-
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.AggregateDefinition
-
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.CatchDefinition
-
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.ExpressionNode
-
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.HystrixDefinition
-
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.LoadBalanceDefinition
-
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.OnCompletionDefinition
-
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.OnExceptionDefinition
-
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.OutputDefinition
-
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.ResequenceDefinition
-
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.RouteDefinition
-
Outputs are processors that determines how messages are processed by this route.
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.TryDefinition
-
- setOutputTransformer(Processor) - Method in class org.apache.camel.component.dataset.DataSetSupport
-
- setOutputType(OutputTypeDefinition) - Method in class org.apache.camel.model.RouteDefinition
-
- setOutputType(String) - Method in class org.apache.camel.spi.Contract
-
Set the output data type.
- setOutputType(Class<?>) - Method in class org.apache.camel.spi.Contract
-
Set the output data type with Java class.
- setOutType(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
To declare the outgoing POJO binding type as a FQN class name
- setOutType(String) - Method in class org.apache.camel.component.rest.RestProducer
-
- setOutType(String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
-
Sets the class name to use for binding from POJO to output for the outgoing data
The canonical name of the class of the input data.
- setOutType(String) - Method in class org.apache.camel.model.rest.VerbDefinition
-
Sets the class name to use for binding from POJO to output for the outgoing data
This option will override what may be configured on a parent level
The canonical name of the class of the input data.
- setOverrideProperties(Properties) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Sets a special list of override properties that take precedence
and will use first, if a property exist.
- setPackages(String[]) - Method in class org.apache.camel.model.dataformat.CastorDataFormat
-
Deprecated.
Add additional packages to Castor XmlContext
- setPackages(List<String>) - Method in class org.apache.camel.model.PackageScanDefinition
-
Sets the java package names to use for scanning for route builder classes
- setPackageScanClassResolver(PackageScanClassResolver) - Method in interface org.apache.camel.CamelContext
-
Sets the package scanning class resolver to use
- setPackageScanClassResolver(PackageScanClassResolver) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setPadding(String) - Method in class org.apache.camel.model.dataformat.UniVocityFixedWidthDataFormat
-
The padding character.
- setParallelAggregate(Boolean) - Method in class org.apache.camel.model.MulticastDefinition
-
- setParallelAggregate(Boolean) - Method in class org.apache.camel.model.RecipientListDefinition
-
- setParallelAggregate(Boolean) - Method in class org.apache.camel.model.SplitDefinition
-
- setParallelAggregate(boolean) - Method in class org.apache.camel.processor.RecipientList
-
- setParallelProcessing(boolean) - Method in class org.apache.camel.model.AggregateDefinition
-
- setParallelProcessing(Boolean) - Method in class org.apache.camel.model.MulticastDefinition
-
- setParallelProcessing(Boolean) - Method in class org.apache.camel.model.OnCompletionDefinition
-
- setParallelProcessing(Boolean) - Method in class org.apache.camel.model.RecipientListDefinition
-
- setParallelProcessing(Boolean) - Method in class org.apache.camel.model.SplitDefinition
-
- setParallelProcessing(boolean) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- setParallelProcessing(boolean) - Method in class org.apache.camel.processor.RecipientList
-
- setParameter(String, Object) - Method in interface org.apache.camel.ComponentConfiguration
-
Deprecated.
Sets the parameter value of the given name
- setParameter(String, T) - Method in interface org.apache.camel.EndpointConfiguration
-
Deprecated.
Sets the value of a particular parameter.
- setParameter(String, Object) - Method in class org.apache.camel.impl.ComponentConfigurationSupport
-
Deprecated.
- setParameter(String, T) - Method in class org.apache.camel.impl.DefaultEndpointConfiguration
-
Deprecated.
- setParameter(String, T) - Method in class org.apache.camel.impl.MappedEndpointConfiguration
-
Deprecated.
- setParameter(String, T) - Method in class org.apache.camel.impl.UriEndpointConfiguration
-
Deprecated.
- setParameterMappingStrategy(ParameterMappingStrategy) - Method in class org.apache.camel.component.bean.RegistryBean
-
- setParameters(Map<String, Object>) - Method in class org.apache.camel.builder.xml.XsltBuilder
-
- setParameters(Map<String, Object>) - Method in class org.apache.camel.component.bean.BeanEndpoint
-
Used for configuring additional properties on the bean
- setParameters(Map<String, Object>) - Method in class org.apache.camel.component.rest.RestApiEndpoint
-
Additional parameters to configure the consumer of the REST transport for this REST service
- setParameters(Map<String, Object>) - Method in class org.apache.camel.component.rest.RestEndpoint
-
Additional parameters to configure the consumer of the REST transport for this REST service
- setParameters(Map<String, Object>) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
Additional parameters to configure on the javax.xml.transform.Transformer.
- setParameters(Map<String, Object>) - Method in interface org.apache.camel.ComponentConfiguration
-
Deprecated.
Sets the parameter values of this configuration
- setParameters(Map<String, Object>) - Method in class org.apache.camel.impl.ComponentConfigurationSupport
-
Deprecated.
- setParameterTypes(Class<?>[]) - Method in class org.apache.camel.component.bean.MethodBean
-
- setParams(List<RestOperationParamDefinition>) - Method in class org.apache.camel.model.rest.VerbDefinition
-
To specify the REST operation parameters using Swagger.
- setParent(ProcessorDefinition<?>) - Method in class org.apache.camel.model.ProcessorDefinition
-
- setParentUnitOfWork(UnitOfWork) - Method in class org.apache.camel.impl.DefaultUnitOfWork
-
- setParentUnitOfWork(UnitOfWork) - Method in interface org.apache.camel.spi.UnitOfWork
-
Sets the parent unit of work.
- setParser(Object) - Method in class org.apache.camel.model.dataformat.HL7DataFormat
-
To use a custom HL7 parser
- setParserFactoryRef(String) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
-
References to a custom parser factory to lookup in the registry
- 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.
- 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).
- setPassword(String) - Method in class org.apache.camel.util.jsse.KeyStoreParameters
-
Set the optional password for reading/opening/verifying the key store.
- setPath(String) - Method in class org.apache.camel.component.rest.RestApiEndpoint
-
The base path
- setPath(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
The base path
- setPath(String) - Method in class org.apache.camel.language.tokenizer.XMLTokenizeLanguage
-
- setPath(String) - Method in class org.apache.camel.model.rest.RestDefinition
-
Path of the rest service, such as "/foo"
- setPathSeparator(String) - Method in class org.apache.camel.util.AntPathMatcher
-
Set the path separator to use for pattern parsing.
- setPattern(String) - Method in class org.apache.camel.component.timer.TimerEndpoint
-
Allows you to specify a custom Date pattern to use for setting the time option using URI syntax.
- setPattern(ExchangePattern) - Method in interface org.apache.camel.Exchange
-
- setPattern(ExchangePattern) - Method in class org.apache.camel.impl.DefaultExchange
-
- setPattern(ExchangePattern) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
- setPattern(ExchangePattern) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
- setPattern(String) - Method in class org.apache.camel.model.RemoveHeadersDefinition
-
Name or pattern of headers to remove
- setPattern(String) - Method in class org.apache.camel.model.RemovePropertiesDefinition
-
Name or pattern of properties to remove
- setPattern(ExchangePattern) - Method in class org.apache.camel.model.SetExchangePatternDefinition
-
Sets the new exchange pattern of the Exchange to be used from this point forward
- setPattern(ExchangePattern) - Method in class org.apache.camel.model.ToDefinition
-
- setPattern(ExchangePattern) - Method in class org.apache.camel.model.ToDynamicDefinition
-
- setPattern(ExchangePattern) - Method in class org.apache.camel.processor.SendDynamicProcessor
-
- setPeriod(long) - Method in class org.apache.camel.component.timer.TimerEndpoint
-
If greater than 0, generate periodic events every period milliseconds.
- 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.
- setPollingConsumerBlockTimeout(long) - Method in class org.apache.camel.impl.DefaultEndpoint
-
- setPollingConsumerBlockWhenFull(boolean) - Method in class org.apache.camel.impl.DefaultEndpoint
-
- setPollingConsumerQueueSize(int) - Method in class org.apache.camel.impl.DefaultEndpoint
-
- setPollingConsumerServicePool(ServicePool<Endpoint, PollingConsumer>) - Method in interface org.apache.camel.CamelContext
-
- setPollingConsumerServicePool(ServicePool<Endpoint, PollingConsumer>) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setPollStrategy(PollingConsumerPollStrategy) - Method in class org.apache.camel.impl.ScheduledPollConsumer
-
- setPollStrategy(PollingConsumerPollStrategy) - Method in class org.apache.camel.impl.ScheduledPollEndpoint
-
A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation
to control error handling usually occurred during the poll operation before an Exchange have been created
and being routed in Camel.
- setPollTimeout(int) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
The timeout used when polling.
- setPoolSize(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
-
Sets the core pool size
- setPoolSize(Integer) - Method in class org.apache.camel.model.ThreadsDefinition
-
- setPoolSize(Integer) - Method in class org.apache.camel.spi.ThreadPoolProfile
-
Sets the core pool size (threads to keep minimum in pool)
- setPort(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
The port number to use for exposing the REST service.
- setPort(int) - Method in class org.apache.camel.spi.RestConfiguration
-
Sets the port to use by the REST consumer
- setPortHeader(String) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
-
The header that holds the service port information, default ServiceCallConstants.SERVICE_PORT
- setPortHeader(String) - Method in class org.apache.camel.support.ServiceCallExpressionSupport
-
- setPredicate(Predicate) - Method in class org.apache.camel.model.ExpressionSubElementDefinition
-
- setPrefixToken(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Sets the value of the prefix token used to identify properties to replace.
- setPreloadSize(long) - Method in class org.apache.camel.component.dataset.DataSetEndpoint
-
Sets how many messages should be preloaded (sent) before the route completes its initialization
- setPreMove(Expression) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Expression (such as File Language) used to dynamically set the filename when moving it before processing.
- setPreMove(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
- setPrepareUriTemplate(boolean) - Method in class org.apache.camel.component.rest.RestProducer
-
Whether to prepare the uri template and replace {key} with values from the exchange, and set
as
Exchange.HTTP_URI
header with the resolved uri to use instead of uri from endpoint.
- setPrettyFlow(boolean) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
Force the emitter to produce a pretty YAML document when using the flow
style.
- setPrettyPrint(Boolean) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
To enable pretty printing output nicely formatted.
- setPrettyPrint(Boolean) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
To enable pretty printing output nicely formatted.
- setPrettyPrint(Boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
To enable pretty printing output nicely formatted.
- setPrettyPrint(Boolean) - Method in class org.apache.camel.model.dataformat.XMLBeansDataFormat
-
To enable pretty printing output nicely formatted.
- setPreviousNode(String) - Method in class org.apache.camel.processor.interceptor.DefaultTraceEventMessage
-
- setProbeContentType(boolean) - Method in class org.apache.camel.component.file.FileEndpoint
-
Whether to enable probing of the content type.
- setProcessor(Processor) - Method in class org.apache.camel.impl.ProcessorEndpoint
-
- setProcessor(Processor) - Method in class org.apache.camel.impl.transformer.ProcessorTransformer
-
Set processor to use
- setProcessor(Processor) - Method in class org.apache.camel.impl.validator.ProcessorValidator
-
Set processor to use
- setProcessor(AsyncProcessor) - Method in class org.apache.camel.processor.DelegateAsyncProcessor
-
- setProcessor(Processor) - Method in class org.apache.camel.processor.DelegateAsyncProcessor
-
- setProcessor(Processor) - Method in class org.apache.camel.processor.DelegateProcessor
-
- setProcessorFactory(ProcessorFactory) - Method in interface org.apache.camel.CamelContext
-
- setProcessorFactory(ProcessorFactory) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setProcessorPosition(int) - Method in class org.apache.camel.processor.loadbalancer.DistributionRatio
-
- setProcessorStats(List<ProcessorStatDump>) - Method in class org.apache.camel.util.RouteStatDump
-
- setProcessStrategy(GenericFileProcessStrategy<T>) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
A pluggable org.apache.camel.component.file.GenericFileProcessStrategy allowing you to implement your own readLock option or similar.
- setProduceDelay(long) - Method in class org.apache.camel.component.dataset.DataSetEndpoint
-
Allows a delay to be specified which causes a delay when a message is sent by the consumer (to simulate slow processing)
- setProducerApiDoc(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Sets the location of the api document (swagger api) the REST producer will use
to validate the REST uri and query parameters are valid accordingly to the api document.
- setProducerApiDoc(String) - Method in class org.apache.camel.spi.RestConfiguration
-
Sets the location of the api document (swagger api) the REST producer will use
to validate the REST uri and query parameters are valid accordingly to the api document.
- setProducerComponent(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Sets the name of the Camel component to use as the REST producer
- setProducerComponent(String) - Method in class org.apache.camel.spi.RestConfiguration
-
Sets the name of the Camel component to use as the REST producer
- setProducerDataFormat(DataFormat) - Method in class org.apache.camel.processor.binding.DataFormatBinding
-
Deprecated.
- setProducerServicePool(ServicePool<Endpoint, Producer>) - Method in interface org.apache.camel.CamelContext
-
Sets a pluggable service pool to use for
Producer
pooling.
- setProducerServicePool(ServicePool<Endpoint, Producer>) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setProduces(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
Media type such as: 'text/xml', or 'application/json' this REST service returns.
- 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
- setPropagateProperties(boolean) - Method in class org.apache.camel.component.directvm.DirectVmComponent
-
Whether to propagate or not properties from the producer side to the consumer side, and vice versa.
- setPropagateProperties(boolean) - Method in class org.apache.camel.component.directvm.DirectVmEndpoint
-
Whether to propagate or not properties from the producer side to the consumer side, and vice versa.
- setProperties(Map<String, String>) - Method in interface org.apache.camel.CamelContext
-
- setProperties(Map<String, String>) - Method in class org.apache.camel.impl.DefaultCamelContext
-
Deprecated.
- setProperties(Object, Map<String, Object>) - Method in class org.apache.camel.impl.DefaultComponent
-
Sets the bean properties on the given bean
- setProperties(CamelContext, Object, Map<String, Object>) - Method in class org.apache.camel.impl.DefaultComponent
-
Sets the bean properties on the given bean using the given
CamelContext
- setProperties(Object, Map<String, Object>) - Method in class org.apache.camel.impl.DefaultEndpoint
-
Sets the bean properties on the given bean.
- setProperties(Map<String, Object>) - Method in class org.apache.camel.impl.DefaultExchange
-
- setProperties(T, Map<String, Object>) - Method in class org.apache.camel.impl.verifier.DefaultComponentVerifier
-
- setProperties(T, String, Map<String, Object>) - Method in class org.apache.camel.impl.verifier.DefaultComponentVerifier
-
- setProperties(List<PropertyDefinition>) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
-
Set client properties to use.
- setProperties(List<PropertyDefinition>) - Method in class org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration
-
Set client properties to use.
- setProperties(List<PropertyDefinition>) - Method in class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration
-
Set client properties to use.
- setProperties(List<PropertyDefinition>) - Method in class org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration
-
Set client properties to use.
- setProperties(List<PropertyDefinition>) - Method in class org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfiguration
-
Set client properties to use.
- setProperties(List<PropertyDefinition>) - Method in class org.apache.camel.model.PropertiesDefinition
-
Deprecated.
A series of properties as key value pairs
- setProperties(String) - Method in class org.apache.camel.processor.interceptor.DefaultTraceEventMessage
-
- setProperties(CamelContext, Object, Map<String, Object>) - Static method in class org.apache.camel.util.EndpointHelper
-
Sets the regular properties on the given bean
- setProperties(Object, Map<String, Object>, String, boolean) - Static method in class org.apache.camel.util.IntrospectionSupport
-
- setProperties(Object, Map<String, Object>, String) - Static method in class org.apache.camel.util.IntrospectionSupport
-
- setProperties(CamelContext, TypeConverter, Object, Map<String, Object>) - Static method in class org.apache.camel.util.IntrospectionSupport
-
- setProperties(TypeConverter, Object, Map<String, Object>) - Static method in class org.apache.camel.util.IntrospectionSupport
-
- setProperties(Object, Map<String, Object>) - Static method in class org.apache.camel.util.IntrospectionSupport
-
- setPropertiesComponent(PropertiesComponent) - Method in class org.apache.camel.component.properties.DefaultPropertiesParser
-
- setPropertiesFunction(XPathFunction) - Method in class org.apache.camel.builder.xml.XPathBuilder
-
- setPropertiesParser(PropertiesParser) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
To use a custom PropertiesParser
- setPropertiesResolver(PropertiesResolver) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
To use a custom PropertiesResolver
- setProperty(String, String) - Method in interface org.apache.camel.api.management.mbean.ManagedCamelContextMBean
-
Deprecated.
- setProperty(String, Expression) - Static method in class org.apache.camel.builder.ProcessorBuilder
-
Sets the property on the exchange
- setProperty(String, Object) - Method in class org.apache.camel.converter.jaxp.StAX2SAXSource
-
- setProperty(String, Object) - Method in interface org.apache.camel.Exchange
-
Sets a property on the exchange
- setProperty(String, Object) - Method in class org.apache.camel.impl.DefaultExchange
-
- setProperty(String, String) - Method in class org.apache.camel.management.mbean.ManagedCamelContext
-
Deprecated.
- setProperty(DataFormat, CamelContext, String, Object) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
- setProperty(Object, String, Object) - Method in class org.apache.camel.model.DataFormatDefinition
-
- setProperty(CamelContext, Object, String, Object) - Method in class org.apache.camel.model.DataFormatDefinition
-
Sets a named property on the data format instance using introspection
- setProperty(Object, String, Object) - Method in class org.apache.camel.model.language.ExpressionDefinition
-
Sets a named property on the object instance using introspection
- setProperty(Object, String, Object) - Method in class org.apache.camel.model.LoadBalancerDefinition
-
Sets a named property on the data format instance using introspection
- setProperty(String, Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
Adds a processor which sets the exchange property
- setProperty(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Adds a processor which sets the exchange property
- setProperty(CamelContext, TypeConverter, Object, String, Object, String, boolean) - Static method in class org.apache.camel.util.IntrospectionSupport
-
This method supports two modes to set a property:
1.
- setProperty(CamelContext, TypeConverter, Object, String, Object) - Static method in class org.apache.camel.util.IntrospectionSupport
-
- setProperty(TypeConverter, Object, String, Object) - Static method in class org.apache.camel.util.IntrospectionSupport
-
- setProperty(Object, String, Object, boolean) - Static method in class org.apache.camel.util.IntrospectionSupport
-
- setProperty(Object, String, Object) - Static method in class org.apache.camel.util.IntrospectionSupport
-
- SetPropertyDefinition - Class in org.apache.camel.model
-
Sets a named property on the message exchange
- SetPropertyDefinition() - Constructor for class org.apache.camel.model.SetPropertyDefinition
-
- SetPropertyDefinition(String, ExpressionDefinition) - Constructor for class org.apache.camel.model.SetPropertyDefinition
-
- SetPropertyDefinition(String, Expression) - Constructor for class org.apache.camel.model.SetPropertyDefinition
-
- SetPropertyDefinition(String, String) - Constructor for class org.apache.camel.model.SetPropertyDefinition
-
- setPropertyName(String) - Method in class org.apache.camel.model.RemovePropertyDefinition
-
Name of property to remove
- setPropertyName(String) - Method in class org.apache.camel.model.SetPropertyDefinition
-
Name of exchange property to set a new value.
- setPropertyName(String) - Method in class org.apache.camel.util.toolbox.XsltAggregationStrategy
-
- setPropertyPlaceholderLocations(String) - Method in class org.apache.camel.main.Main
-
A list of locations to load properties.
- setPropertyPrefix(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Optional prefix prepended to property names before resolution.
- SetPropertyProcessor - Class in org.apache.camel.processor
-
A processor which sets the property on the exchange with an
Expression
- SetPropertyProcessor(Expression, Expression) - Constructor for class org.apache.camel.processor.SetPropertyProcessor
-
- setPropertyRef(DataFormat, CamelContext, String, String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
- setPropertySuffix(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Optional suffix appended to property names before resolution.
- setProto(String) - Method in class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfiguration
-
The transport protocol of the desired service.
- setProvidedLogger(Logger) - Method in class org.apache.camel.component.log.LogEndpoint
-
- setProvider(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
-
Java Cryptography Extension (JCE) provider, default is Bouncy Castle
("BC").
- setProvider(String) - Method in class org.apache.camel.util.jsse.KeyManagersParameters
-
Sets the optional provider identifier for the
KeyManagerFactory
used to create
the
KeyManager
s represented by this object's configuration.
- setProvider(String) - Method in class org.apache.camel.util.jsse.KeyStoreParameters
-
Sets the optional provider identifier for instantiating the key store.
- setProvider(String) - Method in class org.apache.camel.util.jsse.SecureRandomParameters
-
Sets the optional provider identifier for the
SecureRandom
factory method used to create the
SecureRandom
represented by
this object's configuration.
- setProvider(String) - Method in class org.apache.camel.util.jsse.SSLContextParameters
-
Sets the optional provider identifier to use when constructing an
SSLContext
.
- setProvider(String) - Method in class org.apache.camel.util.jsse.TrustManagersParameters
-
- setPurgeWhenStopping(boolean) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
Whether to purge the task queue when stopping the consumer/route.
- setQueryParameters(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
Query parameters for the HTTP service to call
- setQueue(BlockingQueue<Exchange>) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
Define the queue instance which will be used by the endpoint.
- setQueueSize(int) - Method in class org.apache.camel.component.seda.SedaComponent
-
Sets the default maximum capacity of the SEDA queue (i.e., the number of messages it can hold).
- setQueueSizeRejectionThreshold(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
- setQuote(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Sets the quote which by default is "
- setQuote(String) - Method in class org.apache.camel.model.dataformat.UniVocityCsvDataFormat
-
The quote symbol.
- setQuoteAllFields(Boolean) - Method in class org.apache.camel.model.dataformat.UniVocityCsvDataFormat
-
Whether or not all values must be quoted when writing them.
- setQuoteDisabled(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Used to disable quotes
- setQuoteEscape(String) - Method in class org.apache.camel.model.dataformat.UniVocityCsvDataFormat
-
The quote escape symbol
- setQuoteMode(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Sets the quote mode
- setRandomBackOff(Boolean) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
-
- setRandomBackOff(boolean) - Method in class org.apache.camel.processor.aggregate.OptimisticLockRetryPolicy
-
- setReadLock(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Used by consumer, to only poll the files if it has exclusive read-lock on the file (i.e.
- setReadLockCheckInterval(long) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Interval in millis for the read-lock, if supported by the read lock.
- setReadLockDeleteOrphanLockFiles(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Whether or not read lock with marker files should upon startup delete any orphan read lock files, which may
have been left on the file system, if Camel was not properly shutdown (such as a JVM crash).
- setReadLockLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Logging level used when a read lock could not be acquired.
- setReadLockLoggingLevel(LoggingLevel) - Method in interface org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy
-
Sets logging level used when a read lock could not be acquired.
- setReadLockLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.file.strategy.FileChangedExclusiveReadLockStrategy
-
- setReadLockLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
- setReadLockLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRenameRepositoryReadLockStrategy
-
- setReadLockLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRepositoryReadLockStrategy
-
- setReadLockLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.file.strategy.FileLockExclusiveReadLockStrategy
-
- setReadLockLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.file.strategy.GenericFileRenameExclusiveReadLockStrategy
-
- setReadLockLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.file.strategy.MarkerFileExclusiveReadLockStrategy
-
- setReadLockMarkerFile(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Whether to use marker file with the changed, rename, or exclusive read lock types.
- setReadLockMinAge(long) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
This option applied only for readLock=change.
- setReadLockMinLength(long) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
This option applied only for readLock=changed.
- setReadLockRemoveOnCommit(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
This option applied only for readLock=idempotent.
- setReadLockRemoveOnRollback(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
This option applied only for readLock=idempotent.
- setReadLockTimeout(long) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Optional timeout in millis for the read-lock, if supported by the read-lock.
- setReadTimeoutMillis(Long) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
Read timeout for OkHttpClient
- setRecipientKeyAlias(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
-
The key alias to be used when retrieving the recipient's public or private key from a KeyStore when performing asymmetric key encryption or decryption.
- setRecordConverterRef(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Refers to a custom CsvRecordConverter to lookup from the registry to use.
- setRecordEndsOnNewline(Boolean) - Method in class org.apache.camel.model.dataformat.UniVocityFixedWidthDataFormat
-
Whether or not the record ends on new line.
- setRecordSeparator(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Sets the record separator (aka new line) which by default is \r\n (CRLF)
- setRecordSeparatorDisabled(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Used for disabling record separator
- setRecoveryInterval(long, TimeUnit) - Method in interface org.apache.camel.spi.RecoverableAggregationRepository
-
Sets the interval between recovery scans
- setRecoveryInterval(long) - Method in interface org.apache.camel.spi.RecoverableAggregationRepository
-
Sets the interval between recovery scans
- setRecursive(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
If a directory, will look for files in all the sub-directories as well.
- setRedeliverDelay(long) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
- setRedeliveries(Long) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setRedeliveries(Long) - Method in class org.apache.camel.util.ProcessorStatDump
-
- setRedeliveries(Long) - Method in class org.apache.camel.util.RouteStatDump
-
- setRedeliveryDelay(Long) - Method in interface org.apache.camel.api.management.mbean.ManagedErrorHandlerMBean
-
- setRedeliveryDelay(Long) - Method in class org.apache.camel.management.mbean.ManagedErrorHandler
-
- setRedeliveryDelay(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
- setRedeliveryDelay(long) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
Sets the initial redelivery delay in milliseconds
- setRedeliveryPolicy(RedeliveryPolicy) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
-
Sets the redelivery policy
- setRedeliveryPolicy(RedeliveryPolicyDefinition) - Method in class org.apache.camel.model.OnExceptionDefinition
-
- setRedeliveryPolicyRef(String) - Method in class org.apache.camel.model.OnExceptionDefinition
-
- setRedeliveryPolicyType(RedeliveryPolicyDefinition) - Method in class org.apache.camel.model.OnExceptionDefinition
-
- setRef(String) - Method in class org.apache.camel.model.BeanDefinition
-
Sets a reference to a bean to use
- setRef(String) - Method in class org.apache.camel.model.dataformat.CustomDataFormat
-
Reference to the custom
DataFormat
to lookup from the Camel registry.
- setRef(String) - Method in class org.apache.camel.model.FromDefinition
-
- setRef(String) - Method in class org.apache.camel.model.language.MethodCallExpression
-
Reference to bean to lookup in the registry
- setRef(String) - Method in class org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition
-
Refers to the custom load balancer to lookup from the registry
- setRef(String) - Method in class org.apache.camel.model.MarshalDefinition
-
- 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.SendDefinition
-
- 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
-
- 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.UnmarshalDefinition
-
- setRef(String) - Method in class org.apache.camel.model.validator.CustomValidatorDefinition
-
- setRef(String) - Method in class org.apache.camel.model.validator.EndpointValidatorDefinition
-
Set the reference of the Endpoint.
- setReferenceProperties(CamelContext, Object, Map<String, Object>) - Static method in class org.apache.camel.util.EndpointHelper
-
Sets the reference properties on the given bean
This is convention over configuration, setting all reference parameters (using
EndpointHelper.isReferenceParameter(String)
by looking it up in registry and setting it on the bean if possible.
- setRegex(boolean) - Method in class org.apache.camel.language.tokenizer.TokenizeLanguage
-
- setRegex(boolean) - Method in class org.apache.camel.model.language.TokenizerExpression
-
If the token is a regular expression pattern.
- setRegisterAlways(Boolean) - Method in class org.apache.camel.management.DefaultManagementAgent
-
- setRegisterAlways(Boolean) - Method in interface org.apache.camel.spi.ManagementAgent
-
Whether to always register mbeans.
- setRegisterNewRoutes(Boolean) - Method in class org.apache.camel.management.DefaultManagementAgent
-
- setRegisterNewRoutes(Boolean) - Method in interface org.apache.camel.spi.ManagementAgent
-
Whether to register mbeans when starting a new route
This option is default
true.
- setRegistry(Registry) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setRegistryPort(Integer) - Method in class org.apache.camel.management.DefaultManagementAgent
-
- setRegistryPort(Integer) - Method in interface org.apache.camel.spi.ManagementAgent
-
- setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- setRejectedPolicy(ThreadPoolRejectedPolicy) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
-
Sets the handler for tasks which cannot be executed by the thread pool.
- setRejectedPolicy(ThreadPoolRejectedPolicy) - Method in class org.apache.camel.model.ThreadsDefinition
-
- setRejectedPolicy(ThreadPoolRejectedPolicy) - Method in class org.apache.camel.spi.ThreadPoolProfile
-
Sets the handler for tasks which cannot be executed by the thread pool.
- setRejectExecution(Boolean) - Method in class org.apache.camel.model.ThrottleDefinition
-
- setRejectExecution(boolean) - Method in class org.apache.camel.processor.Throttler
-
- setRejectOld(boolean) - Method in class org.apache.camel.model.config.StreamResequencerConfig
-
If true, throws an exception when messages older than the last delivered message are processed
- setRejectOld(Boolean) - Method in class org.apache.camel.processor.resequencer.ResequencerEngine
-
- setRejectOld(Boolean) - Method in class org.apache.camel.processor.StreamResequencer
-
- setRelativeFilePath(String) - Method in class org.apache.camel.component.file.GenericFile
-
- setReloadStrategy(ReloadStrategy) - Method in interface org.apache.camel.CamelContext
-
- setReloadStrategy(ReloadStrategy) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setReloadStrategy(ReloadStrategy) - Method in class org.apache.camel.main.MainSupport
-
- setRemoveNamespacePrefixes(Boolean) - Method in class org.apache.camel.model.dataformat.XmlJsonDataFormat
-
Removes the namespace prefixes from XML qualified elements, so that the resulting JSON string does not contain them.
- setRemoveOnCommit(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
Whether to remove the file from the idempotent repository when doing a commit.
- setRemoveOnCommit(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRenameRepositoryReadLockStrategy
-
Whether to remove the file from the idempotent repository when doing a commit.
- setRemoveOnCommit(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRepositoryReadLockStrategy
-
Whether to remove the file from the idempotent repository when doing a commit.
- setRemoveOnDump(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedBacklogTracerMBean
-
- setRemoveOnDump(boolean) - Method in class org.apache.camel.management.mbean.ManagedBacklogTracer
-
- setRemoveOnDump(boolean) - Method in class org.apache.camel.processor.interceptor.BacklogTracer
-
- setRemoveOnFailure(Boolean) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
-
- setRemoveOnRollback(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
Whether to remove the file from the idempotent repository when doing a rollback.
- setRemoveOnRollback(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRenameRepositoryReadLockStrategy
-
Whether to remove the file from the idempotent repository when doing a rollback.
- setRemoveOnRollback(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRepositoryReadLockStrategy
-
Whether to remove the file from the idempotent repository when doing a rollback.
- setRemoveSpoolDirectoryWhenStopping(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedStreamCachingStrategyMBean
-
- setRemoveSpoolDirectoryWhenStopping(boolean) - Method in class org.apache.camel.impl.DefaultStreamCachingStrategy
-
- setRemoveSpoolDirectoryWhenStopping(boolean) - Method in class org.apache.camel.management.mbean.ManagedStreamCachingStrategy
-
- setRemoveSpoolDirectoryWhenStopping(boolean) - Method in interface org.apache.camel.spi.StreamCachingStrategy
-
Whether to remove the temporary directory when stopping.
- setRemovingRoutes(boolean) - Method in class org.apache.camel.impl.RouteService
-
- setRenameUsingCopy(boolean) - Method in class org.apache.camel.component.file.FileEndpoint
-
Perform rename operations using a copy and delete strategy.
- setRepeatCount(long) - Method in class org.apache.camel.component.timer.TimerEndpoint
-
Specifies a maximum limit of number of fires.
- setReportCount(long) - Method in class org.apache.camel.component.dataset.DataSetSupport
-
Sets the number of messages in a group on which we will report that messages have been received.
- setReporter(Processor) - Method in class org.apache.camel.component.mock.MockEndpoint
-
Allows a processor to added to the endpoint to report on progress of the test
- setReportGroup(int) - Method in class org.apache.camel.component.mock.MockEndpoint
-
A number that is used to turn on throughput logging based on groups of the size.
- setRepresenter(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
Representer to emit outgoing objects.
- setRequest(Boolean) - Method in class org.apache.camel.model.dataformat.XmlRpcDataFormat
-
Whether to marshal/unmarshal request or response
Is by default false
- setRequestLogEnabled(Boolean) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
Whether HystrixCommand execution and events should be logged to HystrixRequestLog.
- setRequired(Boolean) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
-
Sets the Swagger Parameter required flag.
- setResequencerConfig(ResequencerConfig) - Method in class org.apache.camel.model.ResequenceDefinition
-
To configure the resequencer in using either batch or stream configuration.
- setResetTimestamp(String) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setResetTimestamp(String) - Method in class org.apache.camel.util.ProcessorStatDump
-
- setResetTimestamp(String) - Method in class org.apache.camel.util.RouteStatDump
-
- setResolvePropertyPlaceholders(boolean) - Method in class org.apache.camel.impl.DefaultComponent
-
Whether the component should resolve property placeholders on itself when starting.
- setResolver(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
Resolver to detect implicit type
- setResource(String) - Method in class org.apache.camel.util.jsse.KeyStoreParameters
-
Sets the optional file path, class path resource, or URL of the resource
used to load the key store.
- setResourceResolver(LSResourceResolver) - Method in class org.apache.camel.component.validator.ValidatorEndpoint
-
To use a custom LSResourceResolver.
- setResourceResolver(LSResourceResolver) - Method in class org.apache.camel.processor.validation.SchemaReader
-
- setResourceResolver(LSResourceResolver) - Method in class org.apache.camel.processor.validation.ValidatingProcessor
-
- setResourceResolverFactory(ValidatorResourceResolverFactory) - Method in class org.apache.camel.component.validator.ValidatorComponent
-
- setResourceResolverFactory(ValidatorResourceResolverFactory) - Method in class org.apache.camel.component.validator.ValidatorEndpoint
-
For creating a resource resolver which depends on the endpoint resource URI.
- setResourceUri(String) - Method in class org.apache.camel.component.language.LanguageEndpoint
-
Path to the resource, or a reference to lookup a bean in the Registry to use as the resource
- setResourceUri(String) - Method in class org.apache.camel.component.ResourceEndpoint
-
Path to the resource.
- setResourceUri(String) - Method in class org.apache.camel.component.validator.ValidatorEndpoint
-
URL to a local resource on the classpath,or a reference to lookup a bean in the Registry,
or a full URL to a remote resource or resource on the file system which contains the XSD to validate against.
- setResourceUri(String) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
The name of the template to load from classpath or file system
- setResponseModel(String) - Method in class org.apache.camel.model.rest.RestOperationResponseMsgDefinition
-
- setResponseMsgs(List<RestOperationResponseMsgDefinition>) - Method in class org.apache.camel.model.rest.VerbDefinition
-
Sets swagger operation response messages.
- setRest(RestDefinition) - Method in class org.apache.camel.model.rest.VerbDefinition
-
- setRestBindingDefinition(RestBindingDefinition) - Method in class org.apache.camel.model.RouteDefinition
-
- setRestCollection(RestsDefinition) - Method in class org.apache.camel.builder.RouteBuilder
-
- setRestConfiguration(RestConfiguration) - Method in interface org.apache.camel.CamelContext
-
- setRestConfiguration(RestConfiguration) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setRestDefinition(RestDefinition) - Method in class org.apache.camel.model.RouteDefinition
-
- setRestHostNameResolver(RestConfiguration.RestHostNameResolver) - Method in class org.apache.camel.spi.RestConfiguration
-
Sets the resolver to use for resolving hostname
- setRestHostNameResolver(String) - Method in class org.apache.camel.spi.RestConfiguration
-
Sets the resolver to use for resolving hostname
- setRestRegistry(RestRegistry) - Method in interface org.apache.camel.CamelContext
-
- setRestRegistry(RestRegistry) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- 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
- setResult(T) - Method in class org.apache.camel.impl.AsyncCallbackToCompletableFutureAdapter
-
- setResultHandlerFactory(ResultHandlerFactory) - Method in class org.apache.camel.builder.xml.XsltBuilder
-
- setResultHandlerFactory(ResultHandlerFactory) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
Allows you to use a custom org.apache.camel.builder.xml.ResultHandlerFactory which is capable of
using custom org.apache.camel.builder.xml.ResultHandler types.
- setResultMinimumWaitTime(long) - Method in class org.apache.camel.component.mock.MockEndpoint
-
- setResultQName(QName) - Method in class org.apache.camel.builder.xml.XPathBuilder
-
- setResultType(Class<?>) - Method in class org.apache.camel.builder.SimpleBuilder
-
- setResultType(Class<?>) - Method in class org.apache.camel.builder.xml.XPathBuilder
-
- setResultType(QName) - Method in class org.apache.camel.language.xpath.XPathLanguage
-
- setResultType(Class<?>) - Method in class org.apache.camel.model.language.JsonPathExpression
-
Sets the class of the result type (type from output)
- setResultType(Class<?>) - Method in class org.apache.camel.model.language.SimpleExpression
-
Sets the class of the result type (type from output)
- setResultType(Class<?>) - Method in class org.apache.camel.model.language.XPathExpression
-
Sets the class of the result type (type from output).
- setResultType(Class<?>) - Method in class org.apache.camel.model.language.XQueryExpression
-
Sets the class of the result type (type from output).
- setResultTypeName(String) - Method in class org.apache.camel.model.language.JsonPathExpression
-
Sets the class name of the result type (type from output)
- setResultTypeName(String) - Method in class org.apache.camel.model.language.SimpleExpression
-
Sets the class name of the result type (type from output)
- setResultTypeName(String) - Method in class org.apache.camel.model.language.XPathExpression
-
Sets the class name of the result type (type from output)
The default result type is NodeSet
- setResultWaitTime(long) - Method in class org.apache.camel.component.mock.MockEndpoint
-
- setResumePercentOfMax(int) - Method in interface org.apache.camel.api.management.mbean.ManagedThrottlingInflightRoutePolicyMBean
-
- setResumePercentOfMax(int) - Method in class org.apache.camel.impl.ThrottlingInflightRoutePolicy
-
Sets at which percentage of the max the throttler should start resuming the route.
- setResumePercentOfMax(int) - Method in class org.apache.camel.management.mbean.ManagedThrottlingInflightRoutePolicy
-
- setRetainFirst(int) - Method in class org.apache.camel.component.mock.MockEndpoint
-
Specifies to only retain the first n'th number of received
Exchange
s.
- setRetainLast(int) - Method in class org.apache.camel.component.mock.MockEndpoint
-
Specifies to only retain the last n'th number of received
Exchange
s.
- setRetriesExhaustedLogLevel(String) - Method in interface org.apache.camel.api.management.mbean.ManagedErrorHandlerMBean
-
- setRetriesExhaustedLogLevel(String) - Method in class org.apache.camel.management.mbean.ManagedErrorHandler
-
- setRetriesExhaustedLogLevel(LoggingLevel) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
- setRetriesExhaustedLogLevel(LoggingLevel) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
Sets the logging level to use for log messages when retries have been exhausted.
- setRetryAttemptedLogLevel(String) - Method in interface org.apache.camel.api.management.mbean.ManagedErrorHandlerMBean
-
- setRetryAttemptedLogLevel(String) - Method in class org.apache.camel.management.mbean.ManagedErrorHandler
-
- setRetryAttemptedLogLevel(LoggingLevel) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
- setRetryAttemptedLogLevel(LoggingLevel) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
Sets the logging level to use for log messages when retries are attempted.
- setRetryDelay(Long) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
-
- setRetryDelay(long) - Method in class org.apache.camel.processor.aggregate.OptimisticLockRetryPolicy
-
- setRetryWhile(Predicate) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
-
- setRetryWhile(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.OnExceptionDefinition
-
- setRetryWhilePolicy(Predicate) - Method in class org.apache.camel.model.OnExceptionDefinition
-
- setRetryWhileRef(String) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
-
- setReverse(Boolean) - Method in class org.apache.camel.model.config.BatchResequencerConfig
-
Whether to reverse the ordering.
- setReverse(boolean) - Method in class org.apache.camel.processor.BatchProcessor
-
Deprecated.
- setRootName(String) - Method in class org.apache.camel.model.dataformat.XmlJsonDataFormat
-
Specifies the name of the top-level element.
- setRoundRobin(Boolean) - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
-
Whether or not the failover load balancer should operate in round robin mode or not.
- setRoundRobin(Boolean) - Method in class org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition
-
To enable round robin mode.
- setRoundRobin(boolean) - Method in class org.apache.camel.processor.loadbalancer.FailOverLoadBalancer
-
- setRoute(Route) - Method in class org.apache.camel.impl.DefaultConsumer
-
- setRoute(Route) - Method in class org.apache.camel.management.mbean.ManagedProcessor
-
- setRoute(Route) - Method in class org.apache.camel.management.mbean.ManagedService
-
- setRoute(RouteDefinition) - Method in class org.apache.camel.model.rest.VerbDefinition
-
- setRoute(Route) - Method in class org.apache.camel.processor.CamelInternalProcessor.RouteLifecycleAdvice
-
- setRoute(Route) - Method in class org.apache.camel.processor.CamelInternalProcessor.RoutePolicyAdvice
-
- setRoute(Route) - Method in interface org.apache.camel.RouteAware
-
- setRouteBuilderClasses(String) - Method in class org.apache.camel.main.MainSupport
-
- setRouteBuilders(List<RouteBuilder>) - Method in class org.apache.camel.main.MainSupport
-
- setRouteCollection(RoutesDefinition) - Method in class org.apache.camel.builder.RouteBuilder
-
- setRouteContext(RouteContext) - Method in class org.apache.camel.processor.interceptor.TraceInterceptor
-
- setRouteId(String) - Method in class org.apache.camel.component.controlbus.ControlBusEndpoint
-
To specify a route by its id.
- setRouteId(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
Name of the route this REST services creates
- setRouteId(String) - Method in class org.apache.camel.model.rest.VerbDefinition
-
The route id this rest-dsl is using (read-only)
- setRouteId(String) - Method in class org.apache.camel.processor.interceptor.DefaultTraceEventMessage
-
- setRoutePolicies(List<RoutePolicy>) - Method in class org.apache.camel.model.RouteDefinition
-
- setRoutePolicyFactories(List<RoutePolicyFactory>) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setRoutePolicyList(List<RoutePolicy>) - Method in class org.apache.camel.impl.DefaultRouteContext
-
- setRoutePolicyList(List<RoutePolicy>) - Method in interface org.apache.camel.spi.RouteContext
-
Sets a custom route policy List
- setRoutePolicyRef(String) - Method in class org.apache.camel.model.RouteDefinition
-
- setRoutes(List<Route>) - Method in class org.apache.camel.impl.DefaultCamelContext
-
Deprecated.
- 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.OnExceptionDefinition
-
- setRouteStats(List<RouteStatDump>) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setRunLoggingLevel(LoggingLevel) - Method in class org.apache.camel.impl.ScheduledPollConsumer
-
- setRunLoggingLevel(LoggingLevel) - Method in class org.apache.camel.impl.ScheduledPollEndpoint
-
The consumer logs a start/complete log line when it polls.
- setRuntimeEndpointRegistry(RuntimeEndpointRegistry) - Method in interface org.apache.camel.CamelContext
-
- setRuntimeEndpointRegistry(RuntimeEndpointRegistry) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setRuntimeRatios(ArrayList<DistributionRatio>) - Method in class org.apache.camel.processor.loadbalancer.WeightedLoadBalancer
-
- setRuntimeWeight(int) - Method in class org.apache.camel.processor.loadbalancer.DistributionRatio
-
- setSamplePeriod(Long) - Method in class org.apache.camel.model.SamplingDefinition
-
Sets the sample period during which only a single Exchange will pass through.
- setSaxon(boolean) - Method in class org.apache.camel.component.xslt.XsltComponent
-
Whether to use Saxon as the transformerFactoryClass.
- setSaxon(boolean) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
Whether to use Saxon as the transformerFactoryClass.
- setSaxon(Boolean) - Method in class org.apache.camel.model.language.XPathExpression
-
Whether to use Saxon.
- setSaxonConfiguration(Object) - Method in class org.apache.camel.component.xslt.XsltComponent
-
To use a custom Saxon configuration
- setSaxonConfiguration(Object) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
To use a custom Saxon configuration
- setSaxonConfigurationProperties(Map<String, Object>) - Method in class org.apache.camel.component.xslt.XsltComponent
-
To set custom Saxon configuration properties
- setSaxonConfigurationProperties(Map<String, Object>) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
To set custom Saxon configuration properties
- setSaxonExtensionFunctions(List<Object>) - Method in class org.apache.camel.component.xslt.XsltComponent
-
Allows you to use a custom net.sf.saxon.lib.ExtensionFunctionDefinition.
- setSaxonExtensionFunctions(String) - Method in class org.apache.camel.component.xslt.XsltComponent
-
Allows you to use a custom net.sf.saxon.lib.ExtensionFunctionDefinition.
- setSaxonExtensionFunctions(List<Object>) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
Allows you to use a custom net.sf.saxon.lib.ExtensionFunctionDefinition.
- setSaxonExtensionFunctions(String) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
Allows you to use a custom net.sf.saxon.lib.ExtensionFunctionDefinition.
- setScheduledExecutorService(ScheduledExecutorService) - Method in class org.apache.camel.impl.DefaultScheduledPollConsumerScheduler
-
- setScheduledExecutorService(ScheduledExecutorService) - Method in class org.apache.camel.impl.ScheduledPollConsumer
-
- setScheduledExecutorService(ScheduledExecutorService) - Method in class org.apache.camel.impl.ScheduledPollEndpoint
-
Allows for configuring a custom/shared thread pool to use for the consumer.
- setScheduler(ScheduledPollConsumerScheduler) - Method in class org.apache.camel.impl.ScheduledPollConsumer
-
- setScheduler(ScheduledPollConsumerScheduler) - Method in class org.apache.camel.impl.ScheduledPollEndpoint
-
Allow to plugin a custom org.apache.camel.spi.ScheduledPollConsumerScheduler to use as the scheduler for
firing when the polling consumer runs.
- setScheduler(String) - Method in class org.apache.camel.impl.ScheduledPollEndpoint
-
Allow to plugin a custom org.apache.camel.spi.ScheduledPollConsumerScheduler to use as the scheduler for
firing when the polling consumer runs.
- setSchedulerProperties(Map<String, Object>) - Method in class org.apache.camel.impl.ScheduledPollConsumer
-
- setSchedulerProperties(Map<String, Object>) - Method in class org.apache.camel.impl.ScheduledPollEndpoint
-
To configure additional properties when using a custom scheduler or any of the Quartz2, Spring based scheduler.
- 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.
- setSchema(Schema) - Method in class org.apache.camel.processor.validation.SchemaReader
-
- setSchema(Schema) - Method in class org.apache.camel.processor.validation.ValidatingProcessor
-
- setSchemaAsByteArray(byte[]) - Method in class org.apache.camel.processor.validation.SchemaReader
-
- setSchemaAsByteArray(byte[]) - Method in class org.apache.camel.processor.validation.ValidatingProcessor
-
- setSchemaFactory(SchemaFactory) - Method in class org.apache.camel.component.validator.ValidatorEndpoint
-
To use a custom javax.xml.validation.SchemaFactory
- setSchemaFactory(SchemaFactory) - Method in class org.apache.camel.processor.validation.SchemaReader
-
- setSchemaFactory(SchemaFactory) - Method in class org.apache.camel.processor.validation.ValidatingProcessor
-
- setSchemaFile(File) - Method in class org.apache.camel.processor.validation.SchemaReader
-
- setSchemaFile(File) - Method in class org.apache.camel.processor.validation.ValidatingProcessor
-
- setSchemaLanguage(String) - Method in class org.apache.camel.component.validator.ValidatorEndpoint
-
Configures the W3C XML Schema Namespace URI.
- setSchemaLanguage(String) - Method in class org.apache.camel.processor.validation.SchemaReader
-
- setSchemaLanguage(String) - Method in class org.apache.camel.processor.validation.ValidatingProcessor
-
- setSchemaLocation(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
To define the location of the schema
- setSchemaSource(Source) - Method in class org.apache.camel.processor.validation.SchemaReader
-
- setSchemaSource(Source) - Method in class org.apache.camel.processor.validation.ValidatingProcessor
-
- setSchemaUrl(URL) - Method in class org.apache.camel.processor.validation.SchemaReader
-
- setSchemaUrl(URL) - Method in class org.apache.camel.processor.validation.ValidatingProcessor
-
- 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.
- setScheme(String) - Method in class org.apache.camel.spi.RestConfiguration
-
Sets the scheme to use by the REST consumer
- setScope(String) - Method in interface org.apache.camel.api.management.mbean.ManagedThrottlingInflightRoutePolicyMBean
-
- setScope(ThrottlingInflightRoutePolicy.ThrottlingScope) - Method in class org.apache.camel.impl.ThrottlingInflightRoutePolicy
-
Sets which scope the throttling should be based upon, either route or total scoped.
- setScope(String) - Method in class org.apache.camel.management.mbean.ManagedThrottlingInflightRoutePolicy
-
- setScript(String) - Method in class org.apache.camel.component.language.LanguageEndpoint
-
Sets the script to execute
- setSecureRandom(SecureRandomParameters) - Method in class org.apache.camel.util.jsse.SSLContextParameters
-
Sets the optional secure random configuration options to use for
constructing the
SecureRandom
used in the creation of an
SSLContext
.
- setSecureSocketProtocol(List<String>) - Method in class org.apache.camel.util.jsse.SecureSocketProtocolsParameters
-
Sets the list of secure socket protocol names.
- setSecureSocketProtocol(String) - Method in class org.apache.camel.util.jsse.SSLContextParameters
-
Sets the optional protocol for the secure sockets created by the
SSLContext
represented by this instance's configuration.
- setSecureSocketProtocols(SecureSocketProtocolsParameters) - Method in class org.apache.camel.util.jsse.BaseSSLContextParameters
-
Sets the explicitly configured secure socket protocol names for this configuration.
- setSecureSocketProtocolsFilter(FilterParameters) - Method in class org.apache.camel.util.jsse.BaseSSLContextParameters
-
Sets the optional secure socket protocol filter for this JSSE configuration.
- setSecureTag(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
-
The XPath reference to the XML Element selected for encryption/decryption.
- setSecureTagContents(Boolean) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
-
A boolean value to specify whether the XML Element is to be encrypted or the contents of the XML Element
false = Element Level
true = Element Content Level
- setSelfProcessingTime(Long) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setSelfProcessingTime(Long) - Method in class org.apache.camel.util.RouteStatDump
-
- setSendEmptyMessageWhenIdle(boolean) - Method in class org.apache.camel.impl.ScheduledPollConsumer
-
- setSendEmptyMessageWhenIdle(boolean) - Method in class org.apache.camel.impl.ScheduledPollEndpoint
-
If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.
- setSeparator(String) - Method in class org.apache.camel.runtimecatalog.CollectionStringBuffer
-
- setSeparator(String) - Method in class org.apache.camel.util.CollectionStringBuffer
-
- setSequenceSender(SequenceSender<E>) - Method in class org.apache.camel.processor.resequencer.ResequencerEngine
-
Sets the sequence sender.
- setServerParameters(SSLContextServerParameters) - Method in class org.apache.camel.util.jsse.SSLContextParameters
-
The optional configuration options to be applied purely to the server side settings
of the
SSLContext
.
- setServers(List<String>) - Method in class org.apache.camel.impl.cloud.BlacklistServiceFilter
-
Set the servers.
- setServers(String) - Method in class org.apache.camel.impl.cloud.BlacklistServiceFilter
-
Set the servers.
- setServers(List<String>) - Method in class org.apache.camel.impl.cloud.BlacklistServiceFilterFactory
-
- setServers(List<String>) - Method in class org.apache.camel.impl.cloud.StaticServiceDiscovery
-
Set the servers.
- setServers(String) - Method in class org.apache.camel.impl.cloud.StaticServiceDiscovery
-
Set the servers.
- setServers(List<String>) - Method in class org.apache.camel.impl.cloud.StaticServiceDiscoveryFactory
-
- 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.CamelContext
-
Sets the default service call configuration
- setServiceCallConfiguration(ServiceCallConfigurationDefinition) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setServiceCallConfigurations(List<ServiceCallConfigurationDefinition>) - Method in interface org.apache.camel.CamelContext
-
Sets the service call configurations
- setServiceCallConfigurations(List<ServiceCallConfigurationDefinition>) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setServiceChooser(ServiceChooser) - Method in interface org.apache.camel.cloud.ServiceChooserAware
-
- setServiceChooser(ServiceChooser) - Method in class org.apache.camel.impl.cloud.DefaultServiceLoadBalancer
-
- setServiceChooser(ServiceChooser) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
- setServiceChooser(ServiceChooser) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
- setServiceChooserRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
- setServiceChooserRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
- setServiceDiscovery(ServiceDiscovery) - Method in interface org.apache.camel.cloud.ServiceDiscoveryAware
-
- setServiceDiscovery(ServiceDiscovery) - Method in class org.apache.camel.impl.cloud.CachingServiceDiscoveryFactory
-
- setServiceDiscovery(ServiceDiscovery) - Method in class org.apache.camel.impl.cloud.DefaultServiceLoadBalancer
-
- setServiceDiscovery(ServiceDiscovery) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
- setServiceDiscovery(ServiceDiscovery) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
- 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.AggregatingServiceCallServiceDiscoveryConfiguration
-
List of ServiceDiscovery configuration to use
- setServiceDiscoveryList(List<ServiceDiscovery>) - Method in class org.apache.camel.impl.cloud.AggregatingServiceDiscoveryFactory
-
- setServiceDiscoveryRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
- setServiceDiscoveryRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
- setServiceFilter(ServiceFilter) - Method in interface org.apache.camel.cloud.ServiceFilterAware
-
- setServiceFilter(ServiceFilter) - Method in class org.apache.camel.impl.cloud.DefaultServiceLoadBalancer
-
- 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
-
- setServiceFilter(ServiceFilter) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
- 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.ChainedServiceCallServiceFilterConfiguration
-
List of ServiceFilter configuration to use
- setServiceFilterList(List<ServiceFilter>) - Method in class org.apache.camel.impl.cloud.ChainedServiceFilterFactory
-
- 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
-
- setServiceFilterRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
- setServicePath(String) - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
-
The path to look for for service discovery
- setServiceUrlPath(String) - Method in class org.apache.camel.management.DefaultManagementAgent
-
- setServiceUrlPath(String) - Method in interface org.apache.camel.spi.ManagementAgent
-
Sets the service url
- setSessionTimeout(String) - Method in class org.apache.camel.util.jsse.BaseSSLContextParameters
-
- setShareUnitOfWork(Boolean) - Method in class org.apache.camel.model.EnrichDefinition
-
- setShareUnitOfWork(Boolean) - Method in class org.apache.camel.model.MulticastDefinition
-
- setShareUnitOfWork(Boolean) - Method in class org.apache.camel.model.RecipientListDefinition
-
- setShareUnitOfWork(Boolean) - Method in class org.apache.camel.model.SplitDefinition
-
- setShareUnitOfWork(boolean) - Method in class org.apache.camel.processor.Enricher
-
- setShareUnitOfWork(boolean) - Method in class org.apache.camel.processor.RecipientList
-
- setShortError(String) - Method in class org.apache.camel.runtimecatalog.LanguageValidationResult
-
- setShortExchangeId(String) - Method in class org.apache.camel.processor.interceptor.DefaultTraceEventMessage
-
- setShorthandMethod(boolean) - Method in class org.apache.camel.component.bean.BeanProcessor
-
Sets whether to support getter style method name, so you can
say the method is called 'name' but it will invoke the 'getName' method.
- setShouldAppendHMAC(Boolean) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
-
Flag indicating that a Message Authentication Code should be calculated and appended to the encrypted data.
- setShowAll(boolean) - Method in class org.apache.camel.processor.DefaultExchangeFormatter
-
Quick option for turning all options on.
- setShowBody(boolean) - Method in class org.apache.camel.processor.DefaultExchangeFormatter
-
- setShowBody(boolean) - Method in class org.apache.camel.processor.interceptor.DefaultTraceFormatter
-
- setShowBodyType(boolean) - Method in class org.apache.camel.processor.DefaultExchangeFormatter
-
Show the body Java type.
- setShowBodyType(boolean) - Method in class org.apache.camel.processor.interceptor.DefaultTraceFormatter
-
- setShowBreadCrumb(boolean) - Method in class org.apache.camel.processor.interceptor.DefaultTraceFormatter
-
- setShowCaughtException(boolean) - Method in class org.apache.camel.processor.DefaultExchangeFormatter
-
f the exchange has a caught exception, show the exception message (no stack trace).
- setShowException(boolean) - Method in class org.apache.camel.processor.DefaultExchangeFormatter
-
If the exchange has an exception, show the exception message (no stacktrace)
- setShowException(boolean) - Method in class org.apache.camel.processor.interceptor.DefaultTraceFormatter
-
- setShowExchangeId(boolean) - Method in class org.apache.camel.processor.DefaultExchangeFormatter
-
Show the unique exchange ID.
- setShowExchangeId(boolean) - Method in class org.apache.camel.processor.interceptor.DefaultTraceFormatter
-
- setShowExchangePattern(boolean) - Method in class org.apache.camel.processor.DefaultExchangeFormatter
-
Shows the Message Exchange Pattern (or MEP for short).
- setShowExchangePattern(boolean) - Method in class org.apache.camel.processor.interceptor.DefaultTraceFormatter
-
- setShowFiles(boolean) - Method in class org.apache.camel.processor.DefaultExchangeFormatter
-
If enabled Camel will output files
- setShowFuture(boolean) - Method in class org.apache.camel.processor.DefaultExchangeFormatter
-
If enabled Camel will on Future objects wait for it to complete to obtain the payload to be logged.
- setShowHeaders(boolean) - Method in class org.apache.camel.processor.DefaultExchangeFormatter
-
Show the message headers.
- setShowHeaders(boolean) - Method in class org.apache.camel.processor.interceptor.DefaultTraceFormatter
-
- setShowNode(boolean) - Method in class org.apache.camel.processor.interceptor.DefaultTraceFormatter
-
- setShowOut(boolean) - Method in class org.apache.camel.processor.DefaultExchangeFormatter
-
If the exchange has an out message, show the out message.
- setShowOutBody(boolean) - Method in class org.apache.camel.processor.interceptor.DefaultTraceFormatter
-
- setShowOutBodyType(boolean) - Method in class org.apache.camel.processor.interceptor.DefaultTraceFormatter
-
- setShowOutHeaders(boolean) - Method in class org.apache.camel.processor.interceptor.DefaultTraceFormatter
-
- setShowProperties(boolean) - Method in class org.apache.camel.processor.DefaultExchangeFormatter
-
Show the exchange properties.
- setShowProperties(boolean) - Method in class org.apache.camel.processor.interceptor.DefaultTraceFormatter
-
- setShowRouteId(boolean) - Method in class org.apache.camel.processor.interceptor.DefaultTraceFormatter
-
- setShowShortExchangeId(boolean) - Method in class org.apache.camel.processor.interceptor.DefaultTraceFormatter
-
- setShowStackTrace(boolean) - Method in class org.apache.camel.processor.DefaultExchangeFormatter
-
Show the stack trace, if an exchange has an exception.
- setShowStreams(boolean) - Method in class org.apache.camel.processor.DefaultExchangeFormatter
-
Whether Camel should show stream bodies or not (eg such as java.io.InputStream).
- setShuffle(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
To shuffle the list of files (sort in random order)
- setShutdownAwaitTermination(long) - Method in class org.apache.camel.impl.DefaultExecutorServiceManager
-
- setShutdownAwaitTermination(long) - Method in interface org.apache.camel.spi.ExecutorServiceManager
-
- setShutdownExecutorService(boolean) - Method in class org.apache.camel.processor.RecipientList
-
- setShutdownNowOnTimeout(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedCamelContextMBean
-
- setShutdownNowOnTimeout(boolean) - Method in class org.apache.camel.impl.DefaultShutdownStrategy
-
- setShutdownNowOnTimeout(boolean) - Method in class org.apache.camel.management.mbean.ManagedCamelContext
-
- setShutdownNowOnTimeout(boolean) - Method in interface org.apache.camel.spi.ShutdownStrategy
-
Sets whether to force shutdown of all consumers when a timeout occurred and thus
not all consumers was shutdown within that period.
- setShutdownRoute(ShutdownRoute) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setShutdownRoute(ShutdownRoute) - Method in class org.apache.camel.impl.DefaultRouteContext
-
- setShutdownRoute(ShutdownRoute) - Method in class org.apache.camel.model.RouteDefinition
-
To control how to shutdown the route.
- setShutdownRoute(ShutdownRoute) - Method in interface org.apache.camel.RuntimeConfiguration
-
Sets the ShutdownRoute option for routes.
- setShutdownRoutesInReverseOrder(boolean) - Method in class org.apache.camel.impl.DefaultShutdownStrategy
-
- setShutdownRoutesInReverseOrder(boolean) - Method in interface org.apache.camel.spi.ShutdownStrategy
-
Sets whether routes should be shutdown in reverse or the same order as they where started.
- setShutdownRunningTask(ShutdownRunningTask) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setShutdownRunningTask(ShutdownRunningTask) - Method in class org.apache.camel.impl.DefaultRouteContext
-
- setShutdownRunningTask(ShutdownRunningTask) - Method in class org.apache.camel.model.RouteDefinition
-
To control how to shutdown the route.
- setShutdownRunningTask(ShutdownRunningTask) - Method in interface org.apache.camel.RuntimeConfiguration
-
Sets the ShutdownRunningTask option to use when shutting down a route.
- setShutdownStrategy(ShutdownStrategy) - Method in interface org.apache.camel.CamelContext
-
Sets a custom shutdown strategy
- setShutdownStrategy(ShutdownStrategy) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setShutdownTimeoutCheckerExecutorService(boolean) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- 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).
- setSignatures(List<String>) - Method in class org.apache.camel.util.component.ApiMethodParser
-
- setSignatureVerificationOption(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
-
Controls the behavior for verifying the signature during unmarshaling.
- setSimpleFunction(XPathFunction) - Method in class org.apache.camel.builder.xml.XPathBuilder
-
- setSize(long) - Method in class org.apache.camel.component.dataset.DataSetSupport
-
- setSize(int) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
The maximum capacity of the SEDA queue (i.e., the number of messages it can hold).
- setSkipBindingOnErrorCode(Boolean) - Method in class org.apache.camel.component.rest.RestProducer
-
- setSkipBindingOnErrorCode(Boolean) - Method in class org.apache.camel.model.rest.RestBindingDefinition
-
Whether to skip binding on output if there is a custom HTTP error code header.
- setSkipBindingOnErrorCode(Boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Whether to skip binding on output if there is a custom HTTP error code header.
- setSkipBindingOnErrorCode(Boolean) - Method in class org.apache.camel.model.rest.RestDefinition
-
Whether to skip binding on output if there is a custom HTTP error code header.
- setSkipBindingOnErrorCode(Boolean) - Method in class org.apache.camel.model.rest.VerbDefinition
-
Whether to skip binding on output if there is a custom HTTP error code header.
- setSkipBindingOnErrorCode(boolean) - Method in class org.apache.camel.spi.RestConfiguration
-
Whether to skip binding output if there is a custom HTTP error code, and instead use the response body as-is.
- setSkipBodyLineSeparator(boolean) - Method in class org.apache.camel.processor.DefaultExchangeFormatter
-
Whether to skip line separators when logging the message body.
- setSkipDuplicate(Boolean) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
-
- setSkipEmptyLines(Boolean) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
Whether or not the empty lines must be ignored.
- setSkipFirst(boolean) - Method in class org.apache.camel.language.tokenizer.TokenizeLanguage
-
- setSkipFirst(Boolean) - Method in class org.apache.camel.model.language.TokenizerExpression
-
To skip the very first element
- setSkipHeaderRecord(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Whether to skip the header record in the output
- setSkipNamespaces(Boolean) - Method in class org.apache.camel.model.dataformat.XmlJsonDataFormat
-
Signals whether namespaces should be ignored.
- setSkipSendToOriginalEndpoint(Boolean) - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
-
If set to true then the message is not sent to the original endpoint.
- setSkipTrailingCharsUntilNewline(Boolean) - Method in class org.apache.camel.model.dataformat.UniVocityFixedWidthDataFormat
-
Whether or not the trailing characters until new line must be ignored.
- setSkipWhitespace(Boolean) - Method in class org.apache.camel.model.dataformat.XmlJsonDataFormat
-
Determines whether white spaces between XML elements will be regarded as text values or disregarded.
- setSleepForEmptyTest(long) - Method in class org.apache.camel.component.mock.MockEndpoint
-
- setSniHostName(String) - Method in class org.apache.camel.util.jsse.SSLContextClientParameters
-
- setSortBy(Comparator<Exchange>) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Built-in sort by using the File Language.
- setSortBy(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
- setSortBy(String, boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
- setSorter(Comparator<GenericFile<T>>) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Pluggable sorter as a java.util.Comparator class.
- setSource(String) - Method in class org.apache.camel.management.JmxNotificationEventNotifier
-
Sets the source to be used when broadcasting events.
- setSourceFile(File) - Method in class org.apache.camel.component.dataset.FileDataSet
-
- setSourceFile(File, String) - Method in class org.apache.camel.component.dataset.FileDataSet
-
- setSplit(boolean) - Method in class org.apache.camel.component.test.TestEndpoint
-
If enabled the the messages loaded from the test endpoint will be split using \n\r delimiters (new lines)
so each line is an expected message.
- setSplitResult(boolean) - Method in class org.apache.camel.util.component.AbstractApiConsumer
-
- setSpoolChiper(String) - Method in class org.apache.camel.impl.DefaultStreamCachingStrategy
-
- setSpoolChiper(String) - Method in interface org.apache.camel.spi.StreamCachingStrategy
-
Sets a chiper name to use when spooling to disk to write with encryption.
- setSpoolDirectory(String) - Method in class org.apache.camel.impl.DefaultStreamCachingStrategy
-
- setSpoolDirectory(File) - Method in class org.apache.camel.impl.DefaultStreamCachingStrategy
-
- setSpoolDirectory(File) - Method in interface org.apache.camel.spi.StreamCachingStrategy
-
Sets the spool (temporary) directory to use for overflow and spooling to disk.
- setSpoolDirectory(String) - Method in interface org.apache.camel.spi.StreamCachingStrategy
-
- setSpoolThreshold(long) - Method in interface org.apache.camel.api.management.mbean.ManagedStreamCachingStrategyMBean
-
- setSpoolThreshold(long) - Method in class org.apache.camel.impl.DefaultStreamCachingStrategy
-
- setSpoolThreshold(long) - Method in class org.apache.camel.management.mbean.ManagedStreamCachingStrategy
-
- setSpoolThreshold(long) - Method in interface org.apache.camel.spi.StreamCachingStrategy
-
Threshold in bytes when overflow to disk is activated.
- setSpoolUsedHeapMemoryLimit(StreamCachingStrategy.SpoolUsedHeapMemoryLimit) - Method in interface org.apache.camel.api.management.mbean.ManagedStreamCachingStrategyMBean
-
- setSpoolUsedHeapMemoryLimit(StreamCachingStrategy.SpoolUsedHeapMemoryLimit) - Method in class org.apache.camel.impl.DefaultStreamCachingStrategy
-
- setSpoolUsedHeapMemoryLimit(StreamCachingStrategy.SpoolUsedHeapMemoryLimit) - Method in class org.apache.camel.management.mbean.ManagedStreamCachingStrategy
-
- setSpoolUsedHeapMemoryLimit(StreamCachingStrategy.SpoolUsedHeapMemoryLimit) - Method in interface org.apache.camel.spi.StreamCachingStrategy
-
- setSpoolUsedHeapMemoryThreshold(int) - Method in interface org.apache.camel.api.management.mbean.ManagedStreamCachingStrategyMBean
-
- setSpoolUsedHeapMemoryThreshold(int) - Method in class org.apache.camel.impl.DefaultStreamCachingStrategy
-
- setSpoolUsedHeapMemoryThreshold(int) - Method in class org.apache.camel.management.mbean.ManagedStreamCachingStrategy
-
- setSpoolUsedHeapMemoryThreshold(int) - Method in interface org.apache.camel.spi.StreamCachingStrategy
-
Sets a percentage (1-99) of used heap memory threshold to activate spooling to disk.
- setSSLContextParameters(SSLContextParameters) - Method in interface org.apache.camel.CamelContext
-
Sets the global SSL context parameters.
- setSSLContextParameters(SSLContextParameters) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- 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.
- setStartingDirectoryMustExist(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Whether the starting directory must exist.
- setStartScheduler(boolean) - Method in class org.apache.camel.impl.ScheduledPollConsumer
-
- setStartScheduler(boolean) - Method in class org.apache.camel.impl.ScheduledPollEndpoint
-
Whether the scheduler should be auto started.
- setStartTimestamp(String) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setStartTimestamp(String) - Method in class org.apache.camel.util.RouteStatDump
-
- setStartupOrder(Integer) - Method in class org.apache.camel.model.RouteDefinition
-
To configure the ordering of the routes being started
- setState(String, String) - Method in class org.apache.camel.impl.FileStateRepository
-
- setState(String, String) - Method in class org.apache.camel.impl.MemoryStateRepository
-
- setState(K, V) - Method in interface org.apache.camel.spi.StateRepository
-
Sets the state value for the given key.
- setState(String) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setState(String) - Method in class org.apache.camel.util.ProcessorStatDump
-
- setState(String) - Method in class org.apache.camel.util.RouteStatDump
-
- setStatisticsEnabled(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedAggregateProcessorMBean
-
- setStatisticsEnabled(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedAsyncProcessorAwaitManagerMBean
-
- setStatisticsEnabled(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedPerformanceCounterMBean
-
- setStatisticsEnabled(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedStreamCachingStrategyMBean
-
- setStatisticsEnabled(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedTypeConverterRegistryMBean
-
- setStatisticsEnabled(boolean) - Method in interface org.apache.camel.api.management.PerformanceCounter
-
Sets whether statistics are enabled.
- setStatisticsEnabled(boolean) - Method in class org.apache.camel.management.CompositePerformanceCounter
-
- setStatisticsEnabled(boolean) - Method in class org.apache.camel.management.DelegatePerformanceCounter
-
- setStatisticsEnabled(boolean) - Method in class org.apache.camel.management.mbean.ManagedAsyncProcessorAwaitManager
-
- setStatisticsEnabled(boolean) - Method in class org.apache.camel.management.mbean.ManagedPerformanceCounter
-
- setStatisticsEnabled(boolean) - Method in class org.apache.camel.management.mbean.ManagedStreamCachingStrategy
-
- setStatisticsEnabled(boolean) - Method in class org.apache.camel.management.mbean.ManagedTypeConverterRegistry
-
- setStatisticsEnabled(boolean) - Method in interface org.apache.camel.processor.aggregate.AggregateProcessorStatistics
-
Sets whether statistics is enabled.
- setStatisticsEnabled(boolean) - Method in interface org.apache.camel.spi.AsyncProcessorAwaitManager.Statistics
-
Sets whether statistics is enabled.
- setStatisticsEnabled(boolean) - Method in interface org.apache.camel.spi.StreamCachingStrategy.Statistics
-
Sets whether statistics is enabled.
- setStatisticsEnabled(boolean) - Method in interface org.apache.camel.spi.TypeConverterRegistry.Statistics
-
Sets whether statistics is enabled.
- setStatisticsLevel(ManagementStatisticsLevel) - Method in class org.apache.camel.management.DefaultManagementAgent
-
- setStatisticsLevel(ManagementStatisticsLevel) - Method in class org.apache.camel.management.DefaultManagementStrategy
-
Deprecated.
- setStatisticsLevel(ManagementStatisticsLevel) - Method in interface org.apache.camel.spi.ManagementAgent
-
- setStatisticsLevel(ManagementStatisticsLevel) - Method in interface org.apache.camel.spi.ManagementStrategy
-
- setSticky(Boolean) - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
-
Whether or not the failover load balancer should operate in sticky mode or not.
- setSticky(boolean) - Method in class org.apache.camel.processor.loadbalancer.FailOverLoadBalancer
-
- setStopOnAggregateException(Boolean) - Method in class org.apache.camel.model.MulticastDefinition
-
- setStopOnAggregateException(Boolean) - Method in class org.apache.camel.model.RecipientListDefinition
-
- setStopOnAggregateException(Boolean) - Method in class org.apache.camel.model.SplitDefinition
-
- setStopOnAggregateException(boolean) - Method in class org.apache.camel.processor.RecipientList
-
- setStopOnException(Boolean) - Method in class org.apache.camel.model.MulticastDefinition
-
- setStopOnException(Boolean) - Method in class org.apache.camel.model.RecipientListDefinition
-
- setStopOnException(Boolean) - Method in class org.apache.camel.model.SplitDefinition
-
- setStopOnException(boolean) - Method in class org.apache.camel.processor.RecipientList
-
- setStrategyMethodAllowNull(Boolean) - Method in class org.apache.camel.model.AggregateDefinition
-
If this option is false then the aggregate method is not used for the very first aggregation.
- setStrategyMethodAllowNull(Boolean) - Method in class org.apache.camel.model.MulticastDefinition
-
If this option is false then the aggregate method is not used if there was no data to enrich.
- setStrategyMethodAllowNull(Boolean) - Method in class org.apache.camel.model.RecipientListDefinition
-
If this option is false then the aggregate method is not used if there was no data to enrich.
- setStrategyMethodAllowNull(Boolean) - Method in class org.apache.camel.model.SplitDefinition
-
If this option is false then the aggregate method is not used if there was no data to enrich.
- setStrategyMethodName(String) - Method in class org.apache.camel.model.AggregateDefinition
-
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
- setStrategyMethodName(String) - Method in class org.apache.camel.model.MulticastDefinition
-
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
- setStrategyMethodName(String) - Method in class org.apache.camel.model.RecipientListDefinition
-
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
- setStrategyMethodName(String) - Method in class org.apache.camel.model.SplitDefinition
-
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
- setStrategyRef(String) - Method in class org.apache.camel.model.AggregateDefinition
-
A reference to lookup the AggregationStrategy in the Registry.
- setStrategyRef(String) - Method in class org.apache.camel.model.MulticastDefinition
-
Refers to an AggregationStrategy to be used to assemble the replies from the multicasts, into a single outgoing message from the Multicast.
- setStrategyRef(String) - Method in class org.apache.camel.model.RecipientListDefinition
-
Sets a reference to the AggregationStrategy to be used to assemble the replies from the recipients, into a single outgoing message from the RecipientList.
- setStrategyRef(String) - Method in class org.apache.camel.model.SplitDefinition
-
Sets a reference to the AggregationStrategy to be used to assemble the replies from the splitted messages, into a single outgoing message from the Splitter.
- setStreamCache(String) - Method in class org.apache.camel.model.RouteDefinition
-
Whether stream caching is enabled on this route.
- setStreamCaching(Boolean) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setStreamCaching(Boolean) - Method in class org.apache.camel.impl.DefaultRouteContext
-
- setStreamCaching(Boolean) - Method in interface org.apache.camel.RuntimeConfiguration
-
Sets whether stream caching is enabled or not (default is disabled).
- setStreamCachingStrategy(StreamCachingStrategy) - Method in interface org.apache.camel.CamelContext
-
- setStreamCachingStrategy(StreamCachingStrategy) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setStreamConfig(StreamResequencerConfig) - Method in class org.apache.camel.model.ResequenceDefinition
-
- setStreaming(Boolean) - Method in class org.apache.camel.model.MulticastDefinition
-
- setStreaming(Boolean) - Method in class org.apache.camel.model.RecipientListDefinition
-
- setStreaming(Boolean) - Method in class org.apache.camel.model.SplitDefinition
-
- setStreaming(boolean) - Method in class org.apache.camel.processor.RecipientList
-
- setStreamName(String) - Method in class org.apache.camel.model.dataformat.BeanioDataFormat
-
The name of the stream to use.
- setStrictOnParameterNames(boolean) - Method in class org.apache.camel.impl.UriComponentConfiguration
-
Deprecated.
Strict mode is enabled by default but if disabled then invalid parameter names
will not result in exceptions but we will just log warnings about their use
- setStyle(DefaultExchangeFormatter.OutputStyle) - Method in class org.apache.camel.processor.DefaultExchangeFormatter
-
Sets the outputs style to use.
- setSuffixToken(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Sets the value of the suffix token used to identify properties to replace.
- setSuggestionStrategy(SuggestionStrategy) - Method in class org.apache.camel.runtimecatalog.AbstractCamelCatalog
-
- setSuppressExceptions(Boolean) - Method in class org.apache.camel.model.language.JsonPathExpression
-
Whether to suppress exceptions such as PathNotFoundException.
- setSuppressLoggingOnTimeout(boolean) - Method in class org.apache.camel.impl.DefaultShutdownStrategy
-
- setSuppressLoggingOnTimeout(boolean) - Method in interface org.apache.camel.spi.ShutdownStrategy
-
Whether Camel should try to suppress logging during shutdown and timeout was triggered,
meaning forced shutdown is happening.
- setSynchronous(boolean) - Method in class org.apache.camel.impl.DefaultEndpoint
-
Sets whether synchronous processing should be strictly used, or Camel is
allowed to use asynchronous processing (if supported).
- setSystemPropertiesMode(int) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Sets the system property mode.
- setTag(String) - Method in class org.apache.camel.model.rest.RestDefinition
-
To configure a special tag for the operations within this rest definition.
- setTarget(Processor) - Method in class org.apache.camel.processor.InterceptorToAsyncProcessorBridge
-
- setTempFileName(Expression) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
The same as tempPrefix option but offering a more fine grained control on the naming of the temporary filename as it uses the File Language.
- setTempFileName(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
- setTemplate(Templates) - Method in class org.apache.camel.builder.xml.XsltBuilder
-
- setTempPrefix(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
This option is used to write the file using a temporary name and then, after the write is complete,
rename it to the real name.
- setterBeanInjection(Method, String, Object, String) - Method in class org.apache.camel.impl.DefaultCamelBeanPostProcessor
-
- setterInjection(Method, Object, String) - Method in class org.apache.camel.impl.DefaultCamelBeanPostProcessor
-
- setterInjection(Method, Object, String, String, String, String) - Method in class org.apache.camel.impl.DefaultCamelBeanPostProcessor
-
- setterPropertyInjection(Method, String, String, Object, String) - Method in class org.apache.camel.impl.DefaultCamelBeanPostProcessor
-
- 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 char such as "
- setThreadedAsyncMode(boolean) - Method in class org.apache.camel.impl.DefaultProducerTemplate
-
- setThreadedAsyncMode(boolean) - Method in interface org.apache.camel.ProducerTemplate
-
Reports if async* methods will dispath processing from the calling thread (false) or through executor (true).
- setThreadFactory(ThreadFactory) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- setThreadName(String) - Method in class org.apache.camel.model.ThreadsDefinition
-
- setThreadNamePattern(String) - Method in class org.apache.camel.impl.DefaultExecutorServiceManager
-
- setThreadNamePattern(String) - Method in class org.apache.camel.impl.DefaultExecutorServiceStrategy
-
Deprecated.
- setThreadNamePattern(String) - Method in interface org.apache.camel.spi.ExecutorServiceManager
-
Sets the thread name pattern used for creating the full thread name.
- setThreadNamePattern(String) - Method in interface org.apache.camel.spi.ExecutorServiceStrategy
-
Deprecated.
Sets the thread name pattern used for creating the full thread name.
- setThreadPoolFactory(ThreadPoolFactory) - Method in class org.apache.camel.impl.DefaultExecutorServiceManager
-
- setThreadPoolFactory(ThreadPoolFactory) - Method in interface org.apache.camel.spi.ExecutorServiceManager
-
- setThreadPoolKey(String) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
Sets the thread pool key to use.
- setThreadPoolRollingNumberStatisticalWindowBuckets(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
Number of buckets the rolling statistical window is broken into.
- setThreadPoolRollingNumberStatisticalWindowInMilliseconds(Integer) - Method in class org.apache.camel.model.HystrixConfigurationCommon
-
Duration of statistical rolling window in milliseconds.
- setThreshold(Integer) - Method in class org.apache.camel.model.loadbalancer.CircuitBreakerLoadBalancerDefinition
-
Deprecated.
Number of previous failed messages to use as threshold to move state from closed to half-open or open state
- setThreshold(int) - Method in class org.apache.camel.processor.loadbalancer.CircuitBreakerLoadBalancer
-
Deprecated.
- setTime(Date) - Method in class org.apache.camel.component.timer.TimerEndpoint
-
A java.util.Date the first event should be generated.
- setTimeout(long) - Method in interface org.apache.camel.api.management.mbean.ManagedCamelContextMBean
-
- setTimeout(long) - Method in class org.apache.camel.component.direct.DirectComponent
-
The timeout value to use if block is enabled.
- setTimeout(long) - Method in class org.apache.camel.component.direct.DirectEndpoint
-
The timeout value to use if block is enabled.
- setTimeout(long) - Method in class org.apache.camel.component.directvm.DirectVmComponent
-
The timeout value to use if block is enabled.
- setTimeout(long) - Method in class org.apache.camel.component.directvm.DirectVmEndpoint
-
The timeout value to use if block is enabled.
- setTimeout(long) - Method in interface org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy
-
Sets an optional timeout period.
- setTimeout(long) - Method in class org.apache.camel.component.file.strategy.FileChangedExclusiveReadLockStrategy
-
- setTimeout(long) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
- setTimeout(long) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRenameRepositoryReadLockStrategy
-
- setTimeout(long) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRepositoryReadLockStrategy
-
- setTimeout(long) - Method in class org.apache.camel.component.file.strategy.FileLockExclusiveReadLockStrategy
-
- setTimeout(long) - Method in class org.apache.camel.component.file.strategy.GenericFileRenameExclusiveReadLockStrategy
-
- setTimeout(long) - Method in class org.apache.camel.component.file.strategy.MarkerFileExclusiveReadLockStrategy
-
- setTimeout(long) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
Timeout (in milliseconds) before a SEDA producer will stop waiting for an asynchronous task to complete.
- setTimeout(long) - Method in class org.apache.camel.component.test.TestEndpoint
-
The timeout to use when polling for message bodies from the URI
- setTimeout(long) - Method in class org.apache.camel.impl.cloud.CachingServiceDiscovery
-
- setTimeout(long, TimeUnit) - Method in class org.apache.camel.impl.cloud.CachingServiceDiscovery
-
- setTimeout(Integer) - Method in class org.apache.camel.impl.cloud.CachingServiceDiscoveryFactory
-
- setTimeout(int) - Method in class org.apache.camel.impl.DefaultScheduledPollConsumer
-
- setTimeout(long) - Method in class org.apache.camel.impl.DefaultShutdownStrategy
-
- setTimeout(long) - Method in class org.apache.camel.management.mbean.ManagedCamelContext
-
- setTimeout(Integer) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
-
Set the time the services will be retained.
- setTimeout(Long) - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
-
To set the maximum time an action could take to complete.
- setTimeout(long) - Method in class org.apache.camel.model.config.StreamResequencerConfig
-
Sets minimum time to wait for missing elements (messages).
- setTimeout(Long) - Method in class org.apache.camel.model.MulticastDefinition
-
- setTimeout(Long) - Method in class org.apache.camel.model.PollEnrichDefinition
-
- setTimeout(Long) - Method in class org.apache.camel.model.RecipientListDefinition
-
- setTimeout(Long) - Method in class org.apache.camel.model.SplitDefinition
-
- setTimeout(long) - Method in class org.apache.camel.processor.PollEnricher
-
Sets the timeout to use when polling.
- setTimeout(long) - Method in class org.apache.camel.processor.RecipientList
-
- setTimeout(long) - Method in class org.apache.camel.processor.resequencer.ResequencerEngine
-
Sets this sequencer's timeout value.
- setTimeout(long) - Method in class org.apache.camel.processor.StreamResequencer
-
- setTimeout(long) - Method in interface org.apache.camel.spi.ShutdownStrategy
-
Set an timeout to wait for the shutdown to complete.
- setTimeout(long) - Method in class org.apache.camel.support.TimeoutMapEntry
-
- setTimeoutCheckerExecutorService(ScheduledExecutorService) - Method in class org.apache.camel.model.AggregateDefinition
-
- setTimeoutCheckerExecutorService(ScheduledExecutorService) - Method in class org.apache.camel.processor.aggregate.AggregateProcessor
-
- setTimeoutCheckerExecutorServiceRef(String) - Method in class org.apache.camel.model.AggregateDefinition
-
- setTimeoutHandler(TimeoutHandler) - Method in class org.apache.camel.processor.resequencer.Timeout
-
Sets a timeout handler for receiving timeout notifications.
- setTimePeriodMillis(long) - Method in interface org.apache.camel.api.management.mbean.ManagedThrottlerMBean
-
- setTimePeriodMillis(long) - Method in class org.apache.camel.management.mbean.ManagedThrottler
-
- setTimePeriodMillis(Long) - Method in class org.apache.camel.model.ThrottleDefinition
-
- setTimePeriodMillis(long) - Method in class org.apache.camel.processor.Throttler
-
Sets the time period during which the maximum number of requests apply
- setTimer(Timer) - Method in class org.apache.camel.component.timer.TimerEndpoint
-
- setTimerName(String) - Method in class org.apache.camel.component.timer.TimerEndpoint
-
The name of the timer
- setTimestamp(Date) - Method in class org.apache.camel.processor.interceptor.DefaultTraceEventMessage
-
- setTimeUnit(TimeUnit) - Method in interface org.apache.camel.api.management.mbean.ManagedCamelContextMBean
-
- setTimeUnit(String) - Method in interface org.apache.camel.api.management.mbean.ManagedSchedulePollConsumerMBean
-
- setTimeUnit(TimeUnit) - Method in class org.apache.camel.impl.DefaultScheduledPollConsumerScheduler
-
- setTimeUnit(TimeUnit) - Method in class org.apache.camel.impl.DefaultShutdownStrategy
-
- setTimeUnit(TimeUnit) - Method in class org.apache.camel.impl.ScheduledPollConsumer
-
- setTimeUnit(TimeUnit) - Method in class org.apache.camel.impl.ScheduledPollEndpoint
-
Time unit for initialDelay and delay options.
- setTimeUnit(TimeUnit) - Method in class org.apache.camel.main.MainSupport
-
Sets the time unit duration (seconds by default).
- setTimeUnit(TimeUnit) - Method in class org.apache.camel.management.mbean.ManagedCamelContext
-
- setTimeUnit(String) - Method in class org.apache.camel.management.mbean.ManagedScheduledPollConsumer
-
- setTimeUnit(TimeUnit) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
-
Sets the time unit to use for keep alive time
By default SECONDS is used.
- setTimeUnit(TimeUnit) - Method in class org.apache.camel.model.ThreadsDefinition
-
- setTimeUnit(TimeUnit) - Method in interface org.apache.camel.spi.ShutdownStrategy
-
Set the time unit to use
- setTimeUnit(TimeUnit) - Method in class org.apache.camel.spi.ThreadPoolProfile
-
Sets the time unit used for keep alive time
- setTo(ToDefinition) - Method in class org.apache.camel.model.rest.VerbDefinition
-
- setTo(String) - Method in class org.apache.camel.spi.Transformer
-
Set 'to' data type.
- setToD(ToDynamicDefinition) - Method in class org.apache.camel.model.rest.VerbDefinition
-
- setToEndpoint(Exchange, Processor) - Static method in class org.apache.camel.processor.MulticastProcessor
-
- setToken(String) - Method in class org.apache.camel.language.tokenizer.TokenizeLanguage
-
- setToken(String) - Method in class org.apache.camel.model.language.TokenizerExpression
-
The (start) token to use as tokenizer, for example \n for a new line token.
- setToNode(String) - Method in class org.apache.camel.processor.interceptor.DefaultTraceEventMessage
-
- 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
- setTotalProcessingTime(Long) - Method in class org.apache.camel.util.CamelContextStatDump
-
- setTotalProcessingTime(Long) - Method in class org.apache.camel.util.ProcessorStatDump
-
- setTotalProcessingTime(Long) - Method in class org.apache.camel.util.RouteStatDump
-
- 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.
- setTraceBodySize(int) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setTraceBodySize(int) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setTraceBodySize(int) - Method in class org.apache.camel.processor.interceptor.Tracer
-
- setTraceExceptions(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setTraceExceptions(boolean) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setTraceExceptions(boolean) - Method in class org.apache.camel.processor.interceptor.Tracer
-
Sets whether thrown exceptions should be traced
- setTraceFilter(String) - Method in interface org.apache.camel.api.management.mbean.ManagedBacklogTracerMBean
-
- setTraceFilter(String) - Method in class org.apache.camel.management.mbean.ManagedBacklogTracer
-
- setTraceFilter(String) - Method in class org.apache.camel.processor.interceptor.BacklogTracer
-
- setTraceFilter(Predicate) - Method in class org.apache.camel.processor.interceptor.Tracer
-
Sets a predicate to be used as filter when tracing
- setTraceHandler(TraceEventHandler) - Method in class org.apache.camel.processor.interceptor.TraceInterceptor
-
Deprecated.
- setTraceHandler(TraceEventHandler) - Method in class org.apache.camel.processor.interceptor.Tracer
-
Deprecated.
- setTraceInterceptorFactory(TraceInterceptorFactory) - Method in class org.apache.camel.processor.interceptor.Tracer
-
Set the factory to be used to create the trace interceptor.
- setTraceInterceptors(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setTraceInterceptors(boolean) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setTraceInterceptors(boolean) - Method in class org.apache.camel.processor.interceptor.Tracer
-
Sets whether interceptors should be traced or not
- setTraceOutExchanges(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedTracerMBean
-
- setTraceOutExchanges(boolean) - Method in class org.apache.camel.management.mbean.ManagedTracer
-
- setTraceOutExchanges(boolean) - Method in class org.apache.camel.processor.interceptor.Tracer
-
Sets whether exchanges coming out of processors should be traced
- setTracePattern(String) - Method in interface org.apache.camel.api.management.mbean.ManagedBacklogTracerMBean
-
- setTracePattern(String) - Method in class org.apache.camel.management.mbean.ManagedBacklogTracer
-
- setTracePattern(String) - Method in class org.apache.camel.processor.interceptor.BacklogTracer
-
- setTracing(Boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedCamelContextMBean
-
- setTracing(Boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedRouteMBean
-
- setTracing(Boolean) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setTracing(Boolean) - Method in class org.apache.camel.impl.DefaultRouteContext
-
- setTracing(Boolean) - Method in class org.apache.camel.management.mbean.ManagedCamelContext
-
- setTracing(Boolean) - Method in class org.apache.camel.management.mbean.ManagedRoute
-
- setTracing(Boolean) - Method in interface org.apache.camel.RuntimeConfiguration
-
Sets whether tracing is enabled or not (default is disabled).
- setTrailingDelimiter(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Sets whether or not to add a trailing delimiter.
- setTransform(boolean) - Method in class org.apache.camel.component.language.LanguageEndpoint
-
Whether or not the result of the script should be used as message body.
- setTransformerCacheSize(int) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
The number of javax.xml.transform.Transformer object that are cached for reuse to avoid calls to Template.newTransformer().
- setTransformerFactory(TransformerFactory) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
To use a custom XSLT transformer factory
- setTransformerFactory(TransformerFactory) - Method in class org.apache.camel.converter.jaxp.XmlConverter
-
- setTransformerFactoryClass(String) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
To use a custom XSLT transformer factory, specified as a FQN class name
- setTransformerFactoryClass(String) - Method in class org.apache.camel.util.toolbox.XsltAggregationStrategy
-
- setTransformerFile(File) - Method in class org.apache.camel.builder.xml.XsltBuilder
-
Sets the XSLT transformer from a File
- setTransformerInputStream(InputStream) - Method in class org.apache.camel.builder.xml.XsltBuilder
-
Sets the XSLT transformer from the given input stream
- setTransformers(List<TransformerDefinition>) - Method in interface org.apache.camel.CamelContext
-
Sets the transformers that can be referenced in the routes.
- setTransformers(List<TransformerDefinition>) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setTransformers(List<TransformerDefinition>) - Method in class org.apache.camel.model.transformer.TransformersDefinition
-
The configured transformers
- setTransformerSource(Source) - Method in class org.apache.camel.builder.xml.XsltBuilder
-
Sets the XSLT transformer from a Source
- setTransformerURL(URL) - Method in class org.apache.camel.builder.xml.XsltBuilder
-
Sets the XSLT transformer from a URL
- setTrim(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Sets whether or not to trim leading and trailing blanks.
- setTrim(Boolean) - Method in class org.apache.camel.model.language.ExpressionDefinition
-
Whether to trim the value to remove leading and trailing whitespaces and line breaks
- setTrimSpaces(Boolean) - Method in class org.apache.camel.model.dataformat.XmlJsonDataFormat
-
Determines whether leading and trailing white spaces will be omitted from String values.
- setTrustCerts(Boolean) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets whether to turn on trust certificate check when using client lookup
- setTrustManager(TrustManager) - Method in class org.apache.camel.util.jsse.TrustManagersParameters
-
- setTrustManagers(TrustManagersParameters) - Method in class org.apache.camel.util.jsse.SSLContextParameters
-
Sets the optional trust manager configuration for creating the
TrustManager
s used in constructing an
SSLContext
.
- setType(Class<?>) - Method in class org.apache.camel.component.bean.MethodBean
-
- setType(String) - Method in class org.apache.camel.component.rest.RestProducer
-
- setType(String) - Method in class org.apache.camel.management.InstrumentationProcessor
-
- setType(String) - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
-
To set the discovery type, valid values are on-demand and watch.
- setType(String) - Method in class org.apache.camel.model.ConvertBodyDefinition
-
The java type to convert to
- setType(BindyType) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
-
Whether to use csv, fixed or key value pairs mode.
- setType(YAMLTypeFilterType) - Method in class org.apache.camel.model.dataformat.YAMLTypeFilterDefinition
-
Whether to filter by class type or regular expression
- setType(String) - Method in class org.apache.camel.model.language.XQueryExpression
-
Sets the class name of the result type (type from output)
The default result type is NodeSet
- setType(Class<? extends Policy>) - Method in class org.apache.camel.model.PolicyDefinition
-
Sets a policy type that this definition should scope within.
- setType(String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
-
Sets the class name to use for binding from input to POJO for the incoming data
The canonical name of the class of the input data.
- setType(RestParamType) - Method in class org.apache.camel.model.rest.RestOperationParamDefinition
-
Sets the Swagger Parameter type.
- setType(String) - Method in class org.apache.camel.model.rest.VerbDefinition
-
Sets the class name to use for binding from input to POJO for the incoming data
This option will override what may be configured on a parent level.
- setType(Class<? extends Policy>) - Method in class org.apache.camel.model.TransactedDefinition
-
Sets a policy type that this definition should scope within.
- setType(String) - Method in class org.apache.camel.model.validator.ValidatorDefinition
-
Set the data type name.
- setType(Class<?>) - Method in class org.apache.camel.model.validator.ValidatorDefinition
-
Set the data type using Java class.
- setType(String) - Method in class org.apache.camel.processor.CamelInternalProcessor.InstrumentationAdvice
-
- setType(String) - Method in class org.apache.camel.spi.Validator
-
Set data type.
- setType(String) - Method in class org.apache.camel.util.jsse.KeyStoreParameters
-
Sets the type of the key store to create and load.
- setType(String) - Method in class org.apache.camel.util.MessageDump.Body
-
- setType(String) - Method in class org.apache.camel.util.MessageDump.Header
-
- setTypeClass(Class<?>) - Method in class org.apache.camel.model.ConvertBodyDefinition
-
- setTypeConverter(TypeConverter) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setTypeConverter(TypeConverter) - Method in interface org.apache.camel.spi.TypeConverterAware
-
Injects the root type converter.
- setTypeConverterExists(TypeConverterExists) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
-
- setTypeConverterExists(TypeConverterExists) - Method in interface org.apache.camel.spi.TypeConverterRegistry
-
What should happen when attempting to add a duplicate type converter.
- setTypeConverterExistsLoggingLevel(LoggingLevel) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
-
- setTypeConverterExistsLoggingLevel(LoggingLevel) - Method in interface org.apache.camel.spi.TypeConverterRegistry
-
The logging level to use when logging that a type converter already exists when attempting to add a duplicate type converter.
- setTypeConverterRegistry(TypeConverterRegistry) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setTypeConverterStatisticsEnabled(Boolean) - Method in interface org.apache.camel.CamelContext
-
Sets whether or not type converter statistics is enabled.
- setTypeConverterStatisticsEnabled(Boolean) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setTypeFilters(List<YAMLTypeFilterDefinition>) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
Set the types SnakeYAML is allowed to un-marshall
- setTypeHints(String) - Method in class org.apache.camel.model.dataformat.XmlJsonDataFormat
-
Adds type hints to the resulting XML to aid conversion back to JSON.
- setUnitOfWork(UnitOfWork) - Method in interface org.apache.camel.Exchange
-
Sets the unit of work that this exchange belongs to; which may map to
zero, one or more physical transactions
- setUnitOfWork(UnitOfWork) - Method in class org.apache.camel.impl.DefaultExchange
-
- setUnitOfWorkFactory(UnitOfWorkFactory) - Method in interface org.apache.camel.CamelContext
-
- setUnitOfWorkFactory(UnitOfWorkFactory) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setUnits(TimeUnit) - Method in class org.apache.camel.impl.cloud.CachingServiceDiscoveryFactory
-
- setUnits(TimeUnit) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
-
Set the time unit for the timeout.
- setUnits(String) - Method in class org.apache.camel.model.SamplingDefinition
-
Sets the time units for the sample period, defaulting to seconds.
- setUnits(TimeUnit) - Method in class org.apache.camel.model.SamplingDefinition
-
Sets the time units for the sample period, defaulting to seconds.
- setUnmarshallClass(Class<?>) - Method in class org.apache.camel.model.dataformat.JibxDataFormat
-
Class use when unmarshalling from XML to Java.
- setUnmarshallTypeName(String) - Method in class org.apache.camel.model.dataformat.JibxDataFormat
-
Class name to use when unmarshalling from XML to Java.
- setUnmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.BoonDataFormat
-
Class name of the java type to use when unarmshalling
- setUnmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
Class of the java type to use when unarmshalling
- setUnmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
Class of the java type to use when unarmshalling
- setUnmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
Class of the object to be created
- setUnmarshalTypeName(String) - Method in class org.apache.camel.model.dataformat.BoonDataFormat
-
Class name of the java type to use when unarmshalling
- setUnmarshalTypeName(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
Class name of the java type to use when unarmshalling
- setUnmarshalTypeName(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
Class name of the java type to use when unarmshalling
- setUnmarshalTypeName(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
Class name of the java type to use when unarmshalling
- setupFeatures(DocumentBuilderFactory) - Method in class org.apache.camel.converter.jaxp.XmlConverter
-
- setupRoutes(boolean) - Method in interface org.apache.camel.CamelContext
-
Method to signal to
CamelContext
that the process to initialize setup routes is in progress.
- setupRoutes(boolean) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setURI(URI) - Method in class org.apache.camel.impl.DefaultEndpointConfiguration
-
Deprecated.
- setURI(String) - Method in class org.apache.camel.impl.DefaultEndpointConfiguration
-
Deprecated.
- setURI(URI) - Method in class org.apache.camel.impl.UriEndpointConfiguration
-
Deprecated.
- 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
-
- setUriPostfix(String) - Method in class org.apache.camel.component.binding.BindingComponent
-
Deprecated.
- setUriPrefix(String) - Method in class org.apache.camel.component.binding.BindingComponent
-
Deprecated.
- setUriResolver(URIResolver) - Method in class org.apache.camel.builder.xml.XsltBuilder
-
- setUriResolver(URIResolver) - Method in class org.apache.camel.component.xslt.XsltComponent
-
To use a custom javax.xml.transform.URIResolver.
- setUriResolver(URIResolver) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
To use a custom javax.xml.transform.URIResolver
- setUriResolver(URIResolver) - Method in class org.apache.camel.util.toolbox.XsltAggregationStrategy
-
- setUriResolverFactory(XsltUriResolverFactory) - Method in class org.apache.camel.component.xslt.XsltComponent
-
To use a custom javax.xml.transform.URIResolver which depends on a dynamic endpoint resource URI or which is a subclass of
XsltUriResolver
.
- setUris(String) - Method in class org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
-
The URIs the client can connect to.
- setUriString(String) - Method in interface org.apache.camel.ComponentConfiguration
-
Deprecated.
- setUriString(String) - Method in class org.apache.camel.impl.ComponentConfigurationSupport
-
Deprecated.
- setUriTemplate(String) - Method in class org.apache.camel.component.rest.RestEndpoint
-
The uri template
- setUrl(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
- setUrlSafe(Boolean) - Method in class org.apache.camel.model.dataformat.Base64DataFormat
-
Instead of emitting '+' and '/' we emit '-' and '_' respectively.
- setUrn(String) - Method in class org.apache.camel.model.InputTypeDefinition
-
Set input type URN.
- setUrn(String) - Method in class org.apache.camel.model.OutputTypeDefinition
-
Set output type URN.
- setUseApplicationContextClassLoader(boolean) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
Use ApplicationContextClassLoader as custom ClassLoader
- setUseBreadcrumb(Boolean) - Method in interface org.apache.camel.CamelContext
-
Set whether breadcrumb is enabled.
- setUseBreadcrumb(Boolean) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setUseCollisionAvoidance(Boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedErrorHandlerMBean
-
- setUseCollisionAvoidance(Boolean) - Method in class org.apache.camel.management.mbean.ManagedErrorHandler
-
- setUseCollisionAvoidance(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
- setUseCollisionAvoidance(boolean) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
Enables/disables collision avoidance which adds some randomization to the
backoff timings to reduce contention probability
- setUsedForGeneratingNodeId(Boolean) - Method in class org.apache.camel.model.rest.VerbDefinition
-
- setUseDom(boolean) - Method in class org.apache.camel.component.validator.ValidatorEndpoint
-
Whether DOMSource/DOMResult or SaxSource/SaxResult should be used by the validator.
- setUseDom(boolean) - Method in class org.apache.camel.processor.validation.ValidatingProcessor
-
Deprecated.
- setUseExponentialBackOff(Boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedErrorHandlerMBean
-
- setUseExponentialBackOff(Boolean) - Method in class org.apache.camel.management.mbean.ManagedErrorHandler
-
- setUseExponentialBackOff(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
- setUseExponentialBackOff(boolean) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
- setUseFixedDelay(boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedSchedulePollConsumerMBean
-
- setUseFixedDelay(boolean) - Method in class org.apache.camel.impl.DefaultScheduledPollConsumerScheduler
-
- setUseFixedDelay(boolean) - Method in class org.apache.camel.impl.ScheduledPollConsumer
-
- setUseFixedDelay(boolean) - Method in class org.apache.camel.impl.ScheduledPollEndpoint
-
Controls if fixed delay or fixed rate is used.
- setUseFixedDelay(boolean) - Method in class org.apache.camel.management.mbean.ManagedScheduledPollConsumer
-
- setUseGlobalSslContextParameters(boolean) - Method in interface org.apache.camel.SSLContextParametersAware
-
Enable usage of global SSL context parameters.
- setUseHostIPAddress(Boolean) - Method in class org.apache.camel.management.DefaultManagementAgent
-
- setUseHostIPAddress(Boolean) - Method in interface org.apache.camel.spi.ManagementAgent
-
Sets whether to use host IP Address
- setUseJpa(boolean) - Method in class org.apache.camel.processor.interceptor.Tracer
-
Sets whether we should use a JpaTraceEventMessage instead of
an ordinary
DefaultTraceEventMessage
Use this to allow persistence of trace events into a database using JPA.
- setUseList(boolean) - Method in class org.apache.camel.model.dataformat.BoonDataFormat
-
To unarmshal to a List of Map or a List of Pojo.
- setUseList(Boolean) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
To unarmshal to a List of Map or a List of Pojo.
- setUseList(Boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
To unarmshal to a List of Map or a List of Pojo.
- setUseMaps(Boolean) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Whether the unmarshalling should produce maps for the lines values instead of lists.
- setUseMDCLogging(Boolean) - Method in interface org.apache.camel.CamelContext
-
Set whether
MDC is enabled.
- setUseMDCLogging(Boolean) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setUseOriginalMessage(boolean) - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
-
- setUseOriginalMessagePolicy(Boolean) - Method in class org.apache.camel.model.OnCompletionDefinition
-
Will use the original input body when an
Exchange
for this on completion.
- setUseOriginalMessagePolicy(Boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
-
- setUsePlatformMBeanServer(Boolean) - Method in class org.apache.camel.management.DefaultManagementAgent
-
- setUsePlatformMBeanServer(Boolean) - Method in interface org.apache.camel.spi.ManagementAgent
-
Whether to use the platform MBean Server.
- setUseRecovery(boolean) - Method in interface org.apache.camel.spi.RecoverableAggregationRepository
-
Sets whether or not recovery is enabled
- 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
- setUseSaxon(Boolean) - Method in class org.apache.camel.language.xpath.XPathLanguage
-
- setUseSharedSchema(boolean) - Method in class org.apache.camel.component.validator.ValidatorEndpoint
-
Whether the Schema instance should be shared or not.
- setUseSharedSchema(boolean) - Method in class org.apache.camel.processor.validation.ValidatingProcessor
-
- setUseTracer(boolean) - Method in class org.apache.camel.impl.DefaultDebugger
-
- setUsingIterator(Boolean) - Method in class org.apache.camel.model.dataformat.TarFileDataFormat
-
If the tar file has more then one entry, the setting this option to true, allows to work with the splitter EIP,
to split the data using an iterator in a streaming mode.
- setUsingIterator(Boolean) - Method in class org.apache.camel.model.dataformat.ZipFileDataFormat
-
If the zip file has more then one entry, the setting this option to true, allows to work with the splitter EIP,
to split the data using an iterator in a streaming mode.
- setUsingParallelCompression(Boolean) - Method in class org.apache.camel.model.dataformat.LZFDataFormat
-
Enable encoding (compress) using multiple processing cores.
- setUuidGenerator(UuidGenerator) - Method in interface org.apache.camel.CamelContext
-
- setUuidGenerator(UuidGenerator) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- setValidate(Boolean) - Method in class org.apache.camel.model.dataformat.HL7DataFormat
-
Whether to validate the HL7 message
Is by default true.
- setValidate(boolean) - Method in class org.apache.camel.model.InputTypeDefinition
-
Set if validation is required for this input type.
- setValidate(boolean) - Method in class org.apache.camel.model.OutputTypeDefinition
-
Set if validation is required for this output type.
- setValidateInput(boolean) - Method in class org.apache.camel.spi.Contract
-
Whether to validate the input
- setValidateOutput(boolean) - Method in class org.apache.camel.spi.Contract
-
Whether to validate the output
- setValidating(Boolean) - Method in class org.apache.camel.model.dataformat.IcalDataFormat
-
Whether to validate.
- setValidation(Boolean) - Method in class org.apache.camel.model.dataformat.CastorDataFormat
-
Deprecated.
Whether validation is turned on or off.
- setValidators(List<ValidatorDefinition>) - Method in interface org.apache.camel.CamelContext
-
Sets the validators that can be referenced in the routes.
- setValidators(List<ValidatorDefinition>) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- 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
- setValue(V) - Method in class org.apache.camel.support.TimeoutMapEntry
-
- setValue(String) - Method in class org.apache.camel.util.MessageDump.Body
-
- setValue(String) - Method in class org.apache.camel.util.MessageDump.Header
-
- 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.
- setWaitForTaskToComplete(WaitForTaskToComplete) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
Option to specify whether the caller should wait for the async task to complete or not before continuing.
- setWhenClauses(List<WhenDefinition>) - Method in class org.apache.camel.model.ChoiceDefinition
-
Sets the when clauses
- setWhitelistEnabled(Boolean) - Method in class org.apache.camel.model.dataformat.CastorDataFormat
-
Deprecated.
Define if Whitelist feature is enabled or not
- setWhitelistEnabled(Boolean) - Method in class org.apache.camel.model.dataformat.HessianDataFormat
-
Deprecated.
Define if Whitelist feature is enabled or not
- setWidth(Integer) - Method in class org.apache.camel.model.dataformat.BarcodeDataFormat
-
Width of the barcode
- setWriteTimeoutMillis(Long) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
Write timeout for OkHttpClient
- setXml(boolean) - Method in class org.apache.camel.language.tokenizer.TokenizeLanguage
-
- setXml(Boolean) - Method in class org.apache.camel.model.language.TokenizerExpression
-
Whether the input is XML messages.
- setXmlCipherAlgorithm(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
-
The cipher algorithm to be used for encryption/decryption of the XML message content.
- setXmlConverter(XmlConverter) - Method in class org.apache.camel.component.xslt.XsltComponent
-
- setXmlDataFormat(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Name of specific XML data format to use.
- setXmlDataFormat(String) - Method in class org.apache.camel.spi.RestConfiguration
-
Sets a custom xml data format to be used.
- 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.builder.xml.XPathBuilder
-
- setXpathFactory(XPathFactory) - Method in class org.apache.camel.language.xpath.XPathLanguage
-
- setXslt(XsltBuilder) - Method in class org.apache.camel.component.xslt.XsltEndpoint
-
- setXslt(XsltBuilder) - Method in class org.apache.camel.util.toolbox.XsltAggregationStrategy
-
- SharedPollingConsumerServicePool - Class in org.apache.camel.impl
-
Deprecated.
- SharedPollingConsumerServicePool() - Constructor for class org.apache.camel.impl.SharedPollingConsumerServicePool
-
Deprecated.
- SharedPollingConsumerServicePool(int) - Constructor for class org.apache.camel.impl.SharedPollingConsumerServicePool
-
Deprecated.
- SharedProducerServicePool - Class in org.apache.camel.impl
-
Deprecated.
- SharedProducerServicePool() - Constructor for class org.apache.camel.impl.SharedProducerServicePool
-
Deprecated.
- SharedProducerServicePool(int) - Constructor for class org.apache.camel.impl.SharedProducerServicePool
-
Deprecated.
- 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.
- ShareUnitOfWorkAggregationStrategy - Class in org.apache.camel.processor.aggregate
-
An
AggregationStrategy
which are used when the option
shareUnitOfWork is enabled
on EIPs such as multicast, splitter or recipientList.
- ShareUnitOfWorkAggregationStrategy(AggregationStrategy) - Constructor for class org.apache.camel.processor.aggregate.ShareUnitOfWorkAggregationStrategy
-
- shouldFailOver(Exchange) - Method in class org.apache.camel.processor.loadbalancer.FailOverLoadBalancer
-
Should the given failed Exchange failover?
- shouldHandleException(Exchange) - Method in class org.apache.camel.processor.RedeliveryErrorHandler
-
Strategy whether the exchange has an exception that we should try to handle.
- shouldLog() - Method in class org.apache.camel.util.CamelLogger
-
- shouldLog(Logger, LoggingLevel) - Static method in class org.apache.camel.util.CamelLogger
-
- shouldLogException(Exchange) - Method in class org.apache.camel.processor.interceptor.TraceInterceptor
-
Returns true if the given exchange should be logged when an exception was thrown
- shouldLogExchange(Exchange) - Method in class org.apache.camel.processor.interceptor.TraceInterceptor
-
Returns true if the given exchange should be logged in the trace list
- shouldLogNode(ProcessorDefinition<?>) - Method in class org.apache.camel.processor.interceptor.TraceInterceptor
-
Returns true if the given node should be logged in the trace list
- shouldRedeliver(Exchange, int, Predicate) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
Returns true if the policy decides that the message exchange should be
redelivered.
- shouldRegister(Object, Route) - Method in class org.apache.camel.management.DefaultManagementLifecycleStrategy
-
Whether or not to register the mbean.
- shouldRetry(int) - Method in class org.apache.camel.processor.aggregate.OptimisticLockRetryPolicy
-
- shouldSpoolCache(long) - Method in class org.apache.camel.impl.DefaultStreamCachingStrategy
-
- shouldSpoolCache(long) - Method in interface org.apache.camel.spi.StreamCachingStrategy
-
Determines if the stream should be spooled or not.
- shouldSpoolCache(long) - Method in interface org.apache.camel.spi.StreamCachingStrategy.SpoolRule
-
Determines if the stream should be spooled or not.
- shouldStartRoutes() - Method in class org.apache.camel.impl.DefaultCamelContext
-
Should we start newly added routes?
- shouldTrace(ProcessorDefinition<?>, Exchange) - Method in class org.apache.camel.processor.interceptor.BacklogTracer
-
Whether or not to trace the given processor definition.
- shouldTraceOutExchanges() - Method in class org.apache.camel.processor.interceptor.TraceInterceptor
-
Returns whether exchanges coming out of processors should be traced
- showOptions() - Method in class org.apache.camel.main.MainSupport
-
Displays the command line options.
- showOptionsHeader() - Method in class org.apache.camel.main.MainSupport
-
Displays the header message for the command line options.
- shuffle - Variable in class org.apache.camel.component.file.GenericFileEndpoint
-
- shutdown() - Method in interface org.apache.camel.api.management.mbean.ManagedRouteMBean
-
- shutdown(long) - Method in interface org.apache.camel.api.management.mbean.ManagedRouteMBean
-
- shutdown() - Method in class org.apache.camel.component.seda.SedaEndpoint
-
- shutdown() - Method in class org.apache.camel.impl.DefaultCamelContext
-
- shutdown(ExecutorService) - Method in class org.apache.camel.impl.DefaultExecutorServiceManager
-
- shutdown(ExecutorService) - Method in class org.apache.camel.impl.DefaultExecutorServiceStrategy
-
Deprecated.
- shutdown(CamelContext, List<RouteStartupOrder>) - Method in class org.apache.camel.impl.DefaultShutdownStrategy
-
- shutdown(CamelContext, List<RouteStartupOrder>, long, TimeUnit) - Method in class org.apache.camel.impl.DefaultShutdownStrategy
-
- shutdown(CamelContext, RouteStartupOrder, long, TimeUnit, boolean) - Method in class org.apache.camel.impl.DefaultShutdownStrategy
-
- shutdown() - Method in class org.apache.camel.impl.InterceptSendToEndpoint
-
- shutdown() - Method in class org.apache.camel.management.mbean.ManagedRoute
-
- shutdown(long) - Method in class org.apache.camel.management.mbean.ManagedRoute
-
- shutdown() - Method in interface org.apache.camel.ShutdownableService
-
Shutdown the service, which means it cannot be started again.
- shutdown(ExecutorService) - Method in interface org.apache.camel.spi.ExecutorServiceManager
-
Shutdown the given executor service (not graceful).
- shutdown(ExecutorService) - Method in interface org.apache.camel.spi.ExecutorServiceStrategy
-
Deprecated.
Shutdown the given executor service.
- shutdown(CamelContext, List<RouteStartupOrder>) - Method in interface org.apache.camel.spi.ShutdownStrategy
-
Shutdown the routes
- shutdown(CamelContext, List<RouteStartupOrder>, long, TimeUnit) - Method in interface org.apache.camel.spi.ShutdownStrategy
-
Shutdown the routes using a specified timeout instead of the default timeout values
- shutdown(CamelContext, RouteStartupOrder, long, TimeUnit, boolean) - Method in interface org.apache.camel.spi.ShutdownStrategy
-
Shutdown the route using a specified timeout instead of the default timeout values and supports abortAfterTimeout mode
- shutdown() - Method in class org.apache.camel.support.ChildServiceSupport
-
- shutdown - Variable in class org.apache.camel.support.ServiceSupport
-
- shutdown() - Method in class org.apache.camel.support.ServiceSupport
-
- shutdown() - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- shutdown() - Method in class org.apache.camel.util.concurrent.SynchronousExecutorService
-
- shutdown() - Static method in class org.apache.camel.util.FileUtil
-
Deprecated.
- ShutdownableService - Interface in org.apache.camel
-
A
Service
which is capable of being shut down.
- ShutdownAware - Interface in org.apache.camel.spi
-
Allows
Consumer
to fine grained control on shutdown which mostly
have to cater for in-memory based components.
- shutdownForced(CamelContext, List<RouteStartupOrder>) - Method in class org.apache.camel.impl.DefaultShutdownStrategy
-
- shutdownForced(CamelContext, List<RouteStartupOrder>) - Method in interface org.apache.camel.spi.ShutdownStrategy
-
Shutdown the routes, forcing shutdown being more aggressive, if timeout occurred.
- shutdownGraceful(ExecutorService) - Method in class org.apache.camel.impl.DefaultExecutorServiceManager
-
- shutdownGraceful(ExecutorService, long) - Method in class org.apache.camel.impl.DefaultExecutorServiceManager
-
- shutdownGraceful(ExecutorService) - Method in interface org.apache.camel.spi.ExecutorServiceManager
-
Shutdown the given executor service graceful at first, and then aggressively
if the await termination timeout was hit.
- shutdownGraceful(ExecutorService, long) - Method in interface org.apache.camel.spi.ExecutorServiceManager
-
Shutdown the given executor service graceful at first, and then aggressively
if the await termination timeout was hit.
- shutdownNow(ExecutorService) - Method in class org.apache.camel.impl.DefaultExecutorServiceManager
-
- shutdownNow(ExecutorService) - Method in class org.apache.camel.impl.DefaultExecutorServiceStrategy
-
Deprecated.
- shutdownNow(List<Consumer>) - Method in class org.apache.camel.impl.DefaultShutdownStrategy
-
Shutdown all the consumers immediately.
- shutdownNow(Consumer) - Static method in class org.apache.camel.impl.DefaultShutdownStrategy
-
Shutdown the consumer immediately.
- shutdownNow(ExecutorService) - Method in interface org.apache.camel.spi.ExecutorServiceManager
-
Shutdown now the given executor service aggressively.
- shutdownNow(ExecutorService) - Method in interface org.apache.camel.spi.ExecutorServiceStrategy
-
Deprecated.
Shutdown now the given executor service.
- shutdownNow() - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- shutdownNow() - Method in class org.apache.camel.util.concurrent.SynchronousExecutorService
-
- ShutdownPrepared - Interface in org.apache.camel.spi
-
Allows a
Service
to prepare for shutdown.
- shutdownRoute(String) - Method in interface org.apache.camel.CamelContext
-
- shutdownRoute(String, long, TimeUnit) - Method in interface org.apache.camel.CamelContext
-
- shutdownRoute(String) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- shutdownRoute(String, long, TimeUnit) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- shutdownRoute(ShutdownRoute) - Method in class org.apache.camel.model.RouteDefinition
-
Configures a shutdown route option.
- ShutdownRoute - Enum in org.apache.camel
-
Represents the options available when shutting down routes.
- shutdownRouteService(RouteService) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- shutdownRoutesNow(List<RouteStartupOrder>) - Method in class org.apache.camel.impl.DefaultShutdownStrategy
-
Shutdown all the consumers immediately.
- shutdownRunningTask - Variable in class org.apache.camel.component.file.GenericFileConsumer
-
- shutdownRunningTask - Variable in class org.apache.camel.impl.ScheduledBatchPollingConsumer
-
- shutdownRunningTask(ShutdownRunningTask) - Method in class org.apache.camel.model.RouteDefinition
-
Configures a shutdown running task option.
- ShutdownRunningTask - Enum in org.apache.camel
-
Represents the kind of options for what to do with the current task when shutting down.
- ShutdownStrategy - Interface in org.apache.camel.spi
-
Pluggable shutdown strategy executed during shutdown of routes.
- shuttingdown - Variable in class org.apache.camel.support.ServiceSupport
-
- 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
-
- simple(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
-
- simple(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
- simple(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
- simple(String) - Static method in class org.apache.camel.builder.SimpleBuilder
-
- simple(String, Class<?>) - Static method in class org.apache.camel.builder.SimpleBuilder
-
- Simple - Annotation Type in org.apache.camel.language
-
Used to inject a simple expression into a field, property, method or parameter when using
Bean Integration.
- simple(String) - Static method in class org.apache.camel.language.simple.SimpleLanguage
-
- simple(String, Class<?>) - Static method in class org.apache.camel.language.simple.SimpleLanguage
-
- SimpleBackwardsCompatibleParser - Class in org.apache.camel.language.simple
-
- SimpleBuilder - Class in org.apache.camel.builder
-
Creates an
Simple
language builder.
- SimpleBuilder(String) - Constructor for class org.apache.camel.builder.SimpleBuilder
-
- SimpleDataSet - Class in org.apache.camel.component.dataset
-
A simple DataSet that allows a static payload to be used to create each message exchange
along with using a pluggable transformer to randomize the message.
- SimpleDataSet() - Constructor for class org.apache.camel.component.dataset.SimpleDataSet
-
- SimpleDataSet(int) - Constructor for class org.apache.camel.component.dataset.SimpleDataSet
-
- simpleExpression(String) - Static method in class org.apache.camel.builder.ExpressionBuilder
-
- SimpleExpression - Class in org.apache.camel.model.language
-
For expressions and predicates using the simple language
- 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
-
- SimpleExpressionParser - Class in org.apache.camel.language.simple
-
A parser to parse simple language as a Camel
Expression
- SimpleExpressionParser(String) - Constructor for class org.apache.camel.language.simple.SimpleExpressionParser
-
Deprecated.
- SimpleExpressionParser(String, boolean) - Constructor for class org.apache.camel.language.simple.SimpleExpressionParser
-
- 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
-
- SimpleFunctionEnd - Class in org.apache.camel.language.simple.ast
-
Ends a function
- SimpleFunctionEnd(SimpleToken) - Constructor for class org.apache.camel.language.simple.ast.SimpleFunctionEnd
-
- SimpleFunctionExpression - Class in org.apache.camel.language.simple.ast
-
- SimpleFunctionExpression(SimpleToken) - Constructor for class org.apache.camel.language.simple.ast.SimpleFunctionExpression
-
- SimpleFunctionStart - Class in org.apache.camel.language.simple.ast
-
Starts a function
- SimpleFunctionStart(SimpleToken) - Constructor for class org.apache.camel.language.simple.ast.SimpleFunctionStart
-
- SimpleIllegalSyntaxException - Exception in org.apache.camel.language.simple.types
-
Syntax error in the simple language expression.
- SimpleIllegalSyntaxException(String, int, String) - Constructor for exception org.apache.camel.language.simple.types.SimpleIllegalSyntaxException
-
- SimpleIllegalSyntaxException(String, int, String, Throwable) - Constructor for exception org.apache.camel.language.simple.types.SimpleIllegalSyntaxException
-
- SimpleLanguage - Class in org.apache.camel.language.simple
-
A
simple language
which maps simple property style notations to access headers and bodies.
- SimpleLanguage() - Constructor for class org.apache.camel.language.simple.SimpleLanguage
-
Default constructor.
- SimpleLoadBalancerSupport - Class in org.apache.camel.processor.loadbalancer
-
- SimpleLoadBalancerSupport() - Constructor for class org.apache.camel.processor.loadbalancer.SimpleLoadBalancerSupport
-
- SimpleNode - Interface in org.apache.camel.language.simple.ast
-
Represents a node in the Simple AST
- SimpleParserException - Exception in org.apache.camel.language.simple.types
-
Holds information about error parsing the simple expression at a given location
in the input.
- SimpleParserException(String, int) - Constructor for exception org.apache.camel.language.simple.types.SimpleParserException
-
- SimplePredicateParser - Class in org.apache.camel.language.simple
-
A parser to parse simple language as a Camel
Predicate
- SimplePredicateParser(String) - Constructor for class org.apache.camel.language.simple.SimplePredicateParser
-
Deprecated.
- SimplePredicateParser(String, boolean) - Constructor for class org.apache.camel.language.simple.SimplePredicateParser
-
- SimpleRegistry - Class in org.apache.camel.impl
-
- SimpleRegistry() - Constructor for class org.apache.camel.impl.SimpleRegistry
-
- SimpleToken - Class in org.apache.camel.language.simple.types
-
Holder for a token, with associated type and position in the input.
- SimpleToken(SimpleTokenType, int) - Constructor for class org.apache.camel.language.simple.types.SimpleToken
-
- SimpleToken(SimpleTokenType, int, int) - Constructor for class org.apache.camel.language.simple.types.SimpleToken
-
- SimpleTokenizer - Class in org.apache.camel.language.simple
-
- SimpleTokenType - Class in org.apache.camel.language.simple.types
-
The different token types used by the simple parser.
- SimpleTokenType(TokenType, String) - Constructor for class org.apache.camel.language.simple.types.SimpleTokenType
-
- SimpleUuidGenerator - Class in org.apache.camel.impl
-
This implementation uses a counter which increments by one
- SimpleUuidGenerator() - Constructor for class org.apache.camel.impl.SimpleUuidGenerator
-
- SimpleValidationResult - Class in org.apache.camel.runtimecatalog
-
- SimpleValidationResult(String) - Constructor for class org.apache.camel.runtimecatalog.SimpleValidationResult
-
- singleCharOf(String, String) - Static method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
- singleQuote(String) - Static method in class org.apache.camel.util.StringQuoteHelper
-
Returns the text wrapped single quotes
- singleQuotedLiteralText() - Method in class org.apache.camel.language.simple.SimplePredicateParser
-
- singleQuotedLiteralWithFunctionsText() - Method in class org.apache.camel.language.simple.SimplePredicateParser
-
- SingleQuoteEnd - Class in org.apache.camel.language.simple.ast
-
Ends a block enclosed by single quotes
- SingleQuoteEnd(SimpleToken) - Constructor for class org.apache.camel.language.simple.ast.SingleQuoteEnd
-
- SingleQuoteStart - Class in org.apache.camel.language.simple.ast
-
Starts a block enclosed by single quotes
- SingleQuoteStart(SimpleToken) - Constructor for class org.apache.camel.language.simple.ast.SingleQuoteStart
-
- size(String) - Method in interface org.apache.camel.api.management.mbean.ManagedInflightRepositoryMBean
-
- size() - Method in class org.apache.camel.impl.ConsumerCache
-
Returns the current size of the cache
- size() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
-
- size() - Method in class org.apache.camel.impl.DefaultAsyncProcessorAwaitManager
-
- size() - Method in class org.apache.camel.impl.DefaultEndpointRegistry
-
- size() - Method in class org.apache.camel.impl.DefaultEndpointUtilizationStatistics
-
- size() - Method in class org.apache.camel.impl.DefaultInflightRepository
-
- size(Endpoint) - Method in class org.apache.camel.impl.DefaultInflightRepository
-
Deprecated.
- size(String) - Method in class org.apache.camel.impl.DefaultInflightRepository
-
- size() - Method in class org.apache.camel.impl.DefaultRestRegistry
-
- size() - Method in class org.apache.camel.impl.DefaultRuntimeEndpointRegistry
-
- size() - Method in class org.apache.camel.impl.DefaultServicePool
-
Deprecated.
- size() - Method in class org.apache.camel.impl.DefaultTransformerRegistry
-
- size() - Method in class org.apache.camel.impl.DefaultValidatorRegistry
-
- size() - Method in class org.apache.camel.impl.osgi.tracker.BundleTracker
-
Return the number of bundles being tracked by this
BundleTracker
.
- size() - Method in class org.apache.camel.impl.ProducerCache
-
Returns the current size of the cache
- size(String) - Method in class org.apache.camel.management.mbean.ManagedInflightRepository
-
- size(int) - Method in class org.apache.camel.model.ResequenceDefinition
-
Sets the in batch size for number of exchanges received
- size() - Method in class org.apache.camel.processor.resequencer.ResequencerEngine
-
Returns the number of elements currently maintained by this resequencer.
- size() - Method in interface org.apache.camel.spi.AsyncProcessorAwaitManager
-
Number of threads that are blocked waiting for other threads to trigger the callback when they are done processing
the exchange.
- size() - Method in interface org.apache.camel.spi.EndpointUtilizationStatistics
-
Current number of endpoints we have information about
- size() - Method in interface org.apache.camel.spi.InflightRepository
-
Current size of inflight exchanges.
- size(Endpoint) - Method in interface org.apache.camel.spi.InflightRepository
-
- size(String) - Method in interface org.apache.camel.spi.InflightRepository
-
Current size of inflight exchanges which are from the given route.
- size() - Method in interface org.apache.camel.spi.RestRegistry
-
Number of rest services in the registry.
- size() - Method in interface org.apache.camel.spi.RuntimeEndpointRegistry
-
Number of endpoints currently in the cache.
- size() - Method in interface org.apache.camel.spi.ServicePool
-
Deprecated.
Returns the current size of the pool
- size() - Method in interface org.apache.camel.spi.TypeConverterRegistry
-
Number of type converters in the registry.
- size() - Method in class org.apache.camel.support.DefaultTimeoutMap
-
- size() - Method in interface org.apache.camel.TimeoutMap
-
Returns the size of the map
- size(Object) - Static method in class org.apache.camel.util.CollectionHelper
-
Returns the size of the collection if it can be determined to be a collection
- size() - Method in class org.apache.camel.util.LRUCache
-
- SizedScheduledExecutorService - Class in org.apache.camel.util.concurrent
-
- SizedScheduledExecutorService(ScheduledThreadPoolExecutor, long) - Constructor for class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- SKIP_GZIP_ENCODING - Static variable in interface org.apache.camel.Exchange
-
- SKIP_NAMESPACES - Static variable in class org.apache.camel.model.dataformat.XmlJsonDataFormat
-
- SKIP_WHITESPACE - Static variable in class org.apache.camel.model.dataformat.XmlJsonDataFormat
-
- SKIP_WWW_FORM_URLENCODED - Static variable in interface org.apache.camel.Exchange
-
- 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
-
- skipExpression(String, int) - Static method in class org.apache.camel.builder.ExpressionBuilder
-
Returns an iterator to skip (iterate) the given expression
- skipFirstExpression(Expression) - Static method in class org.apache.camel.builder.ExpressionBuilder
-
Returns an expression that skips the first element
- SkipIterator - Class in org.apache.camel.util
-
- SkipIterator(Exchange, Iterator<?>, int) - Constructor for class org.apache.camel.util.SkipIterator
-
Creates a new skip iterator
- skipIteratorExpression(Expression, int) - Static method in class org.apache.camel.builder.ExpressionBuilder
-
- skipSendToOriginalEndpoint() - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
-
Skip sending the
Exchange
to the original intended endpoint
- skipTrailingCharsUntilNewline - Variable in class org.apache.camel.model.dataformat.UniVocityFixedWidthDataFormat
-
- sleep(long, int) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
Calculates the new redelivery delay based on the last one and then sleeps for the necessary amount of time.
- sleep(long) - Method in class org.apache.camel.processor.RedeliveryPolicy
-
Sleeps for the given delay
- SLIP_ENDPOINT - Static variable in interface org.apache.camel.Exchange
-
- SOAP_ACTION - Static variable in interface org.apache.camel.Exchange
-
- soapjaxb() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Soap 1.1 JAXB data format
- soapjaxb(String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Soap 1.1 JAXB data format
- soapjaxb(String, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Soap 1.1 JAXB data format
- soapjaxb(String, Object) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Soap 1.1 JAXB data format
- soapjaxb12() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Soap 1.2 JAXB data format
- soapjaxb12(String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Soap 1.2 JAXB data format
- soapjaxb12(String, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Soap 1.2 JAXB data format
- soapjaxb12(String, Object) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Soap JAXB data format
- SoapJaxbDataFormat - Class in org.apache.camel.model.dataformat
-
SOAP data format
- 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(Comparator<?>) - Method in class org.apache.camel.builder.ValueBuilder
-
Sorts the current value using the given comparator.
- 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
- sortBy - Variable in class org.apache.camel.component.file.GenericFileEndpoint
-
- sortByFileLanguage(CamelContext, String, boolean) - Static method in class org.apache.camel.component.file.GenericFileDefaultSorter
-
Returns a new sory by file language expression
- sortByFileLanguage(CamelContext, String, boolean, boolean) - Static method in class org.apache.camel.component.file.GenericFileDefaultSorter
-
Returns a new sory by file language expression
- sortByFileLanguage(CamelContext, String, boolean, boolean, Comparator<Exchange>) - Static method in class org.apache.camel.component.file.GenericFileDefaultSorter
-
Returns a new sort by file language 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
-
- sorter - Variable in class org.apache.camel.component.file.GenericFileEndpoint
-
- sortExpression(Expression, Comparator) - Static method in class org.apache.camel.builder.ExpressionBuilder
-
Returns a sort expression which will sort the expression with the given comparator.
- SortProcessor<T> - Class in org.apache.camel.processor
-
A processor that sorts the expression using a comparator
- SortProcessor(Expression, Comparator<? super T>) - Constructor for class org.apache.camel.processor.SortProcessor
-
- SourceCache - Class in org.apache.camel.converter.stream
-
- SourceCache(String) - Constructor for class org.apache.camel.converter.stream.SourceCache
-
- spel(String) - Method in class org.apache.camel.builder.ExpressionClause
-
- spel(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
- SpEL - Annotation Type in org.apache.camel.language
-
An annotation for injection of Spring Expression Language (SpEL) expressions
into method parameters, fields or properties.
- SpELExpression - Class in org.apache.camel.model.language
-
For Spring Expression Language (SpEL) expressions and predicates
- SpELExpression() - Constructor for class org.apache.camel.model.language.SpELExpression
-
- SpELExpression(String) - Constructor for class org.apache.camel.model.language.SpELExpression
-
- split() - Method in class org.apache.camel.model.ProcessorDefinition
-
Splitter EIP:
Creates a splitter allowing you split a message into a number of pieces and process them individually.
- split(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
Splitter EIP:
Creates a splitter allowing you split a message into a number of pieces and process them individually.
- split(Expression, AggregationStrategy) - Method in class org.apache.camel.model.ProcessorDefinition
-
Splitter EIP:
Creates a splitter allowing you split a message into a number of pieces and process them individually.
- SPLIT_COMPLETE - Static variable in interface org.apache.camel.Exchange
-
- SPLIT_INDEX - Static variable in interface org.apache.camel.Exchange
-
- SPLIT_SIZE - Static variable in interface org.apache.camel.Exchange
-
- 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
-
- splitOgnl(String) - Static method in class org.apache.camel.util.OgnlHelper
-
Regular expression with repeating groups is a pain to get right
and then nobody understands the reg exp afterwards.
- splitOnCharacter(String, String, int) - Static method in class org.apache.camel.util.ObjectHelper
-
- splitOnCharacter(String, String, int) - Static method in class org.apache.camel.util.StringHelper
-
- splitResult(Object) - Method in class org.apache.camel.util.component.AbstractApiConsumer
-
- splitResult(Object) - Method in class org.apache.camel.util.component.AbstractApiProducer
-
- splitResult(Object) - Method in interface org.apache.camel.util.component.ResultInterceptor
-
Split a complex result into result elements.
- splitSafeQuote(String, char) - Static method in class org.apache.camel.util.StringQuoteHelper
-
Splits the input safely honoring if values is enclosed in quotes.
- splitSafeQuote(String, char, boolean) - Static method in class org.apache.camel.util.StringQuoteHelper
-
Splits the input safely honoring if values is enclosed in quotes.
- Splitter - Class in org.apache.camel.processor
-
Implements a dynamic
Splitter pattern
where an expression is evaluated to iterate through each of the parts of a
message and then each part is then send to some endpoint.
- Splitter(CamelContext, Expression, Processor, AggregationStrategy) - Constructor for class org.apache.camel.processor.Splitter
-
- Splitter(CamelContext, Expression, Processor, AggregationStrategy, boolean, ExecutorService, boolean, boolean, boolean, long, Processor, boolean) - Constructor for class org.apache.camel.processor.Splitter
-
Deprecated.
- Splitter(CamelContext, Expression, Processor, AggregationStrategy, boolean, ExecutorService, boolean, boolean, boolean, long, Processor, boolean, boolean) - Constructor for class org.apache.camel.processor.Splitter
-
- Splitter(CamelContext, Expression, Processor, AggregationStrategy, boolean, ExecutorService, boolean, boolean, boolean, long, Processor, boolean, boolean, boolean) - Constructor for class org.apache.camel.processor.Splitter
-
- sql(String) - Method in class org.apache.camel.builder.ExpressionClause
-
- sql(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Deprecated.
- SQLConverter - Class in org.apache.camel.converter
-
SQL Date and time related converters.
- SqlExpression - Class in org.apache.camel.model.language
-
Deprecated.
- SqlExpression() - Constructor for class org.apache.camel.model.language.SqlExpression
-
Deprecated.
- SqlExpression(String) - Constructor for class org.apache.camel.model.language.SqlExpression
-
Deprecated.
- SSLContextClientParameters - Class in org.apache.camel.util.jsse
-
Configuration model for client side JSSE options.
- SSLContextClientParameters() - Constructor for class org.apache.camel.util.jsse.SSLContextClientParameters
-
- SSLContextDecorator(BaseSSLContextParameters.SSLContextSpiDecorator) - Constructor for class org.apache.camel.util.jsse.BaseSSLContextParameters.SSLContextDecorator
-
- 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.
- SSLContextParameters - Class in org.apache.camel.util.jsse
-
Represents
SSLContext
configuration options used in instantiating an
SSLContext
instance.
- SSLContextParameters() - Constructor for class org.apache.camel.util.jsse.SSLContextParameters
-
- SSLContextParametersAware - Interface in org.apache.camel
-
- SSLContextServerParameters - Class in org.apache.camel.util.jsse
-
- SSLContextServerParameters() - Constructor for class org.apache.camel.util.jsse.SSLContextServerParameters
-
- SSLContextSpiDecorator(SSLContext, List<BaseSSLContextParameters.Configurer<SSLEngine>>, List<BaseSSLContextParameters.Configurer<SSLSocketFactory>>, List<BaseSSLContextParameters.Configurer<SSLServerSocketFactory>>) - Constructor for class org.apache.camel.util.jsse.BaseSSLContextParameters.SSLContextSpiDecorator
-
- SSLServerSocketFactoryDecorator(SSLServerSocketFactory, List<BaseSSLContextParameters.Configurer<SSLServerSocket>>) - Constructor for class org.apache.camel.util.jsse.BaseSSLContextParameters.SSLServerSocketFactoryDecorator
-
- SSLSocketFactoryDecorator(SSLSocketFactory, List<BaseSSLContextParameters.Configurer<SSLSocket>>) - Constructor for class org.apache.camel.util.jsse.BaseSSLContextParameters.SSLSocketFactoryDecorator
-
- start() - Method in interface org.apache.camel.api.management.mbean.ManagedCamelContextMBean
-
- start() - Method in interface org.apache.camel.api.management.mbean.ManagedProcessorMBean
-
- start() - Method in interface org.apache.camel.api.management.mbean.ManagedRouteMBean
-
- start() - Method in interface org.apache.camel.api.management.mbean.ManagedServiceMBean
-
- start() - Method in interface org.apache.camel.CamelContext
-
Starts the
CamelContext
(
important: the start method is not blocked, see more details
here).
- start() - Method in class org.apache.camel.impl.DefaultCamelContext
-
- start() - Method in class org.apache.camel.impl.DefaultDebugger
-
- start() - Method in class org.apache.camel.impl.DefaultEndpointRegistry
-
- start() - Method in class org.apache.camel.impl.DefaultRoute
-
- start() - Method in class org.apache.camel.impl.DefaultTransformerRegistry
-
- start() - Method in class org.apache.camel.impl.DefaultUnitOfWork
-
- start() - Method in class org.apache.camel.impl.DefaultValidatorRegistry
-
- start() - Method in class org.apache.camel.impl.InterceptSendToEndpoint
-
- start() - Method in class org.apache.camel.impl.LimitedPollingConsumerPollStrategy
-
- start(BundleContext) - Method in class org.apache.camel.impl.osgi.Activator
-
- start() - Method in class org.apache.camel.impl.SynchronousDelegateProducer
-
- start() - Method in class org.apache.camel.management.mbean.ManagedCamelContext
-
- start() - Method in class org.apache.camel.management.mbean.ManagedProcessor
-
- start() - Method in class org.apache.camel.management.mbean.ManagedRoute
-
- start() - Method in class org.apache.camel.management.mbean.ManagedService
-
- start() - Method in class org.apache.camel.management.MBeanInfoAssembler
-
- start() - Method in class org.apache.camel.processor.interceptor.DefaultTraceEventHandler
-
- start() - Method in class org.apache.camel.processor.interceptor.Tracer
-
- start() - Method in class org.apache.camel.processor.resequencer.ResequencerEngine
-
- start() - Method in class org.apache.camel.processor.UnitOfWorkProducer
-
- start() - Method in class org.apache.camel.runtimecatalog.DefaultRuntimeCamelCatalog
-
- start() - Method in interface org.apache.camel.Service
-
Starts the service
- start() - Method in class org.apache.camel.support.ChildServiceSupport
-
- start(boolean) - Method in class org.apache.camel.support.ChildServiceSupport
-
- start() - Method in class org.apache.camel.support.ServiceSupport
-
- startAllRoutes() - Method in interface org.apache.camel.api.management.mbean.ManagedCamelContextMBean
-
- startAllRoutes() - Method in interface org.apache.camel.CamelContext
-
Starts all the routes which currently is not started.
- startAllRoutes() - Method in class org.apache.camel.impl.DefaultCamelContext
-
- startAllRoutes() - Method in class org.apache.camel.management.mbean.ManagedCamelContext
-
- startChildService(Route, List<Service>) - Method in class org.apache.camel.impl.RouteService
-
- startConsumer(Consumer) - Method in class org.apache.camel.support.RoutePolicySupport
-
- started - Variable in class org.apache.camel.support.ServiceSupport
-
- starting - Variable in class org.apache.camel.support.ServiceSupport
-
- startingDirectoryMustExist - Variable in class org.apache.camel.component.file.GenericFileEndpoint
-
- startProducer(Endpoint) - Method in class org.apache.camel.impl.ProducerCache
-
Starts the
Producer
to be used for sending to the given endpoint
This can be used to early start the
Producer
to ensure it can be created,
such as when Camel is started.
- startRoute(RouteDefinition) - Method in interface org.apache.camel.CamelContext
-
- startRoute(String) - Method in interface org.apache.camel.CamelContext
-
Starts the given route if it has been previously stopped
- startRoute(RouteDefinition) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- startRoute(String) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- startRoute(RouteDefinition) - Method in interface org.apache.camel.model.ModelCamelContext
-
- startRoute(Route) - Method in class org.apache.camel.support.RoutePolicySupport
-
- startRouteDefinitions(Collection<RouteDefinition>) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- startRouteService(RouteService, boolean) - Method in class org.apache.camel.impl.DefaultCamelContext
-
Starts the given route service
- startScheduler() - Method in interface org.apache.camel.api.management.mbean.ManagedSchedulePollConsumerMBean
-
- startScheduler() - Method in class org.apache.camel.impl.DefaultScheduledPollConsumerScheduler
-
- startScheduler() - Method in class org.apache.camel.impl.ScheduledPollConsumer
-
Starts the scheduler.
- startScheduler() - Method in class org.apache.camel.management.mbean.ManagedScheduledPollConsumer
-
- startScheduler() - Method in interface org.apache.camel.spi.ScheduledPollConsumerScheduler
-
Starts the scheduler.
- startService(Service, CamelContext, Object, String) - Method in class org.apache.camel.impl.CamelPostProcessorHelper
-
Stats the given service
- startService(Object) - Static method in class org.apache.camel.util.ServiceHelper
-
Starts the given
value
if it's a
Service
or a collection of it.
- startService(Service) - Static method in class org.apache.camel.util.ServiceHelper
-
Starts the given service
.
- startServices(Object...) - Static method in class org.apache.camel.util.ServiceHelper
-
Starts each element of the given services
if services
itself is
not null
, otherwise this method would return immediately.
- startServices(Collection<?>) - Static method in class org.apache.camel.util.ServiceHelper
-
Starts each element of the given services
if services
itself is
not null
, otherwise this method would return immediately.
- startSingleStepExchange(String, Breakpoint) - Method in class org.apache.camel.impl.DefaultDebugger
-
- startSingleStepExchange(String, Breakpoint) - Method in interface org.apache.camel.spi.Debugger
-
Starts the single step debug mode for the given exchange
- startsWith(Expression, Expression) - Static method in class org.apache.camel.builder.PredicateBuilder
-
- startsWith(Object) - Method in class org.apache.camel.builder.ValueBuilder
-
- startTimestamp - Variable in class org.apache.camel.management.mbean.ManagedCounter
-
- startToken - Variable in class org.apache.camel.support.TokenPairExpressionIterator
-
- StartupListener - Interface in org.apache.camel
-
Allows objects to be notified when
CamelContext
has done all work when starting.
- 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.
- StatefulService - Interface in org.apache.camel
-
A
Service
which has all the lifecycle events and offers details about its current state.
- StateRepository<K,V> - Interface in org.apache.camel.spi
-
This
StateRepository
holds a set of key/value pairs for defining a particular
state of a component.
- StaticMethodFallbackTypeConverter - Class in org.apache.camel.impl.converter
-
A
TypeConverter
implementation which invokes a static method
as a fallback type converter from a type to another type
- StaticMethodFallbackTypeConverter(Method, TypeConverterRegistry) - Constructor for class org.apache.camel.impl.converter.StaticMethodFallbackTypeConverter
-
Deprecated.
- StaticMethodFallbackTypeConverter(Method, TypeConverterRegistry, boolean) - Constructor for class org.apache.camel.impl.converter.StaticMethodFallbackTypeConverter
-
- StaticMethodTypeConverter - Class in org.apache.camel.impl.converter
-
A
TypeConverter
implementation which invokes a static method to convert from a type to another type
- StaticMethodTypeConverter(Method) - Constructor for class org.apache.camel.impl.converter.StaticMethodTypeConverter
-
Deprecated.
- StaticMethodTypeConverter(Method, boolean) - Constructor for class org.apache.camel.impl.converter.StaticMethodTypeConverter
-
- StaticService - Interface in org.apache.camel
-
- 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 - Class in org.apache.camel.impl.cloud
-
A static list of known servers Camel Service Call EIP.
- StaticServiceDiscovery() - Constructor for class org.apache.camel.impl.cloud.StaticServiceDiscovery
-
- StaticServiceDiscovery(List<ServiceDefinition>) - Constructor for class org.apache.camel.impl.cloud.StaticServiceDiscovery
-
- staticServiceDiscovery() - Method in class org.apache.camel.model.cloud.AggregatingServiceCallServiceDiscoveryConfiguration
-
- staticServiceDiscovery() - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
-
- 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
-
- StaticServiceDiscoveryFactory - Class in org.apache.camel.impl.cloud
-
- StaticServiceDiscoveryFactory() - Constructor for class org.apache.camel.impl.cloud.StaticServiceDiscoveryFactory
-
- staticSize() - Method in class org.apache.camel.impl.DefaultEndpointRegistry
-
- staticSize() - Method in class org.apache.camel.impl.DefaultTransformerRegistry
-
- staticSize() - Method in class org.apache.camel.impl.DefaultValidatorRegistry
-
- staticSize() - Method in interface org.apache.camel.spi.EndpointRegistry
-
Number of endpoints in the static registry.
- staticSize() - Method in interface org.apache.camel.spi.TransformerRegistry
-
Number of transformers in the static registry.
- staticSize() - Method in interface org.apache.camel.spi.ValidatorRegistry
-
Number of validators in the static registry.
- Statistic - Class in org.apache.camel.management.mbean
-
- Statistic(String, Object, Statistic.UpdateMode) - Constructor for class org.apache.camel.management.mbean.Statistic
-
Instantiates a new statistic.
- Statistic.UpdateMode - Enum in org.apache.camel.management.mbean
-
Statistics mode
VALUE - A statistic with this update mode is a simple value that is a straight forward
representation of the updated value.
DIFFERENCE - A statistic with this update mode is a value that represents the difference
between the last two recorded values (or the initial value if two updates have
not been recorded).
DELTA - A statistic with this update mode is a value that represents the delta
between the last two recorded values (or the initial value if two updates have
not been recorded).
- statistics - Variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
-
- STATISTICS_LEVEL - Static variable in class org.apache.camel.management.JmxSystemPropertyKeys
-
- status(ComponentVerifier.Result.Status) - Method in class org.apache.camel.impl.verifier.ResultBuilder
-
- StAX2SAXSource - Class in org.apache.camel.converter.jaxp
-
- StAX2SAXSource(XMLStreamReader) - Constructor for class org.apache.camel.converter.jaxp.StAX2SAXSource
-
- StaxConverter - Class in org.apache.camel.converter.jaxp
-
A converter of StAX objects
- StaxConverter() - Constructor for class org.apache.camel.converter.jaxp.StaxConverter
-
- step() - Method in interface org.apache.camel.api.management.mbean.ManagedBacklogDebuggerMBean
-
- step() - Method in class org.apache.camel.management.mbean.ManagedBacklogDebugger
-
- step() - Method in class org.apache.camel.processor.interceptor.BacklogDebugger
-
- stepBreakpoint(String) - Method in interface org.apache.camel.api.management.mbean.ManagedBacklogDebuggerMBean
-
- stepBreakpoint(String) - Method in class org.apache.camel.management.mbean.ManagedBacklogDebugger
-
- stepBreakpoint(String) - Method in class org.apache.camel.processor.interceptor.BacklogDebugger
-
- sticky(Expression) - Method in class org.apache.camel.model.LoadBalanceDefinition
-
Uses sticky load balancer
- StickyLoadBalancer - Class in org.apache.camel.processor.loadbalancer
-
Implements a sticky load balancer using an
Expression
to calculate
a correlation key to perform the sticky load balancing; rather like jsessionid in the web
or JMSXGroupID in JMS.
- StickyLoadBalancer(Expression) - Constructor for class org.apache.camel.processor.loadbalancer.StickyLoadBalancer
-
- 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 interface org.apache.camel.api.management.mbean.ManagedCamelContextMBean
-
- stop() - Method in interface org.apache.camel.api.management.mbean.ManagedProcessorMBean
-
- stop() - Method in interface org.apache.camel.api.management.mbean.ManagedRouteMBean
-
- stop(long) - Method in interface org.apache.camel.api.management.mbean.ManagedRouteMBean
-
- stop(Long, Boolean) - Method in interface org.apache.camel.api.management.mbean.ManagedRouteMBean
-
- stop() - Method in interface org.apache.camel.api.management.mbean.ManagedServiceMBean
-
- stop() - Method in interface org.apache.camel.CamelContext
-
Stop and shutdown the
CamelContext
(will stop all routes/components/endpoints etc and clear internal state/cache).
- stop() - Method in class org.apache.camel.component.seda.SedaEndpoint
-
- stop() - Method in class org.apache.camel.impl.DefaultCamelContext
-
- stop() - Method in class org.apache.camel.impl.DefaultDebugger
-
- stop() - Method in class org.apache.camel.impl.DefaultEndpointRegistry
-
- stop() - Method in class org.apache.camel.impl.DefaultRoute
-
- stop() - Method in class org.apache.camel.impl.DefaultTransformerRegistry
-
- stop() - Method in class org.apache.camel.impl.DefaultUnitOfWork
-
- stop() - Method in class org.apache.camel.impl.DefaultValidatorRegistry
-
- stop() - Method in class org.apache.camel.impl.InterceptSendToEndpoint
-
- stop() - Method in class org.apache.camel.impl.LimitedPollingConsumerPollStrategy
-
- stop() - Method in class org.apache.camel.impl.MDCUnitOfWork
-
- stop(BundleContext) - Method in class org.apache.camel.impl.osgi.Activator
-
- stop() - Method in class org.apache.camel.impl.SynchronousDelegateProducer
-
- stop() - Method in class org.apache.camel.management.mbean.ManagedCamelContext
-
- stop() - Method in class org.apache.camel.management.mbean.ManagedProcessor
-
- stop() - Method in class org.apache.camel.management.mbean.ManagedRoute
-
- stop(long) - Method in class org.apache.camel.management.mbean.ManagedRoute
-
- stop(Long, Boolean) - Method in class org.apache.camel.management.mbean.ManagedRoute
-
- stop() - Method in class org.apache.camel.management.mbean.ManagedService
-
- stop() - Method in class org.apache.camel.management.MBeanInfoAssembler
-
- stop() - Method in class org.apache.camel.model.ProcessorDefinition
-
Stops continue routing the current
Exchange
and marks it as completed.
- stop() - Method in class org.apache.camel.processor.interceptor.DefaultTraceEventHandler
-
- stop() - Method in class org.apache.camel.processor.interceptor.Tracer
-
- stop() - Method in class org.apache.camel.processor.resequencer.ResequencerEngine
-
Stops this resequencer (i.e.
- stop() - Method in class org.apache.camel.processor.UnitOfWorkProducer
-
- stop() - Method in class org.apache.camel.runtimecatalog.DefaultRuntimeCamelCatalog
-
- stop() - Method in interface org.apache.camel.Service
-
Stops the service
- stop() - Method in class org.apache.camel.support.ChildServiceSupport
-
- stop() - Method in class org.apache.camel.support.ServiceSupport
-
- stop() - Static method in class org.apache.camel.util.IntrospectionSupport
-
CamelContext
should call this stop method when its stopping.
- stop() - Method in class org.apache.camel.util.StopWatch
-
Stops the stop watch
- stopAndShutdownService(Object) - Static method in class org.apache.camel.util.ServiceHelper
-
Stops and shutdowns the given service
, rethrowing the first exception caught.
- stopAndShutdownServices(Object...) - Static method in class org.apache.camel.util.ServiceHelper
-
Stops and shutdowns each element of the given services
if services
itself is
not null
, otherwise this method would return immediately.
- stopAndShutdownServices(Collection<?>) - Static method in class org.apache.camel.util.ServiceHelper
-
Stops and shutdowns each element of the given services
if services
itself is not null
, otherwise this method would return immediately.
- stopChildService(Route, Set<Service>, boolean) - Method in class org.apache.camel.impl.RouteService
-
- stopConsumer(Consumer) - Method in class org.apache.camel.support.RoutePolicySupport
-
- StopDefinition - Class in org.apache.camel.model
-
Stops the processing of the current message
- StopDefinition() - Constructor for class org.apache.camel.model.StopDefinition
-
- stopOnAggregateException() - Method in class org.apache.camel.model.MulticastDefinition
-
If enabled, unwind exceptions occurring at aggregation time to the error handler when parallelProcessing is used.
- stopOnAggregateException() - Method in class org.apache.camel.model.RecipientListDefinition
-
If enabled, unwind exceptions occurring at aggregation time to the error handler when parallelProcessing is used.
- stopOnAggregateException() - Method in class org.apache.camel.model.SplitDefinition
-
If enabled, unwind exceptions occurring at aggregation time to the error handler when parallelProcessing is used.
- stopOnException() - Method in class org.apache.camel.model.MulticastDefinition
-
Will now stop further processing if an exception or failure occurred during processing of an
Exchange
and the caused exception will be thrown.
- stopOnException() - Method in class org.apache.camel.model.RecipientListDefinition
-
Will now stop further processing if an exception or failure occurred during processing of an
Exchange
and the caused exception will be thrown.
- stopOnException() - Method in class org.apache.camel.model.SplitDefinition
-
Will now stop further processing if an exception or failure occurred during processing of an
Exchange
and the caused exception will be thrown.
- stopped - Variable in class org.apache.camel.support.ServiceSupport
-
- stopping - Variable in class org.apache.camel.support.ServiceSupport
-
- StopProcessor - Class in org.apache.camel.processor
-
Stops continue processing the route and marks it as complete.
- StopProcessor() - Constructor for class org.apache.camel.processor.StopProcessor
-
- stopRoute(RouteDefinition) - Method in interface org.apache.camel.CamelContext
-
- stopRoute(String) - Method in interface org.apache.camel.CamelContext
-
- stopRoute(String, long, TimeUnit) - Method in interface org.apache.camel.CamelContext
-
- stopRoute(String, long, TimeUnit, boolean) - Method in interface org.apache.camel.CamelContext
-
Stops the given route using
ShutdownStrategy
with a specified timeout
and optional abortAfterTimeout mode.
- stopRoute(RouteDefinition) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- stopRoute(String, long, TimeUnit, boolean) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- stopRoute(String) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- stopRoute(String, long, TimeUnit) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- stopRoute(RouteDefinition) - Method in interface org.apache.camel.model.ModelCamelContext
-
- stopRoute(Route) - Method in class org.apache.camel.support.RoutePolicySupport
-
- stopRoute(Route, long, TimeUnit) - Method in class org.apache.camel.support.RoutePolicySupport
-
- stopRouteAsync(Route) - Method in class org.apache.camel.support.RoutePolicySupport
-
Allows to stop a route asynchronously using a separate background thread which can allow any current in-flight exchange
to complete while the route is being shutdown.
- stopRouteService(RouteService, boolean) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- stopRouteService(RouteService) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- stopService(Object) - Static method in class org.apache.camel.util.ServiceHelper
-
Stops the given value
, rethrowing the first exception caught.
- stopServices(Object...) - Static method in class org.apache.camel.util.ServiceHelper
-
Stops each element of the given services
if services
itself is
not null
, otherwise this method would return immediately.
- stopServices(Collection<?>) - Static method in class org.apache.camel.util.ServiceHelper
-
Stops each element of the given services
if services
itself is
not null
, otherwise this method would return immediately.
- stopSingleStepExchange(String) - Method in class org.apache.camel.impl.DefaultDebugger
-
- stopSingleStepExchange(String) - Method in interface org.apache.camel.spi.Debugger
-
Stops the single step debug mode for the given exchange.
- StopWatch - Class in org.apache.camel.util
-
A very simple stop watch.
- StopWatch() - Constructor for class org.apache.camel.util.StopWatch
-
Starts the stop watch
- StopWatch(Date) - Constructor for class org.apache.camel.util.StopWatch
-
Starts the stop watch from the given timestamp
- StopWatch(boolean) - Constructor for class org.apache.camel.util.StopWatch
-
Creates the stop watch
- storeFile(String, Exchange) - Method in class org.apache.camel.component.file.FileOperations
-
- storeFile(String, Exchange) - Method in interface org.apache.camel.component.file.GenericFileOperations
-
Stores the content as a new remote file (upload)
- storeInBody() - Method in class org.apache.camel.util.toolbox.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.util.toolbox.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.util.toolbox.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.util.toolbox.FlexibleAggregationStrategy
-
Enables storing null values in the resulting collection.
- strategy() - Method in class org.apache.camel.model.AggregateDefinition
-
Sets the AggregationStrategy to use with a fluent builder.
- strategy(AggregationStrategy) - Method in class org.apache.camel.model.AggregateDefinition
-
Sets the aggregate strategy to use
- stream() - Method in class org.apache.camel.model.ResequenceDefinition
-
Configures the stream-based resequencing algorithm using the default
configuration.
- stream(StreamResequencerConfig) - Method in class org.apache.camel.model.ResequenceDefinition
-
- stream(Collection<C>) - Static method in class org.apache.camel.util.StreamUtils
-
Creates a stream on the given collection if it is not null
- stream(Map<K, V>) - Static method in class org.apache.camel.util.StreamUtils
-
Creates a stream of entries on the given Map if it is not null
- STREAM_CACHE_UNIT_OF_WORK - Static variable in interface org.apache.camel.Exchange
-
- StreamCache - Interface in org.apache.camel
-
Tagging interface to indicate that a type is capable of caching the underlying data stream.
- StreamCacheConverter - Class in org.apache.camel.converter.stream
-
A set of
Converter
methods for wrapping stream-based messages in a
StreamCache
implementation to ensure message re-readability (eg multicasting, retrying)
- 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.
- StreamCaching - Class in org.apache.camel.processor.interceptor
-
- StreamCaching() - Constructor for class org.apache.camel.processor.interceptor.StreamCaching
-
Deprecated.
- StreamCachingAdvice(StreamCachingStrategy) - Constructor for class org.apache.camel.processor.CamelInternalProcessor.StreamCachingAdvice
-
- StreamCachingInterceptor - Class in org.apache.camel.processor.interceptor
-
- StreamCachingInterceptor() - Constructor for class org.apache.camel.processor.interceptor.StreamCachingInterceptor
-
Deprecated.
- StreamCachingInterceptor(Processor) - Constructor for class org.apache.camel.processor.interceptor.StreamCachingInterceptor
-
Deprecated.
- StreamCachingStrategy - Interface in org.apache.camel.spi
-
- StreamCachingStrategy.SpoolRule - Interface in org.apache.camel.spi
-
Rule for determine if stream caching should be spooled to disk or kept in-memory.
- StreamCachingStrategy.SpoolUsedHeapMemoryLimit - Enum in org.apache.camel.spi
-
Used for selecting if the memory limit is committed or maximum heap memory setting.
- StreamCachingStrategy.Statistics - Interface in org.apache.camel.spi
-
Utilization statistics of stream caching.
- 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.
- StreamResequencer - Class in org.apache.camel.processor
-
A resequencer that re-orders a (continuous) stream of
Exchange
s.
- StreamResequencer(CamelContext, Processor, SequenceElementComparator<Exchange>, Expression) - Constructor for class org.apache.camel.processor.StreamResequencer
-
- StreamResequencerConfig - Class in org.apache.camel.model.config
-
Configures stream-processing resequence eip.
- StreamResequencerConfig() - Constructor for class org.apache.camel.model.config.StreamResequencerConfig
-
- StreamResequencerConfig(int, long) - Constructor for class org.apache.camel.model.config.StreamResequencerConfig
-
- StreamResequencerConfig(int, long, ExpressionResultComparator) - Constructor for class org.apache.camel.model.config.StreamResequencerConfig
-
- StreamResequencerConfig(int, long, Boolean) - Constructor for class org.apache.camel.model.config.StreamResequencerConfig
-
- StreamResequencerConfig(int, long, Boolean, ExpressionResultComparator) - Constructor for class org.apache.camel.model.config.StreamResequencerConfig
-
- StreamResultHandler - Class in org.apache.camel.builder.xml
-
Processes the XSLT result as a byte[]
- StreamResultHandler() - Constructor for class org.apache.camel.builder.xml.StreamResultHandler
-
- StreamResultHandlerFactory - Class in org.apache.camel.builder.xml
-
- StreamResultHandlerFactory() - Constructor for class org.apache.camel.builder.xml.StreamResultHandlerFactory
-
- StreamSourceCache - Class in org.apache.camel.converter.stream
-
- StreamSourceCache(StreamSource, Exchange) - Constructor for class org.apache.camel.converter.stream.StreamSourceCache
-
- StreamSourceCache(StreamCache) - Constructor for class org.apache.camel.converter.stream.StreamSourceCache
-
- StreamSourceConverter - Class in org.apache.camel.converter.jaxp
-
- StreamUtils - Class in org.apache.camel.util
-
- string() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the String data format
- string(String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the String data format supporting encoding using given charset
- StringDataFormat - Class in org.apache.camel.impl
-
The text based
data format supporting
charset encoding.
- StringDataFormat() - Constructor for class org.apache.camel.impl.StringDataFormat
-
- StringDataFormat(String) - Constructor for class org.apache.camel.impl.StringDataFormat
-
- StringDataFormat - Class in org.apache.camel.model.dataformat
-
String (text based) data format
- StringDataFormat() - Constructor for class org.apache.camel.model.dataformat.StringDataFormat
-
- StringHelper - Class in org.apache.camel.util
-
Helper methods for working with Strings.
- StringQuoteHelper - Class in org.apache.camel.util
-
Utility class for parsing quoted string which is intended for parameters, separated by comma.
- stringResult() - Method in class org.apache.camel.builder.xml.XPathBuilder
-
- StringResultHandler - Class in org.apache.camel.builder.xml
-
Processes the XSLT result as a String
- StringResultHandler() - Constructor for class org.apache.camel.builder.xml.StringResultHandler
-
- StringResultHandlerFactory - Class in org.apache.camel.builder.xml
-
- StringResultHandlerFactory() - Constructor for class org.apache.camel.builder.xml.StringResultHandlerFactory
-
- StringSource - Class in org.apache.camel
-
A helper class which provides a JAXP
Source
from a String which can be read as many times as required.
- StringSource() - Constructor for class org.apache.camel.StringSource
-
- StringSource(String) - Constructor for class org.apache.camel.StringSource
-
- StringSource(String, String) - Constructor for class org.apache.camel.StringSource
-
- StringSource(String, String, String) - Constructor for class org.apache.camel.StringSource
-
- stripExt(String) - Static method in class org.apache.camel.util.FileUtil
-
- stripExt(String, boolean) - Static method in class org.apache.camel.util.FileUtil
-
- stripFirstLeadingSeparator(String) - Static method in class org.apache.camel.util.FileUtil
-
Strip first leading separator
- stripLeadingSeparator(String) - Static method in class org.apache.camel.util.FileUtil
-
Strip any leading separators
- stripOptionalPrefixFromName(List<Map<String, String>>, String) - Static method in class org.apache.camel.runtimecatalog.JSonSchemaHelper
-
- stripPath(String) - Static method in class org.apache.camel.util.FileUtil
-
Strips any leading paths
- stripPrefix(String, String) - Static method in class org.apache.camel.runtimecatalog.URISupport
-
Strips the prefix from the value.
- stripPrefix(String, String) - Static method in class org.apache.camel.util.URISupport
-
Strips the prefix from the value.
- stripQuery(String) - Static method in class org.apache.camel.runtimecatalog.URISupport
-
Strips the query parameters from the uri
- stripTrailingSeparator(String) - Static method in class org.apache.camel.util.FileUtil
-
Strip any trailing separators
- StubComponent - Class in org.apache.camel.component.stub
-
The
Stub Component is for stubbing out endpoints while developing or testing.
- StubComponent() - Constructor for class org.apache.camel.component.stub.StubComponent
-
- StubConsumer - Class in org.apache.camel.component.stub
-
- StubConsumer(VmEndpoint, Processor) - Constructor for class org.apache.camel.component.stub.StubConsumer
-
- StubEndpoint - Class in org.apache.camel.component.stub
-
The stub component provides a simple way to stub out any physical endpoints while in development or testing.
- StubEndpoint(String, Component, BlockingQueue<Exchange>) - Constructor for class org.apache.camel.component.stub.StubEndpoint
-
- StubEndpoint(String, Component, BlockingQueue<Exchange>, int) - Constructor for class org.apache.camel.component.stub.StubEndpoint
-
- StubEndpoint(String, Component, BlockingQueueFactory<Exchange>, int) - Constructor for class org.apache.camel.component.stub.StubEndpoint
-
- submit(Callable<T>) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- submit(Runnable) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- submit(Runnable, T) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- submit(Callable<V>) - Method in class org.apache.camel.util.concurrent.SubmitOrderedCompletionService
-
- submit(Runnable, Object) - Method in class org.apache.camel.util.concurrent.SubmitOrderedCompletionService
-
- SubmitOrderedCompletionService<V> - Class in org.apache.camel.util.concurrent
-
A
CompletionService
that orders the completed tasks
in the same order as they where submitted.
- SubmitOrderedCompletionService(Executor) - Constructor for class org.apache.camel.util.concurrent.SubmitOrderedCompletionService
-
- subscribeMethod(Method, Object, String, String, String, String) - Method in class org.apache.camel.impl.CamelPostProcessorHelper
-
- Substitution(String, String, String) - Constructor for class org.apache.camel.util.component.ArgumentSubstitutionParser.Substitution
-
Creates a substitution for all argument types.
- Substitution(String, String, String, String) - Constructor for class org.apache.camel.util.component.ArgumentSubstitutionParser.Substitution
-
Creates a substitution for a specific argument type.
- Substitution(String, String, String, String, boolean) - Constructor for class org.apache.camel.util.component.ArgumentSubstitutionParser.Substitution
-
Create a substitution for a specific argument type and flag to indicate whether the replacement uses
- SubUnitOfWork - Interface in org.apache.camel.spi
-
A sub unit of work is a way of implement sub-transactions in Camel routing.
- SubUnitOfWorkCallback - Interface in org.apache.camel.spi
-
- SubUnitOfWorkProcessorAdvice() - Constructor for class org.apache.camel.processor.CamelInternalProcessor.SubUnitOfWorkProcessorAdvice
-
- successor(Exchange, Exchange) - Method in class org.apache.camel.processor.resequencer.DefaultExchangeComparator
-
- successor(E) - Method in class org.apache.camel.processor.resequencer.Sequence
-
Returns the immediate successor of the given element in this sequence
or null
if no successor exists.
- successor(E, E) - Method in interface org.apache.camel.processor.resequencer.SequenceElementComparator
-
Returns true
if o1
is an immediate successor
of o2
.
- SUFFIX_TOKEN - Static variable in class org.apache.camel.component.properties.PropertiesComponent
-
- suggestEndpointOptions(Set<String>, String) - Method in interface org.apache.camel.runtimecatalog.SuggestionStrategy
-
Provides a list of valid option names for a did you mean function.
- SuggestionStrategy - Interface in org.apache.camel.runtimecatalog
-
Strategy to provide suggestions for unknown endpoint options
- summaryErrorMessage(boolean) - Method in class org.apache.camel.runtimecatalog.EndpointValidationResult
-
A human readable summary of the validation errors.
- Suppliers - Class in org.apache.camel.util.function
-
- supportedParameterTypes(BinaryOperatorType) - Static method in enum org.apache.camel.language.simple.types.BinaryOperatorType
-
Returns the types of right hand side parameters this operator supports.
- supportProcessor() - Method in interface org.apache.camel.component.bean.BeanHolder
-
Whether a
Processor
is supported by this bean holder.
- supportProcessor() - Method in class org.apache.camel.component.bean.ConstantBeanHolder
-
- supportProcessor() - Method in class org.apache.camel.component.bean.ConstantTypeBeanHolder
-
- supportProcessor() - Method in class org.apache.camel.component.bean.RegistryBean
-
- supportsSuspension() - Method in class org.apache.camel.impl.EventDrivenConsumerRoute
-
- supportsSuspension() - Method in interface org.apache.camel.Route
-
Whether or not the route supports suspension (suspend and resume)
- supportTransacted() - Method in class org.apache.camel.builder.DeadLetterChannelBuilder
-
- supportTransacted() - Method in class org.apache.camel.builder.DefaultErrorHandlerBuilder
-
- supportTransacted() - Method in interface org.apache.camel.builder.ErrorHandlerBuilder
-
Whether this error handler supports transacted exchanges.
- supportTransacted() - Method in class org.apache.camel.builder.ErrorHandlerBuilderRef
-
- supportTransacted() - Method in class org.apache.camel.builder.LoggingErrorHandlerBuilder
-
Deprecated.
- supportTransacted() - Method in class org.apache.camel.builder.NoErrorHandlerBuilder
-
- supportTransacted() - Method in class org.apache.camel.processor.ErrorHandlerSupport
-
Whether this error handler supports transacted exchanges or not.
- supportTransacted() - Method in class org.apache.camel.processor.RedeliveryErrorHandler
-
- suspend() - Method in interface org.apache.camel.api.management.mbean.ManagedCamelContextMBean
-
- suspend() - Method in interface org.apache.camel.api.management.mbean.ManagedServiceMBean
-
- suspend() - Method in interface org.apache.camel.api.management.mbean.ManagedSuspendableRouteMBean
-
- suspend(long) - Method in interface org.apache.camel.api.management.mbean.ManagedSuspendableRouteMBean
-
- suspend() - Method in class org.apache.camel.impl.BreakpointSupport
-
- suspend() - Method in class org.apache.camel.impl.DefaultCamelContext
-
- suspend(CamelContext, List<RouteStartupOrder>) - Method in class org.apache.camel.impl.DefaultShutdownStrategy
-
- suspend(CamelContext, List<RouteStartupOrder>, long, TimeUnit) - Method in class org.apache.camel.impl.DefaultShutdownStrategy
-
- suspend() - Method in class org.apache.camel.management.mbean.ManagedCamelContext
-
- suspend() - Method in class org.apache.camel.management.mbean.ManagedService
-
- suspend() - Method in class org.apache.camel.management.mbean.ManagedSuspendableRoute
-
- suspend(long) - Method in class org.apache.camel.management.mbean.ManagedSuspendableRoute
-
- suspend() - Method in interface org.apache.camel.spi.Breakpoint
-
Suspend this breakpoint
- suspend(CamelContext, List<RouteStartupOrder>) - Method in interface org.apache.camel.spi.ShutdownStrategy
-
Suspends the routes
- suspend(CamelContext, List<RouteStartupOrder>, long, TimeUnit) - Method in interface org.apache.camel.spi.ShutdownStrategy
-
Suspends the routes using a specified timeout instead of the default timeout values
- suspend() - Method in class org.apache.camel.support.ServiceSupport
-
- suspend() - Method in interface org.apache.camel.SuspendableService
-
Suspends the service.
- Suspendable - Interface in org.apache.camel
-
Marker interface to indicate a custom component has custom implementation for suspending the
SuspendableService
service.
- SuspendableService - Interface in org.apache.camel
-
A
Service
which is also capable of suspending and resuming.
- suspendAllBreakpoints() - Method in class org.apache.camel.impl.DefaultDebugger
-
- suspendAllBreakpoints() - Method in interface org.apache.camel.spi.Debugger
-
Suspends all breakpoints.
- suspended - Variable in class org.apache.camel.support.ServiceSupport
-
- suspending - Variable in class org.apache.camel.support.ServiceSupport
-
- suspendNow(Consumer) - Static method in class org.apache.camel.impl.DefaultShutdownStrategy
-
Suspends/stops the consumer immediately.
- suspendRoute(String) - Method in interface org.apache.camel.CamelContext
-
- suspendRoute(String, long, TimeUnit) - Method in interface org.apache.camel.CamelContext
-
- suspendRoute(String) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- suspendRoute(String, long, TimeUnit) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- suspendRoute(Route) - Method in class org.apache.camel.support.RoutePolicySupport
-
- suspendRoute(Route, long, TimeUnit) - Method in class org.apache.camel.support.RoutePolicySupport
-
- suspendRouteService(RouteService) - Method in class org.apache.camel.impl.DefaultCamelContext
-
- suspendService(Object) - Static method in class org.apache.camel.util.ServiceHelper
-
Suspends the given service
.
- suspendServices(Collection<?>) - Static method in class org.apache.camel.util.ServiceHelper
-
Suspends each element of the given services
if services
itself is
not null
, otherwise this method would return immediately.
- Synchronization - Interface in org.apache.camel.spi
-
- SynchronizationAdapter - Class in org.apache.camel.impl
-
- SynchronizationAdapter() - Constructor for class org.apache.camel.impl.SynchronizationAdapter
-
Deprecated.
- SynchronizationAdapter - Class in org.apache.camel.support
-
Simple
Synchronization
adapter with empty methods for easier overriding
of single methods.
- SynchronizationAdapter() - Constructor for class org.apache.camel.support.SynchronizationAdapter
-
- SynchronizationRouteAware - Interface in org.apache.camel.spi
-
- SynchronizationVetoable - Interface in org.apache.camel.spi
-
- SynchronousDelegateProducer - Class in org.apache.camel.impl
-
To process the delegated producer in synchronous mode.
- SynchronousDelegateProducer(Producer) - Constructor for class org.apache.camel.impl.SynchronousDelegateProducer
-
- SynchronousExecutorService - Class in org.apache.camel.util.concurrent
-
A synchronous
ExecutorService
which always invokes
the task in the caller thread (just a thread pool facade).
- SynchronousExecutorService() - Constructor for class org.apache.camel.util.concurrent.SynchronousExecutorService
-
- syslog() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Syslog data format
- SyslogDataFormat - Class in org.apache.camel.model.dataformat
-
Syslog data format
- SyslogDataFormat() - Constructor for class org.apache.camel.model.dataformat.SyslogDataFormat
-
- SysPropertiesFunction - Class in org.apache.camel.component.properties
-
- SysPropertiesFunction() - Constructor for class org.apache.camel.component.properties.SysPropertiesFunction
-
- SYSTEM_PROPERTIES_MODE_FALLBACK - Static variable in class org.apache.camel.component.properties.PropertiesComponent
-
Check system properties if not resolvable in the specified properties.
- SYSTEM_PROPERTIES_MODE_NEVER - Static variable in class org.apache.camel.component.properties.PropertiesComponent
-
Never check system properties.
- SYSTEM_PROPERTIES_MODE_OVERRIDE - Static variable in class org.apache.camel.component.properties.PropertiesComponent
-
Check system properties first, before trying the specified properties.
- SYSTEM_PROPERTIES_NAMESPACE - Static variable in class org.apache.camel.builder.xml.Namespaces
-
- systemEnvironmentExpression(String) - Static method in class org.apache.camel.builder.ExpressionBuilder
-
Returns an expression for a system environment value with the given name
- systemEnvironmentExpression(String, String) - Static method in class org.apache.camel.builder.ExpressionBuilder
-
Returns an expression for a system environment value with the given name
- 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
- systemPropertyExpression(String) - Static method in class org.apache.camel.builder.ExpressionBuilder
-
Returns an expression for a system property value with the given name
- systemPropertyExpression(String, String) - Static method in class org.apache.camel.builder.ExpressionBuilder
-
Returns an expression for a system property value with the given name