public class DefaultRestDefinitionsResolver extends Object implements RestDefinitionsResolver
JMX_REST_DEFINITION_RESOLVER| Constructor and Description |
|---|
DefaultRestDefinitionsResolver() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
findCamelContexts() |
List<org.apache.camel.model.rest.RestDefinition> |
getRestDefinitions(org.apache.camel.CamelContext camelContext,
String camelId) |
public List<org.apache.camel.model.rest.RestDefinition> getRestDefinitions(org.apache.camel.CamelContext camelContext, String camelId) throws Exception
getRestDefinitions in interface RestDefinitionsResolverExceptionpublic List<String> findCamelContexts() throws Exception
findCamelContexts in interface RestDefinitionsResolverExceptionApache Camel