|
Pull Up Method public getDataFormatParameterJsonSchema(dataFormatName String) : String from class org.apache.camel.impl.DefaultCamelContext to public getDataFormatParameterJsonSchema(dataFormatName String) : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method private doWarmUpRoutes(inputs Map<Integer,DefaultRouteStartupOrder>, autoStartup boolean) : void from class org.apache.camel.impl.DefaultCamelContext to private doWarmUpRoutes(inputs Map<Integer,DefaultRouteStartupOrder>, autoStartup boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setStreamCaching(cache Boolean) : void from class org.apache.camel.impl.DefaultCamelContext to public setStreamCaching(cache Boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method private stopServices(service Object) : void from class org.apache.camel.impl.DefaultCamelContext to private stopServices(service Object) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public addRestConfiguration(restConfiguration RestConfiguration) : void from class org.apache.camel.impl.DefaultCamelContext to public addRestConfiguration(restConfiguration RestConfiguration) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setValidators(validators List<ValidatorDefinition>) : void from class org.apache.camel.impl.DefaultCamelContext to public setValidators(validators List<ValidatorDefinition>) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getRouteStartupOrder() : List<RouteStartupOrder> from class org.apache.camel.impl.DefaultCamelContext to public getRouteStartupOrder() : List<RouteStartupOrder> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setDelayer(delay Long) : void from class org.apache.camel.impl.DefaultCamelContext to public setDelayer(delay Long) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public removeEndpoint(endpoint Endpoint) : void from class org.apache.camel.impl.DefaultCamelContext to public removeEndpoint(endpoint Endpoint) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public suspendRoute(routeId String) : void from class org.apache.camel.impl.DefaultCamelContext to public suspendRoute(routeId String) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setDataFormats(dataFormats Map<String,DataFormatDefinition>) : void from class org.apache.camel.impl.DefaultCamelContext to public setDataFormats(dataFormats Map<String,DataFormatDefinition>) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getVersion() : String from class org.apache.camel.impl.DefaultCamelContext to public getVersion() : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setAutoStartup(autoStartup Boolean) : void from class org.apache.camel.impl.DefaultCamelContext to public setAutoStartup(autoStartup Boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getLanguageParameterJsonSchema(languageName String) : String from class org.apache.camel.impl.DefaultCamelContext to public getLanguageParameterJsonSchema(languageName String) : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public resolveComponentDefaultName(javaType String) : String from class org.apache.camel.impl.DefaultCamelContext to public resolveComponentDefaultName(javaType String) : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public adapt(type Class<T>) : T from class org.apache.camel.impl.DefaultCamelContext to public adapt(type Class<T>) : T from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected removeRouteDefinition(key String) : boolean from class org.apache.camel.impl.DefaultCamelContext to protected removeRouteDefinition(key String) : boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setRoutePolicyFactories(routePolicyFactories List<RoutePolicyFactory>) : void from class org.apache.camel.impl.DefaultCamelContext to public setRoutePolicyFactories(routePolicyFactories List<RoutePolicyFactory>) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getComponent(name String, componentType Class<T>) : T from class org.apache.camel.impl.DefaultCamelContext to public getComponent(name String, componentType Class<T>) : T from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setExecutorServiceManager(executorServiceManager ExecutorServiceManager) : void from class org.apache.camel.impl.DefaultCamelContext to public setExecutorServiceManager(executorServiceManager ExecutorServiceManager) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected createEndpoint(uri String) : Endpoint from class org.apache.camel.impl.DefaultCamelContext to protected createEndpoint(uri String) : Endpoint from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getDefaultFactoryFinder() : FactoryFinder from class org.apache.camel.impl.DefaultCamelContext to public getDefaultFactoryFinder() : FactoryFinder from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected getRouteServices() : Map<String,RouteService> from class org.apache.camel.impl.DefaultCamelContext to protected getRouteServices() : Map<String,RouteService> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public isLogExhaustedMessageBody() : Boolean from class org.apache.camel.impl.DefaultCamelContext to public isLogExhaustedMessageBody() : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setInjector(injector Injector) : void from class org.apache.camel.impl.DefaultCamelContext to public setInjector(injector Injector) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setClassResolver(classResolver ClassResolver) : void from class org.apache.camel.impl.DefaultCamelContext to public setClassResolver(classResolver ClassResolver) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public addRoutePolicyFactory(routePolicyFactory RoutePolicyFactory) : void from class org.apache.camel.impl.DefaultCamelContext to public addRoutePolicyFactory(routePolicyFactory RoutePolicyFactory) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public hasComponent(componentName String) : Component from class org.apache.camel.impl.DefaultCamelContext to public hasComponent(componentName String) : Component from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getManagementMBeanAssembler() : ManagementMBeanAssembler from class org.apache.camel.impl.DefaultCamelContext to public getManagementMBeanAssembler() : ManagementMBeanAssembler from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getProcessorDefinition(id String, type Class<T>) : T from class org.apache.camel.impl.DefaultCamelContext to public getProcessorDefinition(id String, type Class<T>) : T from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setLoadTypeConverters(loadTypeConverters Boolean) : void from class org.apache.camel.impl.DefaultCamelContext to public setLoadTypeConverters(loadTypeConverters Boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getNameStrategy() : CamelContextNameStrategy from class org.apache.camel.impl.DefaultCamelContext to public getNameStrategy() : CamelContextNameStrategy from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public addLogListener(listener LogListener) : void from class org.apache.camel.impl.DefaultCamelContext to public addLogListener(listener LogListener) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method private doResumeRouteConsumers(inputs Map<Integer,DefaultRouteStartupOrder>, addingRoutes boolean) : void from class org.apache.camel.impl.DefaultCamelContext to private doResumeRouteConsumers(inputs Map<Integer,DefaultRouteStartupOrder>, addingRoutes boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setTracing(tracing Boolean) : void from class org.apache.camel.impl.DefaultCamelContext to public setTracing(tracing Boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getProcessor(id String) : Processor from class org.apache.camel.impl.DefaultCamelContext to public getProcessor(id String) : Processor from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method package addRouteCollection(routes Collection<Route>) : void from class org.apache.camel.impl.DefaultCamelContext to package addRouteCollection(routes Collection<Route>) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public stopRoute(routeId String) : void from class org.apache.camel.impl.DefaultCamelContext to public stopRoute(routeId String) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected convertBeanToEndpoint(uri String, bean Object) : Endpoint from class org.apache.camel.impl.DefaultCamelContext to protected convertBeanToEndpoint(uri String, bean Object) : Endpoint from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public stopRoute(routeId String, timeout long, timeUnit TimeUnit, abortAfterTimeout boolean) : boolean from class org.apache.camel.impl.DefaultCamelContext to public stopRoute(routeId String, timeout long, timeUnit TimeUnit, abortAfterTimeout boolean) : boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getLanguageNames() : List<String> from class org.apache.camel.impl.DefaultCamelContext to public getLanguageNames() : List<String> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method private startServices(services Collection<?>) : void from class org.apache.camel.impl.DefaultCamelContext to private startServices(services Collection<?>) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected shutdownRouteService(routeService RouteService) : void from class org.apache.camel.impl.DefaultCamelContext to protected shutdownRouteService(routeService RouteService) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected getEndpointKeyPreNormalized(uri String) : EndpointKey from class org.apache.camel.impl.DefaultCamelContext to protected getEndpointKeyPreNormalized(uri String) : EndpointKey from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setTransformers(transformers List<TransformerDefinition>) : void from class org.apache.camel.impl.DefaultCamelContext to public setTransformers(transformers List<TransformerDefinition>) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public addService(object Object, stopOnShutdown boolean) : void from class org.apache.camel.impl.DefaultCamelContext to public addService(object Object, stopOnShutdown boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public addEndpoint(uri String, endpoint Endpoint) : Endpoint from class org.apache.camel.impl.DefaultCamelContext to public addEndpoint(uri String, endpoint Endpoint) : Endpoint from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public removeComponent(componentName String) : Component from class org.apache.camel.impl.DefaultCamelContext to public removeComponent(componentName String) : Component from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getExecutorServiceManager() : ExecutorServiceManager from class org.apache.camel.impl.DefaultCamelContext to public getExecutorServiceManager() : ExecutorServiceManager from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected doSuspend() : void from class org.apache.camel.impl.DefaultCamelContext to protected doSuspend() : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public shutdown() : void from class org.apache.camel.impl.DefaultCamelContext to public shutdown() : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected getEndpointKey(uri String, endpoint Endpoint) : EndpointKey from class org.apache.camel.impl.DefaultCamelContext to protected getEndpointKey(uri String, endpoint Endpoint) : EndpointKey from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public explainComponentJson(componentName String, includeAllOptions boolean) : String from class org.apache.camel.impl.DefaultCamelContext to public explainComponentJson(componentName String, includeAllOptions boolean) : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getEndpoint(name String, endpointType Class<T>) : T from class org.apache.camel.impl.DefaultCamelContext to public getEndpoint(name String, endpointType Class<T>) : T from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public removeRoute(routeId String) : boolean from class org.apache.camel.impl.DefaultCamelContext to public removeRoute(routeId String) : boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getManagementNameStrategy() : ManagementNameStrategy from class org.apache.camel.impl.DefaultCamelContext to public getManagementNameStrategy() : ManagementNameStrategy from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public explainDataFormatJson(dataFormatName String, dataFormat DataFormat, includeAllOptions boolean) : String from class org.apache.camel.impl.DefaultCamelContext to public explainDataFormatJson(dataFormatName String, dataFormat DataFormat, includeAllOptions boolean) : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public isVetoStarted() : boolean from class org.apache.camel.impl.DefaultCamelContext to public isVetoStarted() : boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getManagementName() : String from class org.apache.camel.impl.DefaultCamelContext to public getManagementName() : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setManagementName(managementName String) : void from class org.apache.camel.impl.DefaultCamelContext to public setManagementName(managementName String) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getRestConfiguration(component String, defaultIfNotExist boolean) : RestConfiguration from class org.apache.camel.impl.DefaultCamelContext to public getRestConfiguration(component String, defaultIfNotExist boolean) : RestConfiguration from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public isMessageHistory() : Boolean from class org.apache.camel.impl.DefaultCamelContext to public isMessageHistory() : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getProducerServicePool() : ServicePool<Producer> from class org.apache.camel.impl.DefaultCamelContext to public getProducerServicePool() : ServicePool<Producer> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setMessageHistory(messageHistory Boolean) : void from class org.apache.camel.impl.DefaultCamelContext to public setMessageHistory(messageHistory Boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public doInit() : void from class org.apache.camel.impl.DefaultCamelContext to public doInit() : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getDataFormats() : Map<String,DataFormatDefinition> from class org.apache.camel.impl.DefaultCamelContext to public getDataFormats() : Map<String,DataFormatDefinition> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setHystrixConfiguration(configuration HystrixConfigurationDefinition) : void from class org.apache.camel.impl.DefaultCamelContext to public setHystrixConfiguration(configuration HystrixConfigurationDefinition) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public isAutoStartup() : Boolean from class org.apache.camel.impl.DefaultCamelContext to public isAutoStartup() : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setUseMDCLogging(useMDCLogging Boolean) : void from class org.apache.camel.impl.DefaultCamelContext to public setUseMDCLogging(useMDCLogging Boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public startRoute(route RouteDefinition) : void from class org.apache.camel.impl.DefaultCamelContext to public startRoute(route RouteDefinition) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getManagementStrategy() : ManagementStrategy from class org.apache.camel.impl.DefaultCamelContext to public getManagementStrategy() : ManagementStrategy from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getLogListeners() : Set<LogListener> from class org.apache.camel.impl.DefaultCamelContext to public getLogListeners() : Set<LogListener> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public resolveDataFormatDefinition(name String) : DataFormatDefinition from class org.apache.camel.impl.DefaultCamelContext to public resolveDataFormatDefinition(name String) : DataFormatDefinition from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setManagementMBeanAssembler(managementMBeanAssembler ManagementMBeanAssembler) : void from class org.apache.camel.impl.DefaultCamelContext to public setManagementMBeanAssembler(managementMBeanAssembler ManagementMBeanAssembler) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getServiceCallConfiguration(serviceName String) : ServiceCallConfigurationDefinition from class org.apache.camel.impl.DefaultCamelContext to public getServiceCallConfiguration(serviceName String) : ServiceCallConfigurationDefinition from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getRoute(id String) : Route from class org.apache.camel.impl.DefaultCamelContext to public getRoute(id String) : Route from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public toString() : String from class org.apache.camel.impl.DefaultCamelContext to public toString() : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method private initComponent(name String, autoCreateComponents boolean) : Component from class org.apache.camel.impl.DefaultCamelContext to private initComponent(name String, autoCreateComponents boolean) : Component from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public isUseMDCLogging() : Boolean from class org.apache.camel.impl.DefaultCamelContext to public isUseMDCLogging() : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getUptimeMillis() : long from class org.apache.camel.impl.DefaultCamelContext to public getUptimeMillis() : long from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected shouldStartRoutes() : boolean from class org.apache.camel.impl.DefaultCamelContext to protected shouldStartRoutes() : boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setName(name String) : void from class org.apache.camel.impl.DefaultCamelContext to public setName(name String) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public addRouteDefinition(routeDefinition RouteDefinition) : void from class org.apache.camel.impl.DefaultCamelContext to public addRouteDefinition(routeDefinition RouteDefinition) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public resolveValidator(type DataType) : Validator from class org.apache.camel.impl.DefaultCamelContext to public resolveValidator(type DataType) : Validator from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getRouteStatus(key String) : ServiceStatus from class org.apache.camel.impl.DefaultCamelContext to public getRouteStatus(key String) : ServiceStatus from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public findEips() : Map<String,Properties> from class org.apache.camel.impl.DefaultCamelContext to public findEips() : Map<String,Properties> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected resumeRouteService(routeService RouteService) : void from class org.apache.camel.impl.DefaultCamelContext to protected resumeRouteService(routeService RouteService) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public addService(object Object, stopOnShutdown boolean, forceStart boolean) : void from class org.apache.camel.impl.DefaultCamelContext to public addService(object Object, stopOnShutdown boolean, forceStart boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getEipParameterJsonSchema(eipName String) : String from class org.apache.camel.impl.DefaultCamelContext to public getEipParameterJsonSchema(eipName String) : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setRestRegistry(restRegistry RestRegistry) : void from class org.apache.camel.impl.DefaultCamelContext to public setRestRegistry(restRegistry RestRegistry) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setMessageHistoryFactory(messageHistoryFactory MessageHistoryFactory) : void from class org.apache.camel.impl.DefaultCamelContext to public setMessageHistoryFactory(messageHistoryFactory MessageHistoryFactory) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public addRegisterEndpointCallback(strategy EndpointStrategy) : void from class org.apache.camel.impl.DefaultCamelContext to public addRegisterEndpointCallback(strategy EndpointStrategy) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setNameStrategy(nameStrategy CamelContextNameStrategy) : void from class org.apache.camel.impl.DefaultCamelContext to public setNameStrategy(nameStrategy CamelContextNameStrategy) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getShutdownRoute() : ShutdownRoute from class org.apache.camel.impl.DefaultCamelContext to public getShutdownRoute() : ShutdownRoute from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getFactoryFinder(path String) : FactoryFinder from class org.apache.camel.impl.DefaultCamelContext to public getFactoryFinder(path String) : FactoryFinder from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public isStartingRoutes() : boolean from class org.apache.camel.impl.DefaultCamelContext to public isStartingRoutes() : boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected getPropertiesComponent() : PropertiesComponent from class org.apache.camel.impl.DefaultCamelContext to protected getPropertiesComponent() : PropertiesComponent from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setJndiContext(jndiContext Context) : void from class org.apache.camel.impl.DefaultCamelContext to public setJndiContext(jndiContext Context) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method private shutdownServices(services Collection<?>, reverse boolean) : void from class org.apache.camel.impl.DefaultCamelContext to private shutdownServices(services Collection<?>, reverse boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getRegistry(type Class<T>) : T from class org.apache.camel.impl.DefaultCamelContext to public getRegistry(type Class<T>) : T from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method private postInitComponent(componentName String, component Component) : void from class org.apache.camel.impl.DefaultCamelContext to private postInitComponent(componentName String, component Component) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getName() : String from class org.apache.camel.impl.DefaultCamelContext to public getName() : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public startRoute(routeId String) : void from class org.apache.camel.impl.DefaultCamelContext to public startRoute(routeId String) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setProducerServicePool(producerServicePool ServicePool<Producer>) : void from class org.apache.camel.impl.DefaultCamelContext to public setProducerServicePool(producerServicePool ServicePool<Producer>) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getAsyncProcessorAwaitManager() : AsyncProcessorAwaitManager from class org.apache.camel.impl.DefaultCamelContext to public getAsyncProcessorAwaitManager() : AsyncProcessorAwaitManager from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getPackageScanClassResolver() : PackageScanClassResolver from class org.apache.camel.impl.DefaultCamelContext to public getPackageScanClassResolver() : PackageScanClassResolver from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setHandleFault(handleFault Boolean) : void from class org.apache.camel.impl.DefaultCamelContext to public setHandleFault(handleFault Boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getApplicationContextClassLoader() : ClassLoader from class org.apache.camel.impl.DefaultCamelContext to public getApplicationContextClassLoader() : ClassLoader from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public suspend() : void from class org.apache.camel.impl.DefaultCamelContext to public suspend() : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected doStart() : void from class org.apache.camel.impl.DefaultCamelContext to protected doStart() : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public removeService(object Object) : boolean from class org.apache.camel.impl.DefaultCamelContext to public removeService(object Object) : boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setFactoryFinderResolver(resolver FactoryFinderResolver) : void from class org.apache.camel.impl.DefaultCamelContext to public setFactoryFinderResolver(factoryFinderResolver FactoryFinderResolver) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public explainEndpointJson(uri String, includeAllOptions boolean) : String from class org.apache.camel.impl.DefaultCamelContext to public explainEndpointJson(uri String, includeAllOptions boolean) : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getErrorHandlerFactory() : ErrorHandlerBuilder from class org.apache.camel.impl.DefaultCamelContext to public getErrorHandlerFactory() : ErrorHandlerBuilder from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getClassResolver() : ClassResolver from class org.apache.camel.impl.DefaultCamelContext to public getClassResolver() : ClassResolver from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setServiceCallConfiguration(configuration ServiceCallConfigurationDefinition) : void from class org.apache.camel.impl.DefaultCamelContext to public setServiceCallConfiguration(configuration ServiceCallConfigurationDefinition) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected doStartCamel() : void from class org.apache.camel.impl.DefaultCamelContext to protected doStartCamel() : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected addEndpointToRegistry(uri String, endpoint Endpoint) : Endpoint from class org.apache.camel.impl.DefaultCamelContext to protected addEndpointToRegistry(uri String, endpoint Endpoint) : Endpoint from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getProcessorDefinition(id String) : ProcessorDefinition from class org.apache.camel.impl.DefaultCamelContext to public getProcessorDefinition(id String) : ProcessorDefinition from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setTypeConverter(typeConverter TypeConverter) : void from class org.apache.camel.impl.DefaultCamelContext to public setTypeConverter(typeConverter TypeConverter) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected doResume() : void from class org.apache.camel.impl.DefaultCamelContext to protected doResume() : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getComponentParameterJsonSchema(componentName String) : String from class org.apache.camel.impl.DefaultCamelContext to public getComponentParameterJsonSchema(componentName String) : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getShutdownStrategy() : ShutdownStrategy from class org.apache.camel.impl.DefaultCamelContext to public getShutdownStrategy() : ShutdownStrategy from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setLanguageResolver(languageResolver LanguageResolver) : void from class org.apache.camel.impl.DefaultCamelContext to public setLanguageResolver(languageResolver LanguageResolver) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected doStartOrResumeRoutes(routeServices Map<String,RouteService>, checkClash boolean, startConsumer boolean, resumeConsumer boolean, addingRoutes boolean) : void from class org.apache.camel.impl.DefaultCamelContext to protected doStartOrResumeRoutes(routeServices Map<String,RouteService>, checkClash boolean, startConsumer boolean, resumeConsumer boolean, addingRoutes boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public hasEndpoint(uri String) : Endpoint from class org.apache.camel.impl.DefaultCamelContext to public hasEndpoint(uri String) : Endpoint from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected doStop() : void from class org.apache.camel.impl.DefaultCamelContext to protected doStop() : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getUnitOfWorkFactory() : UnitOfWorkFactory from class org.apache.camel.impl.DefaultCamelContext to public getUnitOfWorkFactory() : UnitOfWorkFactory from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public loadRoutesDefinition(is InputStream) : RoutesDefinition from class org.apache.camel.impl.DefaultCamelContext to public loadRoutesDefinition(is InputStream) : RoutesDefinition from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setNodeIdFactory(idFactory NodeIdFactory) : void from class org.apache.camel.impl.DefaultCamelContext to public setNodeIdFactory(idFactory NodeIdFactory) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getSSLContextParameters() : SSLContextParameters from class org.apache.camel.impl.DefaultCamelContext to public getSSLContextParameters() : SSLContextParameters from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public addRouteDefinitions(routeDefinitions Collection<RouteDefinition>) : void from class org.apache.camel.impl.DefaultCamelContext to public addRouteDefinitions(routeDefinitions Collection<RouteDefinition>) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setShutdownRoute(shutdownRoute ShutdownRoute) : void from class org.apache.camel.impl.DefaultCamelContext to public setShutdownRoute(shutdownRoute ShutdownRoute) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public addLifecycleStrategy(lifecycleStrategy LifecycleStrategy) : void from class org.apache.camel.impl.DefaultCamelContext to public addLifecycleStrategy(lifecycleStrategy LifecycleStrategy) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public resolveTransformer(scheme String) : Transformer from class org.apache.camel.impl.DefaultCamelContext to public resolveTransformer(scheme String) : Transformer from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getNodeIdFactory() : NodeIdFactory from class org.apache.camel.impl.DefaultCamelContext to public getNodeIdFactory() : NodeIdFactory from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getDelayer() : Long from class org.apache.camel.impl.DefaultCamelContext to public getDelayer() : Long from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public createProducerTemplate() : ProducerTemplate from class org.apache.camel.impl.DefaultCamelContext to public createProducerTemplate() : ProducerTemplate from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public createConsumerTemplate() : ConsumerTemplate from class org.apache.camel.impl.DefaultCamelContext to public createConsumerTemplate() : ConsumerTemplate from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public createRouteStaticEndpointJson(routeId String) : String from class org.apache.camel.impl.DefaultCamelContext to public createRouteStaticEndpointJson(routeId String) : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public disableJMX() : void from class org.apache.camel.impl.DefaultCamelContext to public disableJMX() : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getMessageHistoryFactory() : MessageHistoryFactory from class org.apache.camel.impl.DefaultCamelContext to public getMessageHistoryFactory() : MessageHistoryFactory from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public resumeRoute(routeId String) : void from class org.apache.camel.impl.DefaultCamelContext to public resumeRoute(routeId String) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public resume() : void from class org.apache.camel.impl.DefaultCamelContext to public resume() : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getRoutes() : List<Route> from class org.apache.camel.impl.DefaultCamelContext to public getRoutes() : List<Route> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getInterceptStrategies() : List<InterceptStrategy> from class org.apache.camel.impl.DefaultCamelContext to public getInterceptStrategies() : List<InterceptStrategy> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public resolveDataFormat(name String) : DataFormat from class org.apache.camel.impl.DefaultCamelContext to public resolveDataFormat(name String) : DataFormat from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public isStreamCaching() : Boolean from class org.apache.camel.impl.DefaultCamelContext to public isStreamCaching() : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getProcessor(id String, type Class<T>) : T from class org.apache.camel.impl.DefaultCamelContext to public getProcessor(id String, type Class<T>) : T from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getInflightRepository() : InflightRepository from class org.apache.camel.impl.DefaultCamelContext to public getInflightRepository() : InflightRepository from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getEndpointMap() : Map<String,Endpoint> from class org.apache.camel.impl.DefaultCamelContext to public getEndpointMap() : Map<String,Endpoint> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getComponentNames() : List<String> from class org.apache.camel.impl.DefaultCamelContext to public getComponentNames() : List<String> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method private doCheckStartupOrderClash(answer DefaultRouteStartupOrder, inputs Map<Integer,DefaultRouteStartupOrder>) : boolean from class org.apache.camel.impl.DefaultCamelContext to private doCheckStartupOrderClash(answer DefaultRouteStartupOrder, inputs Map<Integer,DefaultRouteStartupOrder>) : boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public addInterceptStrategy(interceptStrategy InterceptStrategy) : void from class org.apache.camel.impl.DefaultCamelContext to public addInterceptStrategy(interceptStrategy InterceptStrategy) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getEndpointRegistry() : EndpointRegistry<EndpointKey> from class org.apache.camel.impl.DefaultCamelContext to public getEndpointRegistry() : EndpointRegistry<EndpointKey> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setAsyncProcessorAwaitManager(asyncProcessorAwaitManager AsyncProcessorAwaitManager) : void from class org.apache.camel.impl.DefaultCamelContext to public setAsyncProcessorAwaitManager(asyncProcessorAwaitManager AsyncProcessorAwaitManager) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getValidatorRegistry() : ValidatorRegistry<ValidatorKey> from class org.apache.camel.impl.DefaultCamelContext to public getValidatorRegistry() : ValidatorRegistry<ValidatorKey> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getRestConfigurations() : Collection<RestConfiguration> from class org.apache.camel.impl.DefaultCamelContext to public getRestConfigurations() : Collection<RestConfiguration> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public isUseDataType() : Boolean from class org.apache.camel.impl.DefaultCamelContext to public isUseDataType() : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setDebugger(debugger Debugger) : void from class org.apache.camel.impl.DefaultCamelContext to public setDebugger(debugger Debugger) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getPropertyPrefixToken() : String from class org.apache.camel.impl.DefaultCamelContext to public getPropertyPrefixToken() : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setSSLContextParameters(sslContextParameters SSLContextParameters) : void from class org.apache.camel.impl.DefaultCamelContext to public setSSLContextParameters(sslContextParameters SSLContextParameters) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getShutdownRunningTask() : ShutdownRunningTask from class org.apache.camel.impl.DefaultCamelContext to public getShutdownRunningTask() : ShutdownRunningTask from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setRuntimeEndpointRegistry(runtimeEndpointRegistry RuntimeEndpointRegistry) : void from class org.apache.camel.impl.DefaultCamelContext to public setRuntimeEndpointRegistry(runtimeEndpointRegistry RuntimeEndpointRegistry) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public addServiceCallConfiguration(serviceName String, configuration ServiceCallConfigurationDefinition) : void from class org.apache.camel.impl.DefaultCamelContext to public addServiceCallConfiguration(serviceName String, configuration ServiceCallConfigurationDefinition) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected safelyStartRouteServices(forceAutoStart boolean, checkClash boolean, startConsumer boolean, resumeConsumer boolean, addingRoutes boolean, routeServices RouteService...) : void from class org.apache.camel.impl.DefaultCamelContext to protected safelyStartRouteServices(forceAutoStart boolean, checkClash boolean, startConsumer boolean, resumeConsumer boolean, addingRoutes boolean, routeServices RouteService...) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setHystrixConfigurations(configurations List<HystrixConfigurationDefinition>) : void from class org.apache.camel.impl.DefaultCamelContext to public setHystrixConfigurations(configurations List<HystrixConfigurationDefinition>) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public stop() : void from class org.apache.camel.impl.DefaultCamelContext to public stop() : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setLogExhaustedMessageBody(logExhaustedMessageBody Boolean) : void from class org.apache.camel.impl.DefaultCamelContext to public setLogExhaustedMessageBody(logExhaustedMessageBody Boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getModelJAXBContextFactory() : ModelJAXBContextFactory from class org.apache.camel.impl.DefaultCamelContext to public getModelJAXBContextFactory() : ModelJAXBContextFactory from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public hasService(type Class<T>) : T from class org.apache.camel.impl.DefaultCamelContext to public hasService(type Class<T>) : T from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected normalizeEndpointUri(uri String) : String from class org.apache.camel.impl.DefaultCamelContext to protected normalizeEndpointUri(uri String) : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public isTypeConverterStatisticsEnabled() : Boolean from class org.apache.camel.impl.DefaultCamelContext to public isTypeConverterStatisticsEnabled() : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setManagementNameStrategy(managementNameStrategy ManagementNameStrategy) : void from class org.apache.camel.impl.DefaultCamelContext to public setManagementNameStrategy(managementNameStrategy ManagementNameStrategy) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public createRouteStaticEndpointJson(routeId String, includeDynamic boolean) : String from class org.apache.camel.impl.DefaultCamelContext to public createRouteStaticEndpointJson(routeId String, includeDynamic boolean) : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public startAllRoutes() : void from class org.apache.camel.impl.DefaultCamelContext to public startAllRoutes() : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public addComponent(componentName String, component Component) : void from class org.apache.camel.impl.DefaultCamelContext to public addComponent(componentName String, component Component) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public hasService(object Object) : boolean from class org.apache.camel.impl.DefaultCamelContext to public hasService(object Object) : boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getRestConfiguration() : RestConfiguration from class org.apache.camel.impl.DefaultCamelContext to public getRestConfiguration() : RestConfiguration from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected logRouteState(route Route, state String) : void from class org.apache.camel.impl.DefaultCamelContext to protected logRouteState(route Route, state String) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public createDataFormat(name String) : DataFormat from class org.apache.camel.impl.DefaultCamelContext to public createDataFormat(name String) : DataFormat from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public deferStartService(object Object, stopOnShutdown boolean) : void from class org.apache.camel.impl.DefaultCamelContext to public deferStartService(object Object, stopOnShutdown boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setReloadStrategy(reloadStrategy ReloadStrategy) : void from class org.apache.camel.impl.DefaultCamelContext to public setReloadStrategy(reloadStrategy ReloadStrategy) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getEndpoint(uri String) : Endpoint from class org.apache.camel.impl.DefaultCamelContext to public getEndpoint(uri String) : Endpoint from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public isLoadTypeConverters() : Boolean from class org.apache.camel.impl.DefaultCamelContext to public isLoadTypeConverters() : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public addService(object Object) : void from class org.apache.camel.impl.DefaultCamelContext to public addService(object Object) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public removeRouteDefinition(routeDefinition RouteDefinition) : void from class org.apache.camel.impl.DefaultCamelContext to public removeRouteDefinition(routeDefinition RouteDefinition) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setStreamCachingStrategy(streamCachingStrategy StreamCachingStrategy) : void from class org.apache.camel.impl.DefaultCamelContext to public setStreamCachingStrategy(streamCachingStrategy StreamCachingStrategy) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected suspendRouteService(routeService RouteService) : void from class org.apache.camel.impl.DefaultCamelContext to protected suspendRouteService(routeService RouteService) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setInterceptStrategies(interceptStrategies List<InterceptStrategy>) : void from class org.apache.camel.impl.DefaultCamelContext to public setInterceptStrategies(interceptStrategies List<InterceptStrategy>) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method private startService(service Service) : void from class org.apache.camel.impl.DefaultCamelContext to private startService(service Service) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected doShutdownRoute(routeId String, timeout long, timeUnit TimeUnit, removingRoutes boolean) : void from class org.apache.camel.impl.DefaultCamelContext to protected doShutdownRoute(routeId String, timeout long, timeUnit TimeUnit, removingRoutes boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public resolveTransformer(from DataType, to DataType) : Transformer from class org.apache.camel.impl.DefaultCamelContext to public resolveTransformer(from DataType, to DataType) : Transformer from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getGlobalOption(key String) : String from class org.apache.camel.impl.DefaultCamelContext to public getGlobalOption(key String) : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected stopRouteService(routeService RouteService, removingRoutes boolean) : void from class org.apache.camel.impl.DefaultCamelContext to protected stopRouteService(routeService RouteService, removingRoutes boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected startRouteDefinitions(list Collection<RouteDefinition>) : void from class org.apache.camel.impl.DefaultCamelContext to protected startRouteDefinitions(list Collection<RouteDefinition>) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public isAutoCreateComponents() : boolean from class org.apache.camel.impl.DefaultCamelContext to public isAutoCreateComponents() : boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setRouteController(routeController RouteController) : void from class org.apache.camel.impl.DefaultCamelContext to public setRouteController(routeController RouteController) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public resolveLanguage(language String) : Language from class org.apache.camel.impl.DefaultCamelContext to public resolveLanguage(language String) : Language from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method private doGetVersion() : String from class org.apache.camel.impl.DefaultCamelContext to private doGetVersion() : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getErrorHandlerExecutorService() : ScheduledExecutorService from class org.apache.camel.impl.DefaultCamelContext to public getErrorHandlerExecutorService() : ScheduledExecutorService from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setAllowUseOriginalMessage(allowUseOriginalMessage Boolean) : void from class org.apache.camel.impl.DefaultCamelContext to public setAllowUseOriginalMessage(allowUseOriginalMessage Boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getTransformers() : List<TransformerDefinition> from class org.apache.camel.impl.DefaultCamelContext to public getTransformers() : List<TransformerDefinition> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public addRestDefinitions(restDefinitions Collection<RestDefinition>) : void from class org.apache.camel.impl.DefaultCamelContext to public addRestDefinitions(restDefinitions Collection<RestDefinition>) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public removeEndpoints(uri String) : Collection<Endpoint> from class org.apache.camel.impl.DefaultCamelContext to public removeEndpoints(uri String) : Collection<Endpoint> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getInjector() : Injector from class org.apache.camel.impl.DefaultCamelContext to public getInjector() : Injector from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setAutoCreateComponents(autoCreateComponents boolean) : void from class org.apache.camel.impl.DefaultCamelContext to public setAutoCreateComponents(autoCreateComponents boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getRuntimeEndpointRegistry() : RuntimeEndpointRegistry from class org.apache.camel.impl.DefaultCamelContext to public getRuntimeEndpointRegistry() : RuntimeEndpointRegistry from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setServiceCallConfigurations(configurations List<ServiceCallConfigurationDefinition>) : void from class org.apache.camel.impl.DefaultCamelContext to public setServiceCallConfigurations(configurations List<ServiceCallConfigurationDefinition>) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected safelyStartRouteServices(checkClash boolean, startConsumer boolean, resumeConsumer boolean, addingRoutes boolean, routeServices Collection<RouteService>) : void from class org.apache.camel.impl.DefaultCamelContext to protected safelyStartRouteServices(checkClash boolean, startConsumer boolean, resumeConsumer boolean, addingRoutes boolean, routeServices Collection<RouteService>) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public createConsumerTemplate(maximumCacheSize int) : ConsumerTemplate from class org.apache.camel.impl.DefaultCamelContext to public createConsumerTemplate(maximumCacheSize int) : ConsumerTemplate from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getDataFormatResolver() : DataFormatResolver from class org.apache.camel.impl.DefaultCamelContext to public getDataFormatResolver() : DataFormatResolver from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public createProducerTemplate(maximumCacheSize int) : ProducerTemplate from class org.apache.camel.impl.DefaultCamelContext to public createProducerTemplate(maximumCacheSize int) : ProducerTemplate from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method private doStartOrResumeRouteConsumers(inputs Map<Integer,DefaultRouteStartupOrder>, resumeOnly boolean, addingRoute boolean) : void from class org.apache.camel.impl.DefaultCamelContext to private doStartOrResumeRouteConsumers(inputs Map<Integer,DefaultRouteStartupOrder>, resumeOnly boolean, addingRoute boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getStreamCachingStrategy() : StreamCachingStrategy from class org.apache.camel.impl.DefaultCamelContext to public getStreamCachingStrategy() : StreamCachingStrategy from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public isHandleFault() : Boolean from class org.apache.camel.impl.DefaultCamelContext to public isHandleFault() : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getTransformerRegistry() : TransformerRegistry<TransformerKey> from class org.apache.camel.impl.DefaultCamelContext to public getTransformerRegistry() : TransformerRegistry<TransformerKey> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getGlobalOptions() : Map<String,String> from class org.apache.camel.impl.DefaultCamelContext to public getGlobalOptions() : Map<String,String> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected startRouteService(routeService RouteService, addingRoutes boolean) : void from class org.apache.camel.impl.DefaultCamelContext to protected startRouteService(routeService RouteService, addingRoutes boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setProcessorFactory(processorFactory ProcessorFactory) : void from class org.apache.camel.impl.DefaultCamelContext to public setProcessorFactory(processorFactory ProcessorFactory) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public addHystrixConfiguration(id String, configuration HystrixConfigurationDefinition) : void from class org.apache.camel.impl.DefaultCamelContext to public addHystrixConfiguration(id String, configuration HystrixConfigurationDefinition) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getFactoryFinderResolver() : FactoryFinderResolver from class org.apache.camel.impl.DefaultCamelContext to public getFactoryFinderResolver() : FactoryFinderResolver from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getRouteController() : RouteController from class org.apache.camel.impl.DefaultCamelContext to public getRouteController() : RouteController from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setApplicationContextClassLoader(classLoader ClassLoader) : void from class org.apache.camel.impl.DefaultCamelContext to public setApplicationContextClassLoader(classLoader ClassLoader) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public createFluentProducerTemplate() : FluentProducerTemplate from class org.apache.camel.impl.DefaultCamelContext to public createFluentProducerTemplate() : FluentProducerTemplate from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public addStartupListener(listener StartupListener) : void from class org.apache.camel.impl.DefaultCamelContext to public addStartupListener(listener StartupListener) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setUuidGenerator(uuidGenerator UuidGenerator) : void from class org.apache.camel.impl.DefaultCamelContext to public setUuidGenerator(uuidGenerator UuidGenerator) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setUseDataType(useDataType Boolean) : void from class org.apache.camel.impl.DefaultCamelContext to public setUseDataType(useDataType Boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public resolveComponent(name String) : Component from class org.apache.camel.impl.DefaultCamelContext to public resolveComponent(name String) : Component from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getPollingConsumerServicePool() : ServicePool<PollingConsumer> from class org.apache.camel.impl.DefaultCamelContext to public getPollingConsumerServicePool() : ServicePool<PollingConsumer> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setPollingConsumerServicePool(pollingConsumerServicePool ServicePool<PollingConsumer>) : void from class org.apache.camel.impl.DefaultCamelContext to public setPollingConsumerServicePool(pollingConsumerServicePool ServicePool<PollingConsumer>) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setShutdownRunningTask(shutdownRunningTask ShutdownRunningTask) : void from class org.apache.camel.impl.DefaultCamelContext to public setShutdownRunningTask(shutdownRunningTask ShutdownRunningTask) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected stopRouteService(routeService RouteService) : void from class org.apache.camel.impl.DefaultCamelContext to protected stopRouteService(routeService RouteService) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setRestConfiguration(restConfiguration RestConfiguration) : void from class org.apache.camel.impl.DefaultCamelContext to public setRestConfiguration(restConfiguration RestConfiguration) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public resolvePropertyPlaceholders(text String) : String from class org.apache.camel.impl.DefaultCamelContext to public resolvePropertyPlaceholders(text String) : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getRoutePolicyFactories() : List<RoutePolicyFactory> from class org.apache.camel.impl.DefaultCamelContext to public getRoutePolicyFactories() : List<RoutePolicyFactory> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getHeadersMapFactory() : HeadersMapFactory from class org.apache.camel.impl.DefaultCamelContext to public getHeadersMapFactory() : HeadersMapFactory from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method private doStartRouteConsumers(inputs Map<Integer,DefaultRouteStartupOrder>, addingRoutes boolean) : void from class org.apache.camel.impl.DefaultCamelContext to private doStartRouteConsumers(inputs Map<Integer,DefaultRouteStartupOrder>, addingRoutes boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public loadRestsDefinition(is InputStream) : RestsDefinition from class org.apache.camel.impl.DefaultCamelContext to public loadRestsDefinition(is InputStream) : RestsDefinition from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getDebugger() : Debugger from class org.apache.camel.impl.DefaultCamelContext to public getDebugger() : Debugger from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setUnitOfWorkFactory(unitOfWorkFactory UnitOfWorkFactory) : void from class org.apache.camel.impl.DefaultCamelContext to public setUnitOfWorkFactory(unitOfWorkFactory UnitOfWorkFactory) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setUseBreadcrumb(useBreadcrumb Boolean) : void from class org.apache.camel.impl.DefaultCamelContext to public setUseBreadcrumb(useBreadcrumb Boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method private doCheckMultipleConsumerSupportClash(endpoint Endpoint, routeInputs List<Endpoint>) : boolean from class org.apache.camel.impl.DefaultCamelContext to private doCheckMultipleConsumerSupportClash(endpoint Endpoint, routeInputs List<Endpoint>) : boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getProcessorFactory() : ProcessorFactory from class org.apache.camel.impl.DefaultCamelContext to public getProcessorFactory() : ProcessorFactory from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getRouteDefinitions() : List<RouteDefinition> from class org.apache.camel.impl.DefaultCamelContext to public getRouteDefinitions() : List<RouteDefinition> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setShutdownStrategy(shutdownStrategy ShutdownStrategy) : void from class org.apache.camel.impl.DefaultCamelContext to public setShutdownStrategy(shutdownStrategy ShutdownStrategy) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getEndpoints() : Collection<Endpoint> from class org.apache.camel.impl.DefaultCamelContext to public getEndpoints() : Collection<Endpoint> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getTypeConverter() : TypeConverter from class org.apache.camel.impl.DefaultCamelContext to public getTypeConverter() : TypeConverter from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setModelJAXBContextFactory(modelJAXBContextFactory ModelJAXBContextFactory) : void from class org.apache.camel.impl.DefaultCamelContext to public setModelJAXBContextFactory(modelJAXBContextFactory ModelJAXBContextFactory) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getRestDefinitions() : List<RestDefinition> from class org.apache.camel.impl.DefaultCamelContext to public getRestDefinitions() : List<RestDefinition> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method private shutdownServices(services Collection<?>) : void from class org.apache.camel.impl.DefaultCamelContext to private shutdownServices(services Collection<?>) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setTypeConverterRegistry(typeConverterRegistry TypeConverterRegistry) : void from class org.apache.camel.impl.DefaultCamelContext to public setTypeConverterRegistry(typeConverterRegistry TypeConverterRegistry) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected routeSupportsSuspension(routeId String) : boolean from class org.apache.camel.impl.DefaultCamelContext to protected routeSupportsSuspension(routeId String) : boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setComponentResolver(componentResolver ComponentResolver) : void from class org.apache.camel.impl.DefaultCamelContext to public setComponentResolver(componentResolver ComponentResolver) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public stopRoute(routeId String, timeout long, timeUnit TimeUnit) : void from class org.apache.camel.impl.DefaultCamelContext to public stopRoute(routeId String, timeout long, timeUnit TimeUnit) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public explainEipJson(nameOrId String, includeAllOptions boolean) : String from class org.apache.camel.impl.DefaultCamelContext to public explainEipJson(nameOrId String, includeAllOptions boolean) : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getUptime() : String from class org.apache.camel.impl.DefaultCamelContext to public getUptime() : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setGlobalOptions(globalOptions Map<String,String>) : void from class org.apache.camel.impl.DefaultCamelContext to public setGlobalOptions(globalOptions Map<String,String>) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getLifecycleStrategies() : List<LifecycleStrategy> from class org.apache.camel.impl.DefaultCamelContext to public getLifecycleStrategies() : List<LifecycleStrategy> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setInflightRepository(repository InflightRepository) : void from class org.apache.camel.impl.DefaultCamelContext to public setInflightRepository(repository InflightRepository) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getRestRegistry() : RestRegistry from class org.apache.camel.impl.DefaultCamelContext to public getRestRegistry() : RestRegistry from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public isAllowUseOriginalMessage() : Boolean from class org.apache.camel.impl.DefaultCamelContext to public isAllowUseOriginalMessage() : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getUuidGenerator() : UuidGenerator from class org.apache.camel.impl.DefaultCamelContext to public getUuidGenerator() : UuidGenerator from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public isSetupRoutes() : boolean from class org.apache.camel.impl.DefaultCamelContext to public isSetupRoutes() : boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected forceStopLazyInitialization() : void from class org.apache.camel.impl.DefaultCamelContext to protected forceStopLazyInitialization() : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public isUseBreadcrumb() : Boolean from class org.apache.camel.impl.DefaultCamelContext to public isUseBreadcrumb() : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public suspendRoute(routeId String, timeout long, timeUnit TimeUnit) : void from class org.apache.camel.impl.DefaultCamelContext to public suspendRoute(routeId String, timeout long, timeUnit TimeUnit) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public findComponents() : Map<String,Properties> from class org.apache.camel.impl.DefaultCamelContext to public findComponents() : Map<String,Properties> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setPackageScanClassResolver(packageScanClassResolver PackageScanClassResolver) : void from class org.apache.camel.impl.DefaultCamelContext to public setPackageScanClassResolver(packageScanClassResolver PackageScanClassResolver) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setErrorHandlerFactory(errorHandlerFactory ErrorHandlerFactory) : void from class org.apache.camel.impl.DefaultCamelContext to public setErrorHandlerFactory(errorHandlerFactory ErrorHandlerFactory) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getHystrixConfiguration(id String) : HystrixConfigurationDefinition from class org.apache.camel.impl.DefaultCamelContext to public getHystrixConfiguration(id String) : HystrixConfigurationDefinition from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setupRoutes(done boolean) : void from class org.apache.camel.impl.DefaultCamelContext to public setupRoutes(done boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setDefaultExtension(type Class<T>, module Supplier<T>) : void from class org.apache.camel.impl.DefaultCamelContext to public setDefaultExtension(type Class<T>, module Supplier<T>) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getComponentResolver() : ComponentResolver from class org.apache.camel.impl.DefaultCamelContext to public getComponentResolver() : ComponentResolver from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getExtension(type Class<T>) : T from class org.apache.camel.impl.DefaultCamelContext to public getExtension(type Class<T>) : T from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method protected getEndpointKey(uri String) : EndpointKey from class org.apache.camel.impl.DefaultCamelContext to protected getEndpointKey(uri String) : EndpointKey from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getValidators() : List<ValidatorDefinition> from class org.apache.camel.impl.DefaultCamelContext to public getValidators() : List<ValidatorDefinition> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setManagementStrategy(managementStrategy ManagementStrategy) : void from class org.apache.camel.impl.DefaultCamelContext to public setManagementStrategy(managementStrategy ManagementStrategy) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getLanguageResolver() : LanguageResolver from class org.apache.camel.impl.DefaultCamelContext to public getLanguageResolver() : LanguageResolver from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method private doWithDefinedClassLoader(callable ThrowingRunnable<T>) : void from class org.apache.camel.impl.DefaultCamelContext to private doWithDefinedClassLoader(callable ThrowingRunnable<T>) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getRouteDefinition(id String) : RouteDefinition from class org.apache.camel.impl.DefaultCamelContext to public getRouteDefinition(id String) : RouteDefinition from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getRegistry() : Registry from class org.apache.camel.impl.DefaultCamelContext to public getRegistry() : Registry from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public hasServices(type Class<T>) : Set<T> from class org.apache.camel.impl.DefaultCamelContext to public hasServices(type Class<T>) : Set<T> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setTypeConverterStatisticsEnabled(typeConverterStatisticsEnabled Boolean) : void from class org.apache.camel.impl.DefaultCamelContext to public setTypeConverterStatisticsEnabled(typeConverterStatisticsEnabled Boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public isTracing() : Boolean from class org.apache.camel.impl.DefaultCamelContext to public isTracing() : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method private lookup(context CamelContext, ref String, type Class<T>) : T from class org.apache.camel.impl.DefaultCamelContext to private lookup(context CamelContext, ref String, type Class<T>) : T from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public isLogMask() : Boolean from class org.apache.camel.impl.DefaultCamelContext to public isLogMask() : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setHeadersMapFactory(headersMapFactory HeadersMapFactory) : void from class org.apache.camel.impl.DefaultCamelContext to public setHeadersMapFactory(headersMapFactory HeadersMapFactory) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public start() : void from class org.apache.camel.impl.DefaultCamelContext to public start() : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method package removeRouteCollection(routes Collection<Route>) : void from class org.apache.camel.impl.DefaultCamelContext to package removeRouteCollection(routes Collection<Route>) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setRegistry(registry Registry) : void from class org.apache.camel.impl.DefaultCamelContext to public setRegistry(registry Registry) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setDataFormatResolver(dataFormatResolver DataFormatResolver) : void from class org.apache.camel.impl.DefaultCamelContext to public setDataFormatResolver(dataFormatResolver DataFormatResolver) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getComponent(name String, autoCreateComponents boolean) : Component from class org.apache.camel.impl.DefaultCamelContext to public getComponent(name String, autoCreateComponents boolean) : Component from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public createFluentProducerTemplate(maximumCacheSize int) : FluentProducerTemplate from class org.apache.camel.impl.DefaultCamelContext to public createFluentProducerTemplate(maximumCacheSize int) : FluentProducerTemplate from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method private shutdownServices(service Object) : void from class org.apache.camel.impl.DefaultCamelContext to private shutdownServices(service Object) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public removeRouteDefinitions(routeDefinitions Collection<RouteDefinition>) : void from class org.apache.camel.impl.DefaultCamelContext to public removeRouteDefinitions(routeDefinitions Collection<RouteDefinition>) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setContextCounter(value int) : void from class org.apache.camel.impl.DefaultCamelContext to public setContextCounter(value int) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getReloadStrategy() : ReloadStrategy from class org.apache.camel.impl.DefaultCamelContext to public getReloadStrategy() : ReloadStrategy from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getComponent(name String) : Component from class org.apache.camel.impl.DefaultCamelContext to public getComponent(name String) : Component from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getComponent(name String, autoCreateComponents boolean, autoStart boolean) : Component from class org.apache.camel.impl.DefaultCamelContext to public getComponent(name String, autoCreateComponents boolean, autoStart boolean) : Component from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public addRoutes(builder RoutesBuilder) : void from class org.apache.camel.impl.DefaultCamelContext to public addRoutes(builder RoutesBuilder) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setExtension(type Class<T>, module T) : void from class org.apache.camel.impl.DefaultCamelContext to public setExtension(type Class<T>, module T) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method private doPrepareRouteToBeStarted(routeService RouteService) : DefaultRouteStartupOrder from class org.apache.camel.impl.DefaultCamelContext to private doPrepareRouteToBeStarted(routeService RouteService) : DefaultRouteStartupOrder from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public setLogMask(logMask Boolean) : void from class org.apache.camel.impl.DefaultCamelContext to public setLogMask(logMask Boolean) : void from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Method public getPropertySuffixToken() : String from class org.apache.camel.impl.DefaultCamelContext to public getPropertySuffixToken() : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private transformerRegistry : TransformerRegistry<TransformerKey> from class org.apache.camel.impl.DefaultCamelContext to private transformerRegistry : TransformerRegistry<TransformerKey> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private factories : Map<String,FactoryFinder> from class org.apache.camel.impl.DefaultCamelContext to private factories : Map<String,FactoryFinder> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private uuidGenerator : UuidGenerator from class org.apache.camel.impl.DefaultCamelContext to private uuidGenerator : UuidGenerator from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private unitOfWorkFactory : UnitOfWorkFactory from class org.apache.camel.impl.DefaultCamelContext to private unitOfWorkFactory : UnitOfWorkFactory from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private useDataType : Boolean from class org.apache.camel.impl.DefaultCamelContext to private useDataType : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private sslContextParameters : SSLContextParameters from class org.apache.camel.impl.DefaultCamelContext to private sslContextParameters : SSLContextParameters from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private componentsInCreation : ThreadLocal<Set<String>> from class org.apache.camel.impl.DefaultCamelContext to private componentsInCreation : ThreadLocal<Set<String>> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private startupListeners : List<StartupListener> from class org.apache.camel.impl.DefaultCamelContext to private startupListeners : List<StartupListener> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private routeStartupOrder : List<RouteStartupOrder> from class org.apache.camel.impl.DefaultCamelContext to private routeStartupOrder : List<RouteStartupOrder> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private routeDefinitions : List<RouteDefinition> from class org.apache.camel.impl.DefaultCamelContext to private routeDefinitions : List<RouteDefinition> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private validatorRegistry : ValidatorRegistry<ValidatorKey> from class org.apache.camel.impl.DefaultCamelContext to private validatorRegistry : ValidatorRegistry<ValidatorKey> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private producerServicePool : ServicePool<Producer> from class org.apache.camel.impl.DefaultCamelContext to private producerServicePool : ServicePool<Producer> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private allowUseOriginalMessage : Boolean from class org.apache.camel.impl.DefaultCamelContext to private allowUseOriginalMessage : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private hystrixConfigurations : Map<String,HystrixConfigurationDefinition> from class org.apache.camel.impl.DefaultCamelContext to private hystrixConfigurations : Map<String,HystrixConfigurationDefinition> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private routes : Set<Route> from class org.apache.camel.impl.DefaultCamelContext to private routes : Set<Route> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private useMDCLogging : Boolean from class org.apache.camel.impl.DefaultCamelContext to private useMDCLogging : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private routePolicyFactories : List<RoutePolicyFactory> from class org.apache.camel.impl.DefaultCamelContext to private routePolicyFactories : List<RoutePolicyFactory> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private startDate : Date from class org.apache.camel.impl.DefaultCamelContext to private startDate : Date from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private languages : Map<String,Language> from class org.apache.camel.impl.DefaultCamelContext to private languages : Map<String,Language> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private defaultRouteStartupOrder : int from class org.apache.camel.impl.DefaultCamelContext to private defaultRouteStartupOrder : int from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private autoStartup : Boolean from class org.apache.camel.impl.DefaultCamelContext to private autoStartup : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private useBreadcrumb : Boolean from class org.apache.camel.impl.DefaultCamelContext to private useBreadcrumb : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private isStartingRoutes : ThreadLocal<Boolean> from class org.apache.camel.impl.DefaultCamelContext to private isStartingRoutes : ThreadLocal<Boolean> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private handleFault : Boolean from class org.apache.camel.impl.DefaultCamelContext to private handleFault : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private modelJAXBContextFactory : ModelJAXBContextFactory from class org.apache.camel.impl.DefaultCamelContext to private modelJAXBContextFactory : ModelJAXBContextFactory from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private stopWatch : StopWatch from class org.apache.camel.impl.DefaultCamelContext to private stopWatch : StopWatch from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private shutdownStrategy : ShutdownStrategy from class org.apache.camel.impl.DefaultCamelContext to private shutdownStrategy : ShutdownStrategy from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private doNotStartRoutesOnFirstStart : boolean from class org.apache.camel.impl.DefaultCamelContext to private doNotStartRoutesOnFirstStart : boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private suspendedRouteServices : Map<String,RouteService> from class org.apache.camel.impl.DefaultCamelContext to private suspendedRouteServices : Map<String,RouteService> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private autoCreateComponents : boolean from class org.apache.camel.impl.DefaultCamelContext to private autoCreateComponents : boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private executorServiceManager : ExecutorServiceManager from class org.apache.camel.impl.DefaultCamelContext to private executorServiceManager : ExecutorServiceManager from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private dataFormats : Map<String,DataFormatDefinition> from class org.apache.camel.impl.DefaultCamelContext to private dataFormats : Map<String,DataFormatDefinition> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private debugger : Debugger from class org.apache.camel.impl.DefaultCamelContext to private debugger : Debugger from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private typeConverterRegistry : TypeConverterRegistry from class org.apache.camel.impl.DefaultCamelContext to private typeConverterRegistry : TypeConverterRegistry from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private lifecycleStrategies : List<LifecycleStrategy> from class org.apache.camel.impl.DefaultCamelContext to private lifecycleStrategies : List<LifecycleStrategy> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private streamCachingStrategy : StreamCachingStrategy from class org.apache.camel.impl.DefaultCamelContext to private streamCachingStrategy : StreamCachingStrategy from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private applicationContextClassLoader : ClassLoader from class org.apache.camel.impl.DefaultCamelContext to private applicationContextClassLoader : ClassLoader from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private injector : Injector from class org.apache.camel.impl.DefaultCamelContext to private injector : Injector from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private typeConverter : TypeConverter from class org.apache.camel.impl.DefaultCamelContext to private typeConverter : TypeConverter from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private components : Map<String,Component> from class org.apache.camel.impl.DefaultCamelContext to private components : Map<String,Component> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private classResolver : ClassResolver from class org.apache.camel.impl.DefaultCamelContext to private classResolver : ClassResolver from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private managementMBeanAssembler : ManagementMBeanAssembler from class org.apache.camel.impl.DefaultCamelContext to private managementMBeanAssembler : ManagementMBeanAssembler from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private vetoStated : AtomicBoolean from class org.apache.camel.impl.DefaultCamelContext to private vetoStated : AtomicBoolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private dataFormatResolver : DataFormatResolver from class org.apache.camel.impl.DefaultCamelContext to private dataFormatResolver : DataFormatResolver from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private managementNameStrategy : ManagementNameStrategy from class org.apache.camel.impl.DefaultCamelContext to private managementNameStrategy : ManagementNameStrategy from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private routeServices : Map<String,RouteService> from class org.apache.camel.impl.DefaultCamelContext to private routeServices : Map<String,RouteService> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private messageHistoryFactory : MessageHistoryFactory from class org.apache.camel.impl.DefaultCamelContext to private messageHistoryFactory : MessageHistoryFactory from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private routeController : RouteController from class org.apache.camel.impl.DefaultCamelContext to private routeController : RouteController from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private restConfigurations : Map<String,RestConfiguration> from class org.apache.camel.impl.DefaultCamelContext to private restConfigurations : Map<String,RestConfiguration> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private firstStartDone : boolean from class org.apache.camel.impl.DefaultCamelContext to private firstStartDone : boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private disableJMX : Boolean from class org.apache.camel.impl.DefaultCamelContext to private disableJMX : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private errorHandlerBuilder : ErrorHandlerFactory from class org.apache.camel.impl.DefaultCamelContext to private errorHandlerBuilder : ErrorHandlerFactory from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private propertiesComponent : PropertiesComponent from class org.apache.camel.impl.DefaultCamelContext to private propertiesComponent : PropertiesComponent from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private shutdownRunningTask : ShutdownRunningTask from class org.apache.camel.impl.DefaultCamelContext to private shutdownRunningTask : ShutdownRunningTask from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private asyncProcessorAwaitManager : AsyncProcessorAwaitManager from class org.apache.camel.impl.DefaultCamelContext to private asyncProcessorAwaitManager : AsyncProcessorAwaitManager from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private endpointKeyCounter : AtomicInteger from class org.apache.camel.impl.DefaultCamelContext to private endpointKeyCounter : AtomicInteger from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private languageResolver : LanguageResolver from class org.apache.camel.impl.DefaultCamelContext to private languageResolver : LanguageResolver from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private transformers : List<TransformerDefinition> from class org.apache.camel.impl.DefaultCamelContext to private transformers : List<TransformerDefinition> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private headersMapFactory : HeadersMapFactory from class org.apache.camel.impl.DefaultCamelContext to private headersMapFactory : HeadersMapFactory from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private interceptStrategies : List<InterceptStrategy> from class org.apache.camel.impl.DefaultCamelContext to private interceptStrategies : List<InterceptStrategy> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private streamCache : Boolean from class org.apache.camel.impl.DefaultCamelContext to private streamCache : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private inflightRepository : InflightRepository from class org.apache.camel.impl.DefaultCamelContext to private inflightRepository : InflightRepository from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private shutdownRoute : ShutdownRoute from class org.apache.camel.impl.DefaultCamelContext to private shutdownRoute : ShutdownRoute from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private serviceCallConfigurations : Map<String,ServiceCallConfigurationDefinition> from class org.apache.camel.impl.DefaultCamelContext to private serviceCallConfigurations : Map<String,ServiceCallConfigurationDefinition> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private servicesToStop : List<Service> from class org.apache.camel.impl.DefaultCamelContext to private servicesToStop : List<Service> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private globalOptions : Map<String,String> from class org.apache.camel.impl.DefaultCamelContext to private globalOptions : Map<String,String> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private restRegistry : RestRegistry from class org.apache.camel.impl.DefaultCamelContext to private restRegistry : RestRegistry from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private deferStartupListener : DeferServiceStartupListener from class org.apache.camel.impl.DefaultCamelContext to private deferStartupListener : DeferServiceStartupListener from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private nodeIdFactory : NodeIdFactory from class org.apache.camel.impl.DefaultCamelContext to private nodeIdFactory : NodeIdFactory from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private pollingConsumerServicePool : ServicePool<PollingConsumer> from class org.apache.camel.impl.DefaultCamelContext to private pollingConsumerServicePool : ServicePool<PollingConsumer> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private errorHandlerExecutorServiceLock : Object from class org.apache.camel.impl.DefaultCamelContext to private errorHandlerExecutorServiceLock : Object from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private processorFactory : ProcessorFactory from class org.apache.camel.impl.DefaultCamelContext to private processorFactory : ProcessorFactory from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private logMask : Boolean from class org.apache.camel.impl.DefaultCamelContext to private logMask : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private extensions : Map<Class<?>,Object> from class org.apache.camel.impl.DefaultCamelContext to private extensions : Map<Class<?>,Object> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private reloadStrategy : ReloadStrategy from class org.apache.camel.impl.DefaultCamelContext to private reloadStrategy : ReloadStrategy from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private runtimeEndpointRegistry : RuntimeEndpointRegistry from class org.apache.camel.impl.DefaultCamelContext to private runtimeEndpointRegistry : RuntimeEndpointRegistry from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private nameStrategy : CamelContextNameStrategy from class org.apache.camel.impl.DefaultCamelContext to private nameStrategy : CamelContextNameStrategy from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private factoryFinderResolver : FactoryFinderResolver from class org.apache.camel.impl.DefaultCamelContext to private factoryFinderResolver : FactoryFinderResolver from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private typeConverterStatisticsEnabled : Boolean from class org.apache.camel.impl.DefaultCamelContext to private typeConverterStatisticsEnabled : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private messageHistory : Boolean from class org.apache.camel.impl.DefaultCamelContext to private messageHistory : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private loadTypeConverters : Boolean from class org.apache.camel.impl.DefaultCamelContext to private loadTypeConverters : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private restDefinitions : List<RestDefinition> from class org.apache.camel.impl.DefaultCamelContext to private restDefinitions : List<RestDefinition> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private validators : List<ValidatorDefinition> from class org.apache.camel.impl.DefaultCamelContext to private validators : List<ValidatorDefinition> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private managementStrategy : ManagementStrategy from class org.apache.camel.impl.DefaultCamelContext to private managementStrategy : ManagementStrategy from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private managementName : String from class org.apache.camel.impl.DefaultCamelContext to private managementName : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private trace : Boolean from class org.apache.camel.impl.DefaultCamelContext to private trace : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private defaultFactoryFinder : FactoryFinder from class org.apache.camel.impl.DefaultCamelContext to private defaultFactoryFinder : FactoryFinder from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private registry : Registry from class org.apache.camel.impl.DefaultCamelContext to private registry : Registry from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private endpointStrategies : List<EndpointStrategy> from class org.apache.camel.impl.DefaultCamelContext to private endpointStrategies : List<EndpointStrategy> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private logExhaustedMessageBody : Boolean from class org.apache.camel.impl.DefaultCamelContext to private logExhaustedMessageBody : Boolean from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private logListeners : Set<LogListener> from class org.apache.camel.impl.DefaultCamelContext to private logListeners : Set<LogListener> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private componentResolver : ComponentResolver from class org.apache.camel.impl.DefaultCamelContext to private componentResolver : ComponentResolver from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private isSetupRoutes : ThreadLocal<Boolean> from class org.apache.camel.impl.DefaultCamelContext to private isSetupRoutes : ThreadLocal<Boolean> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private endpoints : EndpointRegistry<EndpointKey> from class org.apache.camel.impl.DefaultCamelContext to private endpoints : EndpointRegistry<EndpointKey> from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private packageScanClassResolver : PackageScanClassResolver from class org.apache.camel.impl.DefaultCamelContext to private packageScanClassResolver : PackageScanClassResolver from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private version : String from class org.apache.camel.impl.DefaultCamelContext to private version : String from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private errorHandlerExecutorService : ScheduledExecutorService from class org.apache.camel.impl.DefaultCamelContext to private errorHandlerExecutorService : ScheduledExecutorService from class org.apache.camel.impl.AbstractCamelContext |
From |
To |
|
Pull Up Attribute private delay : Long from class org.apache.camel.impl.DefaultCamelContext to private delay : Long from class org.apache.camel.impl.AbstractCamelContext |
From |
To |