org.apache.camel.spring
Class CamelRouteContextFactoryBean
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.spring.CamelRouteContextFactoryBean
- All Implemented Interfaces:
- FactoryBean
public class CamelRouteContextFactoryBean
- extends IdentifiedType
- implements FactoryBean
- Version:
- $Revision: 938471 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CamelRouteContextFactoryBean
public CamelRouteContextFactoryBean()
getObject
public Object getObject()
throws Exception
- Specified by:
getObject
in interface FactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
- Specified by:
getObjectType
in interface FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface FactoryBean
getRoutes
public List<RouteDefinition> getRoutes()
setRoutes
public void setRoutes(List<RouteDefinition> routes)
Apache CAMEL