Index
All Classes and Interfaces|All Packages
A
- addFaultToleranceConfiguration(String, FaultToleranceConfigurationDefinition) - Method in class org.apache.camel.impl.DefaultCamelContext
- addFaultToleranceConfiguration(String, FaultToleranceConfigurationDefinition) - Method in class org.apache.camel.impl.DefaultModel
- addModelLifecycleStrategy(ModelLifecycleStrategy) - Method in class org.apache.camel.impl.DefaultCamelContext
- addModelLifecycleStrategy(ModelLifecycleStrategy) - Method in class org.apache.camel.impl.DefaultModel
- addResilience4jConfiguration(String, Resilience4jConfigurationDefinition) - Method in class org.apache.camel.impl.DefaultCamelContext
- addResilience4jConfiguration(String, Resilience4jConfigurationDefinition) - Method in class org.apache.camel.impl.DefaultModel
- addRestDefinitions(Collection<RestDefinition>, boolean) - Method in class org.apache.camel.impl.DefaultCamelContext
- addRestDefinitions(Collection<RestDefinition>, boolean) - Method in class org.apache.camel.impl.DefaultModel
- addRouteConfiguration(RouteConfigurationDefinition) - Method in class org.apache.camel.impl.DefaultCamelContext
- addRouteConfiguration(RouteConfigurationDefinition) - Method in class org.apache.camel.impl.DefaultModel
- addRouteConfigurations(List<RouteConfigurationDefinition>) - Method in class org.apache.camel.impl.DefaultCamelContext
- addRouteConfigurations(List<RouteConfigurationDefinition>) - Method in class org.apache.camel.impl.DefaultModel
- addRouteDefinition(RouteDefinition) - Method in class org.apache.camel.impl.DefaultCamelContext
- addRouteDefinition(RouteDefinition) - Method in class org.apache.camel.impl.DefaultModel
- addRouteDefinitions(Collection<RouteDefinition>) - Method in class org.apache.camel.impl.DefaultCamelContext
- addRouteDefinitions(Collection<RouteDefinition>) - Method in class org.apache.camel.impl.DefaultModel
- addRouteFromTemplate(String, String, String, Map<String, Object>) - Method in class org.apache.camel.impl.DefaultCamelContext
- addRouteFromTemplate(String, String, String, Map<String, Object>) - Method in class org.apache.camel.impl.DefaultModel
- addRouteFromTemplate(String, String, String, RouteTemplateContext) - Method in class org.apache.camel.impl.DefaultCamelContext
- addRouteFromTemplate(String, String, String, RouteTemplateContext) - Method in class org.apache.camel.impl.DefaultModel
- addRouteFromTemplate(String, String, Map<String, Object>) - Method in class org.apache.camel.impl.DefaultCamelContext
- addRouteFromTemplate(String, String, Map<String, Object>) - Method in class org.apache.camel.impl.DefaultModel
-
Deprecated.
- addRouteFromTemplate(String, String, RouteTemplateContext) - Method in class org.apache.camel.impl.DefaultModel
- addRouteFromTemplatedRoute(TemplatedRouteDefinition) - Method in class org.apache.camel.impl.DefaultCamelContext
- addRouteFromTemplatedRoute(TemplatedRouteDefinition) - Method in class org.apache.camel.impl.DefaultModel
- addRouteTemplateDefinition(RouteTemplateDefinition) - Method in class org.apache.camel.impl.DefaultCamelContext
- addRouteTemplateDefinition(RouteTemplateDefinition) - Method in class org.apache.camel.impl.DefaultModel
- addRouteTemplateDefinitionConverter(String, RouteTemplateDefinition.Converter) - Method in class org.apache.camel.impl.DefaultCamelContext
- addRouteTemplateDefinitionConverter(String, RouteTemplateDefinition.Converter) - Method in class org.apache.camel.impl.DefaultModel
- addRouteTemplateDefinitions(Collection<RouteTemplateDefinition>) - Method in class org.apache.camel.impl.DefaultCamelContext
- addRouteTemplateDefinitions(Collection<RouteTemplateDefinition>) - Method in class org.apache.camel.impl.DefaultModel
- addServiceCallConfiguration(String, ServiceCallConfigurationDefinition) - Method in class org.apache.camel.impl.DefaultCamelContext
- addServiceCallConfiguration(String, ServiceCallConfigurationDefinition) - Method in class org.apache.camel.impl.DefaultModel
B
- bindDataFormats() - Method in class org.apache.camel.impl.DefaultCamelContext
C
- CamelContextConfigurer - Class in org.apache.camel.impl
-
Generated by camel build tools - do NOT edit this file!
- CamelContextConfigurer() - Constructor for class org.apache.camel.impl.CamelContextConfigurer
- clearOptions() - Static method in class org.apache.camel.impl.DefaultCamelContext
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.impl.CamelContextConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.impl.ExtendedCamelContextConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.impl.RestConfigurationConfigurer
- createDataFormat(CamelContext, Object) - Method in class org.apache.camel.impl.DefaultModelReifierFactory
- createDefaultErrorHandler() - Method in class org.apache.camel.impl.DefaultModelReifierFactory
- createErrorHandler(Route, ErrorHandlerFactory, Processor) - Method in class org.apache.camel.impl.DefaultModelReifierFactory
- createErrorHandler(Route, Processor) - Method in class org.apache.camel.impl.DefaultCamelContext
- createErrorHandler(Route, Processor) - Method in class org.apache.camel.impl.DefaultModelReifierFactory
- createExecutorServiceManager() - Method in class org.apache.camel.impl.DefaultCamelContext
- createExpression(CamelContext, Object) - Method in class org.apache.camel.impl.DefaultModelReifierFactory
- createExpression(ExpressionDefinition) - Method in class org.apache.camel.impl.DefaultCamelContext
- createPackageScanClassResolver() - Method in class org.apache.camel.impl.DefaultCamelContext
- createPredicate(CamelContext, Object) - Method in class org.apache.camel.impl.DefaultModelReifierFactory
- createPredicate(ExpressionDefinition) - Method in class org.apache.camel.impl.DefaultCamelContext
- createRoute(CamelContext, Object) - Method in class org.apache.camel.impl.DefaultModelReifierFactory
- createTransformer(CamelContext, Object) - Method in class org.apache.camel.impl.DefaultModelReifierFactory
- createValidator(CamelContext, Object) - Method in class org.apache.camel.impl.DefaultModelReifierFactory
D
- DefaultCamelContext - Class in org.apache.camel.impl
-
Represents the context used to configure routes and the policies to use.
- DefaultCamelContext() - Constructor for class org.apache.camel.impl.DefaultCamelContext
-
Creates the
ModelCamelContext
usingDefaultRegistry
as registry. - DefaultCamelContext(boolean) - Constructor for class org.apache.camel.impl.DefaultCamelContext
- DefaultCamelContext(BeanRepository) - Constructor for class org.apache.camel.impl.DefaultCamelContext
-
Creates the
CamelContext
using the givenBeanRepository
as first-choice repository, and theSimpleRegistry
as fallback, via theDefaultRegistry
implementation. - DefaultCamelContext(Registry) - Constructor for class org.apache.camel.impl.DefaultCamelContext
-
Creates the
ModelCamelContext
using the given registry - DefaultModel - Class in org.apache.camel.impl
- DefaultModel(CamelContext) - Constructor for class org.apache.camel.impl.DefaultModel
- DefaultModelReifierFactory - Class in org.apache.camel.impl
-
Default
ModelReifierFactory
- DefaultModelReifierFactory() - Constructor for class org.apache.camel.impl.DefaultModelReifierFactory
- disposeModel() - Method in class org.apache.camel.impl.DefaultCamelContext
- doDumpRoutes() - Method in class org.apache.camel.impl.DefaultCamelContext
- doDumpRoutesAsXml() - Method in class org.apache.camel.impl.DefaultCamelContext
- doDumpRoutesAsYaml() - Method in class org.apache.camel.impl.DefaultCamelContext
- doStop() - Method in class org.apache.camel.impl.DefaultCamelContext
E
- ExtendedCamelContextConfigurer - Class in org.apache.camel.impl
-
Generated by camel build tools - do NOT edit this file!
- ExtendedCamelContextConfigurer() - Constructor for class org.apache.camel.impl.ExtendedCamelContextConfigurer
G
- getCamelContext() - Method in class org.apache.camel.impl.DefaultModel
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.impl.CamelContextConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.impl.RestConfigurationConfigurer
- getDataFormats() - Method in class org.apache.camel.impl.DefaultCamelContext
- getDataFormats() - Method in class org.apache.camel.impl.DefaultModel
- getExcludeRoutes() - Static method in class org.apache.camel.impl.DefaultCamelContext
- getFaultToleranceConfiguration(String) - Method in class org.apache.camel.impl.DefaultCamelContext
- getFaultToleranceConfiguration(String) - Method in class org.apache.camel.impl.DefaultModel
- getModelLifecycleStrategies() - Method in class org.apache.camel.impl.DefaultCamelContext
- getModelLifecycleStrategies() - Method in class org.apache.camel.impl.DefaultModel
- getModelReifierFactory() - Method in class org.apache.camel.impl.DefaultCamelContext
- getModelReifierFactory() - Method in class org.apache.camel.impl.DefaultModel
- getOptionType(String, boolean) - Method in class org.apache.camel.impl.CamelContextConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.impl.ExtendedCamelContextConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.impl.RestConfigurationConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.impl.CamelContextConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.impl.ExtendedCamelContextConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.impl.RestConfigurationConfigurer
- getProcessorDefinition(String) - Method in class org.apache.camel.impl.DefaultCamelContext
- getProcessorDefinition(String) - Method in class org.apache.camel.impl.DefaultModel
- getProcessorDefinition(String, Class<T>) - Method in class org.apache.camel.impl.DefaultCamelContext
- getProcessorDefinition(String, Class<T>) - Method in class org.apache.camel.impl.DefaultModel
- getResilience4jConfiguration(String) - Method in class org.apache.camel.impl.DefaultCamelContext
- getResilience4jConfiguration(String) - Method in class org.apache.camel.impl.DefaultModel
- getRestDefinitions() - Method in class org.apache.camel.impl.DefaultCamelContext
- getRestDefinitions() - Method in class org.apache.camel.impl.DefaultModel
- getRouteConfigurationDefinition(String) - Method in class org.apache.camel.impl.DefaultCamelContext
- getRouteConfigurationDefinition(String) - Method in class org.apache.camel.impl.DefaultModel
- getRouteConfigurationDefinitions() - Method in class org.apache.camel.impl.DefaultCamelContext
- getRouteConfigurationDefinitions() - Method in class org.apache.camel.impl.DefaultModel
- getRouteDefinition(String) - Method in class org.apache.camel.impl.DefaultCamelContext
- getRouteDefinition(String) - Method in class org.apache.camel.impl.DefaultModel
- getRouteDefinitions() - Method in class org.apache.camel.impl.DefaultCamelContext
- getRouteDefinitions() - Method in class org.apache.camel.impl.DefaultModel
- getRouteFilter() - Method in class org.apache.camel.impl.DefaultCamelContext
- getRouteFilter() - Method in class org.apache.camel.impl.DefaultModel
- getRouteTemplateDefinition(String) - Method in class org.apache.camel.impl.DefaultCamelContext
- getRouteTemplateDefinition(String) - Method in class org.apache.camel.impl.DefaultModel
- getRouteTemplateDefinitions() - Method in class org.apache.camel.impl.DefaultCamelContext
- getRouteTemplateDefinitions() - Method in class org.apache.camel.impl.DefaultModel
- getServiceCallConfiguration(String) - Method in class org.apache.camel.impl.DefaultCamelContext
- getServiceCallConfiguration(String) - Method in class org.apache.camel.impl.DefaultModel
- getTestExcludeRoutes() - Method in class org.apache.camel.impl.DefaultCamelContext
- getTransformers() - Method in class org.apache.camel.impl.DefaultCamelContext
- getTransformers() - Method in class org.apache.camel.impl.DefaultModel
- getValidators() - Method in class org.apache.camel.impl.DefaultCamelContext
- getValidators() - Method in class org.apache.camel.impl.DefaultModel
I
- isDisableJmx() - Static method in class org.apache.camel.impl.DefaultCamelContext
- isNoStart() - Static method in class org.apache.camel.impl.DefaultCamelContext
- isStreamCachingInUse() - Method in class org.apache.camel.impl.DefaultCamelContext
O
- org.apache.camel.impl - package org.apache.camel.impl
-
Default implementation classes for Camel Core
R
- registerTransformer(TransformerDefinition) - Method in class org.apache.camel.impl.DefaultCamelContext
- registerValidator(ValidatorDefinition) - Method in class org.apache.camel.impl.DefaultCamelContext
- removeRoute(String) - Method in class org.apache.camel.impl.DefaultCamelContext
- removeRoute(String, LoggingLevel) - Method in class org.apache.camel.impl.DefaultCamelContext
- removeRouteConfiguration(RouteConfigurationDefinition) - Method in class org.apache.camel.impl.DefaultCamelContext
- removeRouteConfiguration(RouteConfigurationDefinition) - Method in class org.apache.camel.impl.DefaultModel
- removeRouteDefinition(RouteDefinition) - Method in class org.apache.camel.impl.DefaultCamelContext
- removeRouteDefinition(RouteDefinition) - Method in class org.apache.camel.impl.DefaultModel
- removeRouteDefinitions(Collection<RouteDefinition>) - Method in class org.apache.camel.impl.DefaultCamelContext
- removeRouteDefinitions(Collection<RouteDefinition>) - Method in class org.apache.camel.impl.DefaultModel
- removeRouteDefinitionsFromTemplate() - Method in class org.apache.camel.impl.DefaultCamelContext
- removeRouteTemplateDefinition(RouteTemplateDefinition) - Method in class org.apache.camel.impl.DefaultCamelContext
- removeRouteTemplateDefinition(RouteTemplateDefinition) - Method in class org.apache.camel.impl.DefaultModel
- removeRouteTemplateDefinitions(String) - Method in class org.apache.camel.impl.DefaultCamelContext
- removeRouteTemplateDefinitions(String) - Method in class org.apache.camel.impl.DefaultModel
- removeRouteTemplateDefinitions(Collection<RouteTemplateDefinition>) - Method in class org.apache.camel.impl.DefaultCamelContext
- removeRouteTemplateDefinitions(Collection<RouteTemplateDefinition>) - Method in class org.apache.camel.impl.DefaultModel
- removeRouteTemplates(String) - Method in class org.apache.camel.impl.DefaultCamelContext
- resolveDataFormatDefinition(String) - Method in class org.apache.camel.impl.DefaultCamelContext
- resolveDataFormatDefinition(String) - Method in class org.apache.camel.impl.DefaultModel
- RestConfigurationConfigurer - Class in org.apache.camel.impl
-
Generated by camel build tools - do NOT edit this file!
- RestConfigurationConfigurer() - Constructor for class org.apache.camel.impl.RestConfigurationConfigurer
S
- setDataFormats(Map<String, DataFormatDefinition>) - Method in class org.apache.camel.impl.DefaultCamelContext
- setDataFormats(Map<String, DataFormatDefinition>) - Method in class org.apache.camel.impl.DefaultModel
- setDisableJmx(boolean) - Static method in class org.apache.camel.impl.DefaultCamelContext
- setExcludeRoutes(String) - Static method in class org.apache.camel.impl.DefaultCamelContext
- setFaultToleranceConfiguration(FaultToleranceConfigurationDefinition) - Method in class org.apache.camel.impl.DefaultCamelContext
- setFaultToleranceConfiguration(FaultToleranceConfigurationDefinition) - Method in class org.apache.camel.impl.DefaultModel
- setFaultToleranceConfigurations(List<FaultToleranceConfigurationDefinition>) - Method in class org.apache.camel.impl.DefaultCamelContext
- setFaultToleranceConfigurations(List<FaultToleranceConfigurationDefinition>) - Method in class org.apache.camel.impl.DefaultModel
- setModelReifierFactory(ModelReifierFactory) - Method in class org.apache.camel.impl.DefaultCamelContext
- setModelReifierFactory(ModelReifierFactory) - Method in class org.apache.camel.impl.DefaultModel
- setNoStart(boolean) - Static method in class org.apache.camel.impl.DefaultCamelContext
- setResilience4jConfiguration(Resilience4jConfigurationDefinition) - Method in class org.apache.camel.impl.DefaultCamelContext
- setResilience4jConfiguration(Resilience4jConfigurationDefinition) - Method in class org.apache.camel.impl.DefaultModel
- setResilience4jConfigurations(List<Resilience4jConfigurationDefinition>) - Method in class org.apache.camel.impl.DefaultCamelContext
- setResilience4jConfigurations(List<Resilience4jConfigurationDefinition>) - Method in class org.apache.camel.impl.DefaultModel
- setRouteFilter(Function<RouteDefinition, Boolean>) - Method in class org.apache.camel.impl.DefaultCamelContext
- setRouteFilter(Function<RouteDefinition, Boolean>) - Method in class org.apache.camel.impl.DefaultModel
- setRouteFilterPattern(String, String) - Method in class org.apache.camel.impl.DefaultCamelContext
- setRouteFilterPattern(String, String) - Method in class org.apache.camel.impl.DefaultModel
- setServiceCallConfiguration(ServiceCallConfigurationDefinition) - Method in class org.apache.camel.impl.DefaultCamelContext
- setServiceCallConfiguration(ServiceCallConfigurationDefinition) - Method in class org.apache.camel.impl.DefaultModel
- setServiceCallConfigurations(List<ServiceCallConfigurationDefinition>) - Method in class org.apache.camel.impl.DefaultCamelContext
- setServiceCallConfigurations(List<ServiceCallConfigurationDefinition>) - Method in class org.apache.camel.impl.DefaultModel
- setTransformers(List<TransformerDefinition>) - Method in class org.apache.camel.impl.DefaultCamelContext
- setTransformers(List<TransformerDefinition>) - Method in class org.apache.camel.impl.DefaultModel
- setValidators(List<ValidatorDefinition>) - Method in class org.apache.camel.impl.DefaultCamelContext
- setValidators(List<ValidatorDefinition>) - Method in class org.apache.camel.impl.DefaultModel
- shouldStartRoutes() - Method in class org.apache.camel.impl.DefaultModel
-
Should we start newly added routes?
- shutdownRouteService(RouteService) - Method in class org.apache.camel.impl.DefaultCamelContext
- start() - Method in class org.apache.camel.impl.DefaultCamelContext
- startRouteDefinitions() - Method in class org.apache.camel.impl.DefaultCamelContext
- startRouteDefinitions(List<RouteDefinition>) - Method in class org.apache.camel.impl.DefaultCamelContext
All Classes and Interfaces|All Packages