public class CamelContextFactoryBean extends org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext> implements BeanManagerAware
Constructor and Description |
---|
CamelContextFactoryBean() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
protected void |
findRouteBuildersByContextScan(org.apache.camel.spi.PackageScanFilter filter,
boolean includeNonSingletons,
List<org.apache.camel.RoutesBuilder> builders) |
protected void |
findRouteBuildersByPackageScan(String[] packages,
org.apache.camel.spi.PackageScanFilter filter,
List<org.apache.camel.RoutesBuilder> builders) |
String |
getAllowUseOriginalMessage() |
String |
getAutoStartup() |
protected <S> S |
getBeanForType(Class<S> clazz) |
List<org.apache.camel.core.xml.AbstractCamelFactoryBean<?>> |
getBeans() |
List<org.apache.camel.model.RouteBuilderDefinition> |
getBuilderRefs() |
org.apache.camel.core.xml.CamelJMXAgentDefinition |
getCamelJMXAgent() |
org.apache.camel.core.xml.CamelPropertyPlaceholderDefinition |
getCamelPropertyPlaceholder() |
org.apache.camel.core.xml.CamelStreamCachingStrategyDefinition |
getCamelStreamCachingStrategy() |
org.apache.camel.impl.DefaultCamelContext |
getContext() |
org.apache.camel.impl.DefaultCamelContext |
getContext(boolean create) |
org.apache.camel.model.ContextScanDefinition |
getContextScan() |
org.apache.camel.model.dataformat.DataFormatsDefinition |
getDataFormats() |
String |
getDelayer() |
String |
getDependsOn() |
List<EndpointFactoryBean> |
getEndpoints() |
String |
getErrorHandlerRef() |
List<ErrorHandlerDefinition> |
getErrorHandlers() |
List<org.apache.camel.core.xml.CamelServiceExporterDefinition> |
getExports() |
String |
getHandleFault() |
List<org.apache.camel.model.InterceptFromDefinition> |
getInterceptFroms() |
List<org.apache.camel.model.InterceptDefinition> |
getIntercepts() |
List<org.apache.camel.model.InterceptSendToEndpointDefinition> |
getInterceptSendToEndpoints() |
Boolean |
getLazyLoadTypeConverters()
Deprecated.
|
String |
getLogExhaustedMessageBody() |
String |
getManagementNamePattern() |
String |
getMessageHistory() |
Class<org.apache.camel.impl.DefaultCamelContext> |
getObjectType() |
List<org.apache.camel.model.OnCompletionDefinition> |
getOnCompletions() |
List<org.apache.camel.model.OnExceptionDefinition> |
getOnExceptions() |
String[] |
getPackages() |
org.apache.camel.model.PackageScanDefinition |
getPackageScan() |
org.apache.camel.model.PropertiesDefinition |
getProperties() |
List<org.apache.camel.core.xml.CamelProxyFactoryDefinition> |
getProxies() |
List<RedeliveryPolicyFactoryBean> |
getRedeliveryPolicies() |
org.apache.camel.model.rest.RestConfigurationDefinition |
getRestConfiguration() |
List<org.apache.camel.model.RestContextRefDefinition> |
getRestRefs() |
List<org.apache.camel.model.rest.RestDefinition> |
getRests() |
List<org.apache.camel.model.RouteContextRefDefinition> |
getRouteRefs() |
List<org.apache.camel.model.RouteDefinition> |
getRoutes() |
String |
getRuntimeEndpointRegistryEnabled() |
String |
getShutdownEager() |
org.apache.camel.ShutdownRoute |
getShutdownRoute() |
org.apache.camel.ShutdownRunningTask |
getShutdownRunningTask() |
String |
getStreamCache() |
String |
getThreadNamePattern() |
List<org.apache.camel.model.ThreadPoolProfileDefinition> |
getThreadPoolProfiles() |
String |
getTrace() |
org.apache.camel.TypeConverterExists |
getTypeConverterExists() |
org.apache.camel.LoggingLevel |
getTypeConverterExistsLoggingLevel() |
Boolean |
getTypeConverterStatisticsEnabled() |
String |
getUseBreadcrumb() |
String |
getUseMDCLogging() |
protected void |
initBeanPostProcessor(org.apache.camel.impl.DefaultCamelContext context) |
protected void |
initCustomRegistry(org.apache.camel.impl.DefaultCamelContext context) |
boolean |
isImplicitId() |
protected void |
postProcessBeforeInit(org.apache.camel.builder.RouteBuilder builder) |
void |
setAllowUseOriginalMessage(String allowUseOriginalMessage) |
void |
setAutoStartup(String autoStartup) |
void |
setBeanManager(javax.enterprise.inject.spi.BeanManager manager) |
void |
setBeans(List<org.apache.camel.core.xml.AbstractCamelFactoryBean<?>> beans) |
void |
setBuilderRefs(List<org.apache.camel.model.RouteBuilderDefinition> builderRefs) |
void |
setCamelJMXAgent(org.apache.camel.core.xml.CamelJMXAgentDefinition agent) |
void |
setCamelPropertyPlaceholder(org.apache.camel.core.xml.CamelPropertyPlaceholderDefinition camelPropertyPlaceholder) |
void |
setCamelStreamCachingStrategy(org.apache.camel.core.xml.CamelStreamCachingStrategyDefinition camelStreamCachingStrategy) |
void |
setContext(org.apache.camel.impl.DefaultCamelContext context) |
void |
setContextScan(org.apache.camel.model.ContextScanDefinition contextScan)
Sets the context scanning information.
|
void |
setDataFormats(org.apache.camel.model.dataformat.DataFormatsDefinition dataFormats) |
void |
setDelayer(String delayer) |
void |
setDependsOn(String dependsOn) |
void |
setEndpoints(List<EndpointFactoryBean> endpoints) |
void |
setErrorHandlerRef(String errorHandlerRef) |
void |
setErrorHandlers(List<ErrorHandlerDefinition> errorHandlers) |
void |
setExports(List<org.apache.camel.core.xml.CamelServiceExporterDefinition> exports) |
void |
setHandleFault(String handleFault) |
void |
setImplicitId(boolean implicitId) |
void |
setInterceptFroms(List<org.apache.camel.model.InterceptFromDefinition> interceptFroms) |
void |
setIntercepts(List<org.apache.camel.model.InterceptDefinition> intercepts) |
void |
setInterceptSendToEndpoints(List<org.apache.camel.model.InterceptSendToEndpointDefinition> interceptSendToEndpoints) |
void |
setLazyLoadTypeConverters(Boolean lazyLoadTypeConverters)
Deprecated.
|
void |
setLogExhaustedMessageBody(String logExhaustedMessageBody) |
void |
setManagementNamePattern(String managementNamePattern) |
void |
setMessageHistory(String messageHistory) |
void |
setOnCompletions(List<org.apache.camel.model.OnCompletionDefinition> onCompletions) |
void |
setOnExceptions(List<org.apache.camel.model.OnExceptionDefinition> onExceptions) |
void |
setPackages(String[] packages)
Sets the package names to be recursively searched for Java classes which
extend
RouteBuilder to be auto-wired up to the
CamelContext as a route. |
void |
setPackageScan(org.apache.camel.model.PackageScanDefinition packageScan)
Sets the package scanning information.
|
void |
setProperties(org.apache.camel.model.PropertiesDefinition properties) |
void |
setProxies(List<org.apache.camel.core.xml.CamelProxyFactoryDefinition> proxies) |
void |
setRedeliveryPolicies(List<RedeliveryPolicyFactoryBean> redeliveryPolicies) |
void |
setRestConfiguration(org.apache.camel.model.rest.RestConfigurationDefinition restConfiguration) |
void |
setRestRefs(List<org.apache.camel.model.RestContextRefDefinition> restRefs) |
void |
setRests(List<org.apache.camel.model.rest.RestDefinition> rests) |
void |
setRouteRefs(List<org.apache.camel.model.RouteContextRefDefinition> routeRefs) |
void |
setRoutes(List<org.apache.camel.model.RouteDefinition> routes) |
void |
setRuntimeEndpointRegistryEnabled(String runtimeEndpointRegistryEnabled) |
void |
setShutdownEager(String shutdownEager) |
void |
setShutdownRoute(org.apache.camel.ShutdownRoute shutdownRoute) |
void |
setShutdownRunningTask(org.apache.camel.ShutdownRunningTask shutdownRunningTask) |
void |
setStreamCache(String streamCache) |
void |
setThreadNamePattern(String threadNamePattern) |
void |
setThreadPoolProfiles(List<org.apache.camel.model.ThreadPoolProfileDefinition> threadPoolProfiles) |
void |
setTrace(String trace) |
void |
setTypeConverterExists(org.apache.camel.TypeConverterExists typeConverterExists) |
void |
setTypeConverterExistsLoggingLevel(org.apache.camel.LoggingLevel typeConverterExistsLoggingLevel) |
void |
setTypeConverterStatisticsEnabled(Boolean typeConverterStatisticsEnabled) |
void |
setUseBreadcrumb(String useBreadcrumb) |
void |
setUseMDCLogging(String useMDCLogging) |
destroy, findRouteBuilders, getContextClassLoaderOnStart, getObject, initCamelContext, initJMXAgent, initLazyLoadTypeConverters, initPropertyPlaceholder, initRestRefs, initRouteRefs, initStreamCachingStrategy, initThreadPoolProfiles, installRoutes, isSingleton, setupRoutes
public Class<org.apache.camel.impl.DefaultCamelContext> getObjectType()
getObjectType
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setBeanManager(javax.enterprise.inject.spi.BeanManager manager)
setBeanManager
in interface BeanManagerAware
protected <S> S getBeanForType(Class<S> clazz)
getBeanForType
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
protected void findRouteBuildersByPackageScan(String[] packages, org.apache.camel.spi.PackageScanFilter filter, List<org.apache.camel.RoutesBuilder> builders) throws Exception
findRouteBuildersByPackageScan
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
Exception
protected void findRouteBuildersByContextScan(org.apache.camel.spi.PackageScanFilter filter, boolean includeNonSingletons, List<org.apache.camel.RoutesBuilder> builders) throws Exception
findRouteBuildersByContextScan
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
Exception
protected void initBeanPostProcessor(org.apache.camel.impl.DefaultCamelContext context)
initBeanPostProcessor
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
protected void postProcessBeforeInit(org.apache.camel.builder.RouteBuilder builder)
postProcessBeforeInit
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
protected void initCustomRegistry(org.apache.camel.impl.DefaultCamelContext context)
initCustomRegistry
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
Exception
public org.apache.camel.impl.DefaultCamelContext getContext()
getContext
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setContext(org.apache.camel.impl.DefaultCamelContext context)
public org.apache.camel.impl.DefaultCamelContext getContext(boolean create)
getContext
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public List<org.apache.camel.core.xml.AbstractCamelFactoryBean<?>> getBeans()
public void setBeans(List<org.apache.camel.core.xml.AbstractCamelFactoryBean<?>> beans)
public List<org.apache.camel.model.RouteDefinition> getRoutes()
getRoutes
in interface org.apache.camel.model.RouteContainer
getRoutes
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setRoutes(List<org.apache.camel.model.RouteDefinition> routes)
setRoutes
in interface org.apache.camel.model.RouteContainer
public List<org.apache.camel.model.rest.RestDefinition> getRests()
getRests
in interface org.apache.camel.model.rest.RestContainer
getRests
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setRests(List<org.apache.camel.model.rest.RestDefinition> rests)
setRests
in interface org.apache.camel.model.rest.RestContainer
public org.apache.camel.model.rest.RestConfigurationDefinition getRestConfiguration()
getRestConfiguration
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setRestConfiguration(org.apache.camel.model.rest.RestConfigurationDefinition restConfiguration)
public List<EndpointFactoryBean> getEndpoints()
getEndpoints
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setEndpoints(List<EndpointFactoryBean> endpoints)
public List<RedeliveryPolicyFactoryBean> getRedeliveryPolicies()
getRedeliveryPolicies
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setRedeliveryPolicies(List<RedeliveryPolicyFactoryBean> redeliveryPolicies)
public List<org.apache.camel.model.InterceptDefinition> getIntercepts()
getIntercepts
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setIntercepts(List<org.apache.camel.model.InterceptDefinition> intercepts)
public List<org.apache.camel.model.InterceptFromDefinition> getInterceptFroms()
getInterceptFroms
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setInterceptFroms(List<org.apache.camel.model.InterceptFromDefinition> interceptFroms)
public List<org.apache.camel.model.InterceptSendToEndpointDefinition> getInterceptSendToEndpoints()
getInterceptSendToEndpoints
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setInterceptSendToEndpoints(List<org.apache.camel.model.InterceptSendToEndpointDefinition> interceptSendToEndpoints)
public org.apache.camel.model.PropertiesDefinition getProperties()
getProperties
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setProperties(org.apache.camel.model.PropertiesDefinition properties)
public String[] getPackages()
getPackages
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setPackages(String[] packages)
RouteBuilder
to be auto-wired up to the
CamelContext
as a route. Note that classes are excluded if
they are specifically configured in the deployment.
A more advanced configuration can be done using setPackageScan(org.apache.camel.model.PackageScanDefinition)
packages
- the package names which are recursively searchedsetPackageScan(org.apache.camel.model.PackageScanDefinition)
public org.apache.camel.model.PackageScanDefinition getPackageScan()
getPackageScan
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setPackageScan(org.apache.camel.model.PackageScanDefinition packageScan)
RouteBuilder
implementationssetPackageScan
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
packageScan
- the package scanpublic org.apache.camel.model.ContextScanDefinition getContextScan()
getContextScan
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setContextScan(org.apache.camel.model.ContextScanDefinition contextScan)
RouteBuilder
implementationssetContextScan
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
contextScan
- the context scanpublic org.apache.camel.core.xml.CamelPropertyPlaceholderDefinition getCamelPropertyPlaceholder()
getCamelPropertyPlaceholder
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setCamelPropertyPlaceholder(org.apache.camel.core.xml.CamelPropertyPlaceholderDefinition camelPropertyPlaceholder)
public org.apache.camel.core.xml.CamelStreamCachingStrategyDefinition getCamelStreamCachingStrategy()
getCamelStreamCachingStrategy
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setCamelStreamCachingStrategy(org.apache.camel.core.xml.CamelStreamCachingStrategyDefinition camelStreamCachingStrategy)
public String getTrace()
getTrace
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setTrace(String trace)
public String getMessageHistory()
getMessageHistory
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setMessageHistory(String messageHistory)
public String getLogExhaustedMessageBody()
getLogExhaustedMessageBody
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setLogExhaustedMessageBody(String logExhaustedMessageBody)
public String getStreamCache()
getStreamCache
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setStreamCache(String streamCache)
public String getDelayer()
getDelayer
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setDelayer(String delayer)
public String getHandleFault()
getHandleFault
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setHandleFault(String handleFault)
public String getAutoStartup()
getAutoStartup
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setAutoStartup(String autoStartup)
public String getShutdownEager()
public void setShutdownEager(String shutdownEager)
public String getUseMDCLogging()
getUseMDCLogging
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setUseMDCLogging(String useMDCLogging)
public String getUseBreadcrumb()
getUseBreadcrumb
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setUseBreadcrumb(String useBreadcrumb)
public String getAllowUseOriginalMessage()
getAllowUseOriginalMessage
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setAllowUseOriginalMessage(String allowUseOriginalMessage)
public String getRuntimeEndpointRegistryEnabled()
getRuntimeEndpointRegistryEnabled
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setRuntimeEndpointRegistryEnabled(String runtimeEndpointRegistryEnabled)
public String getManagementNamePattern()
getManagementNamePattern
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setManagementNamePattern(String managementNamePattern)
public String getThreadNamePattern()
getThreadNamePattern
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setThreadNamePattern(String threadNamePattern)
@Deprecated public Boolean getLazyLoadTypeConverters()
getLazyLoadTypeConverters
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
@Deprecated public void setLazyLoadTypeConverters(Boolean lazyLoadTypeConverters)
public Boolean getTypeConverterStatisticsEnabled()
getTypeConverterStatisticsEnabled
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setTypeConverterStatisticsEnabled(Boolean typeConverterStatisticsEnabled)
public org.apache.camel.TypeConverterExists getTypeConverterExists()
getTypeConverterExists
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setTypeConverterExists(org.apache.camel.TypeConverterExists typeConverterExists)
public org.apache.camel.LoggingLevel getTypeConverterExistsLoggingLevel()
getTypeConverterExistsLoggingLevel
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setTypeConverterExistsLoggingLevel(org.apache.camel.LoggingLevel typeConverterExistsLoggingLevel)
public org.apache.camel.core.xml.CamelJMXAgentDefinition getCamelJMXAgent()
getCamelJMXAgent
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setCamelJMXAgent(org.apache.camel.core.xml.CamelJMXAgentDefinition agent)
public List<org.apache.camel.model.RouteBuilderDefinition> getBuilderRefs()
getBuilderRefs
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setBuilderRefs(List<org.apache.camel.model.RouteBuilderDefinition> builderRefs)
public List<org.apache.camel.model.RouteContextRefDefinition> getRouteRefs()
getRouteRefs
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setRouteRefs(List<org.apache.camel.model.RouteContextRefDefinition> routeRefs)
public List<org.apache.camel.model.RestContextRefDefinition> getRestRefs()
getRestRefs
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setRestRefs(List<org.apache.camel.model.RestContextRefDefinition> restRefs)
public String getErrorHandlerRef()
getErrorHandlerRef
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setErrorHandlerRef(String errorHandlerRef)
public org.apache.camel.model.dataformat.DataFormatsDefinition getDataFormats()
getDataFormats
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setDataFormats(org.apache.camel.model.dataformat.DataFormatsDefinition dataFormats)
public List<org.apache.camel.model.OnExceptionDefinition> getOnExceptions()
getOnExceptions
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setOnExceptions(List<org.apache.camel.model.OnExceptionDefinition> onExceptions)
public List<org.apache.camel.model.OnCompletionDefinition> getOnCompletions()
getOnCompletions
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setOnCompletions(List<org.apache.camel.model.OnCompletionDefinition> onCompletions)
public org.apache.camel.ShutdownRoute getShutdownRoute()
getShutdownRoute
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setShutdownRoute(org.apache.camel.ShutdownRoute shutdownRoute)
public org.apache.camel.ShutdownRunningTask getShutdownRunningTask()
getShutdownRunningTask
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setShutdownRunningTask(org.apache.camel.ShutdownRunningTask shutdownRunningTask)
public List<org.apache.camel.model.ThreadPoolProfileDefinition> getThreadPoolProfiles()
getThreadPoolProfiles
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setThreadPoolProfiles(List<org.apache.camel.model.ThreadPoolProfileDefinition> threadPoolProfiles)
public String getDependsOn()
getDependsOn
in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean<org.apache.camel.impl.DefaultCamelContext>
public void setDependsOn(String dependsOn)
public List<org.apache.camel.core.xml.CamelProxyFactoryDefinition> getProxies()
public void setProxies(List<org.apache.camel.core.xml.CamelProxyFactoryDefinition> proxies)
public List<org.apache.camel.core.xml.CamelServiceExporterDefinition> getExports()
public void setExports(List<org.apache.camel.core.xml.CamelServiceExporterDefinition> exports)
public boolean isImplicitId()
public void setImplicitId(boolean implicitId)
public List<ErrorHandlerDefinition> getErrorHandlers()
public void setErrorHandlers(List<ErrorHandlerDefinition> errorHandlers)
Apache Camel