public class DefaultRuntimeCamelCatalog extends AbstractCamelCatalog implements RuntimeCamelCatalog
RuntimeCamelCatalog.| Constructor and Description |
|---|
DefaultRuntimeCamelCatalog(CamelContext camelContext)
Creates the
RuntimeCamelCatalog without caching enabled. |
DefaultRuntimeCamelCatalog(CamelContext camelContext,
boolean caching)
Creates the
RuntimeCamelCatalog |
| Modifier and Type | Method and Description |
|---|---|
String |
componentJSonSchema(String name)
Returns the component information as JSon format.
|
String |
dataFormatJSonSchema(String name)
Returns the data format information as JSon format.
|
String |
languageJSonSchema(String name)
Returns the language information as JSon format.
|
String |
modelJSonSchema(String name)
Returns the model information as JSon format.
|
void |
start()
Starts the service
|
void |
stop()
Stops the service
|
asEndpointUri, asEndpointUri, asEndpointUriXml, asEndpointUriXml, endpointComponentName, endpointLenientProperties, endpointProperties, getJSonSchemaResolver, getSuggestionStrategy, setJSonSchemaResolver, setSuggestionStrategy, validateEndpointProperties, validateEndpointProperties, validateEndpointProperties, validateLanguageExpression, validateLanguagePredicate, validateProperties, validateSimpleExpression, validateSimpleExpression, validateSimplePredicate, validateSimplePredicate, validateTimePatternclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasEndpointUri, asEndpointUriXml, endpointComponentName, endpointLenientProperties, endpointProperties, getJSonSchemaResolver, setJSonSchemaResolver, validateEndpointProperties, validateEndpointProperties, validateEndpointProperties, validateLanguageExpression, validateLanguagePredicate, validateProperties, validateSimpleExpression, validateSimpleExpression, validateSimplePredicate, validateSimplePredicate, validateTimePatternpublic DefaultRuntimeCamelCatalog(CamelContext camelContext)
RuntimeCamelCatalog without caching enabled.camelContext - the camel contextpublic DefaultRuntimeCamelCatalog(CamelContext camelContext, boolean caching)
RuntimeCamelCatalogcamelContext - the camel contextcaching - whether to use cachepublic void start() throws Exception
Servicepublic void stop() throws Exception
Servicepublic String modelJSonSchema(String name)
RuntimeCamelCatalogmodelJSonSchema in interface RuntimeCamelCatalogname - the model namepublic String componentJSonSchema(String name)
RuntimeCamelCatalogcomponentJSonSchema in interface RuntimeCamelCatalogname - the component namepublic String dataFormatJSonSchema(String name)
RuntimeCamelCatalogdataFormatJSonSchema in interface RuntimeCamelCatalogname - the data format namepublic String languageJSonSchema(String name)
RuntimeCamelCataloglanguageJSonSchema in interface RuntimeCamelCatalogname - the language nameApache Camel