| Interface | Description |
|---|---|
| CamelCatalog |
Catalog of components, data formats, models (EIPs), languages, and more from this Apache Camel release.
|
| JSonSchemaResolver |
Pluggable resolver to load JSon schema files for components, data formats, languages etc.
|
| RuntimeProvider |
A pluggable strategy for chosen runtime to run Camel such as default, karaf, spring-boot, etc.
|
| SuggestionStrategy |
Strategy to provide suggestions for unknown endpoint options
|
| VersionManager |
Strategy to manage and load Camel versions the catalog uses.
|
| Class | Description |
|---|---|
| AbstractCamelCatalog |
Base class for both the runtime RuntimeCamelCatalog from camel-core and the complete CamelCatalog from camel-catalog.
|
| CamelCatalogJSonSchemaResolver |
JSonSchemaResolver used by CamelCatalog that is able to load all the resources that the complete camel-catalog JAR provides. |
| CamelCatalogMBeanExporter | Deprecated |
| CatalogHelper | |
| CollectionStringBuffer | |
| DefaultCamelCatalog |
Default
CamelCatalog. |
| DefaultRuntimeProvider | |
| DefaultVersionManager | |
| EndpointValidationResult |
Details result of validating endpoint uri.
|
| JSonSchemaHelper | |
| LanguageValidationResult |
Validation result of parsing a language expression or predicate
|
| Pair<T> |
Copied from org.apache.camel.util.Pair
|
| SimpleValidationResult | Deprecated
Please use
LanguageValidationResult instead. |
| TimePatternConverter |
This class is a copy from camel-core so we can use it independent to validate uris with time patterns
|
| UnsafeUriCharactersEncoder |
Encoder for unsafe URI characters.
|
| URISupport |
Copied from org.apache.camel.util.URISupport
|
| VersionHelper |
To get the version of this catalog.
|
Apache Camel