|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.model.IdentifiedType
org.apache.camel.spring.CamelContextFactoryBean
public class CamelContextFactoryBean
A Spring FactoryBean
to create and initialize a
SpringCamelContext
and install routes either explicitly configured in
Spring XML or found by searching the classpath for Java classes which extend
RouteBuilder
using the nested setPackages(String[])
.
Constructor Summary | |
---|---|
CamelContextFactoryBean()
|
Methods inherited from class org.apache.camel.model.IdentifiedType |
---|
getId, setId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CamelContextFactoryBean()
Method Detail |
---|
public Object getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
Exception
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public ClassLoader getContextClassLoaderOnStart()
public List<Routes> getAdditionalBuilders()
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public void destroy() throws Exception
destroy
in interface org.springframework.beans.factory.DisposableBean
Exception
public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
onApplicationEvent
in interface org.springframework.context.ApplicationListener
public SpringCamelContext getContext() throws Exception
Exception
public void setContext(SpringCamelContext context)
public List<RouteDefinition> getRoutes()
getRoutes
in interface RouteContainer
public void setRoutes(List<RouteDefinition> routes)
setRoutes
in interface RouteContainer
public List<InterceptDefinition> getIntercepts()
public void setIntercepts(List<InterceptDefinition> intercepts)
public List<InterceptFromDefinition> getInterceptFroms()
public void setInterceptFroms(List<InterceptFromDefinition> interceptFroms)
public List<InterceptSendToEndpointDefinition> getInterceptSendToEndpoints()
public void setInterceptSendToEndpoints(List<InterceptSendToEndpointDefinition> interceptSendToEndpoints)
public RouteBuilder getRouteBuilder()
public void setRouteBuilder(RouteBuilder routeBuilder)
RouteBuilder
to be used to create the default routes
on startup
public void setRouteBuilders(RouteBuilder[] builders)
RouteBuilder
instances to be used to create
the default routes on startup
public org.springframework.context.ApplicationContext getApplicationContext()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
public PropertiesDefinition getProperties()
public void setProperties(PropertiesDefinition properties)
public String[] getPackages()
public void setPackages(String[] packages)
RouteBuilder
to be auto-wired up to the
SpringCamelContext
as a route. Note that classes are excluded if
they are specifically configured in the spring.xml
packages
- the package names which are recursively searchedpublic void setBeanPostProcessor(org.springframework.beans.factory.config.BeanPostProcessor postProcessor)
public org.springframework.beans.factory.config.BeanPostProcessor getBeanPostProcessor()
public void setCamelJMXAgent(CamelJMXAgentDefinition agent)
public Boolean getTrace()
public void setTrace(Boolean trace)
public Boolean getStreamCache()
public void setStreamCache(Boolean streamCache)
public Long getDelay()
public void setDelay(Long delay)
public Boolean getHandleFault()
public void setHandleFault(Boolean handleFault)
public CamelJMXAgentDefinition getCamelJMXAgent()
public List<RouteBuilderDefinition> getBuilderRefs()
public void setBuilderRefs(List<RouteBuilderDefinition> builderRefs)
public String getErrorHandlerRef()
public void setErrorHandlerRef(String errorHandlerRef)
errorHandlerRef
- the Spring bean ref of the error handlerpublic Boolean getShouldStartContext()
public void setShouldStartContext(Boolean shouldStartContext)
public void setDataFormats(DataFormatsDefinition dataFormats)
public DataFormatsDefinition getDataFormats()
public void setOnExceptions(List<OnExceptionDefinition> onExceptions)
public List<OnExceptionDefinition> getOnExceptions()
public List<OnCompletionDefinition> getOnCompletions()
public void setOnCompletions(List<OnCompletionDefinition> onCompletions)
protected SpringCamelContext createContext()
protected void installRoutes() throws Exception
Exception
protected void findRouteBuilders() throws Exception
RouteBuilder
instances on the classpath
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |