Package org.apache.camel.model
Class RestContextRefDefinitionHelper
- java.lang.Object
-
- org.apache.camel.model.RestContextRefDefinitionHelper
-
public final class RestContextRefDefinitionHelper extends Object
Helper forRestContextRefDefinition.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<RestDefinition>lookupRests(org.apache.camel.CamelContext camelContext, String ref)Lookup the rests from theRestContextRefDefinition.
-
-
-
Method Detail
-
lookupRests
public static List<RestDefinition> lookupRests(org.apache.camel.CamelContext camelContext, String ref)
Lookup the rests from theRestContextRefDefinition.- Parameters:
camelContext- the CamelContextref- the id of theRestContextRefDefinitionto lookup and get the routes.- Returns:
- the rests.
-
-