Package org.apache.camel.model
Class RestContextRefDefinition
- java.lang.Object
-
- org.apache.camel.model.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 Summary
Constructors Constructor Description RestContextRefDefinition()RestContextRefDefinition(String ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRef()List<RestDefinition>lookupRests(org.apache.camel.CamelContext camelContext)voidsetRef(String ref)Reference to the rest-dslStringtoString()
-
-
-
Constructor Detail
-
RestContextRefDefinition
public RestContextRefDefinition()
-
RestContextRefDefinition
public RestContextRefDefinition(String ref)
-
-