Uses of Interface
org.apache.camel.component.extension.ComponentExtension
Packages that use ComponentExtension
Package
Description
The core Camel API.
Component extension
-
Uses of ComponentExtension in org.apache.camel
Methods in org.apache.camel with type parameters of type ComponentExtensionModifier and TypeMethodDescriptiondefault <T extends ComponentExtension>
Optional<T> Component.getExtension
(Class<T> extensionType) Gets the extension of the given type.Methods in org.apache.camel that return types with arguments of type ComponentExtensionModifier and TypeMethodDescriptiondefault Collection
<Class<? extends ComponentExtension>> Component.getSupportedExtensions()
Gets a list of supported extensions. -
Uses of ComponentExtension in org.apache.camel.component.extension
Subinterfaces of ComponentExtension in org.apache.camel.component.extensionModifier and TypeInterfaceDescriptioninterface
Defines the interface used for validating component/endpoint parameters.interface
Methods in org.apache.camel.component.extension with type parameters of type ComponentExtensionModifier and TypeMethodDescriptiondefault <T extends ComponentExtension>
TAccess the underlying concrete ComponentExtension implementation to provide access to further features.