|
||||||||||
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()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
protected SpringCamelContext |
createContext()
Create the context |
void |
destroy()
|
protected void |
findRouteBuiders()
Strategy method to try find RouteBuilder instances on the
classpath |
org.springframework.context.ApplicationContext |
getApplicationContext()
|
List<RouteBuilderRef> |
getBuilderRefs()
|
SpringCamelContext |
getContext()
|
String |
getMbeanServer()
|
Object |
getObject()
|
Class |
getObjectType()
|
String[] |
getPackages()
|
RouteBuilder |
getRouteBuilder()
|
List<RouteType> |
getRoutes()
|
Boolean |
getUseJmx()
|
protected void |
installRoutes()
Strategy to install all available routes into the context |
boolean |
isJmxEnabled()
|
boolean |
isSingleton()
|
void |
onApplicationEvent(org.springframework.context.ApplicationEvent event)
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
|
void |
setAutowireRouteBuilders(Boolean autowireRouteBuilders)
If enabled this will force all RouteBuilder classes configured in the Spring
ApplicationContext to be registered automatically with this CamelContext. |
void |
setBuilderRefs(List<RouteBuilderRef> builderRefs)
|
void |
setContext(SpringCamelContext context)
|
void |
setMbeanServer(String mbeanServer)
|
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
SpringCamelContext as a route. |
void |
setRouteBuilder(RouteBuilder routeBuilder)
Set a single RouteBuilder to be used to create the default routes
on startup |
void |
setRouteBuilders(RouteBuilder[] builders)
Set a collection of RouteBuilder instances to be used to create
the default routes on startup |
void |
setRoutes(List<RouteType> routes)
|
void |
setUseJmx(Boolean useJmx)
|
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 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<RouteType> getRoutes()
getRoutes
in interface RouteContainer
public void setRoutes(List<RouteType> routes)
setRoutes
in interface RouteContainer
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 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 String getMbeanServer()
public void setMbeanServer(String mbeanServer)
public boolean isJmxEnabled()
public Boolean getUseJmx()
public void setUseJmx(Boolean useJmx)
public List<RouteBuilderRef> getBuilderRefs()
public void setBuilderRefs(List<RouteBuilderRef> builderRefs)
public void setAutowireRouteBuilders(Boolean autowireRouteBuilders)
RouteBuilder
classes configured in the Spring
ApplicationContext
to be registered automatically with this CamelContext.
protected SpringCamelContext createContext()
protected void installRoutes() throws Exception
Exception
protected void findRouteBuiders() throws Exception, InstantiationException
RouteBuilder
instances on the
classpath
Exception
InstantiationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |