Class PluginHelper

java.lang.Object
org.apache.camel.support.PluginHelper

public final class PluginHelper extends Object
Convenient helper to get easy access to various extensions from ExtendedCamelContext.
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.apache.camel.spi.AnnotationBasedProcessorFactory
    getAnnotationBasedProcessorFactory(org.apache.camel.CamelContext camelContext)
    Gets the AnnotationBasedProcessorFactory to use.
    static org.apache.camel.spi.AnnotationBasedProcessorFactory
    getAnnotationBasedProcessorFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the AnnotationBasedProcessorFactory to use.
    static org.apache.camel.spi.AsyncProcessorAwaitManager
    getAsyncProcessorAwaitManager(org.apache.camel.CamelContext camelContext)
    Gets the AsyncProcessor await manager.
    static org.apache.camel.spi.AsyncProcessorAwaitManager
    getAsyncProcessorAwaitManager(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the AsyncProcessor await manager.
    static org.apache.camel.spi.BeanIntrospection
    getBeanIntrospection(org.apache.camel.CamelContext camelContext)
    Gets the BeanIntrospection
    static org.apache.camel.spi.BeanIntrospection
    getBeanIntrospection(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the BeanIntrospection
    static org.apache.camel.spi.CamelBeanPostProcessor
    getBeanPostProcessor(org.apache.camel.CamelContext camelContext)
    Returns the bean post processor used to do any bean customization.
    static org.apache.camel.spi.CamelBeanPostProcessor
    getBeanPostProcessor(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Returns the bean post processor used to do any bean customization.
    static org.apache.camel.spi.BeanProcessorFactory
    getBeanProcessorFactory(org.apache.camel.CamelContext camelContext)
    Gets the BeanProcessorFactory to use.
    static org.apache.camel.spi.BeanProcessorFactory
    getBeanProcessorFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the BeanProcessorFactory to use.
    static org.apache.camel.spi.BeanProxyFactory
    getBeanProxyFactory(org.apache.camel.CamelContext camelContext)
    Gets the BeanProxyFactory to use.
    static org.apache.camel.spi.BeanProxyFactory
    getBeanProxyFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the BeanProxyFactory to use.
    static org.apache.camel.spi.ConfigurerResolver
    getBootstrapConfigurerResolver(org.apache.camel.CamelContext camelContext)
    Gets the bootstrap ConfigurerResolver to use.
    static org.apache.camel.spi.ConfigurerResolver
    getBootstrapConfigurerResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the bootstrap ConfigurerResolver to use.
    static org.apache.camel.spi.ComponentNameResolver
    getComponentNameResolver(org.apache.camel.CamelContext camelContext)
    Gets the ComponentNameResolver to use.
    static org.apache.camel.spi.ComponentNameResolver
    getComponentNameResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the ComponentNameResolver to use.
    static org.apache.camel.spi.ComponentResolver
    getComponentResolver(org.apache.camel.CamelContext camelContext)
    Gets the ComponentResolver to use.
    static org.apache.camel.spi.ComponentResolver
    getComponentResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the ComponentResolver to use.
    static org.apache.camel.spi.ConfigurerResolver
    getConfigurerResolver(org.apache.camel.CamelContext camelContext)
    Gets the ConfigurerResolver to use.
    static org.apache.camel.spi.ConfigurerResolver
    getConfigurerResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the ConfigurerResolver to use.
    static org.apache.camel.spi.DataFormatResolver
    getDataFormatResolver(org.apache.camel.CamelContext camelContext)
    Gets the current data format resolver
    static org.apache.camel.spi.DataFormatResolver
    getDataFormatResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the current data format resolver
    static org.apache.camel.spi.DeferServiceFactory
    getDeferServiceFactory(org.apache.camel.CamelContext camelContext)
    Gets the DeferServiceFactory to use.
    static org.apache.camel.spi.DeferServiceFactory
    getDeferServiceFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the DeferServiceFactory to use.
    static org.apache.camel.spi.CamelDependencyInjectionAnnotationFactory
    getDependencyInjectionAnnotationFactory(org.apache.camel.CamelContext camelContext)
    Returns the annotation dependency injection factory.
    static org.apache.camel.spi.CamelDependencyInjectionAnnotationFactory
    getDependencyInjectionAnnotationFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Returns the annotation dependency injection factory.
    static org.apache.camel.console.DevConsoleResolver
    getDevConsoleResolver(org.apache.camel.CamelContext camelContext)
    Gets the current dev console resolver
    static org.apache.camel.console.DevConsoleResolver
    getDevConsoleResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the current dev console resolver
    getErrorHandlerExecutorService(org.apache.camel.CamelContext camelContext)
    Gets the default shared thread pool for error handlers which leverages this for asynchronous redelivery tasks.
    getErrorHandlerExecutorService(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the default shared thread pool for error handlers which leverages this for asynchronous redelivery tasks.
    static org.apache.camel.spi.FactoryFinderResolver
    getFactoryFinderResolver(org.apache.camel.CamelContext camelContext)
    Gets the factory finder resolver to use
    static org.apache.camel.spi.FactoryFinderResolver
    getFactoryFinderResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the factory finder resolver to use
    static org.apache.camel.health.HealthCheckResolver
    getHealthCheckResolver(org.apache.camel.CamelContext camelContext)
    Gets the current health check resolver
    static org.apache.camel.health.HealthCheckResolver
    getHealthCheckResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the current health check resolver
    static org.apache.camel.spi.InterceptEndpointFactory
    getInterceptEndpointFactory(org.apache.camel.CamelContext camelContext)
    Gets the current InterceptEndpointFactory
    static org.apache.camel.spi.InterceptEndpointFactory
    getInterceptEndpointFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the current InterceptEndpointFactory
    static org.apache.camel.spi.InternalProcessorFactory
    getInternalProcessorFactory(org.apache.camel.CamelContext camelContext)
    Gets the current InternalProcessorFactory
    static org.apache.camel.spi.InternalProcessorFactory
    getInternalProcessorFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the current InternalProcessorFactory
    static org.apache.camel.spi.LanguageResolver
    getLanguageResolver(org.apache.camel.CamelContext camelContext)
    Gets the LanguageResolver to use.
    static org.apache.camel.spi.LanguageResolver
    getLanguageResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the LanguageResolver to use.
    static org.apache.camel.spi.ModelineFactory
    getModelineFactory(org.apache.camel.CamelContext camelContext)
    Gets the ModelineFactory.
    static org.apache.camel.spi.ModelineFactory
    getModelineFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the ModelineFactory.
    static org.apache.camel.spi.ModelJAXBContextFactory
    getModelJAXBContextFactory(org.apache.camel.CamelContext camelContext)
    Returns the JAXB Context factory used to create Models.
    static org.apache.camel.spi.ModelJAXBContextFactory
    getModelJAXBContextFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Returns the JAXB Context factory used to create Models.
    static org.apache.camel.spi.ModelToXMLDumper
    getModelToXMLDumper(org.apache.camel.CamelContext camelContext)
    Gets the ModelToXMLDumper to be used.
    static org.apache.camel.spi.ModelToXMLDumper
    getModelToXMLDumper(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the ModelToXMLDumper to be used.
    static org.apache.camel.spi.ModelToYAMLDumper
    getModelToYAMLDumper(org.apache.camel.CamelContext camelContext)
    Gets the ModelToXMLDumper to be used.
    static org.apache.camel.spi.ModelToYAMLDumper
    getModelToYAMLDumper(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the ModelToXMLDumper to be used.
    static org.apache.camel.spi.PackageScanClassResolver
    getPackageScanClassResolver(org.apache.camel.CamelContext camelContext)
    Returns the package scanning class resolver
    static org.apache.camel.spi.PackageScanClassResolver
    getPackageScanClassResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Returns the package scanning class resolver
    static org.apache.camel.spi.PackageScanResourceResolver
    getPackageScanResourceResolver(org.apache.camel.CamelContext camelContext)
    Returns the package scanning resource resolver
    static org.apache.camel.spi.PackageScanResourceResolver
    getPackageScanResourceResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Returns the package scanning resource resolver
    static org.apache.camel.spi.PeriodTaskResolver
    getPeriodTaskResolver(org.apache.camel.CamelContext camelContext)
    Gets the period task resolver
    static org.apache.camel.spi.PeriodTaskResolver
    getPeriodTaskResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the period task resolver
    static org.apache.camel.spi.PeriodTaskScheduler
    getPeriodTaskScheduler(org.apache.camel.CamelContext camelContext)
    Gets the period task scheduler
    static org.apache.camel.spi.PeriodTaskScheduler
    getPeriodTaskScheduler(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the period task scheduler
    static org.apache.camel.spi.ProcessorFactory
    getProcessorFactory(org.apache.camel.CamelContext camelContext)
    Gets the current ProcessorFactory
    static org.apache.camel.spi.ProcessorFactory
    getProcessorFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the current ProcessorFactory
    static org.apache.camel.spi.ResourceLoader
    getResourceLoader(org.apache.camel.CamelContext camelContext)
    Gets the ResourceLoader to be used.
    static org.apache.camel.spi.ResourceLoader
    getResourceLoader(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the ResourceLoader to be used.
    static org.apache.camel.spi.RestBindingJaxbDataFormatFactory
    getRestBindingJaxbDataFormatFactory(org.apache.camel.CamelContext camelContext)
    Gets the RestBindingJaxbDataFormatFactory to be used.
    static org.apache.camel.spi.RestBindingJaxbDataFormatFactory
    getRestBindingJaxbDataFormatFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the RestBindingJaxbDataFormatFactory to be used.
    static org.apache.camel.spi.RouteFactory
    getRouteFactory(org.apache.camel.CamelContext camelContext)
    Gets the current RouteFactory
    static org.apache.camel.spi.RouteFactory
    getRouteFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the current RouteFactory
    static org.apache.camel.spi.RoutesLoader
    getRoutesLoader(org.apache.camel.CamelContext camelContext)
    Gets the RoutesLoader to be used.
    static org.apache.camel.spi.RoutesLoader
    getRoutesLoader(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the RoutesLoader to be used.
    static org.apache.camel.catalog.RuntimeCamelCatalog
    getRuntimeCamelCatalog(org.apache.camel.CamelContext camelContext)
    Gets the RuntimeCamelCatalog if available on the classpath.
    static org.apache.camel.catalog.RuntimeCamelCatalog
    getRuntimeCamelCatalog(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the RuntimeCamelCatalog if available on the classpath.
    static org.apache.camel.spi.UnitOfWorkFactory
    getUnitOfWorkFactory(org.apache.camel.CamelContext camelContext)
    Gets the UnitOfWorkFactory to use.
    static org.apache.camel.spi.UnitOfWorkFactory
    getUnitOfWorkFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the UnitOfWorkFactory to use.
    static org.apache.camel.spi.UriFactoryResolver
    getUriFactoryResolver(org.apache.camel.CamelContext camelContext)
    Gets the UriFactoryResolver to use.
    static org.apache.camel.spi.UriFactoryResolver
    getUriFactoryResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
    Gets the UriFactoryResolver to use.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getBeanPostProcessor

      public static org.apache.camel.spi.CamelBeanPostProcessor getBeanPostProcessor(org.apache.camel.CamelContext camelContext)
      Returns the bean post processor used to do any bean customization.
    • getBeanPostProcessor

      public static org.apache.camel.spi.CamelBeanPostProcessor getBeanPostProcessor(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Returns the bean post processor used to do any bean customization.
    • getDependencyInjectionAnnotationFactory

      public static org.apache.camel.spi.CamelDependencyInjectionAnnotationFactory getDependencyInjectionAnnotationFactory(org.apache.camel.CamelContext camelContext)
      Returns the annotation dependency injection factory.
    • getDependencyInjectionAnnotationFactory

      public static org.apache.camel.spi.CamelDependencyInjectionAnnotationFactory getDependencyInjectionAnnotationFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Returns the annotation dependency injection factory.
    • getComponentResolver

      public static org.apache.camel.spi.ComponentResolver getComponentResolver(org.apache.camel.CamelContext camelContext)
      Gets the ComponentResolver to use.
    • getComponentResolver

      public static org.apache.camel.spi.ComponentResolver getComponentResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the ComponentResolver to use.
    • getComponentNameResolver

      public static org.apache.camel.spi.ComponentNameResolver getComponentNameResolver(org.apache.camel.CamelContext camelContext)
      Gets the ComponentNameResolver to use.
    • getComponentNameResolver

      public static org.apache.camel.spi.ComponentNameResolver getComponentNameResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the ComponentNameResolver to use.
    • getLanguageResolver

      public static org.apache.camel.spi.LanguageResolver getLanguageResolver(org.apache.camel.CamelContext camelContext)
      Gets the LanguageResolver to use.
    • getLanguageResolver

      public static org.apache.camel.spi.LanguageResolver getLanguageResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the LanguageResolver to use.
    • getConfigurerResolver

      public static org.apache.camel.spi.ConfigurerResolver getConfigurerResolver(org.apache.camel.CamelContext camelContext)
      Gets the ConfigurerResolver to use.
    • getConfigurerResolver

      public static org.apache.camel.spi.ConfigurerResolver getConfigurerResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the ConfigurerResolver to use.
    • getUriFactoryResolver

      public static org.apache.camel.spi.UriFactoryResolver getUriFactoryResolver(org.apache.camel.CamelContext camelContext)
      Gets the UriFactoryResolver to use.
    • getUriFactoryResolver

      public static org.apache.camel.spi.UriFactoryResolver getUriFactoryResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the UriFactoryResolver to use.
    • getErrorHandlerExecutorService

      public static ScheduledExecutorService getErrorHandlerExecutorService(org.apache.camel.CamelContext camelContext)
      Gets the default shared thread pool for error handlers which leverages this for asynchronous redelivery tasks.
    • getErrorHandlerExecutorService

      public static ScheduledExecutorService getErrorHandlerExecutorService(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the default shared thread pool for error handlers which leverages this for asynchronous redelivery tasks.
    • getBootstrapConfigurerResolver

      public static org.apache.camel.spi.ConfigurerResolver getBootstrapConfigurerResolver(org.apache.camel.CamelContext camelContext)
      Gets the bootstrap ConfigurerResolver to use. This bootstrap resolver is only intended to be used during bootstrap (starting) CamelContext.
    • getBootstrapConfigurerResolver

      public static org.apache.camel.spi.ConfigurerResolver getBootstrapConfigurerResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the bootstrap ConfigurerResolver to use. This bootstrap resolver is only intended to be used during bootstrap (starting) CamelContext.
    • getFactoryFinderResolver

      public static org.apache.camel.spi.FactoryFinderResolver getFactoryFinderResolver(org.apache.camel.CamelContext camelContext)
      Gets the factory finder resolver to use
    • getFactoryFinderResolver

      public static org.apache.camel.spi.FactoryFinderResolver getFactoryFinderResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the factory finder resolver to use
    • getPackageScanClassResolver

      public static org.apache.camel.spi.PackageScanClassResolver getPackageScanClassResolver(org.apache.camel.CamelContext camelContext)
      Returns the package scanning class resolver
    • getPackageScanClassResolver

      public static org.apache.camel.spi.PackageScanClassResolver getPackageScanClassResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Returns the package scanning class resolver
    • getPackageScanResourceResolver

      public static org.apache.camel.spi.PackageScanResourceResolver getPackageScanResourceResolver(org.apache.camel.CamelContext camelContext)
      Returns the package scanning resource resolver
    • getPackageScanResourceResolver

      public static org.apache.camel.spi.PackageScanResourceResolver getPackageScanResourceResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Returns the package scanning resource resolver
    • getModelJAXBContextFactory

      public static org.apache.camel.spi.ModelJAXBContextFactory getModelJAXBContextFactory(org.apache.camel.CamelContext camelContext)
      Returns the JAXB Context factory used to create Models.
    • getModelJAXBContextFactory

      public static org.apache.camel.spi.ModelJAXBContextFactory getModelJAXBContextFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Returns the JAXB Context factory used to create Models.
    • getModelineFactory

      public static org.apache.camel.spi.ModelineFactory getModelineFactory(org.apache.camel.CamelContext camelContext)
      Gets the ModelineFactory.
    • getModelineFactory

      public static org.apache.camel.spi.ModelineFactory getModelineFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the ModelineFactory.
    • getDataFormatResolver

      public static org.apache.camel.spi.DataFormatResolver getDataFormatResolver(org.apache.camel.CamelContext camelContext)
      Gets the current data format resolver
    • getDataFormatResolver

      public static org.apache.camel.spi.DataFormatResolver getDataFormatResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the current data format resolver
    • getPeriodTaskResolver

      public static org.apache.camel.spi.PeriodTaskResolver getPeriodTaskResolver(org.apache.camel.CamelContext camelContext)
      Gets the period task resolver
    • getPeriodTaskResolver

      public static org.apache.camel.spi.PeriodTaskResolver getPeriodTaskResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the period task resolver
    • getPeriodTaskScheduler

      public static org.apache.camel.spi.PeriodTaskScheduler getPeriodTaskScheduler(org.apache.camel.CamelContext camelContext)
      Gets the period task scheduler
    • getPeriodTaskScheduler

      public static org.apache.camel.spi.PeriodTaskScheduler getPeriodTaskScheduler(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the period task scheduler
    • getHealthCheckResolver

      public static org.apache.camel.health.HealthCheckResolver getHealthCheckResolver(org.apache.camel.CamelContext camelContext)
      Gets the current health check resolver
    • getHealthCheckResolver

      public static org.apache.camel.health.HealthCheckResolver getHealthCheckResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the current health check resolver
    • getDevConsoleResolver

      public static org.apache.camel.console.DevConsoleResolver getDevConsoleResolver(org.apache.camel.CamelContext camelContext)
      Gets the current dev console resolver
    • getDevConsoleResolver

      public static org.apache.camel.console.DevConsoleResolver getDevConsoleResolver(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the current dev console resolver
    • getProcessorFactory

      public static org.apache.camel.spi.ProcessorFactory getProcessorFactory(org.apache.camel.CamelContext camelContext)
      Gets the current ProcessorFactory
      Returns:
      the factory, can be null if no custom factory has been set
    • getProcessorFactory

      public static org.apache.camel.spi.ProcessorFactory getProcessorFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the current ProcessorFactory
      Returns:
      the factory, can be null if no custom factory has been set
    • getInternalProcessorFactory

      public static org.apache.camel.spi.InternalProcessorFactory getInternalProcessorFactory(org.apache.camel.CamelContext camelContext)
      Gets the current InternalProcessorFactory
    • getInternalProcessorFactory

      public static org.apache.camel.spi.InternalProcessorFactory getInternalProcessorFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the current InternalProcessorFactory
    • getInterceptEndpointFactory

      public static org.apache.camel.spi.InterceptEndpointFactory getInterceptEndpointFactory(org.apache.camel.CamelContext camelContext)
      Gets the current InterceptEndpointFactory
    • getInterceptEndpointFactory

      public static org.apache.camel.spi.InterceptEndpointFactory getInterceptEndpointFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the current InterceptEndpointFactory
    • getRouteFactory

      public static org.apache.camel.spi.RouteFactory getRouteFactory(org.apache.camel.CamelContext camelContext)
      Gets the current RouteFactory
    • getRouteFactory

      public static org.apache.camel.spi.RouteFactory getRouteFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the current RouteFactory
    • getRoutesLoader

      public static org.apache.camel.spi.RoutesLoader getRoutesLoader(org.apache.camel.CamelContext camelContext)
      Gets the RoutesLoader to be used.
    • getRoutesLoader

      public static org.apache.camel.spi.RoutesLoader getRoutesLoader(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the RoutesLoader to be used.
    • getAsyncProcessorAwaitManager

      public static org.apache.camel.spi.AsyncProcessorAwaitManager getAsyncProcessorAwaitManager(org.apache.camel.CamelContext camelContext)
      Gets the AsyncProcessor await manager.
    • getAsyncProcessorAwaitManager

      public static org.apache.camel.spi.AsyncProcessorAwaitManager getAsyncProcessorAwaitManager(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the AsyncProcessor await manager.
    • getRuntimeCamelCatalog

      public static org.apache.camel.catalog.RuntimeCamelCatalog getRuntimeCamelCatalog(org.apache.camel.CamelContext camelContext)
      Gets the RuntimeCamelCatalog if available on the classpath.
    • getRuntimeCamelCatalog

      public static org.apache.camel.catalog.RuntimeCamelCatalog getRuntimeCamelCatalog(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the RuntimeCamelCatalog if available on the classpath.
    • getRestBindingJaxbDataFormatFactory

      public static org.apache.camel.spi.RestBindingJaxbDataFormatFactory getRestBindingJaxbDataFormatFactory(org.apache.camel.CamelContext camelContext)
      Gets the RestBindingJaxbDataFormatFactory to be used.
    • getRestBindingJaxbDataFormatFactory

      public static org.apache.camel.spi.RestBindingJaxbDataFormatFactory getRestBindingJaxbDataFormatFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the RestBindingJaxbDataFormatFactory to be used.
    • getBeanProxyFactory

      public static org.apache.camel.spi.BeanProxyFactory getBeanProxyFactory(org.apache.camel.CamelContext camelContext)
      Gets the BeanProxyFactory to use.
    • getBeanProxyFactory

      public static org.apache.camel.spi.BeanProxyFactory getBeanProxyFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the BeanProxyFactory to use.
    • getUnitOfWorkFactory

      public static org.apache.camel.spi.UnitOfWorkFactory getUnitOfWorkFactory(org.apache.camel.CamelContext camelContext)
      Gets the UnitOfWorkFactory to use.
    • getUnitOfWorkFactory

      public static org.apache.camel.spi.UnitOfWorkFactory getUnitOfWorkFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the UnitOfWorkFactory to use.
    • getBeanIntrospection

      public static org.apache.camel.spi.BeanIntrospection getBeanIntrospection(org.apache.camel.CamelContext camelContext)
      Gets the BeanIntrospection
    • getBeanIntrospection

      public static org.apache.camel.spi.BeanIntrospection getBeanIntrospection(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the BeanIntrospection
    • getResourceLoader

      public static org.apache.camel.spi.ResourceLoader getResourceLoader(org.apache.camel.CamelContext camelContext)
      Gets the ResourceLoader to be used.
    • getResourceLoader

      public static org.apache.camel.spi.ResourceLoader getResourceLoader(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the ResourceLoader to be used.
    • getBeanProcessorFactory

      public static org.apache.camel.spi.BeanProcessorFactory getBeanProcessorFactory(org.apache.camel.CamelContext camelContext)
      Gets the BeanProcessorFactory to use.
    • getBeanProcessorFactory

      public static org.apache.camel.spi.BeanProcessorFactory getBeanProcessorFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the BeanProcessorFactory to use.
    • getModelToXMLDumper

      public static org.apache.camel.spi.ModelToXMLDumper getModelToXMLDumper(org.apache.camel.CamelContext camelContext)
      Gets the ModelToXMLDumper to be used.
    • getModelToXMLDumper

      public static org.apache.camel.spi.ModelToXMLDumper getModelToXMLDumper(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the ModelToXMLDumper to be used.
    • getModelToYAMLDumper

      public static org.apache.camel.spi.ModelToYAMLDumper getModelToYAMLDumper(org.apache.camel.CamelContext camelContext)
      Gets the ModelToXMLDumper to be used.
    • getModelToYAMLDumper

      public static org.apache.camel.spi.ModelToYAMLDumper getModelToYAMLDumper(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the ModelToXMLDumper to be used.
    • getDeferServiceFactory

      public static org.apache.camel.spi.DeferServiceFactory getDeferServiceFactory(org.apache.camel.CamelContext camelContext)
      Gets the DeferServiceFactory to use.
    • getDeferServiceFactory

      public static org.apache.camel.spi.DeferServiceFactory getDeferServiceFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the DeferServiceFactory to use.
    • getAnnotationBasedProcessorFactory

      public static org.apache.camel.spi.AnnotationBasedProcessorFactory getAnnotationBasedProcessorFactory(org.apache.camel.CamelContext camelContext)
      Gets the AnnotationBasedProcessorFactory to use.
    • getAnnotationBasedProcessorFactory

      public static org.apache.camel.spi.AnnotationBasedProcessorFactory getAnnotationBasedProcessorFactory(org.apache.camel.ExtendedCamelContext extendedCamelContext)
      Gets the AnnotationBasedProcessorFactory to use.