| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.component.extension |
Component extension
|
| Modifier and Type | Method and Description |
|---|---|
default <T extends ComponentExtension> |
Component.getExtension(Class<T> extensionType)
Gets the extension of the given type.
|
| Modifier and Type | Method and Description |
|---|---|
default Collection<Class<? extends ComponentExtension>> |
Component.getSupportedExtensions()
Gets a list of supported extensions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentVerifierExtension
Defines the interface used for validating component/endpoint parameters.
|
interface |
MetaDataExtension |
| Modifier and Type | Method and Description |
|---|---|
default <T extends ComponentExtension> |
ComponentExtension.unwrap(Class<T> clazz)
Access the underlying concrete ComponentExtension implementation to
provide access to further features.
|
Apache Camel