Class LightweightRuntimeCamelContext

  • All Implemented Interfaces:
    AutoCloseable, org.apache.camel.CamelContext, org.apache.camel.CamelContextLifecycle, org.apache.camel.CatalogCamelContext, org.apache.camel.ExtendedCamelContext, org.apache.camel.RuntimeConfiguration

    public class LightweightRuntimeCamelContext
    extends Object
    implements org.apache.camel.ExtendedCamelContext, org.apache.camel.CatalogCamelContext
    • Method Detail

      • normalizeEndpointUri

        protected static String normalizeEndpointUri​(String uri)
        Normalize uri so we can do endpoint hits with minor mistakes and parameters is not in the same order.
        Parameters:
        uri - the uri
        Returns:
        normalized uri
        Throws:
        org.apache.camel.ResolveEndpointFailedException - if uri cannot be normalized
      • disposeModel

        public void disposeModel()
        Specified by:
        disposeModel in interface org.apache.camel.ExtendedCamelContext
      • isStarted

        public boolean isStarted()
        Specified by:
        isStarted in interface org.apache.camel.CamelContextLifecycle
      • isStarting

        public boolean isStarting()
        Specified by:
        isStarting in interface org.apache.camel.CamelContextLifecycle
      • isStopped

        public boolean isStopped()
        Specified by:
        isStopped in interface org.apache.camel.CamelContextLifecycle
      • isStopping

        public boolean isStopping()
        Specified by:
        isStopping in interface org.apache.camel.CamelContextLifecycle
      • isSuspended

        public boolean isSuspended()
        Specified by:
        isSuspended in interface org.apache.camel.CamelContextLifecycle
      • isRunAllowed

        public boolean isRunAllowed()
        Specified by:
        isRunAllowed in interface org.apache.camel.CamelContextLifecycle
      • isSuspending

        public boolean isSuspending()
        Specified by:
        isSuspending in interface org.apache.camel.CamelContextLifecycle
      • build

        public void build()
        Specified by:
        build in interface org.apache.camel.CamelContextLifecycle
      • init

        public void init()
        Specified by:
        init in interface org.apache.camel.CamelContextLifecycle
      • suspend

        public void suspend()
        Specified by:
        suspend in interface org.apache.camel.CamelContextLifecycle
      • resume

        public void resume()
        Specified by:
        resume in interface org.apache.camel.CamelContextLifecycle
      • start

        public void start()
        Specified by:
        start in interface org.apache.camel.CamelContextLifecycle
      • stop

        public void stop()
        Specified by:
        stop in interface org.apache.camel.CamelContextLifecycle
      • shutdown

        public void shutdown()
        Specified by:
        shutdown in interface org.apache.camel.CamelContextLifecycle
      • setStreamCaching

        public void setStreamCaching​(Boolean cache)
        Specified by:
        setStreamCaching in interface org.apache.camel.RuntimeConfiguration
      • isStreamCaching

        public Boolean isStreamCaching()
        Specified by:
        isStreamCaching in interface org.apache.camel.RuntimeConfiguration
      • isTracing

        public Boolean isTracing()
        Specified by:
        isTracing in interface org.apache.camel.RuntimeConfiguration
      • getTracingPattern

        public String getTracingPattern()
        Specified by:
        getTracingPattern in interface org.apache.camel.RuntimeConfiguration
      • setTracingPattern

        public void setTracingPattern​(String tracePattern)
        Specified by:
        setTracingPattern in interface org.apache.camel.RuntimeConfiguration
      • isBacklogTracing

        public Boolean isBacklogTracing()
        Specified by:
        isBacklogTracing in interface org.apache.camel.RuntimeConfiguration
      • isDebugging

        public Boolean isDebugging()
        Specified by:
        isDebugging in interface org.apache.camel.RuntimeConfiguration
      • isMessageHistory

        public Boolean isMessageHistory()
        Specified by:
        isMessageHistory in interface org.apache.camel.RuntimeConfiguration
      • isLogMask

        public Boolean isLogMask()
        Specified by:
        isLogMask in interface org.apache.camel.RuntimeConfiguration
      • isLogExhaustedMessageBody

        public Boolean isLogExhaustedMessageBody()
        Specified by:
        isLogExhaustedMessageBody in interface org.apache.camel.RuntimeConfiguration
      • getDelayer

        public Long getDelayer()
        Specified by:
        getDelayer in interface org.apache.camel.RuntimeConfiguration
      • setDelayer

        public void setDelayer​(Long delay)
        Specified by:
        setDelayer in interface org.apache.camel.RuntimeConfiguration
      • isAutoStartup

        public Boolean isAutoStartup()
        Specified by:
        isAutoStartup in interface org.apache.camel.RuntimeConfiguration
      • getShutdownRoute

        public org.apache.camel.ShutdownRoute getShutdownRoute()
        Specified by:
        getShutdownRoute in interface org.apache.camel.RuntimeConfiguration
      • setShutdownRoute

        public void setShutdownRoute​(org.apache.camel.ShutdownRoute shutdownRoute)
        Specified by:
        setShutdownRoute in interface org.apache.camel.RuntimeConfiguration
      • getShutdownRunningTask

        public org.apache.camel.ShutdownRunningTask getShutdownRunningTask()
        Specified by:
        getShutdownRunningTask in interface org.apache.camel.RuntimeConfiguration
      • setShutdownRunningTask

        public void setShutdownRunningTask​(org.apache.camel.ShutdownRunningTask shutdownRunningTask)
        Specified by:
        setShutdownRunningTask in interface org.apache.camel.RuntimeConfiguration
      • setAllowUseOriginalMessage

        public void setAllowUseOriginalMessage​(Boolean allowUseOriginalMessage)
        Specified by:
        setAllowUseOriginalMessage in interface org.apache.camel.RuntimeConfiguration
      • isAllowUseOriginalMessage

        public Boolean isAllowUseOriginalMessage()
        Specified by:
        isAllowUseOriginalMessage in interface org.apache.camel.RuntimeConfiguration
      • isCaseInsensitiveHeaders

        public Boolean isCaseInsensitiveHeaders()
        Specified by:
        isCaseInsensitiveHeaders in interface org.apache.camel.RuntimeConfiguration
      • setCaseInsensitiveHeaders

        public void setCaseInsensitiveHeaders​(Boolean caseInsensitiveHeaders)
        Specified by:
        setCaseInsensitiveHeaders in interface org.apache.camel.RuntimeConfiguration
      • isAutowiredEnabled

        public Boolean isAutowiredEnabled()
        Specified by:
        isAutowiredEnabled in interface org.apache.camel.RuntimeConfiguration
      • setAutowiredEnabled

        public void setAutowiredEnabled​(Boolean autowiredEnabled)
        Specified by:
        setAutowiredEnabled in interface org.apache.camel.RuntimeConfiguration
      • getRegistry

        public org.apache.camel.spi.Registry getRegistry()
        Specified by:
        getRegistry in interface org.apache.camel.CamelContext
      • setRegistry

        public void setRegistry​(org.apache.camel.spi.Registry registry)
        Specified by:
        setRegistry in interface org.apache.camel.ExtendedCamelContext
      • getTypeConverterRegistry

        public org.apache.camel.spi.TypeConverterRegistry getTypeConverterRegistry()
        Specified by:
        getTypeConverterRegistry in interface org.apache.camel.CamelContext
      • setTypeConverterRegistry

        public void setTypeConverterRegistry​(org.apache.camel.spi.TypeConverterRegistry typeConverterRegistry)
        Specified by:
        setTypeConverterRegistry in interface org.apache.camel.CamelContext
      • getModelJAXBContextFactory

        public org.apache.camel.spi.ModelJAXBContextFactory getModelJAXBContextFactory()
        Specified by:
        getModelJAXBContextFactory in interface org.apache.camel.ExtendedCamelContext
      • setModelJAXBContextFactory

        public void setModelJAXBContextFactory​(org.apache.camel.spi.ModelJAXBContextFactory modelJAXBContextFactory)
        Specified by:
        setModelJAXBContextFactory in interface org.apache.camel.ExtendedCamelContext
      • getComponentResolver

        public org.apache.camel.spi.ComponentResolver getComponentResolver()
        Specified by:
        getComponentResolver in interface org.apache.camel.ExtendedCamelContext
      • setComponentResolver

        public void setComponentResolver​(org.apache.camel.spi.ComponentResolver componentResolver)
        Specified by:
        setComponentResolver in interface org.apache.camel.ExtendedCamelContext
      • getComponentNameResolver

        public org.apache.camel.spi.ComponentNameResolver getComponentNameResolver()
        Specified by:
        getComponentNameResolver in interface org.apache.camel.ExtendedCamelContext
      • setComponentNameResolver

        public void setComponentNameResolver​(org.apache.camel.spi.ComponentNameResolver componentResolver)
        Specified by:
        setComponentNameResolver in interface org.apache.camel.ExtendedCamelContext
      • getLanguageResolver

        public org.apache.camel.spi.LanguageResolver getLanguageResolver()
        Specified by:
        getLanguageResolver in interface org.apache.camel.ExtendedCamelContext
      • setLanguageResolver

        public void setLanguageResolver​(org.apache.camel.spi.LanguageResolver languageResolver)
        Specified by:
        setLanguageResolver in interface org.apache.camel.ExtendedCamelContext
      • getDataFormatResolver

        public org.apache.camel.spi.DataFormatResolver getDataFormatResolver()
        Specified by:
        getDataFormatResolver in interface org.apache.camel.ExtendedCamelContext
      • setDataFormatResolver

        public void setDataFormatResolver​(org.apache.camel.spi.DataFormatResolver dataFormatResolver)
        Specified by:
        setDataFormatResolver in interface org.apache.camel.ExtendedCamelContext
      • getUuidGenerator

        public org.apache.camel.spi.UuidGenerator getUuidGenerator()
        Specified by:
        getUuidGenerator in interface org.apache.camel.CamelContext
      • setUuidGenerator

        public void setUuidGenerator​(org.apache.camel.spi.UuidGenerator uuidGenerator)
        Specified by:
        setUuidGenerator in interface org.apache.camel.CamelContext
      • adapt

        public <T extends org.apache.camel.CamelContext> T adapt​(Class<T> type)
        Specified by:
        adapt in interface org.apache.camel.CamelContext
      • getExtension

        public <T> T getExtension​(Class<T> type)
        Specified by:
        getExtension in interface org.apache.camel.CamelContext
      • setExtension

        public <T> void setExtension​(Class<T> type,
                                     T module)
        Specified by:
        setExtension in interface org.apache.camel.CamelContext
      • isVetoStarted

        public boolean isVetoStarted()
        Specified by:
        isVetoStarted in interface org.apache.camel.CamelContext
      • getName

        public String getName()
        Specified by:
        getName in interface org.apache.camel.CamelContext
      • setName

        public void setName​(String name)
        Specified by:
        setName in interface org.apache.camel.ExtendedCamelContext
      • getNameStrategy

        public org.apache.camel.spi.CamelContextNameStrategy getNameStrategy()
        Specified by:
        getNameStrategy in interface org.apache.camel.CamelContext
      • setNameStrategy

        public void setNameStrategy​(org.apache.camel.spi.CamelContextNameStrategy nameStrategy)
        Specified by:
        setNameStrategy in interface org.apache.camel.CamelContext
      • getManagementNameStrategy

        public org.apache.camel.spi.ManagementNameStrategy getManagementNameStrategy()
        Specified by:
        getManagementNameStrategy in interface org.apache.camel.CamelContext
      • setManagementNameStrategy

        public void setManagementNameStrategy​(org.apache.camel.spi.ManagementNameStrategy nameStrategy)
        Specified by:
        setManagementNameStrategy in interface org.apache.camel.CamelContext
      • getManagementName

        public String getManagementName()
        Specified by:
        getManagementName in interface org.apache.camel.CamelContext
      • setManagementName

        public void setManagementName​(String name)
        Specified by:
        setManagementName in interface org.apache.camel.CamelContext
      • getVersion

        public String getVersion()
        Specified by:
        getVersion in interface org.apache.camel.CamelContext
      • getStatus

        public org.apache.camel.ServiceStatus getStatus()
        Specified by:
        getStatus in interface org.apache.camel.CamelContextLifecycle
      • getUptime

        public String getUptime()
        Specified by:
        getUptime in interface org.apache.camel.CamelContext
      • getUptimeMillis

        public long getUptimeMillis()
        Specified by:
        getUptimeMillis in interface org.apache.camel.CamelContext
      • getStartDate

        public Date getStartDate()
        Specified by:
        getStartDate in interface org.apache.camel.CamelContext
      • addService

        public void addService​(Object object,
                               boolean stopOnShutdown)
                        throws Exception
        Specified by:
        addService in interface org.apache.camel.CamelContext
        Throws:
        Exception
      • addService

        public void addService​(Object object,
                               boolean stopOnShutdown,
                               boolean forceStart)
                        throws Exception
        Specified by:
        addService in interface org.apache.camel.CamelContext
        Throws:
        Exception
      • addBootstrap

        public void addBootstrap​(org.apache.camel.spi.BootstrapCloseable bootstrap)
        Specified by:
        addBootstrap in interface org.apache.camel.ExtendedCamelContext
      • getServices

        public List<org.apache.camel.Service> getServices()
        Specified by:
        getServices in interface org.apache.camel.ExtendedCamelContext
      • hasService

        public boolean hasService​(Object object)
        Specified by:
        hasService in interface org.apache.camel.CamelContext
      • hasService

        public <T> T hasService​(Class<T> type)
        Specified by:
        hasService in interface org.apache.camel.CamelContext
      • hasServices

        public <T> Set<T> hasServices​(Class<T> type)
        Specified by:
        hasServices in interface org.apache.camel.CamelContext
      • deferStartService

        public void deferStartService​(Object object,
                                      boolean stopOnShutdown)
                               throws Exception
        Specified by:
        deferStartService in interface org.apache.camel.CamelContext
        Throws:
        Exception
      • addStartupListener

        public void addStartupListener​(org.apache.camel.StartupListener listener)
                                throws Exception
        Specified by:
        addStartupListener in interface org.apache.camel.CamelContext
        Throws:
        Exception
      • hasComponent

        public org.apache.camel.Component hasComponent​(String componentName)
        Specified by:
        hasComponent in interface org.apache.camel.CamelContext
      • getComponent

        public org.apache.camel.Component getComponent​(String componentName)
        Specified by:
        getComponent in interface org.apache.camel.CamelContext
      • getComponent

        public org.apache.camel.Component getComponent​(String name,
                                                       boolean autoCreateComponents)
        Specified by:
        getComponent in interface org.apache.camel.CamelContext
      • getComponent

        public org.apache.camel.Component getComponent​(String name,
                                                       boolean autoCreateComponents,
                                                       boolean autoStart)
        Specified by:
        getComponent in interface org.apache.camel.CamelContext
      • getComponent

        public <T extends org.apache.camel.Component> T getComponent​(String name,
                                                                     Class<T> componentType)
        Specified by:
        getComponent in interface org.apache.camel.CamelContext
      • getComponentNames

        public List<StringgetComponentNames()
        Specified by:
        getComponentNames in interface org.apache.camel.CamelContext
      • getEndpointRegistry

        public org.apache.camel.spi.EndpointRegistry<? extends org.apache.camel.ValueHolder<String>> getEndpointRegistry()
        Specified by:
        getEndpointRegistry in interface org.apache.camel.CamelContext
      • getEndpoint

        public org.apache.camel.Endpoint getEndpoint​(String uri)
        Specified by:
        getEndpoint in interface org.apache.camel.CamelContext
      • getEndpoint

        public org.apache.camel.Endpoint getEndpoint​(String uri,
                                                     Map<String,​Object> parameters)
        Specified by:
        getEndpoint in interface org.apache.camel.CamelContext
      • getEndpoint

        public <T extends org.apache.camel.Endpoint> T getEndpoint​(String name,
                                                                   Class<T> endpointType)
        Specified by:
        getEndpoint in interface org.apache.camel.CamelContext
      • getEndpoints

        public Collection<org.apache.camel.Endpoint> getEndpoints()
        Specified by:
        getEndpoints in interface org.apache.camel.CamelContext
      • getEndpointMap

        public Map<String,​org.apache.camel.Endpoint> getEndpointMap()
        Specified by:
        getEndpointMap in interface org.apache.camel.CamelContext
      • hasEndpoint

        public org.apache.camel.Endpoint hasEndpoint​(String uri)
        Specified by:
        hasEndpoint in interface org.apache.camel.CamelContext
      • getGlobalEndpointConfiguration

        public org.apache.camel.GlobalEndpointConfiguration getGlobalEndpointConfiguration()
        Specified by:
        getGlobalEndpointConfiguration in interface org.apache.camel.CamelContext
      • getRouteController

        public org.apache.camel.spi.RouteController getRouteController()
        Specified by:
        getRouteController in interface org.apache.camel.CamelContext
      • setRouteController

        public void setRouteController​(org.apache.camel.spi.RouteController routeController)
        Specified by:
        setRouteController in interface org.apache.camel.CamelContext
      • getRoutes

        public List<org.apache.camel.Route> getRoutes()
        Specified by:
        getRoutes in interface org.apache.camel.CamelContext
      • getRoutesSize

        public int getRoutesSize()
        Specified by:
        getRoutesSize in interface org.apache.camel.CamelContext
      • getRoute

        public org.apache.camel.Route getRoute​(String id)
        Specified by:
        getRoute in interface org.apache.camel.CamelContext
      • getProcessor

        public org.apache.camel.Processor getProcessor​(String id)
        Specified by:
        getProcessor in interface org.apache.camel.CamelContext
      • getProcessor

        public <T extends org.apache.camel.Processor> T getProcessor​(String id,
                                                                     Class<T> type)
        Specified by:
        getProcessor in interface org.apache.camel.CamelContext
      • getRoutePolicyFactories

        public List<org.apache.camel.spi.RoutePolicyFactory> getRoutePolicyFactories()
        Specified by:
        getRoutePolicyFactories in interface org.apache.camel.CamelContext
      • getRestConfiguration

        public org.apache.camel.spi.RestConfiguration getRestConfiguration()
        Specified by:
        getRestConfiguration in interface org.apache.camel.CamelContext
      • setRestConfiguration

        public void setRestConfiguration​(org.apache.camel.spi.RestConfiguration restConfiguration)
        Specified by:
        setRestConfiguration in interface org.apache.camel.CamelContext
      • getRestRegistry

        public org.apache.camel.spi.RestRegistry getRestRegistry()
        Specified by:
        getRestRegistry in interface org.apache.camel.CamelContext
      • setRestRegistry

        public void setRestRegistry​(org.apache.camel.spi.RestRegistry restRegistry)
        Specified by:
        setRestRegistry in interface org.apache.camel.CamelContext
      • getTypeConverter

        public org.apache.camel.TypeConverter getTypeConverter()
        Specified by:
        getTypeConverter in interface org.apache.camel.CamelContext
      • getRegistry

        public <T> T getRegistry​(Class<T> type)
        Specified by:
        getRegistry in interface org.apache.camel.CamelContext
      • getInjector

        public org.apache.camel.spi.Injector getInjector()
        Specified by:
        getInjector in interface org.apache.camel.CamelContext
      • setInjector

        public void setInjector​(org.apache.camel.spi.Injector injector)
        Specified by:
        setInjector in interface org.apache.camel.CamelContext
      • getLifecycleStrategies

        public List<org.apache.camel.spi.LifecycleStrategy> getLifecycleStrategies()
        Specified by:
        getLifecycleStrategies in interface org.apache.camel.CamelContext
      • resolveLanguage

        public org.apache.camel.spi.Language resolveLanguage​(String language)
                                                      throws org.apache.camel.NoSuchLanguageException
        Specified by:
        resolveLanguage in interface org.apache.camel.CamelContext
        Throws:
        org.apache.camel.NoSuchLanguageException
      • getPropertiesComponent

        public org.apache.camel.spi.PropertiesComponent getPropertiesComponent()
        Specified by:
        getPropertiesComponent in interface org.apache.camel.CamelContext
      • setPropertiesComponent

        public void setPropertiesComponent​(org.apache.camel.spi.PropertiesComponent propertiesComponent)
        Specified by:
        setPropertiesComponent in interface org.apache.camel.CamelContext
      • getLanguageNames

        public List<StringgetLanguageNames()
        Specified by:
        getLanguageNames in interface org.apache.camel.CamelContext
      • createProducerTemplate

        public org.apache.camel.ProducerTemplate createProducerTemplate()
        Specified by:
        createProducerTemplate in interface org.apache.camel.CamelContext
      • createProducerTemplate

        public org.apache.camel.ProducerTemplate createProducerTemplate​(int maximumCacheSize)
        Specified by:
        createProducerTemplate in interface org.apache.camel.CamelContext
      • createFluentProducerTemplate

        public org.apache.camel.FluentProducerTemplate createFluentProducerTemplate()
        Specified by:
        createFluentProducerTemplate in interface org.apache.camel.CamelContext
      • createFluentProducerTemplate

        public org.apache.camel.FluentProducerTemplate createFluentProducerTemplate​(int maximumCacheSize)
        Specified by:
        createFluentProducerTemplate in interface org.apache.camel.CamelContext
      • createConsumerTemplate

        public org.apache.camel.ConsumerTemplate createConsumerTemplate()
        Specified by:
        createConsumerTemplate in interface org.apache.camel.CamelContext
      • createConsumerTemplate

        public org.apache.camel.ConsumerTemplate createConsumerTemplate​(int maximumCacheSize)
        Specified by:
        createConsumerTemplate in interface org.apache.camel.CamelContext
      • resolveDataFormat

        public org.apache.camel.spi.DataFormat resolveDataFormat​(String name)
        Specified by:
        resolveDataFormat in interface org.apache.camel.CamelContext
      • createDataFormat

        public org.apache.camel.spi.DataFormat createDataFormat​(String name)
        Specified by:
        createDataFormat in interface org.apache.camel.CamelContext
      • resolveTransformer

        public org.apache.camel.spi.Transformer resolveTransformer​(String model)
        Specified by:
        resolveTransformer in interface org.apache.camel.CamelContext
      • resolveTransformer

        public org.apache.camel.spi.Transformer resolveTransformer​(org.apache.camel.spi.DataType from,
                                                                   org.apache.camel.spi.DataType to)
        Specified by:
        resolveTransformer in interface org.apache.camel.CamelContext
      • getTransformerRegistry

        public org.apache.camel.spi.TransformerRegistry getTransformerRegistry()
        Specified by:
        getTransformerRegistry in interface org.apache.camel.CamelContext
      • resolveValidator

        public org.apache.camel.spi.Validator resolveValidator​(org.apache.camel.spi.DataType type)
        Specified by:
        resolveValidator in interface org.apache.camel.CamelContext
      • getValidatorRegistry

        public org.apache.camel.spi.ValidatorRegistry getValidatorRegistry()
        Specified by:
        getValidatorRegistry in interface org.apache.camel.CamelContext
      • setGlobalOptions

        public void setGlobalOptions​(Map<String,​String> globalOptions)
        Specified by:
        setGlobalOptions in interface org.apache.camel.CamelContext
      • getGlobalOption

        public String getGlobalOption​(String key)
        Specified by:
        getGlobalOption in interface org.apache.camel.CamelContext
      • getClassResolver

        public org.apache.camel.spi.ClassResolver getClassResolver()
        Specified by:
        getClassResolver in interface org.apache.camel.CamelContext
      • setClassResolver

        public void setClassResolver​(org.apache.camel.spi.ClassResolver resolver)
        Specified by:
        setClassResolver in interface org.apache.camel.CamelContext
      • getManagementStrategy

        public org.apache.camel.spi.ManagementStrategy getManagementStrategy()
        Specified by:
        getManagementStrategy in interface org.apache.camel.CamelContext
      • setManagementStrategy

        public void setManagementStrategy​(org.apache.camel.spi.ManagementStrategy strategy)
        Specified by:
        setManagementStrategy in interface org.apache.camel.CamelContext
      • getInflightRepository

        public org.apache.camel.spi.InflightRepository getInflightRepository()
        Specified by:
        getInflightRepository in interface org.apache.camel.CamelContext
      • setInflightRepository

        public void setInflightRepository​(org.apache.camel.spi.InflightRepository repository)
        Specified by:
        setInflightRepository in interface org.apache.camel.CamelContext
      • getShutdownStrategy

        public org.apache.camel.spi.ShutdownStrategy getShutdownStrategy()
        Specified by:
        getShutdownStrategy in interface org.apache.camel.CamelContext
      • setShutdownStrategy

        public void setShutdownStrategy​(org.apache.camel.spi.ShutdownStrategy shutdownStrategy)
        Specified by:
        setShutdownStrategy in interface org.apache.camel.CamelContext
      • getExecutorServiceManager

        public org.apache.camel.spi.ExecutorServiceManager getExecutorServiceManager()
        Specified by:
        getExecutorServiceManager in interface org.apache.camel.CamelContext
      • setExecutorServiceManager

        public void setExecutorServiceManager​(org.apache.camel.spi.ExecutorServiceManager executorServiceManager)
        Specified by:
        setExecutorServiceManager in interface org.apache.camel.CamelContext
      • getMessageHistoryFactory

        public org.apache.camel.spi.MessageHistoryFactory getMessageHistoryFactory()
        Specified by:
        getMessageHistoryFactory in interface org.apache.camel.CamelContext
      • setMessageHistoryFactory

        public void setMessageHistoryFactory​(org.apache.camel.spi.MessageHistoryFactory messageHistoryFactory)
        Specified by:
        setMessageHistoryFactory in interface org.apache.camel.CamelContext
      • getDebugger

        public org.apache.camel.spi.Debugger getDebugger()
        Specified by:
        getDebugger in interface org.apache.camel.CamelContext
      • setDebugger

        public void setDebugger​(org.apache.camel.spi.Debugger debugger)
        Specified by:
        setDebugger in interface org.apache.camel.CamelContext
      • getTracer

        public org.apache.camel.spi.Tracer getTracer()
        Specified by:
        getTracer in interface org.apache.camel.CamelContext
      • setTracer

        public void setTracer​(org.apache.camel.spi.Tracer tracer)
        Specified by:
        setTracer in interface org.apache.camel.CamelContext
      • isLoadTypeConverters

        public Boolean isLoadTypeConverters()
        Specified by:
        isLoadTypeConverters in interface org.apache.camel.CamelContext
      • setLoadTypeConverters

        public void setLoadTypeConverters​(Boolean loadTypeConverters)
        Specified by:
        setLoadTypeConverters in interface org.apache.camel.CamelContext
      • setTypeConverterStatisticsEnabled

        public void setTypeConverterStatisticsEnabled​(Boolean typeConverterStatisticsEnabled)
        Specified by:
        setTypeConverterStatisticsEnabled in interface org.apache.camel.CamelContext
      • isUseMDCLogging

        public Boolean isUseMDCLogging()
        Specified by:
        isUseMDCLogging in interface org.apache.camel.CamelContext
      • setUseMDCLogging

        public void setUseMDCLogging​(Boolean useMDCLogging)
        Specified by:
        setUseMDCLogging in interface org.apache.camel.CamelContext
      • getMDCLoggingKeysPattern

        public String getMDCLoggingKeysPattern()
        Specified by:
        getMDCLoggingKeysPattern in interface org.apache.camel.CamelContext
      • setMDCLoggingKeysPattern

        public void setMDCLoggingKeysPattern​(String pattern)
        Specified by:
        setMDCLoggingKeysPattern in interface org.apache.camel.CamelContext
      • isUseDataType

        public Boolean isUseDataType()
        Specified by:
        isUseDataType in interface org.apache.camel.CamelContext
      • setUseDataType

        public void setUseDataType​(Boolean useDataType)
        Specified by:
        setUseDataType in interface org.apache.camel.CamelContext
      • isUseBreadcrumb

        public Boolean isUseBreadcrumb()
        Specified by:
        isUseBreadcrumb in interface org.apache.camel.CamelContext
      • setUseBreadcrumb

        public void setUseBreadcrumb​(Boolean useBreadcrumb)
        Specified by:
        setUseBreadcrumb in interface org.apache.camel.CamelContext
      • getStreamCachingStrategy

        public org.apache.camel.spi.StreamCachingStrategy getStreamCachingStrategy()
        Specified by:
        getStreamCachingStrategy in interface org.apache.camel.CamelContext
      • setStreamCachingStrategy

        public void setStreamCachingStrategy​(org.apache.camel.spi.StreamCachingStrategy streamCachingStrategy)
        Specified by:
        setStreamCachingStrategy in interface org.apache.camel.CamelContext
      • getRuntimeEndpointRegistry

        public org.apache.camel.spi.RuntimeEndpointRegistry getRuntimeEndpointRegistry()
        Specified by:
        getRuntimeEndpointRegistry in interface org.apache.camel.CamelContext
      • setRuntimeEndpointRegistry

        public void setRuntimeEndpointRegistry​(org.apache.camel.spi.RuntimeEndpointRegistry runtimeEndpointRegistry)
        Specified by:
        setRuntimeEndpointRegistry in interface org.apache.camel.CamelContext
      • getSSLContextParameters

        public org.apache.camel.support.jsse.SSLContextParameters getSSLContextParameters()
        Specified by:
        getSSLContextParameters in interface org.apache.camel.CamelContext
      • setSSLContextParameters

        public void setSSLContextParameters​(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
        Specified by:
        setSSLContextParameters in interface org.apache.camel.CamelContext
      • getPrototypeEndpoint

        public org.apache.camel.Endpoint getPrototypeEndpoint​(String uri)
        Specified by:
        getPrototypeEndpoint in interface org.apache.camel.ExtendedCamelContext
      • getPrototypeEndpoint

        public org.apache.camel.Endpoint getPrototypeEndpoint​(org.apache.camel.spi.NormalizedEndpointUri uri)
        Specified by:
        getPrototypeEndpoint in interface org.apache.camel.ExtendedCamelContext
      • hasEndpoint

        public org.apache.camel.Endpoint hasEndpoint​(org.apache.camel.spi.NormalizedEndpointUri uri)
        Specified by:
        hasEndpoint in interface org.apache.camel.ExtendedCamelContext
      • getEndpoint

        public org.apache.camel.Endpoint getEndpoint​(org.apache.camel.spi.NormalizedEndpointUri uri)
        Specified by:
        getEndpoint in interface org.apache.camel.ExtendedCamelContext
      • getEndpoint

        public org.apache.camel.Endpoint getEndpoint​(org.apache.camel.spi.NormalizedEndpointUri uri,
                                                     Map<String,​Object> parameters)
        Specified by:
        getEndpoint in interface org.apache.camel.ExtendedCamelContext
      • doGetEndpoint

        protected org.apache.camel.Endpoint doGetEndpoint​(String uri,
                                                          boolean normalized,
                                                          boolean prototype)
      • normalizeUri

        public org.apache.camel.spi.NormalizedEndpointUri normalizeUri​(String uri)
        Specified by:
        normalizeUri in interface org.apache.camel.ExtendedCamelContext
      • getRouteStartupOrder

        public List<org.apache.camel.spi.RouteStartupOrder> getRouteStartupOrder()
        Specified by:
        getRouteStartupOrder in interface org.apache.camel.ExtendedCamelContext
      • getBeanPostProcessor

        public org.apache.camel.spi.CamelBeanPostProcessor getBeanPostProcessor()
        Specified by:
        getBeanPostProcessor in interface org.apache.camel.ExtendedCamelContext
      • getManagementMBeanAssembler

        public org.apache.camel.spi.ManagementMBeanAssembler getManagementMBeanAssembler()
        Specified by:
        getManagementMBeanAssembler in interface org.apache.camel.ExtendedCamelContext
      • getErrorHandlerFactory

        public org.apache.camel.ErrorHandlerFactory getErrorHandlerFactory()
        Specified by:
        getErrorHandlerFactory in interface org.apache.camel.ExtendedCamelContext
      • setErrorHandlerFactory

        public void setErrorHandlerFactory​(org.apache.camel.ErrorHandlerFactory errorHandlerFactory)
        Specified by:
        setErrorHandlerFactory in interface org.apache.camel.ExtendedCamelContext
      • getPackageScanClassResolver

        public org.apache.camel.spi.PackageScanClassResolver getPackageScanClassResolver()
        Specified by:
        getPackageScanClassResolver in interface org.apache.camel.ExtendedCamelContext
      • setPackageScanClassResolver

        public void setPackageScanClassResolver​(org.apache.camel.spi.PackageScanClassResolver resolver)
        Specified by:
        setPackageScanClassResolver in interface org.apache.camel.ExtendedCamelContext
      • getPackageScanResourceResolver

        public org.apache.camel.spi.PackageScanResourceResolver getPackageScanResourceResolver()
        Specified by:
        getPackageScanResourceResolver in interface org.apache.camel.ExtendedCamelContext
      • setPackageScanResourceResolver

        public void setPackageScanResourceResolver​(org.apache.camel.spi.PackageScanResourceResolver resolver)
        Specified by:
        setPackageScanResourceResolver in interface org.apache.camel.ExtendedCamelContext
      • getDefaultFactoryFinder

        public org.apache.camel.spi.FactoryFinder getDefaultFactoryFinder()
        Specified by:
        getDefaultFactoryFinder in interface org.apache.camel.ExtendedCamelContext
      • getBootstrapConfigurerResolver

        public org.apache.camel.spi.ConfigurerResolver getBootstrapConfigurerResolver()
        Specified by:
        getBootstrapConfigurerResolver in interface org.apache.camel.ExtendedCamelContext
      • setBootstrapConfigurerResolver

        public void setBootstrapConfigurerResolver​(org.apache.camel.spi.ConfigurerResolver configurerResolver)
        Specified by:
        setBootstrapConfigurerResolver in interface org.apache.camel.ExtendedCamelContext
      • getBootstrapFactoryFinder

        public org.apache.camel.spi.FactoryFinder getBootstrapFactoryFinder()
        Specified by:
        getBootstrapFactoryFinder in interface org.apache.camel.ExtendedCamelContext
      • setBootstrapFactoryFinder

        public void setBootstrapFactoryFinder​(org.apache.camel.spi.FactoryFinder factoryFinder)
        Specified by:
        setBootstrapFactoryFinder in interface org.apache.camel.ExtendedCamelContext
      • getFactoryFinder

        public org.apache.camel.spi.FactoryFinder getFactoryFinder​(String path)
        Specified by:
        getFactoryFinder in interface org.apache.camel.ExtendedCamelContext
      • getFactoryFinderResolver

        public org.apache.camel.spi.FactoryFinderResolver getFactoryFinderResolver()
        Specified by:
        getFactoryFinderResolver in interface org.apache.camel.ExtendedCamelContext
      • setFactoryFinderResolver

        public void setFactoryFinderResolver​(org.apache.camel.spi.FactoryFinderResolver resolver)
        Specified by:
        setFactoryFinderResolver in interface org.apache.camel.ExtendedCamelContext
      • getProcessorFactory

        public org.apache.camel.spi.ProcessorFactory getProcessorFactory()
        Specified by:
        getProcessorFactory in interface org.apache.camel.ExtendedCamelContext
      • setProcessorFactory

        public void setProcessorFactory​(org.apache.camel.spi.ProcessorFactory processorFactory)
        Specified by:
        setProcessorFactory in interface org.apache.camel.ExtendedCamelContext
      • getInternalProcessorFactory

        public org.apache.camel.spi.InternalProcessorFactory getInternalProcessorFactory()
        Specified by:
        getInternalProcessorFactory in interface org.apache.camel.ExtendedCamelContext
      • setInternalProcessorFactory

        public void setInternalProcessorFactory​(org.apache.camel.spi.InternalProcessorFactory internalProcessorFactory)
        Specified by:
        setInternalProcessorFactory in interface org.apache.camel.ExtendedCamelContext
      • getInterceptEndpointFactory

        public org.apache.camel.spi.InterceptEndpointFactory getInterceptEndpointFactory()
        Specified by:
        getInterceptEndpointFactory in interface org.apache.camel.ExtendedCamelContext
      • setInterceptEndpointFactory

        public void setInterceptEndpointFactory​(org.apache.camel.spi.InterceptEndpointFactory interceptEndpointFactory)
        Specified by:
        setInterceptEndpointFactory in interface org.apache.camel.ExtendedCamelContext
      • getRouteFactory

        public org.apache.camel.spi.RouteFactory getRouteFactory()
        Specified by:
        getRouteFactory in interface org.apache.camel.ExtendedCamelContext
      • setRouteFactory

        public void setRouteFactory​(org.apache.camel.spi.RouteFactory routeFactory)
        Specified by:
        setRouteFactory in interface org.apache.camel.ExtendedCamelContext
      • getDeferServiceFactory

        public org.apache.camel.spi.DeferServiceFactory getDeferServiceFactory()
        Specified by:
        getDeferServiceFactory in interface org.apache.camel.ExtendedCamelContext
      • setDeferServiceFactory

        public void setDeferServiceFactory​(org.apache.camel.spi.DeferServiceFactory deferServiceFactory)
        Specified by:
        setDeferServiceFactory in interface org.apache.camel.ExtendedCamelContext
      • getUnitOfWorkFactory

        public org.apache.camel.spi.UnitOfWorkFactory getUnitOfWorkFactory()
        Specified by:
        getUnitOfWorkFactory in interface org.apache.camel.ExtendedCamelContext
      • setUnitOfWorkFactory

        public void setUnitOfWorkFactory​(org.apache.camel.spi.UnitOfWorkFactory unitOfWorkFactory)
        Specified by:
        setUnitOfWorkFactory in interface org.apache.camel.ExtendedCamelContext
      • getAnnotationBasedProcessorFactory

        public org.apache.camel.spi.AnnotationBasedProcessorFactory getAnnotationBasedProcessorFactory()
        Specified by:
        getAnnotationBasedProcessorFactory in interface org.apache.camel.ExtendedCamelContext
      • setAnnotationBasedProcessorFactory

        public void setAnnotationBasedProcessorFactory​(org.apache.camel.spi.AnnotationBasedProcessorFactory annotationBasedProcessorFactory)
        Specified by:
        setAnnotationBasedProcessorFactory in interface org.apache.camel.ExtendedCamelContext
      • getBeanProxyFactory

        public org.apache.camel.spi.BeanProxyFactory getBeanProxyFactory()
        Specified by:
        getBeanProxyFactory in interface org.apache.camel.ExtendedCamelContext
      • getBeanProcessorFactory

        public org.apache.camel.spi.BeanProcessorFactory getBeanProcessorFactory()
        Specified by:
        getBeanProcessorFactory in interface org.apache.camel.ExtendedCamelContext
      • getInterceptStrategies

        public List<org.apache.camel.spi.InterceptStrategy> getInterceptStrategies()
        Specified by:
        getInterceptStrategies in interface org.apache.camel.ExtendedCamelContext
      • getLogListeners

        public Set<org.apache.camel.spi.LogListener> getLogListeners()
        Specified by:
        getLogListeners in interface org.apache.camel.ExtendedCamelContext
      • getAsyncProcessorAwaitManager

        public org.apache.camel.spi.AsyncProcessorAwaitManager getAsyncProcessorAwaitManager()
        Specified by:
        getAsyncProcessorAwaitManager in interface org.apache.camel.ExtendedCamelContext
      • setAsyncProcessorAwaitManager

        public void setAsyncProcessorAwaitManager​(org.apache.camel.spi.AsyncProcessorAwaitManager manager)
        Specified by:
        setAsyncProcessorAwaitManager in interface org.apache.camel.ExtendedCamelContext
      • getBeanIntrospection

        public org.apache.camel.spi.BeanIntrospection getBeanIntrospection()
        Specified by:
        getBeanIntrospection in interface org.apache.camel.ExtendedCamelContext
      • setBeanIntrospection

        public void setBeanIntrospection​(org.apache.camel.spi.BeanIntrospection beanIntrospection)
        Specified by:
        setBeanIntrospection in interface org.apache.camel.ExtendedCamelContext
      • getHeadersMapFactory

        public org.apache.camel.spi.HeadersMapFactory getHeadersMapFactory()
        Specified by:
        getHeadersMapFactory in interface org.apache.camel.ExtendedCamelContext
      • setHeadersMapFactory

        public void setHeadersMapFactory​(org.apache.camel.spi.HeadersMapFactory factory)
        Specified by:
        setHeadersMapFactory in interface org.apache.camel.ExtendedCamelContext
      • getReactiveExecutor

        public org.apache.camel.spi.ReactiveExecutor getReactiveExecutor()
        Specified by:
        getReactiveExecutor in interface org.apache.camel.ExtendedCamelContext
      • setReactiveExecutor

        public void setReactiveExecutor​(org.apache.camel.spi.ReactiveExecutor reactiveExecutor)
        Specified by:
        setReactiveExecutor in interface org.apache.camel.ExtendedCamelContext
      • isEventNotificationApplicable

        public boolean isEventNotificationApplicable()
        Specified by:
        isEventNotificationApplicable in interface org.apache.camel.ExtendedCamelContext
      • setEventNotificationApplicable

        public void setEventNotificationApplicable​(boolean eventNotificationApplicable)
        Specified by:
        setEventNotificationApplicable in interface org.apache.camel.ExtendedCamelContext
      • getModelToXMLDumper

        public org.apache.camel.spi.ModelToXMLDumper getModelToXMLDumper()
        Specified by:
        getModelToXMLDumper in interface org.apache.camel.ExtendedCamelContext
      • setModelToXMLDumper

        public void setModelToXMLDumper​(org.apache.camel.spi.ModelToXMLDumper modelToXMLDumper)
        Specified by:
        setModelToXMLDumper in interface org.apache.camel.ExtendedCamelContext
      • getRuntimeCamelCatalog

        public org.apache.camel.catalog.RuntimeCamelCatalog getRuntimeCamelCatalog()
        Specified by:
        getRuntimeCamelCatalog in interface org.apache.camel.ExtendedCamelContext
      • setRuntimeCamelCatalog

        public void setRuntimeCamelCatalog​(org.apache.camel.catalog.RuntimeCamelCatalog runtimeCamelCatalog)
        Specified by:
        setRuntimeCamelCatalog in interface org.apache.camel.ExtendedCamelContext
      • getConfigurerResolver

        public org.apache.camel.spi.ConfigurerResolver getConfigurerResolver()
        Specified by:
        getConfigurerResolver in interface org.apache.camel.ExtendedCamelContext
      • setConfigurerResolver

        public void setConfigurerResolver​(org.apache.camel.spi.ConfigurerResolver configurerResolver)
        Specified by:
        setConfigurerResolver in interface org.apache.camel.ExtendedCamelContext
      • addRoute

        public void addRoute​(org.apache.camel.Route route)
        Specified by:
        addRoute in interface org.apache.camel.ExtendedCamelContext
      • removeRoute

        public void removeRoute​(org.apache.camel.Route route)
        Specified by:
        removeRoute in interface org.apache.camel.ExtendedCamelContext
      • createErrorHandler

        public org.apache.camel.Processor createErrorHandler​(org.apache.camel.Route route,
                                                             org.apache.camel.Processor processor)
                                                      throws Exception
        Specified by:
        createErrorHandler in interface org.apache.camel.ExtendedCamelContext
        Throws:
        Exception
      • setupRoutes

        public void setupRoutes​(boolean done)
        Specified by:
        setupRoutes in interface org.apache.camel.ExtendedCamelContext
      • isSetupRoutes

        public boolean isSetupRoutes()
        Specified by:
        isSetupRoutes in interface org.apache.camel.ExtendedCamelContext
      • addInterceptStrategy

        public void addInterceptStrategy​(org.apache.camel.spi.InterceptStrategy interceptStrategy)
        Specified by:
        addInterceptStrategy in interface org.apache.camel.ExtendedCamelContext
      • setupManagement

        public void setupManagement​(Map<String,​Object> options)
        Specified by:
        setupManagement in interface org.apache.camel.ExtendedCamelContext
      • addLogListener

        public void addLogListener​(org.apache.camel.spi.LogListener listener)
        Specified by:
        addLogListener in interface org.apache.camel.ExtendedCamelContext
      • getRestBindingJaxbDataFormatFactory

        public org.apache.camel.spi.RestBindingJaxbDataFormatFactory getRestBindingJaxbDataFormatFactory()
        Specified by:
        getRestBindingJaxbDataFormatFactory in interface org.apache.camel.ExtendedCamelContext
      • setRestBindingJaxbDataFormatFactory

        public void setRestBindingJaxbDataFormatFactory​(org.apache.camel.spi.RestBindingJaxbDataFormatFactory restBindingJaxbDataFormatFactory)
        Specified by:
        setRestBindingJaxbDataFormatFactory in interface org.apache.camel.ExtendedCamelContext
      • getXMLRoutesDefinitionLoader

        public org.apache.camel.spi.XMLRoutesDefinitionLoader getXMLRoutesDefinitionLoader()
        Specified by:
        getXMLRoutesDefinitionLoader in interface org.apache.camel.ExtendedCamelContext
      • setXMLRoutesDefinitionLoader

        public void setXMLRoutesDefinitionLoader​(org.apache.camel.spi.XMLRoutesDefinitionLoader xmlRoutesDefinitionLoader)
        Specified by:
        setXMLRoutesDefinitionLoader in interface org.apache.camel.ExtendedCamelContext
      • registerEndpointCallback

        public void registerEndpointCallback​(org.apache.camel.spi.EndpointStrategy strategy)
        Specified by:
        registerEndpointCallback in interface org.apache.camel.ExtendedCamelContext
      • addEndpoint

        public org.apache.camel.Endpoint addEndpoint​(String uri,
                                                     org.apache.camel.Endpoint endpoint)
                                              throws Exception
        Specified by:
        addEndpoint in interface org.apache.camel.CamelContext
        Throws:
        Exception
      • removeEndpoint

        public void removeEndpoint​(org.apache.camel.Endpoint endpoint)
                            throws Exception
        Specified by:
        removeEndpoint in interface org.apache.camel.CamelContext
        Throws:
        Exception
      • getNodeIdFactory

        public org.apache.camel.spi.NodeIdFactory getNodeIdFactory()
        Specified by:
        getNodeIdFactory in interface org.apache.camel.ExtendedCamelContext
      • setNodeIdFactory

        public void setNodeIdFactory​(org.apache.camel.spi.NodeIdFactory factory)
        Specified by:
        setNodeIdFactory in interface org.apache.camel.ExtendedCamelContext
      • addComponent

        public void addComponent​(String componentName,
                                 org.apache.camel.Component component)
        Specified by:
        addComponent in interface org.apache.camel.CamelContext
      • removeComponent

        public org.apache.camel.Component removeComponent​(String componentName)
        Specified by:
        removeComponent in interface org.apache.camel.CamelContext
      • addRoutes

        public void addRoutes​(org.apache.camel.RoutesBuilder builder)
                       throws Exception
        Specified by:
        addRoutes in interface org.apache.camel.CamelContext
        Throws:
        Exception
      • addRoutePolicyFactory

        public void addRoutePolicyFactory​(org.apache.camel.spi.RoutePolicyFactory routePolicyFactory)
        Specified by:
        addRoutePolicyFactory in interface org.apache.camel.CamelContext
      • setTracing

        public void setTracing​(Boolean tracing)
        Specified by:
        setTracing in interface org.apache.camel.RuntimeConfiguration
      • setBacklogTracing

        public void setBacklogTracing​(Boolean backlogTrace)
        Specified by:
        setBacklogTracing in interface org.apache.camel.RuntimeConfiguration
      • setDebugging

        public void setDebugging​(Boolean debugging)
        Specified by:
        setDebugging in interface org.apache.camel.RuntimeConfiguration
      • setMessageHistory

        public void setMessageHistory​(Boolean messageHistory)
        Specified by:
        setMessageHistory in interface org.apache.camel.RuntimeConfiguration
      • setLogMask

        public void setLogMask​(Boolean logMask)
        Specified by:
        setLogMask in interface org.apache.camel.RuntimeConfiguration
      • setLogExhaustedMessageBody

        public void setLogExhaustedMessageBody​(Boolean logExhaustedMessageBody)
        Specified by:
        setLogExhaustedMessageBody in interface org.apache.camel.RuntimeConfiguration
      • setAutoStartup

        public void setAutoStartup​(Boolean autoStartup)
        Specified by:
        setAutoStartup in interface org.apache.camel.RuntimeConfiguration
      • addLifecycleStrategy

        public void addLifecycleStrategy​(org.apache.camel.spi.LifecycleStrategy lifecycleStrategy)
        Specified by:
        addLifecycleStrategy in interface org.apache.camel.CamelContext
      • setLightweight

        public void setLightweight​(boolean lightweight)
        Specified by:
        setLightweight in interface org.apache.camel.ExtendedCamelContext
      • isLightweight

        public boolean isLightweight()
        Specified by:
        isLightweight in interface org.apache.camel.ExtendedCamelContext
      • getInternalRouteController

        public org.apache.camel.spi.RouteController getInternalRouteController()
        Specified by:
        getInternalRouteController in interface org.apache.camel.ExtendedCamelContext
      • getUriFactoryResolver

        public org.apache.camel.spi.UriFactoryResolver getUriFactoryResolver()
        Specified by:
        getUriFactoryResolver in interface org.apache.camel.ExtendedCamelContext
      • setUriFactoryResolver

        public void setUriFactoryResolver​(org.apache.camel.spi.UriFactoryResolver uriFactoryResolver)
        Specified by:
        setUriFactoryResolver in interface org.apache.camel.ExtendedCamelContext
      • getEndpointUriFactory

        public org.apache.camel.spi.EndpointUriFactory getEndpointUriFactory​(String scheme)
        Specified by:
        getEndpointUriFactory in interface org.apache.camel.ExtendedCamelContext