Class RestContextRefDefinition


  • @Metadata(label="configuration,rest")
    public class RestContextRefDefinition
    extends Object
    To refer to an XML file with rest services defined using the rest-dsl
    • Constructor Detail

      • RestContextRefDefinition

        public RestContextRefDefinition()
    • Method Detail

      • getRef

        public String getRef()
      • setRef

        public void setRef​(String ref)
        Reference to the rest-dsl
      • lookupRests

        public List<RestDefinition> lookupRests​(org.apache.camel.CamelContext camelContext)