- scanTypeConverters() - Method in class org.apache.camel.impl.converter.DefaultTypeConverter
-
- 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
-
- 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.impl.event
-
- ServiceStartupFailureEvent(CamelContext, Object, Throwable) - Constructor for class org.apache.camel.impl.event.ServiceStartupFailureEvent
-
- ServiceStopFailureEvent - Class in org.apache.camel.impl.event
-
- ServiceStopFailureEvent(CamelContext, Object, Throwable) - Constructor for class org.apache.camel.impl.event.ServiceStopFailureEvent
-
- setAcceptableSchemes(String) - Method in class org.apache.camel.impl.converter.TypeConvertersPackageScanClassResolver
-
- setAutoDiscoverPropertiesSources(boolean) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Whether to automatically discovery instances of PropertiesSource
from registry and service factory.
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.converter.CamelBaseBulkConverterLoader
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
-
- 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.
- setEncoding(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Encoding to use when loading properties file from the file system or classpath.
- setEnvironmentVariableMode(int) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Sets the OS environment variables mode (0 = never, 1 = fallback, 2 = override).
- 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.
- setIncludeAbstract(boolean) - Method in class org.apache.camel.impl.scan.AssignableToPackageScanFilter
-
Whether to include abstract classes.
- setInitialProperties(Properties) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Sets initial properties which will be used before any locations are resolved.
- setInjector(Injector) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
-
- setInjector(Injector) - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
-
- setLocalProperties(Properties) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Sets a special list of local properties (ie thread local) that take precedence and will use first, if a property
exists.
- 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.
- 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 exists.
- setPropertiesComponent(PropertiesComponent) - Method in class org.apache.camel.component.properties.DefaultPropertiesParser
-
- setPropertiesParser(PropertiesParser) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
To use a custom PropertiesParser
- setSystemPropertiesMode(int) - Method in class org.apache.camel.component.properties.PropertiesComponent
-
Sets the JVM system property mode (0 = never, 1 = fallback, 2 = override).
- setTypeConverterExists(TypeConverterExists) - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
-
- setTypeConverterExistsLoggingLevel(LoggingLevel) - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
-
- size() - Method in class org.apache.camel.converter.CamelBaseBulkConverterLoader
-
- size() - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
-
- SQLConverter - Class in org.apache.camel.converter
-
SQL Date and time related converters.
- 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, 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, boolean) - Constructor for class org.apache.camel.impl.converter.StaticMethodTypeConverter
-
- statistics - Variable in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
-
- StepCompletedEvent - Class in org.apache.camel.impl.event
-
Event after a step has been completed successfully.
- StepCompletedEvent(Exchange, String) - Constructor for class org.apache.camel.impl.event.StepCompletedEvent
-
- StepFailedEvent - Class in org.apache.camel.impl.event
-
Event after a step has failed.
- StepFailedEvent(Exchange, String) - Constructor for class org.apache.camel.impl.event.StepFailedEvent
-
- StepStartedEvent - Class in org.apache.camel.impl.event
-
Event after a step has been created.
- StepStartedEvent(Exchange, String) - Constructor for class org.apache.camel.impl.event.StepStartedEvent
-
- SysPropertiesFunction - Class in org.apache.camel.component.properties
-
A PropertiesFunction
that lookup the property value from JVM system property.
- 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 variables) first, before trying the specified properties.
- toArray(Collection<?>) - Static method in class org.apache.camel.converter.CollectionConverter
-
Converts a collection to an array
- toArrayList(Iterator<T>) - Static method in class org.apache.camel.converter.CollectionConverter
-
- toArrayList(Iterable<T>) - Static method in class org.apache.camel.converter.CollectionConverter
-
- toBigInteger(Object) - Static method in class org.apache.camel.converter.ObjectConverter
-
Returns the converted value, or null if the value is null
- toBool(Object) - Static method in class org.apache.camel.converter.ObjectConverter
-
Converts the given value to a boolean, handling strings or Boolean objects; otherwise returning false if the
value could not be converted to a boolean
- toBoolean(Object) - Static method in class org.apache.camel.converter.ObjectConverter
-
Converts the given value to a Boolean, handling strings or Boolean objects; otherwise returning null if the value
cannot be converted to a boolean
- toBoolean(String) - Static method in class org.apache.camel.converter.ObjectConverter
-
- toByte(Number) - Static method in class org.apache.camel.converter.ObjectConverter
-
Returns the converted value, or null if the value is null
- toByte(String) - Static method in class org.apache.camel.converter.ObjectConverter
-
- toByteArray(File) - Static method in class org.apache.camel.converter.IOConverter
-
- toByteArray(BufferedReader, Exchange) - Static method in class org.apache.camel.converter.IOConverter
-
- toByteArray(Reader, Exchange) - Static method in class org.apache.camel.converter.IOConverter
-
- toByteArray(String, Exchange) - Static method in class org.apache.camel.converter.IOConverter
-
- toByteArray(ByteArrayOutputStream) - Static method in class org.apache.camel.converter.IOConverter
-
- toByteArray(ByteBuffer) - Static method in class org.apache.camel.converter.NIOConverter
-
- toByteArray(Resource, CamelContext) - Static method in class org.apache.camel.converter.ResourceConverter
-
- toByteBuffer(byte[]) - Static method in class org.apache.camel.converter.NIOConverter
-
- toByteBuffer(ByteArrayOutputStream) - Static method in class org.apache.camel.converter.NIOConverter
-
- toByteBuffer(File) - Static method in class org.apache.camel.converter.NIOConverter
-
- toByteBuffer(String, Exchange) - Static method in class org.apache.camel.converter.NIOConverter
-
- toByteBuffer(Short) - Static method in class org.apache.camel.converter.NIOConverter
-
- toByteBuffer(Integer) - Static method in class org.apache.camel.converter.NIOConverter
-
- toByteBuffer(Long) - Static method in class org.apache.camel.converter.NIOConverter
-
- toByteBuffer(Float) - Static method in class org.apache.camel.converter.NIOConverter
-
- toByteBuffer(Double) - Static method in class org.apache.camel.converter.NIOConverter
-
- toBytes(InputStream) - Static method in class org.apache.camel.converter.IOConverter
-
- toChar(String) - Static method in class org.apache.camel.converter.ObjectConverter
-
- toCharacter(String) - Static method in class org.apache.camel.converter.ObjectConverter
-
- toCharArray(String) - Static method in class org.apache.camel.converter.ObjectConverter
-
- toClass(String, CamelContext) - Static method in class org.apache.camel.converter.ObjectConverter
-
Returns the converted value, or null if the value is null
- toCollection(Map<K, V>) - Static method in class org.apache.camel.converter.CollectionConverter
-
- toDate(Long) - Static method in class org.apache.camel.converter.DateTimeConverter
-
- toDouble(Number) - Static method in class org.apache.camel.converter.ObjectConverter
-
Returns the converted value, or null if the value is null
- toDouble(String) - Static method in class org.apache.camel.converter.ObjectConverter
-
- toDuration(Long) - Static method in class org.apache.camel.converter.DurationConverter
-
- toDuration(String) - Static method in class org.apache.camel.converter.DurationConverter
-
- toFile(String) - Static method in class org.apache.camel.converter.IOConverter
-
- toFloat(Number) - Static method in class org.apache.camel.converter.ObjectConverter
-
Returns the converted value, or null if the value is null
- toFloat(String) - Static method in class org.apache.camel.converter.ObjectConverter
-
- toHashMap(Map<? extends K, ? extends V>) - Static method in class org.apache.camel.converter.CollectionConverter
-
- toHashtable(Map<? extends K, ? extends V>) - Static method in class org.apache.camel.converter.CollectionConverter
-
- toInputStream(Stream, Exchange) - Static method in class org.apache.camel.converter.IOConverter
-
- toInputStream(URL) - Static method in class org.apache.camel.converter.IOConverter
-
- toInputStream(File) - Static method in class org.apache.camel.converter.IOConverter
-
- toInputStream(String, Exchange) - Static method in class org.apache.camel.converter.IOConverter
-
- toInputStream(StringBuffer, Exchange) - Static method in class org.apache.camel.converter.IOConverter
-
- toInputStream(StringBuilder, Exchange) - Static method in class org.apache.camel.converter.IOConverter
-
- toInputStream(BufferedReader, Exchange) - Static method in class org.apache.camel.converter.IOConverter
-
- toInputStream(byte[]) - Static method in class org.apache.camel.converter.IOConverter
-
- toInputStream(ByteArrayOutputStream) - Static method in class org.apache.camel.converter.IOConverter
-
- toInputStream(ByteBuffer) - Static method in class org.apache.camel.converter.NIOConverter
-
- toInputStream(Resource) - Static method in class org.apache.camel.converter.ResourceConverter
-
- toInteger(Number) - Static method in class org.apache.camel.converter.ObjectConverter
-
Returns the converted value, or null if the value is null
- toInteger(String) - Static method in class org.apache.camel.converter.ObjectConverter
-
- toList(Object[]) - Static method in class org.apache.camel.converter.CollectionConverter
-
Converts an array to a collection
- toList(Collection<T>) - Static method in class org.apache.camel.converter.CollectionConverter
-
Converts a collection to a List if it is not already
- toList(Iterable<T>) - Static method in class org.apache.camel.converter.CollectionConverter
-
- toList(Iterator<T>) - Static method in class org.apache.camel.converter.CollectionConverter
-
- toLong(Date) - Static method in class org.apache.camel.converter.DateTimeConverter
-
- toLong(Number) - Static method in class org.apache.camel.converter.ObjectConverter
-
Returns the converted value, or null if the value is null
- toLong(String) - Static method in class org.apache.camel.converter.ObjectConverter
-
- toLong(Timestamp) - Static method in class org.apache.camel.converter.SQLConverter
-
- toMilliSeconds(Duration) - Static method in class org.apache.camel.converter.DurationConverter
-
- toNumber(String) - Static method in class org.apache.camel.converter.ObjectConverter
-
- toObjectInput(InputStream, Exchange) - Static method in class org.apache.camel.converter.IOConverter
-
- toObjectOutput(OutputStream) - Static method in class org.apache.camel.converter.IOConverter
-
- toOutputStream(File) - Static method in class org.apache.camel.converter.IOConverter
-
- toProcessor(Expression) - Static method in class org.apache.camel.converter.CamelConverter
-
- toProcessor(Predicate) - Static method in class org.apache.camel.converter.CamelConverter
-
- toProperties(Map<Object, Object>) - Static method in class org.apache.camel.converter.CollectionConverter
-
- toProperties(File) - Static method in class org.apache.camel.converter.IOConverter
-
- toProperties(InputStream) - Static method in class org.apache.camel.converter.IOConverter
-
- toProperties(Reader) - Static method in class org.apache.camel.converter.IOConverter
-
- toReader(File, Exchange) - Static method in class org.apache.camel.converter.IOConverter
-
- toReader(InputStream, Exchange) - Static method in class org.apache.camel.converter.IOConverter
-
- toReader(byte[], Exchange) - Static method in class org.apache.camel.converter.IOConverter
-
- toReader(String) - Static method in class org.apache.camel.converter.IOConverter
-
- toReader(Resource) - Static method in class org.apache.camel.converter.ResourceConverter
-
- toResource(String, CamelContext) - Static method in class org.apache.camel.converter.ResourceConverter
-
- toSet(Object[]) - Static method in class org.apache.camel.converter.CollectionConverter
-
- toSet(Collection<T>) - Static method in class org.apache.camel.converter.CollectionConverter
-
- toSet(Map<K, V>) - Static method in class org.apache.camel.converter.CollectionConverter
-
- toShort(Number) - Static method in class org.apache.camel.converter.ObjectConverter
-
Returns the converted value, or null if the value is null
- toShort(String) - Static method in class org.apache.camel.converter.ObjectConverter
-
- toString() - Method in class org.apache.camel.component.properties.PropertiesLocation
-
- toString(Duration) - Static method in class org.apache.camel.converter.DurationConverter
-
- toString(byte[], Exchange) - Static method in class org.apache.camel.converter.IOConverter
-
- toString(File, Exchange) - Static method in class org.apache.camel.converter.IOConverter
-
- toString(URL, Exchange) - Static method in class org.apache.camel.converter.IOConverter
-
- toString(BufferedReader) - Static method in class org.apache.camel.converter.IOConverter
-
- toString(Reader) - Static method in class org.apache.camel.converter.IOConverter
-
- toString(InputStream, Exchange) - Static method in class org.apache.camel.converter.IOConverter
-
- toString(ByteArrayOutputStream, Exchange) - Static method in class org.apache.camel.converter.IOConverter
-
- toString(ByteBuffer, Exchange) - Static method in class org.apache.camel.converter.NIOConverter
-
- toString(Integer) - Static method in class org.apache.camel.converter.ObjectConverter
-
- toString(Long) - Static method in class org.apache.camel.converter.ObjectConverter
-
- toString(Boolean) - Static method in class org.apache.camel.converter.ObjectConverter
-
- toString(StringBuffer) - Static method in class org.apache.camel.converter.ObjectConverter
-
- toString(StringBuilder) - Static method in class org.apache.camel.converter.ObjectConverter
-
- toString(Resource, CamelContext) - Static method in class org.apache.camel.converter.ResourceConverter
-
- toString(URI) - Static method in class org.apache.camel.converter.UriTypeConverter
-
- toString() - Method in class org.apache.camel.impl.converter.InstanceMethodFallbackTypeConverter
-
- toString() - Method in class org.apache.camel.impl.converter.InstanceMethodTypeConverter
-
- toString() - Method in class org.apache.camel.impl.converter.StaticMethodFallbackTypeConverter
-
- toString() - Method in class org.apache.camel.impl.converter.StaticMethodTypeConverter
-
- toString() - Method in class org.apache.camel.impl.event.CamelContextInitializedEvent
-
- toString() - Method in class org.apache.camel.impl.event.CamelContextInitializingEvent
-
- toString() - Method in class org.apache.camel.impl.event.CamelContextResumedEvent
-
- toString() - Method in class org.apache.camel.impl.event.CamelContextResumeFailureEvent
-
- toString() - Method in class org.apache.camel.impl.event.CamelContextResumingEvent
-
- toString() - Method in class org.apache.camel.impl.event.CamelContextRoutesStartedEvent
-
- toString() - Method in class org.apache.camel.impl.event.CamelContextRoutesStartingEvent
-
- toString() - Method in class org.apache.camel.impl.event.CamelContextRoutesStoppedEvent
-
- toString() - Method in class org.apache.camel.impl.event.CamelContextRoutesStoppingEvent
-
- toString() - Method in class org.apache.camel.impl.event.CamelContextStartedEvent
-
- toString() - Method in class org.apache.camel.impl.event.CamelContextStartingEvent
-
- toString() - Method in class org.apache.camel.impl.event.CamelContextStartupFailureEvent
-
- toString() - Method in class org.apache.camel.impl.event.CamelContextStopFailureEvent
-
- toString() - Method in class org.apache.camel.impl.event.CamelContextStoppedEvent
-
- toString() - Method in class org.apache.camel.impl.event.CamelContextStoppingEvent
-
- toString() - Method in class org.apache.camel.impl.event.CamelContextSuspendedEvent
-
- toString() - Method in class org.apache.camel.impl.event.CamelContextSuspendingEvent
-
- toString() - Method in class org.apache.camel.impl.event.ExchangeCompletedEvent
-
- toString() - Method in class org.apache.camel.impl.event.ExchangeCreatedEvent
-
- toString() - Method in class org.apache.camel.impl.event.ExchangeFailedEvent
-
- toString() - Method in class org.apache.camel.impl.event.ExchangeFailureHandledEvent
-
- toString() - Method in class org.apache.camel.impl.event.ExchangeFailureHandlingEvent
-
- toString() - Method in class org.apache.camel.impl.event.ExchangeRedeliveryEvent
-
- toString() - Method in class org.apache.camel.impl.event.ExchangeSendingEvent
-
- toString() - Method in class org.apache.camel.impl.event.ExchangeSentEvent
-
- toString() - Method in class org.apache.camel.impl.event.RouteAddedEvent
-
- toString() - Method in class org.apache.camel.impl.event.RouteReloadedEvent
-
- toString() - Method in class org.apache.camel.impl.event.RouteRemovedEvent
-
- toString() - Method in class org.apache.camel.impl.event.RouteStartedEvent
-
- toString() - Method in class org.apache.camel.impl.event.RouteStartingEvent
-
- toString() - Method in class org.apache.camel.impl.event.RouteStoppedEvent
-
- toString() - Method in class org.apache.camel.impl.event.RouteStoppingEvent
-
- toString() - Method in class org.apache.camel.impl.event.ServiceStartupFailureEvent
-
- toString() - Method in class org.apache.camel.impl.event.ServiceStopFailureEvent
-
- toString() - Method in class org.apache.camel.impl.event.StepCompletedEvent
-
- toString() - Method in class org.apache.camel.impl.event.StepFailedEvent
-
- toString() - Method in class org.apache.camel.impl.event.StepStartedEvent
-
- toString() - Method in class org.apache.camel.impl.scan.AnnotatedWithAnyPackageScanFilter
-
- toString() - Method in class org.apache.camel.impl.scan.AnnotatedWithPackageScanFilter
-
- toString() - Method in class org.apache.camel.impl.scan.AssignableToPackageScanFilter
-
- toString() - Method in class org.apache.camel.impl.scan.InvertingPackageScanFilter
-
- ToStringTypeConverter - Class in org.apache.camel.impl.converter
-
A simple converter that can convert any object to a String type by using the toString() method of the object.
- ToStringTypeConverter() - Constructor for class org.apache.camel.impl.converter.ToStringTypeConverter
-
- toTimestamp(Long) - Static method in class org.apache.camel.converter.SQLConverter
-
- toTimeZone(String) - Static method in class org.apache.camel.converter.DateTimeConverter
-
- toUri(CharSequence) - Static method in class org.apache.camel.converter.UriTypeConverter
-
- toWriter(File, Exchange) - Static method in class org.apache.camel.converter.IOConverter
-
- toWriter(OutputStream, Exchange) - Static method in class org.apache.camel.converter.IOConverter
-
- tryConvertTo(Class<T>, Object) - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
-
- tryConvertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
-
- typeConverterExists - Variable in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
-
- typeConverterExistsLoggingLevel - Variable in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
-
- typeConverterLoaders - Variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
-
- TypeConvertersLoader - Class in org.apache.camel.impl.converter
-
A type converter loader, that only supports scanning a TypeConverters
class for
methods that has been annotated with Converter
.
- TypeConvertersLoader(TypeConverters) - Constructor for class org.apache.camel.impl.converter.TypeConvertersLoader
-
Creates the loader
- TypeConvertersPackageScanClassResolver - Class in org.apache.camel.impl.converter
-
A ClassResolver
which loads type converters from an instance that implements
TypeConverters
.
- TypeConvertersPackageScanClassResolver(Class<?>) - Constructor for class org.apache.camel.impl.converter.TypeConvertersPackageScanClassResolver
-
- typeMappings - Variable in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
-