org.apache.camel.spring
Class CamelRouteContextFactoryBean
java.lang.Object
   org.apache.camel.model.IdentifiedType
org.apache.camel.model.IdentifiedType
       org.apache.camel.spring.CamelRouteContextFactoryBean
org.apache.camel.spring.CamelRouteContextFactoryBean
- All Implemented Interfaces: 
- FactoryBean
- public class CamelRouteContextFactoryBean 
- extends org.apache.camel.model.IdentifiedType- implements FactoryBean
- Version:
 
 
| 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 | 
 
CamelRouteContextFactoryBean
public CamelRouteContextFactoryBean()
getObject
public Object getObject()
                 throws Exception
- 
- Specified by:
- getObjectin interface- FactoryBean
 
- 
- Throws:
- Exception
 
getObjectType
public Class getObjectType()
- 
- Specified by:
- getObjectTypein interface- FactoryBean
 
- 
 
isSingleton
public boolean isSingleton()
- 
- Specified by:
- isSingletonin interface- FactoryBean
 
- 
 
getRoutes
public List<org.apache.camel.model.RouteDefinition> getRoutes()
- 
 
- 
 
setRoutes
public void setRoutes(List<org.apache.camel.model.RouteDefinition> routes)
- 
 
- 
 
Apache CAMEL