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, validateTimePattern
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asEndpointUri, asEndpointUriXml, endpointComponentName, endpointLenientProperties, endpointProperties, getJSonSchemaResolver, setJSonSchemaResolver, validateEndpointProperties, validateEndpointProperties, validateEndpointProperties, validateLanguageExpression, validateLanguagePredicate, validateProperties, validateTimePattern
public DefaultRuntimeCamelCatalog(org.apache.camel.CamelContext camelContext)
RuntimeCamelCatalog
without caching enabled.camelContext
- the camel contextpublic DefaultRuntimeCamelCatalog(org.apache.camel.CamelContext camelContext, boolean caching)
RuntimeCamelCatalog
camelContext
- the camel contextcaching
- whether to use cachepublic void start() throws Exception
start
in interface org.apache.camel.Service
Exception
public void stop() throws Exception
stop
in interface org.apache.camel.Service
Exception
public String modelJSonSchema(String name)
modelJSonSchema
in interface org.apache.camel.runtimecatalog.RuntimeCamelCatalog
public String componentJSonSchema(String name)
componentJSonSchema
in interface org.apache.camel.runtimecatalog.RuntimeCamelCatalog
public String dataFormatJSonSchema(String name)
dataFormatJSonSchema
in interface org.apache.camel.runtimecatalog.RuntimeCamelCatalog
Apache Camel