@Metadata(label="spring,configuration,routing") public class CamelRouteContextFactoryBean extends org.apache.camel.model.IdentifiedType implements FactoryBean<List<org.apache.camel.model.RouteDefinition>>
OBJECT_TYPE_ATTRIBUTE| Constructor and Description |
|---|
CamelRouteContextFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.camel.model.RouteDefinition> |
getObject() |
Class<?> |
getObjectType() |
List<org.apache.camel.model.RouteDefinition> |
getRoutes() |
boolean |
isSingleton() |
void |
setRoutes(List<org.apache.camel.model.RouteDefinition> routes) |
public CamelRouteContextFactoryBean()
public List<org.apache.camel.model.RouteDefinition> getObject() throws Exception
getObject in interface FactoryBean<List<org.apache.camel.model.RouteDefinition>>Exceptionpublic Class<?> getObjectType()
getObjectType in interface FactoryBean<List<org.apache.camel.model.RouteDefinition>>public boolean isSingleton()
isSingleton in interface FactoryBean<List<org.apache.camel.model.RouteDefinition>>Apache Camel