Uses of Class
org.apache.camel.impl.ComponentConfigurationSupport

Packages that use ComponentConfigurationSupport
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of ComponentConfigurationSupport in org.apache.camel.impl
 

Subclasses of ComponentConfigurationSupport in org.apache.camel.impl
 class DefaultComponentConfiguration
          Default implementation for components which do not inherit from UriEndpointComponent and do not have Endpoint classes annotated with UriEndpoint
 class UriComponentConfiguration
          Implements EndpointConfiguration for Endpoint implementations which are annotated with UriEndpoint to use the UriParam and UriParams annotations to denote its parameters which can be specified via URI query parameters.
 



Apache Camel