public class DefaultRuntimeCamelCatalog extends AbstractCamelCatalog implements org.apache.camel.runtimecatalog.RuntimeCamelCatalog
RuntimeCamelCatalog.| Constructor and Description |
|---|
DefaultRuntimeCamelCatalog(org.apache.camel.CamelContext camelContext)
Creates the
RuntimeCamelCatalog without caching enabled. |
DefaultRuntimeCamelCatalog(org.apache.camel.CamelContext camelContext,
boolean caching)
Creates the
RuntimeCamelCatalog |
| Modifier and Type | Method and Description |
|---|---|
String |
componentJSonSchema(String name) |
String |
dataFormatJSonSchema(String name) |
String |
languageJSonSchema(String name) |
String |
modelJSonSchema(String name) |
void |
start() |
void |
stop() |
asEndpointUri, asEndpointUriXml, endpointComponentName, endpointLenientProperties, endpointProperties, getJSonSchemaResolver, getSuggestionStrategy, setJSonSchemaResolver, setSuggestionStrategy, validateEndpointProperties, validateEndpointProperties, validateEndpointProperties, validateLanguageExpression, validateLanguagePredicate, validateProperties, validateTimePatternclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasEndpointUri, asEndpointUriXml, endpointComponentName, endpointLenientProperties, endpointProperties, getJSonSchemaResolver, setJSonSchemaResolver, validateEndpointProperties, validateEndpointProperties, validateEndpointProperties, validateLanguageExpression, validateLanguagePredicate, validateProperties, validateTimePatternpublic DefaultRuntimeCamelCatalog(org.apache.camel.CamelContext camelContext)
RuntimeCamelCatalog without caching enabled.camelContext - the camel contextpublic DefaultRuntimeCamelCatalog(org.apache.camel.CamelContext camelContext,
boolean caching)
RuntimeCamelCatalogcamelContext - the camel contextcaching - whether to use cachepublic void start()
throws Exception
start in interface org.apache.camel.ServiceExceptionpublic void stop()
throws Exception
stop in interface org.apache.camel.ServiceExceptionpublic String modelJSonSchema(String name)
modelJSonSchema in interface org.apache.camel.runtimecatalog.RuntimeCamelCatalogpublic String componentJSonSchema(String name)
componentJSonSchema in interface org.apache.camel.runtimecatalog.RuntimeCamelCatalogpublic String dataFormatJSonSchema(String name)
dataFormatJSonSchema in interface org.apache.camel.runtimecatalog.RuntimeCamelCatalogApache Camel