| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.component.extension |
Component extension
|
| org.apache.camel.component.extension.metadata |
MetaData component extension
|
| org.apache.camel.component.extension.verifier |
Verifier component extension
|
| org.apache.camel.component.rest |
The REST Component for defining REST services, supporting
the Camel Rest DSL.
|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentVerifier
Deprecated.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMetaDataExtension |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultComponentVerifierExtension |
| Modifier and Type | Class and Description |
|---|---|
class |
RestComponentVerifierExtension |
| Modifier and Type | Method and Description |
|---|---|
<T extends ComponentExtension> |
DefaultComponent.getExtension(Class<T> extensionType) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Class<? extends ComponentExtension>> |
DefaultComponent.getSupportedExtensions() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultComponent.registerExtension(ComponentExtension extension) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultComponent.registerExtension(Supplier<ComponentExtension> supplier) |
Apache Camel