@Metadata(label="configuration") public class RouteTemplateContextRefDefinition extends Object
Constructor and Description |
---|
RouteTemplateContextRefDefinition() |
Modifier and Type | Method and Description |
---|---|
String |
getRef() |
List<RouteTemplateDefinition> |
lookupRouteTemplates(org.apache.camel.CamelContext camelContext) |
void |
setRef(String ref)
Reference to the route templates in the xml dsl
|
String |
toString() |
public String getRef()
public void setRef(String ref)
public List<RouteTemplateDefinition> lookupRouteTemplates(org.apache.camel.CamelContext camelContext)
Apache Camel