Class RouteTemplateContextRefDefinition

java.lang.Object
org.apache.camel.model.RouteTemplateContextRefDefinition

@Metadata(label="configuration") public class RouteTemplateContextRefDefinition extends Object
To refer to an XML file with route templates defined using the xml-dsl
  • Constructor Details

    • RouteTemplateContextRefDefinition

      public RouteTemplateContextRefDefinition()
    • RouteTemplateContextRefDefinition

      public RouteTemplateContextRefDefinition(String ref)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getRef

      public String getRef()
    • setRef

      public void setRef(String ref)
      Reference to the route templates in the xml dsl
    • lookupRouteTemplates

      public List<RouteTemplateDefinition> lookupRouteTemplates(org.apache.camel.CamelContext camelContext)