Index

A B C D E F G H I K L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractContextEvent - Class in org.apache.camel.impl.event
Base class for CamelContext events.
AbstractContextEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.AbstractContextEvent
 
AbstractExchangeEvent - Class in org.apache.camel.impl.event
Base class for Exchange events.
AbstractExchangeEvent(Exchange) - Constructor for class org.apache.camel.impl.event.AbstractExchangeEvent
 
AbstractLocationPropertiesSource - Class in org.apache.camel.component.properties
Base class for LoadablePropertiesSource which can load properties from a source such as classpath or file system.
AbstractLocationPropertiesSource(PropertiesComponent, PropertiesLocation) - Constructor for class org.apache.camel.component.properties.AbstractLocationPropertiesSource
 
AbstractRouteEvent - Class in org.apache.camel.impl.event
Base class for CamelContext events.
AbstractRouteEvent(Route) - Constructor for class org.apache.camel.impl.event.AbstractRouteEvent
 
AbstractStepEvent - Class in org.apache.camel.impl.event
Base class for step events.
AbstractStepEvent(Exchange, String) - Constructor for class org.apache.camel.impl.event.AbstractStepEvent
 
acceptClass(Class<?>) - Method in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 
addBulkTypeConverters(BulkTypeConverters) - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
addClassLoader(ClassLoader) - Method in class org.apache.camel.impl.converter.TypeConvertersPackageScanClassResolver
 
addConverter(TypeConvertible<?, ?>, TypeConverter) - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
addFallbackTypeConverter(TypeConverter, boolean) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
addFallbackTypeConverter(TypeConverter, boolean) - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
addFilter(PackageScanFilter) - Method in class org.apache.camel.impl.converter.TypeConvertersPackageScanClassResolver
 
addFilter(PackageScanFilter) - Method in class org.apache.camel.impl.scan.CompositePackageScanFilter
 
addInitialProperty(String, String) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
addLocation(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
addLocation(PropertiesLocation) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
addOverrideProperty(String, String) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
addParentType(Class<?>) - Method in class org.apache.camel.impl.scan.AssignableToPackageScanFilter
 
addPropertiesFunction(PropertiesFunction) - Method in class org.apache.camel.component.properties.DefaultPropertiesFunctionResolver
 
addPropertiesFunction(PropertiesFunction) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
addPropertiesFunction(PropertiesFunction) - Method in interface org.apache.camel.component.properties.PropertiesFunctionResolver
Registers the PropertiesFunction as a function to this component.
addPropertiesLookupListener(PropertiesLookupListener) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
addPropertiesSource(PropertiesSource) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
addTypeConverter(Class<?>, Class<?>, TypeConverter) - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
addTypeConverters(Object) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
addTypeConverters(Object) - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
allowNull() - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
allowNull() - Method in class org.apache.camel.impl.converter.InstanceMethodFallbackTypeConverter
 
allowNull() - Method in class org.apache.camel.impl.converter.InstanceMethodTypeConverter
 
allowNull() - Method in class org.apache.camel.impl.converter.StaticMethodFallbackTypeConverter
 
allowNull() - Method in class org.apache.camel.impl.converter.StaticMethodTypeConverter
 
AnnotatedWithAnyPackageScanFilter - Class in org.apache.camel.impl.scan
Package scan filter for testing if a given class is annotated with any of the annotations.
AnnotatedWithAnyPackageScanFilter(Set<Class<? extends Annotation>>) - Constructor for class org.apache.camel.impl.scan.AnnotatedWithAnyPackageScanFilter
 
AnnotatedWithAnyPackageScanFilter(Set<Class<? extends Annotation>>, boolean) - Constructor for class org.apache.camel.impl.scan.AnnotatedWithAnyPackageScanFilter
 
AnnotatedWithPackageScanFilter - Class in org.apache.camel.impl.scan
Package scan filter for testing if a given class is annotated with a certain annotation.
AnnotatedWithPackageScanFilter(Class<? extends Annotation>) - Constructor for class org.apache.camel.impl.scan.AnnotatedWithPackageScanFilter
 
AnnotatedWithPackageScanFilter(Class<? extends Annotation>, boolean) - Constructor for class org.apache.camel.impl.scan.AnnotatedWithPackageScanFilter
 
AnnotationTypeConverterLoader - Class in org.apache.camel.impl.converter
A class which will auto-discover Converter objects and methods to pre-load the TypeConverterRegistry of converters on startup.
AnnotationTypeConverterLoader(PackageScanClassResolver) - Constructor for class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 
AnnotationTypeConverterLoader(PackageScanClassResolver, String) - Constructor for class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 
apply(String) - Method in class org.apache.camel.component.properties.EnvPropertiesFunction
 
apply(String) - Method in class org.apache.camel.component.properties.ServiceHostPropertiesFunction
 
apply(String) - Method in class org.apache.camel.component.properties.ServicePortPropertiesFunction
 
apply(String) - Method in class org.apache.camel.component.properties.ServicePropertiesFunction
 
apply(String) - Method in class org.apache.camel.component.properties.SysPropertiesFunction
 
ArrayTypeConverter - Class in org.apache.camel.impl.converter
A type converter which is used to convert to and from array types particularly for derived types of array component types and dealing with primitive array types.
ArrayTypeConverter() - Constructor for class org.apache.camel.impl.converter.ArrayTypeConverter
 
AssignableToPackageScanFilter - Class in org.apache.camel.impl.scan
Package scan filter for testing if a given class is assignable to another class.
AssignableToPackageScanFilter() - Constructor for class org.apache.camel.impl.scan.AssignableToPackageScanFilter
 
AssignableToPackageScanFilter(Class<?>) - Constructor for class org.apache.camel.impl.scan.AssignableToPackageScanFilter
 
AssignableToPackageScanFilter(Set<Class<?>>) - Constructor for class org.apache.camel.impl.scan.AssignableToPackageScanFilter
 
AsyncProcessorTypeConverter - Class in org.apache.camel.impl.converter
A simple converter that can convert any Processor to an AsyncProcessor.
AsyncProcessorTypeConverter() - Constructor for class org.apache.camel.impl.converter.AsyncProcessorTypeConverter
 

B

BaseTypeConverterRegistry - Class in org.apache.camel.impl.converter
Base implementation of a type converter registry used for type converters in Camel.
BaseTypeConverterRegistry(CamelContext, PackageScanClassResolver, Injector) - Constructor for class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 

C

CamelBaseBulkConverterLoader - Class in org.apache.camel.converter
Generated by camel build tools - do NOT edit this file!
CamelBaseBulkConverterLoader() - Constructor for class org.apache.camel.converter.CamelBaseBulkConverterLoader
 
camelContext - Variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
CamelContextInitializedEvent - Class in org.apache.camel.impl.event
 
CamelContextInitializedEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.CamelContextInitializedEvent
 
CamelContextInitializingEvent - Class in org.apache.camel.impl.event
 
CamelContextInitializingEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.CamelContextInitializingEvent
 
CamelContextReloadedEvent - Class in org.apache.camel.impl.event
 
CamelContextReloadedEvent(CamelContext, Object) - Constructor for class org.apache.camel.impl.event.CamelContextReloadedEvent
 
CamelContextReloadFailureEvent - Class in org.apache.camel.impl.event
 
CamelContextReloadFailureEvent(CamelContext, Object, Throwable) - Constructor for class org.apache.camel.impl.event.CamelContextReloadFailureEvent
 
CamelContextReloadingEvent - Class in org.apache.camel.impl.event
 
CamelContextReloadingEvent(CamelContext, Object) - Constructor for class org.apache.camel.impl.event.CamelContextReloadingEvent
 
CamelContextResumedEvent - Class in org.apache.camel.impl.event
 
CamelContextResumedEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.CamelContextResumedEvent
 
CamelContextResumeFailureEvent - Class in org.apache.camel.impl.event
 
CamelContextResumeFailureEvent(CamelContext, Throwable) - Constructor for class org.apache.camel.impl.event.CamelContextResumeFailureEvent
 
CamelContextResumingEvent - Class in org.apache.camel.impl.event
 
CamelContextResumingEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.CamelContextResumingEvent
 
CamelContextRoutesStartedEvent - Class in org.apache.camel.impl.event
 
CamelContextRoutesStartedEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.CamelContextRoutesStartedEvent
 
CamelContextRoutesStartingEvent - Class in org.apache.camel.impl.event
 
CamelContextRoutesStartingEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.CamelContextRoutesStartingEvent
 
CamelContextRoutesStoppedEvent - Class in org.apache.camel.impl.event
 
CamelContextRoutesStoppedEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.CamelContextRoutesStoppedEvent
 
CamelContextRoutesStoppingEvent - Class in org.apache.camel.impl.event
 
CamelContextRoutesStoppingEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.CamelContextRoutesStoppingEvent
 
CamelContextStartedEvent - Class in org.apache.camel.impl.event
 
CamelContextStartedEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.CamelContextStartedEvent
 
CamelContextStartingEvent - Class in org.apache.camel.impl.event
 
CamelContextStartingEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.CamelContextStartingEvent
 
CamelContextStartupFailureEvent - Class in org.apache.camel.impl.event
 
CamelContextStartupFailureEvent(CamelContext, Throwable) - Constructor for class org.apache.camel.impl.event.CamelContextStartupFailureEvent
 
CamelContextStopFailureEvent - Class in org.apache.camel.impl.event
 
CamelContextStopFailureEvent(CamelContext, Throwable) - Constructor for class org.apache.camel.impl.event.CamelContextStopFailureEvent
 
CamelContextStoppedEvent - Class in org.apache.camel.impl.event
 
CamelContextStoppedEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.CamelContextStoppedEvent
 
CamelContextStoppingEvent - Class in org.apache.camel.impl.event
 
CamelContextStoppingEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.CamelContextStoppingEvent
 
CamelContextSuspendedEvent - Class in org.apache.camel.impl.event
 
CamelContextSuspendedEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.CamelContextSuspendedEvent
 
CamelContextSuspendingEvent - Class in org.apache.camel.impl.event
 
CamelContextSuspendingEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.CamelContextSuspendingEvent
 
CamelConverter - Class in org.apache.camel.converter
Some useful converters for Camel APIs such as to convert a Predicate or Expression to a Processor
ClasspathPropertiesSource - Class in org.apache.camel.component.properties
 
ClasspathPropertiesSource(PropertiesComponent, PropertiesLocation) - Constructor for class org.apache.camel.component.properties.ClasspathPropertiesSource
 
ClasspathPropertiesSource(PropertiesComponent, PropertiesLocation, int) - Constructor for class org.apache.camel.component.properties.ClasspathPropertiesSource
 
clearCache() - Method in class org.apache.camel.impl.converter.TypeConvertersPackageScanClassResolver
 
CollectionConverter - Class in org.apache.camel.converter
Some core java.util Collection based Type Converters
CompositePackageScanFilter - Class in org.apache.camel.impl.scan
CompositePackageScanFilter allows multiple PackageScanFilters to be composed into a single filter.
CompositePackageScanFilter() - Constructor for class org.apache.camel.impl.scan.CompositePackageScanFilter
 
CompositePackageScanFilter(Set<PackageScanFilter>) - Constructor for class org.apache.camel.impl.scan.CompositePackageScanFilter
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.properties.PropertiesComponentConfigurer
 
convertTo(Class<?>, Class<T>, Exchange, Object) - Method in class org.apache.camel.converter.CamelBaseBulkConverterLoader
 
convertTo(Class<T>, Object) - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
convertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.ArrayTypeConverter
 
convertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.AsyncProcessorTypeConverter
 
convertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
convertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.EnumTypeConverter
 
convertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.FutureTypeConverter
 
convertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.InstanceMethodFallbackTypeConverter
 
convertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.InstanceMethodTypeConverter
 
convertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.StaticMethodFallbackTypeConverter
 
convertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.StaticMethodTypeConverter
 
convertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.ToStringTypeConverter
 
CoreTypeConverterRegistry - Class in org.apache.camel.impl.converter
 
CoreTypeConverterRegistry() - Constructor for class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
CoreTypeConverterRegistry.FallbackTypeConverter - Class in org.apache.camel.impl.converter
Represents a fallback type converter
covertToByteBuffer(InputStream) - Static method in class org.apache.camel.converter.IOConverter
 
createCamelContextInitializedEvent(CamelContext) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextInitializingEvent(CamelContext) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextReloaded(CamelContext, Object) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextReloadFailure(CamelContext, Object, Throwable) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextReloading(CamelContext, Object) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextResumedEvent(CamelContext) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextResumeFailureEvent(CamelContext, Throwable) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextResumingEvent(CamelContext) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextRoutesStartedEvent(CamelContext) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextRoutesStartingEvent(CamelContext) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextRoutesStoppedEvent(CamelContext) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextRoutesStoppingEvent(CamelContext) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextStartedEvent(CamelContext) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextStartingEvent(CamelContext) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextStartupFailureEvent(CamelContext, Throwable) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextStopFailureEvent(CamelContext, Throwable) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextStoppedEvent(CamelContext) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextStoppingEvent(CamelContext) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextSuspendedEvent(CamelContext) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextSuspendingEvent(CamelContext) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelExchangeAsyncProcessingStartedEvent(Exchange) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createExchangeCompletedEvent(Exchange) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createExchangeCreatedEvent(Exchange) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createExchangeFailedEvent(Exchange) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createExchangeFailureHandledEvent(Exchange, Processor, boolean, String) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createExchangeFailureHandlingEvent(Exchange, Processor, boolean, String) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createExchangeRedeliveryEvent(Exchange, int) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createExchangeSendingEvent(Exchange, Endpoint) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createExchangeSentEvent(Exchange, Endpoint, long) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createRouteAddedEvent(Route) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createRouteReloaded(Route, int, int) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createRouteRemovedEvent(Route) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createRouteStartedEvent(Route) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createRouteStartingEvent(Route) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createRouteStoppedEvent(Route) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createRouteStoppingEvent(Route) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createScanTypeConverterLoader() - Method in class org.apache.camel.impl.converter.DefaultTypeConverter
Creates the TypeConverterLoader to use for scanning for type converters such as from the classpath.
createServiceStartupFailureEvent(CamelContext, Object, Throwable) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createServiceStopFailureEvent(CamelContext, Object, Throwable) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createStepCompletedEvent(Exchange, String) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createStepFailedEvent(Exchange, String) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createStepStartedEvent(Exchange, String) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createTypeConversionException(Exchange, Class<?>, Object, Throwable) - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
customLookup(String) - Method in interface org.apache.camel.component.properties.PropertiesParser
Allow custom providers to attempt to lookup the property

D

DateTimeConverter - Class in org.apache.camel.converter
Date and time related converters.
DefaultEventFactory - Class in org.apache.camel.impl.event
Default implementation of the EventFactory.
DefaultEventFactory() - Constructor for class org.apache.camel.impl.event.DefaultEventFactory
 
DefaultPropertiesFunctionResolver - Class in org.apache.camel.component.properties
DefaultPropertiesFunctionResolver() - Constructor for class org.apache.camel.component.properties.DefaultPropertiesFunctionResolver
 
DefaultPropertiesLookup - Class in org.apache.camel.component.properties
Default PropertiesLookup which lookup properties from a Properties with all existing properties.
DefaultPropertiesLookup(PropertiesComponent) - Constructor for class org.apache.camel.component.properties.DefaultPropertiesLookup
 
DefaultPropertiesParser - Class in org.apache.camel.component.properties
A parser to parse a string which contains property placeholders.
DefaultPropertiesParser() - Constructor for class org.apache.camel.component.properties.DefaultPropertiesParser
 
DefaultPropertiesParser(PropertiesComponent) - Constructor for class org.apache.camel.component.properties.DefaultPropertiesParser
 
DefaultPropertiesSourceFactory - Class in org.apache.camel.component.properties
 
DefaultPropertiesSourceFactory(PropertiesComponent) - Constructor for class org.apache.camel.component.properties.DefaultPropertiesSourceFactory
 
DefaultTypeConverter - Class in org.apache.camel.impl.converter
Default implementation of a type converter registry used for type converters in Camel.
DefaultTypeConverter(CamelContext, PackageScanClassResolver, Injector, boolean) - Constructor for class org.apache.camel.impl.converter.DefaultTypeConverter
 
DefaultTypeConverter(PackageScanClassResolver, Injector, boolean) - Constructor for class org.apache.camel.impl.converter.DefaultTypeConverter
 
doBuild() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
doConvertTo(Class<?>, Exchange, Object, boolean) - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
doConvertToAndStat(Class<?>, Exchange, Object, boolean) - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
doInit() - Method in class org.apache.camel.component.properties.AbstractLocationPropertiesSource
 
doInit() - Method in class org.apache.camel.component.properties.DefaultPropertiesFunctionResolver
 
doInit() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
doInit() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
doInit() - Method in class org.apache.camel.impl.converter.DefaultTypeConverter
 
doLookup(Class<?>, Class<?>) - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
doShutdown() - Method in class org.apache.camel.component.properties.AbstractLocationPropertiesSource
 
doShutdown() - Method in class org.apache.camel.component.properties.DefaultPropertiesFunctionResolver
 
doShutdown() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
doStart() - Method in class org.apache.camel.component.properties.DefaultPropertiesFunctionResolver
 
doStart() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
doStop() - Method in class org.apache.camel.component.properties.DefaultPropertiesFunctionResolver
 
doStop() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
doStop() - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
DurationConverter - Class in org.apache.camel.converter
Converters for java.time.Duration.

E

enumTypeConverter - Variable in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
EnumTypeConverter - Class in org.apache.camel.impl.converter
A type converter which is used to convert from String to enum type
EnumTypeConverter() - Constructor for class org.apache.camel.impl.converter.EnumTypeConverter
 
ENVIRONMENT_VARIABLES_MODE_FALLBACK - Static variable in class org.apache.camel.component.properties.PropertiesComponent
Check OS environment variables if not resolvable in the specified properties.
ENVIRONMENT_VARIABLES_MODE_NEVER - Static variable in class org.apache.camel.component.properties.PropertiesComponent
Never check OS environment variables.
ENVIRONMENT_VARIABLES_MODE_OVERRIDE - Static variable in class org.apache.camel.component.properties.PropertiesComponent
Check OS environment variables first, before trying the specified properties.
EnvPropertiesFunction - Class in org.apache.camel.component.properties
A PropertiesFunction that lookup the property value from OS environment variables.
EnvPropertiesFunction() - Constructor for class org.apache.camel.component.properties.EnvPropertiesFunction
 
equals(Object) - Method in class org.apache.camel.component.properties.PropertiesLocation
 
ExchangeAsyncProcessingStartedEvent - Class in org.apache.camel.impl.event
Notifies that async processing has started.
ExchangeAsyncProcessingStartedEvent(Exchange) - Constructor for class org.apache.camel.impl.event.ExchangeAsyncProcessingStartedEvent
 
ExchangeCompletedEvent - Class in org.apache.camel.impl.event
 
ExchangeCompletedEvent(Exchange) - Constructor for class org.apache.camel.impl.event.ExchangeCompletedEvent
 
ExchangeCreatedEvent - Class in org.apache.camel.impl.event
Event after an Exchange has been created.
ExchangeCreatedEvent(Exchange) - Constructor for class org.apache.camel.impl.event.ExchangeCreatedEvent
 
ExchangeFailedEvent - Class in org.apache.camel.impl.event
 
ExchangeFailedEvent(Exchange) - Constructor for class org.apache.camel.impl.event.ExchangeFailedEvent
 
ExchangeFailureHandledEvent - Class in org.apache.camel.impl.event
 
ExchangeFailureHandledEvent(Exchange, Processor, boolean, String) - Constructor for class org.apache.camel.impl.event.ExchangeFailureHandledEvent
 
ExchangeFailureHandlingEvent - Class in org.apache.camel.impl.event
 
ExchangeFailureHandlingEvent(Exchange, Processor, boolean, String) - Constructor for class org.apache.camel.impl.event.ExchangeFailureHandlingEvent
 
ExchangeRedeliveryEvent - Class in org.apache.camel.impl.event
 
ExchangeRedeliveryEvent(Exchange, int) - Constructor for class org.apache.camel.impl.event.ExchangeRedeliveryEvent
 
ExchangeSendingEvent - Class in org.apache.camel.impl.event
Event for before sending an Exchange to an Endpoint.
ExchangeSendingEvent(Exchange, Endpoint) - Constructor for class org.apache.camel.impl.event.ExchangeSendingEvent
 
ExchangeSentEvent - Class in org.apache.camel.impl.event
Event for after an Exchange has been sent to an Endpoint.
ExchangeSentEvent(Exchange, Endpoint, long) - Constructor for class org.apache.camel.impl.event.ExchangeSentEvent
 

F

fallbackConverters - Variable in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
FilePropertiesSource - Class in org.apache.camel.component.properties
 
FilePropertiesSource(PropertiesComponent, PropertiesLocation) - Constructor for class org.apache.camel.component.properties.FilePropertiesSource
 
FilePropertiesSource(PropertiesComponent, PropertiesLocation, int) - Constructor for class org.apache.camel.component.properties.FilePropertiesSource
 
filterPackageNamesOnly(PackageScanClassResolver, String[], Set<Class<?>>) - Method in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
Filters the given list of packages and returns an array of only package names.
filterUnwantedPackage(String, String[]) - Static method in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
Filters the given list of packages
findAnnotated(Class<? extends Annotation>, String...) - Method in class org.apache.camel.impl.converter.TypeConvertersPackageScanClassResolver
 
findAnnotated(Set<Class<? extends Annotation>>, String...) - Method in class org.apache.camel.impl.converter.TypeConvertersPackageScanClassResolver
 
findByFilter(PackageScanFilter, String...) - Method in class org.apache.camel.impl.converter.TypeConvertersPackageScanClassResolver
 
findFallbackTypeConverterClasses() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
Finds the fallback type converter classes from the classpath looking for text files on the classpath at the BaseTypeConverterRegistry.META_INF_SERVICES_FALLBACK_TYPE_CONVERTER location.
findImplementations(Class<?>, String...) - Method in class org.apache.camel.impl.converter.TypeConvertersPackageScanClassResolver
 
findPackageNames() - Method in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
Finds the names of the packages to search for on the classpath looking for text files on the classpath at the AnnotationTypeConverterLoader.META_INF_SERVICES location.
findPackageNames() - Method in class org.apache.camel.impl.converter.TypeConvertersLoader
 
findPackages(Set<String>, ClassLoader) - Method in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 
findTypeConverterLoaderClasses() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
Finds the type converter loader classes from the classpath looking for text files on the classpath at the BaseTypeConverterRegistry.META_INF_SERVICES_UBER_TYPE_CONVERTER_LOADER and BaseTypeConverterRegistry.META_INF_SERVICES_TYPE_CONVERTER_LOADER locations.
findTypeConverterLoaderClasses(Collection<String>, String) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
fromCharArray(char[]) - Static method in class org.apache.camel.converter.ObjectConverter
 
FutureTypeConverter - Class in org.apache.camel.impl.converter
Future type converter.
FutureTypeConverter(TypeConverter) - Constructor for class org.apache.camel.impl.converter.FutureTypeConverter
 

G

getAction() - Method in class org.apache.camel.impl.event.CamelContextReloadedEvent
The action which triggered reloading
getAction() - Method in class org.apache.camel.impl.event.CamelContextReloadFailureEvent
The action which triggered reloading
getAction() - Method in class org.apache.camel.impl.event.CamelContextReloadingEvent
The action which triggered reloading
getAttempt() - Method in class org.apache.camel.impl.event.ExchangeRedeliveryEvent
 
getCamelContext() - Method in class org.apache.camel.component.properties.DefaultPropertiesFunctionResolver
 
getCamelContext() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getCamelContext() - Method in class org.apache.camel.converter.CamelBaseBulkConverterLoader
 
getCamelContext() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
getCamelContext() - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
getCause() - Method in class org.apache.camel.impl.event.CamelContextReloadFailureEvent
 
getCause() - Method in class org.apache.camel.impl.event.CamelContextResumeFailureEvent
 
getCause() - Method in class org.apache.camel.impl.event.CamelContextStartupFailureEvent
 
getCause() - Method in class org.apache.camel.impl.event.CamelContextStopFailureEvent
 
getCause() - Method in class org.apache.camel.impl.event.ExchangeFailedEvent
 
getCause() - Method in class org.apache.camel.impl.event.ServiceStartupFailureEvent
 
getCause() - Method in class org.apache.camel.impl.event.ServiceStopFailureEvent
 
getCause() - Method in class org.apache.camel.impl.event.StepFailedEvent
 
getClassLoaders() - Method in class org.apache.camel.impl.converter.TypeConvertersPackageScanClassResolver
 
getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.properties.PropertiesComponentConfigurer
 
getContext() - Method in class org.apache.camel.impl.event.AbstractContextEvent
 
getContext() - Method in class org.apache.camel.impl.event.ServiceStartupFailureEvent
 
getContext() - Method in class org.apache.camel.impl.event.ServiceStopFailureEvent
 
getDeadLetterUri() - Method in class org.apache.camel.impl.event.ExchangeFailureHandledEvent
 
getDeadLetterUri() - Method in class org.apache.camel.impl.event.ExchangeFailureHandlingEvent
 
getEncoding() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getEndpoint() - Method in class org.apache.camel.impl.event.ExchangeSendingEvent
 
getEndpoint() - Method in class org.apache.camel.impl.event.ExchangeSentEvent
 
getEnvironmentVariableMode() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getExchange() - Method in class org.apache.camel.impl.event.AbstractExchangeEvent
 
getFailureHandler() - Method in class org.apache.camel.impl.event.ExchangeFailureHandledEvent
 
getFailureHandler() - Method in class org.apache.camel.impl.event.ExchangeFailureHandlingEvent
 
getFallbackTypeConverter() - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry.FallbackTypeConverter
 
getFallbackUrls() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
getFunctions() - Method in class org.apache.camel.component.properties.DefaultPropertiesFunctionResolver
 
getFunctions() - Method in interface org.apache.camel.component.properties.PropertiesFunctionResolver
Gets the functions registered in this properties component.
getIndex() - Method in class org.apache.camel.impl.event.RouteReloadedEvent
 
getInitialProperties() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getInjector() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
getInjector() - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
getLoaderUrls(String) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
getLocalProperties() - Method in class org.apache.camel.component.properties.PropertiesComponent
Gets a list of properties that are local for the current thread only (ie thread local), or null if not currently in use.
getLocation() - Method in class org.apache.camel.component.properties.AbstractLocationPropertiesSource
 
getLocation() - Method in interface org.apache.camel.component.properties.LocationPropertiesSource
Gets the location of the properties
getLocation() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getLocation() - Method in class org.apache.camel.component.properties.RefPropertiesSource
 
getLocations() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getName() - Method in class org.apache.camel.component.properties.ClasspathPropertiesSource
 
getName() - Method in class org.apache.camel.component.properties.EnvPropertiesFunction
 
getName() - Method in class org.apache.camel.component.properties.FilePropertiesSource
 
getName() - Method in class org.apache.camel.component.properties.RefPropertiesSource
 
getName() - Method in class org.apache.camel.component.properties.ServiceHostPropertiesFunction
 
getName() - Method in class org.apache.camel.component.properties.ServicePortPropertiesFunction
 
getName() - Method in class org.apache.camel.component.properties.ServicePropertiesFunction
 
getName() - Method in class org.apache.camel.component.properties.SysPropertiesFunction
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.properties.PropertiesComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.properties.PropertiesComponentConfigurer
 
getOrder() - Method in class org.apache.camel.component.properties.ClasspathPropertiesSource
 
getOrder() - Method in class org.apache.camel.component.properties.FilePropertiesSource
 
getOrder() - Method in class org.apache.camel.component.properties.RefPropertiesSource
 
getOrder() - Method in class org.apache.camel.converter.CamelBaseBulkConverterLoader
 
getOrFindTypeConverter(Class<?>, Class<?>) - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
Deprecated.
getOverrideProperties() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getPath() - Method in class org.apache.camel.component.properties.PropertiesLocation
 
getPropertiesComponent() - Method in class org.apache.camel.component.properties.DefaultPropertiesParser
 
getPropertiesFunction(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getPropertiesFunctionResolver() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getPropertiesLookupListeners() - Method in class org.apache.camel.component.properties.PropertiesComponent
Gets the PropertiesLookupListener
getPropertiesParser() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getPropertiesSource(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getPropertiesSourceFactory() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getPropertiesSources() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getProperty(String) - Method in class org.apache.camel.component.properties.AbstractLocationPropertiesSource
 
getProperty(String) - Method in class org.apache.camel.component.properties.RefPropertiesSource
 
getResolver() - Method in class org.apache.camel.component.properties.PropertiesLocation
 
getResolver() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
getRoute() - Method in class org.apache.camel.impl.event.AbstractRouteEvent
 
getService() - Method in class org.apache.camel.impl.event.ServiceStartupFailureEvent
 
getService() - Method in class org.apache.camel.impl.event.ServiceStopFailureEvent
 
getStatistics() - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
getStepId() - Method in class org.apache.camel.impl.event.AbstractStepEvent
 
getSystemPropertiesMode() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
getTimestamp() - Method in class org.apache.camel.impl.event.AbstractContextEvent
 
getTimestamp() - Method in class org.apache.camel.impl.event.AbstractExchangeEvent
 
getTimestamp() - Method in class org.apache.camel.impl.event.AbstractRouteEvent
 
getTimestamp() - Method in class org.apache.camel.impl.event.ServiceStartupFailureEvent
 
getTimestamp() - Method in class org.apache.camel.impl.event.ServiceStopFailureEvent
 
getTimeTaken() - Method in class org.apache.camel.impl.event.ExchangeSentEvent
 
getTotal() - Method in class org.apache.camel.impl.event.RouteReloadedEvent
 
getTypeConverter(Class<?>, Class<?>) - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
getTypeConverterExists() - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
getTypeConverterExistsLoggingLevel() - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
getTypeConverterLoaders() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 

H

hasFunction(String) - Method in class org.apache.camel.component.properties.DefaultPropertiesFunctionResolver
 
hasFunction(String) - Method in interface org.apache.camel.component.properties.PropertiesFunctionResolver
Is there a PropertiesFunction with the given name?
hashCode() - Method in class org.apache.camel.component.properties.PropertiesLocation
 
hasPropertiesFunction(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
 

I

injector - Variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
InstanceMethodFallbackTypeConverter - Class in org.apache.camel.impl.converter
A TypeConverter implementation which instantiates an object so that an instance method can be used as a fallback type converter
InstanceMethodFallbackTypeConverter(CachingInjector<?>, Method, TypeConverterRegistry, boolean) - Constructor for class org.apache.camel.impl.converter.InstanceMethodFallbackTypeConverter
 
InstanceMethodTypeConverter - Class in org.apache.camel.impl.converter
A TypeConverter implementation which instantiates an object so that an instance method can be used as a type converter
InstanceMethodTypeConverter(CachingInjector<?>, Method, TypeConverterRegistry, boolean) - Constructor for class org.apache.camel.impl.converter.InstanceMethodTypeConverter
 
InvertingPackageScanFilter - Class in org.apache.camel.impl.scan
Package scan filter for inverting the match result of a subfilter.
InvertingPackageScanFilter(PackageScanFilter) - Constructor for class org.apache.camel.impl.scan.InvertingPackageScanFilter
 
IOConverter - Class in org.apache.camel.converter
Some core java.io based Type Converters
isAutoDiscoverPropertiesSources() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
isCanPromote() - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry.FallbackTypeConverter
 
isContinued() - Method in class org.apache.camel.impl.event.ExchangeFailureHandledEvent
 
isDeadLetterChannel() - Method in class org.apache.camel.impl.event.ExchangeFailureHandledEvent
 
isDeadLetterChannel() - Method in class org.apache.camel.impl.event.ExchangeFailureHandlingEvent
 
isDefaultFallbackEnabled() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
isHandled() - Method in class org.apache.camel.impl.event.ExchangeFailureHandledEvent
 
isIgnoreMissingLocation() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
isIgnoreMissingProperty() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
isIncludeAbstract() - Method in class org.apache.camel.impl.scan.AssignableToPackageScanFilter
 
isNestedPlaceholder() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
isOptional() - Method in class org.apache.camel.component.properties.PropertiesLocation
 
isRunAllowed() - Method in class org.apache.camel.impl.converter.DefaultTypeConverter
 
isTimestampEnabled() - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
isValidConverterMethod(Method) - Method in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 
isValidFallbackConverterMethod(Method) - Method in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 
iterable(Object) - Static method in class org.apache.camel.converter.ObjectConverter
Creates an iterable over the value
iterator(Object) - Static method in class org.apache.camel.converter.ObjectConverter
Creates an iterator over the value

K

keepOnlyChangeProperties(Properties) - Method in class org.apache.camel.component.properties.PropertiesComponent
 

L

load(TypeConverterRegistry) - Method in class org.apache.camel.converter.CamelBaseBulkConverterLoader
 
load(TypeConverterRegistry) - Method in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 
loadConverterMethods(TypeConverterRegistry, Class<?>) - Method in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
Loads all of the converter methods for the given type
loadCoreAndFastTypeConverters() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
Loads the core type converters which is mandatory to use Camel, and also loads the fast type converters (generated via @Converter(loader = true).
loadFallbackTypeConverters() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
loadProperties() - Method in class org.apache.camel.component.properties.AbstractLocationPropertiesSource
 
loadProperties() - Method in class org.apache.camel.component.properties.PropertiesComponent
 
loadProperties(Predicate<String>) - Method in class org.apache.camel.component.properties.AbstractLocationPropertiesSource
 
loadProperties(Predicate<String>) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
loadProperties(Predicate<String>, Function<String, String>) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
loadPropertiesFromLocation(PropertiesComponent, PropertiesLocation) - Method in class org.apache.camel.component.properties.AbstractLocationPropertiesSource
 
loadPropertiesFromLocation(PropertiesComponent, PropertiesLocation) - Method in class org.apache.camel.component.properties.ClasspathPropertiesSource
 
loadPropertiesFromLocation(PropertiesComponent, PropertiesLocation) - Method in class org.apache.camel.component.properties.FilePropertiesSource
 
loadTypeConverters() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
Checks if the registry is loaded and if not lazily load it
LocationPropertiesSource - Interface in org.apache.camel.component.properties
A PropertiesSource which was created from a PropertiesLocation.
log - Variable in class org.apache.camel.component.properties.DefaultPropertiesParser
 
lookup(Class<?>, Class<?>) - Method in class org.apache.camel.converter.CamelBaseBulkConverterLoader
 
lookup(Class<?>, Class<?>) - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
lookup(String, String) - Method in class org.apache.camel.component.properties.DefaultPropertiesLookup
 
lookup(String, String) - Method in interface org.apache.camel.component.properties.PropertiesLookup
Lookup the property with the given name
lookupPropertiesInRegistry(PropertiesComponent, PropertiesLocation) - Method in class org.apache.camel.component.properties.RefPropertiesSource
 

M

mandatoryConvertTo(Class<T>, Object) - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
mandatoryConvertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
matches(Class<?>) - Method in class org.apache.camel.impl.scan.AnnotatedWithAnyPackageScanFilter
 
matches(Class<?>) - Method in class org.apache.camel.impl.scan.AnnotatedWithPackageScanFilter
 
matches(Class<?>) - Method in class org.apache.camel.impl.scan.AssignableToPackageScanFilter
 
matches(Class<?>) - Method in class org.apache.camel.impl.scan.CompositePackageScanFilter
 
matches(Class<?>) - Method in class org.apache.camel.impl.scan.InvertingPackageScanFilter
 
META_INF_SERVICES - Static variable in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 
META_INF_SERVICES_FALLBACK_TYPE_CONVERTER - Static variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
META_INF_SERVICES_TYPE_CONVERTER_LOADER - Static variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
META_INF_SERVICES_UBER_TYPE_CONVERTER_LOADER - Static variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
MISS_CONVERTER - Static variable in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 

N

newClasspathPropertiesSource(String) - Method in class org.apache.camel.component.properties.DefaultPropertiesSourceFactory
 
newFilePropertiesSource(String) - Method in class org.apache.camel.component.properties.DefaultPropertiesSourceFactory
 
newRefPropertiesSource(String) - Method in class org.apache.camel.component.properties.DefaultPropertiesSourceFactory
 
NIOConverter - Class in org.apache.camel.converter
Some core java.nio based Type Converters

O

ObjectConverter - Class in org.apache.camel.converter
Some core java.lang based Type Converters
org.apache.camel.component.properties - package org.apache.camel.component.properties
The Properties Component for lookup of property placeholders for endpoint URI.
org.apache.camel.converter - package org.apache.camel.converter
A set of helper classes for converting from different types of Java object to be used by the Type Conversion Support
org.apache.camel.impl.converter - package org.apache.camel.impl.converter
Default implementation classes the Type Conversion Strategies
org.apache.camel.impl.event - package org.apache.camel.impl.event
Camel management events
org.apache.camel.impl.scan - package org.apache.camel.impl.scan
Package scan classes.
OVERRIDE_PROPERTIES - Static variable in class org.apache.camel.component.properties.PropertiesComponent
Key for stores special override properties that containers such as OSGi can store in the OSGi service registry

P

parseProperty(String, String, PropertiesLookup) - Method in class org.apache.camel.component.properties.DefaultPropertiesParser
 
parseProperty(String, String, PropertiesLookup) - Method in interface org.apache.camel.component.properties.PropertiesParser
While parsing the uri using parseUri method each parsed property found invokes this callback.
parseUri(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
parseUri(String, boolean) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
parseUri(String, PropertiesLookup, boolean) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
parseUri(String, PropertiesLookup, boolean, boolean, boolean) - Method in class org.apache.camel.component.properties.DefaultPropertiesParser
 
parseUri(String, PropertiesLookup, boolean, boolean, boolean) - Method in interface org.apache.camel.component.properties.PropertiesParser
Parses the string and replaces the property placeholders with values from the given properties.
prepareLoadedProperties(Properties) - Static method in class org.apache.camel.component.properties.AbstractLocationPropertiesSource
Strategy to prepare loaded properties before being used by Camel.
PropertiesComponent - Class in org.apache.camel.component.properties
The properties component allows you to use property placeholders in Camel.
PropertiesComponent() - Constructor for class org.apache.camel.component.properties.PropertiesComponent
 
PropertiesComponent(String) - Constructor for class org.apache.camel.component.properties.PropertiesComponent
A list of locations to load properties.
PropertiesComponent(String...) - Constructor for class org.apache.camel.component.properties.PropertiesComponent
A list of locations to load properties.
PropertiesComponentConfigurer - Class in org.apache.camel.component.properties
Generated by camel build tools - do NOT edit this file!
PropertiesComponentConfigurer() - Constructor for class org.apache.camel.component.properties.PropertiesComponentConfigurer
 
PropertiesFunctionResolver - Interface in org.apache.camel.component.properties
Resolver for built-in and custom PropertiesFunction.
PropertiesLocation - Class in org.apache.camel.component.properties
 
PropertiesLocation(String) - Constructor for class org.apache.camel.component.properties.PropertiesLocation
 
PropertiesLocation(String, String) - Constructor for class org.apache.camel.component.properties.PropertiesLocation
 
PropertiesLocation(String, String, Boolean) - Constructor for class org.apache.camel.component.properties.PropertiesLocation
 
PropertiesLookup - Interface in org.apache.camel.component.properties
Used by PropertiesParser to lookup properties by their name
PropertiesParser - Interface in org.apache.camel.component.properties
A parser to parse properties for a given input

R

RefPropertiesSource - Class in org.apache.camel.component.properties
 
RefPropertiesSource(PropertiesComponent, PropertiesLocation) - Constructor for class org.apache.camel.component.properties.RefPropertiesSource
 
RefPropertiesSource(PropertiesComponent, PropertiesLocation, int) - Constructor for class org.apache.camel.component.properties.RefPropertiesSource
 
registerFallbackTypeConverter(TypeConverterRegistry, TypeConverter, Method) - Method in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 
registerTypeConverter(TypeConverterRegistry, Method, Class<?>, Class<?>, TypeConverter) - Method in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 
reloadProperties(String) - Method in class org.apache.camel.component.properties.AbstractLocationPropertiesSource
 
reloadProperties(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
removeFilter(PackageScanFilter) - Method in class org.apache.camel.impl.converter.TypeConvertersPackageScanClassResolver
 
removePropertiesLookupListener(PropertiesLookupListener) - Method in class org.apache.camel.component.properties.PropertiesComponent
Remove PropertiesLookupListener
removeTypeConverter(Class<?>, Class<?>) - Method in class org.apache.camel.impl.converter.CoreTypeConverterRegistry
 
resolvePropertiesFunction(String) - Method in class org.apache.camel.component.properties.DefaultPropertiesFunctionResolver
 
resolvePropertiesFunction(String) - Method in interface org.apache.camel.component.properties.PropertiesFunctionResolver
Resolves the properties function with the given name
resolveProperty(String) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
resolver - Variable in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 
resolver - Variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
RESOURCE_PATH - Static variable in interface org.apache.camel.component.properties.PropertiesFunctionResolver
 
ResourceConverter - Class in org.apache.camel.converter
 
RouteAddedEvent - Class in org.apache.camel.impl.event
 
RouteAddedEvent(Route) - Constructor for class org.apache.camel.impl.event.RouteAddedEvent
 
RouteReloadedEvent - Class in org.apache.camel.impl.event
 
RouteReloadedEvent(Route, int, int) - Constructor for class org.apache.camel.impl.event.RouteReloadedEvent
 
RouteRemovedEvent - Class in org.apache.camel.impl.event
 
RouteRemovedEvent(Route) - Constructor for class org.apache.camel.impl.event.RouteRemovedEvent
 
RouteStartedEvent - Class in org.apache.camel.impl.event
 
RouteStartedEvent(Route) - Constructor for class org.apache.camel.impl.event.RouteStartedEvent
 
RouteStartingEvent - Class in org.apache.camel.impl.event
 
RouteStartingEvent(Route) - Constructor for class org.apache.camel.impl.event.RouteStartingEvent
 
RouteStoppedEvent - Class in org.apache.camel.impl.event
 
RouteStoppedEvent(Route) - Constructor for class org.apache.camel.impl.event.RouteStoppedEvent
 
RouteStoppingEvent - Class in org.apache.camel.impl.event
 
RouteStoppingEvent(Route) - Constructor for class org.apache.camel.impl.event.RouteStoppingEvent
 

S

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.DefaultPropertiesFunctionResolver
 
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
 
setIgnoreMissingProperty(boolean) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
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
 
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
 
setLocation(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.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.
setNestedPlaceholder(boolean) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
setOverrideProperties(Properties) - Method in class org.apache.camel.component.properties.PropertiesComponent
 
setPropertiesComponent(PropertiesComponent) - Method in class org.apache.camel.component.properties.DefaultPropertiesParser
 
setPropertiesFunctionResolver(PropertiesFunctionResolver) - Method in class org.apache.camel.component.properties.PropertiesComponent
To use a custom PropertiesFunctionResolver
setPropertiesParser(PropertiesParser) - Method in class org.apache.camel.component.properties.PropertiesComponent
To use a custom PropertiesParser
setProperty(String, String) - Method in class org.apache.camel.component.properties.AbstractLocationPropertiesSource
Sets a property
setSystemPropertiesMode(int) - Method in class org.apache.camel.component.properties.PropertiesComponent
Sets the JVM system property mode (0 = never, 1 = fallback, 2 = override).
setTimestamp(long) - Method in class org.apache.camel.impl.event.AbstractContextEvent
 
setTimestamp(long) - Method in class org.apache.camel.impl.event.AbstractExchangeEvent
 
setTimestamp(long) - Method in class org.apache.camel.impl.event.AbstractRouteEvent
 
setTimestamp(long) - Method in class org.apache.camel.impl.event.ServiceStartupFailureEvent
 
setTimestamp(long) - Method in class org.apache.camel.impl.event.ServiceStopFailureEvent
 
setTimestampEnabled(boolean) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
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
 
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.

T

toArray(Collection<?>) - Static method in class org.apache.camel.converter.CollectionConverter
Converts a collection to an array
toArrayList(Iterable<T>) - Static method in class org.apache.camel.converter.CollectionConverter
Converts an Iterable to a ArrayList
toArrayList(Iterator<T>) - Static method in class org.apache.camel.converter.CollectionConverter
Converts an Iterator to a ArrayList
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(byte[], Exchange) - Static method in class org.apache.camel.converter.ObjectConverter
 
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(byte[], Exchange) - 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(BufferedReader, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toByteArray(ByteArrayOutputStream) - Static method in class org.apache.camel.converter.IOConverter
 
toByteArray(File) - 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(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(Double) - Static method in class org.apache.camel.converter.NIOConverter
 
toByteBuffer(Float) - 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(Short) - Static method in class org.apache.camel.converter.NIOConverter
 
toByteBuffer(String, Exchange) - Static method in class org.apache.camel.converter.NIOConverter
 
toBytes(InputStream) - Static method in class org.apache.camel.converter.IOConverter
 
toChar(byte[]) - Static method in class org.apache.camel.converter.ObjectConverter
 
toChar(String) - Static method in class org.apache.camel.converter.ObjectConverter
 
toCharacter(byte[]) - Static method in class org.apache.camel.converter.ObjectConverter
 
toCharacter(String) - Static method in class org.apache.camel.converter.ObjectConverter
 
toCharArray(byte[], Exchange) - 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(byte[], Exchange) - Static method in class org.apache.camel.converter.ObjectConverter
 
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(Path) - Static method in class org.apache.camel.converter.IOConverter
 
toFloat(byte[], Exchange) - Static method in class org.apache.camel.converter.ObjectConverter
 
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(byte[]) - Static method in class org.apache.camel.converter.IOConverter
 
toInputStream(BufferedReader, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toInputStream(ByteArrayOutputStream) - Static method in class org.apache.camel.converter.IOConverter
 
toInputStream(File) - 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(String, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toInputStream(URL) - Static method in class org.apache.camel.converter.IOConverter
 
toInputStream(ByteBuffer) - Static method in class org.apache.camel.converter.NIOConverter
 
toInputStream(Stream<?>, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toInputStream(Resource) - Static method in class org.apache.camel.converter.ResourceConverter
 
toInteger(byte[], Exchange) - Static method in class org.apache.camel.converter.ObjectConverter
 
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(Iterable<T>) - Static method in class org.apache.camel.converter.CollectionConverter
Converts an Iterable into a List
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(Iterator<T>) - Static method in class org.apache.camel.converter.CollectionConverter
Converts an Iterator into a List
toLong(byte[], Exchange) - Static method in class org.apache.camel.converter.ObjectConverter
 
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
 
toLong(Date) - Static method in class org.apache.camel.converter.DateTimeConverter
 
toMilliSeconds(Duration) - Static method in class org.apache.camel.converter.DurationConverter
 
toNumber(byte[], Exchange) - Static method in class org.apache.camel.converter.ObjectConverter
 
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
 
toPath(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(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
 
toProperties(Map<Object, Object>) - Static method in class org.apache.camel.converter.CollectionConverter
 
toReader(byte[], Exchange) - 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(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(byte[], Exchange) - Static method in class org.apache.camel.converter.ObjectConverter
 
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() - 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.CamelContextReloadedEvent
 
toString() - Method in class org.apache.camel.impl.event.CamelContextReloadFailureEvent
 
toString() - Method in class org.apache.camel.impl.event.CamelContextReloadingEvent
 
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.ExchangeAsyncProcessingStartedEvent
 
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
 
toString(byte[], Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toString(BufferedReader) - Static method in class org.apache.camel.converter.IOConverter
 
toString(ByteArrayOutputStream, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toString(File, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toString(InputStream, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toString(Reader) - Static method in class org.apache.camel.converter.IOConverter
 
toString(Boolean) - Static method in class org.apache.camel.converter.ObjectConverter
 
toString(Integer) - Static method in class org.apache.camel.converter.ObjectConverter
 
toString(Long) - 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(URI) - Static method in class org.apache.camel.converter.UriTypeConverter
 
toString(URL, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toString(ByteBuffer, Exchange) - Static method in class org.apache.camel.converter.NIOConverter
 
toString(Duration) - Static method in class org.apache.camel.converter.DurationConverter
 
toString(Resource, CamelContext) - Static method in class org.apache.camel.converter.ResourceConverter
 
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(Class<?>) - Constructor for class org.apache.camel.impl.converter.TypeConvertersLoader
Creates the loader
TypeConvertersLoader(Object) - 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
 

U

UriTypeConverter - Class in org.apache.camel.converter
A TypeConverter that converts to and from URIs.

V

visitedClasses - Variable in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 
visitedURIs - Variable in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 
A B C D E F G H I K L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form