Class SpringBootRuntimeProvider
java.lang.Object
org.apache.camel.springboot.catalog.SpringBootRuntimeProvider
- All Implemented Interfaces:
org.apache.camel.catalog.RuntimeProvider
public class SpringBootRuntimeProvider
extends Object
implements org.apache.camel.catalog.RuntimeProvider
A Spring Boot based
RuntimeProvider which only includes the supported Camel components, data formats, and languages
which can be installed in Spring Boot using the starter dependencies.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.catalog.CamelCatalogvoidsetCamelCatalog(org.apache.camel.catalog.CamelCatalog camelCatalog)
-
Constructor Details
-
SpringBootRuntimeProvider
public SpringBootRuntimeProvider()
-
-
Method Details
-
getCamelCatalog
public org.apache.camel.catalog.CamelCatalog getCamelCatalog()- Specified by:
getCamelCatalogin interfaceorg.apache.camel.catalog.RuntimeProvider
-
setCamelCatalog
public void setCamelCatalog(org.apache.camel.catalog.CamelCatalog camelCatalog) - Specified by:
setCamelCatalogin interfaceorg.apache.camel.catalog.RuntimeProvider
-
getProviderName
- Specified by:
getProviderNamein interfaceorg.apache.camel.catalog.RuntimeProvider
-
getProviderGroupId
- Specified by:
getProviderGroupIdin interfaceorg.apache.camel.catalog.RuntimeProvider
-
getProviderArtifactId
- Specified by:
getProviderArtifactIdin interfaceorg.apache.camel.catalog.RuntimeProvider
-
getComponentJSonSchemaDirectory
- Specified by:
getComponentJSonSchemaDirectoryin interfaceorg.apache.camel.catalog.RuntimeProvider
-
getDataFormatJSonSchemaDirectory
- Specified by:
getDataFormatJSonSchemaDirectoryin interfaceorg.apache.camel.catalog.RuntimeProvider
-
getLanguageJSonSchemaDirectory
- Specified by:
getLanguageJSonSchemaDirectoryin interfaceorg.apache.camel.catalog.RuntimeProvider
-
getOtherJSonSchemaDirectory
- Specified by:
getOtherJSonSchemaDirectoryin interfaceorg.apache.camel.catalog.RuntimeProvider
-
findComponentNames
- Specified by:
findComponentNamesin interfaceorg.apache.camel.catalog.RuntimeProvider
-
findDataFormatNames
- Specified by:
findDataFormatNamesin interfaceorg.apache.camel.catalog.RuntimeProvider
-
findLanguageNames
- Specified by:
findLanguageNamesin interfaceorg.apache.camel.catalog.RuntimeProvider
-
findOtherNames
- Specified by:
findOtherNamesin interfaceorg.apache.camel.catalog.RuntimeProvider
-