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

Packages that use DefaultComponent
org.apache.camel.component.bean The Bean Component which will look up the bean name in the Spring ApplicationContext and use that to dispatch messages to a POJO 
org.apache.camel.component.browse The Browse Component which is a simple in memory component which maintains a list of all message exchanges which can be useful for debugging, tooling or visualistion. 
org.apache.camel.component.dataset A DataSet Endpoint for testing of endpoints using defined DataSets 
org.apache.camel.component.direct The Direct Component which synchronously invokes all the consumers when a producer sends an exchange to the endpoint. 
org.apache.camel.component.file The File Component for working with file systems. 
org.apache.camel.component.jmx The JMX Component for monitoring JMX Attributes uisng a CounterMonitor. 
org.apache.camel.component.log The Log Component uses Jakarta Commons Logging to log message exchanges. 
org.apache.camel.component.mock The Mock Component which is used for testing of routing and mediation rules. 
org.apache.camel.component.ref The Ref Component for lookup of existing endpoints bound in the Registry
org.apache.camel.component.seda The SEDA Component for asynchronous SEDA exchanges on a BlockingQueue within a single CamelContext 
org.apache.camel.component.timer The Timer Component extends the POJO component to provide a simple timer 
org.apache.camel.component.vm The VM Component for asynchronous SEDA exchanges on a BlockingQueue within the current JVM; so across CamelContext instances. 
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of DefaultComponent in org.apache.camel.component.bean
 

Subclasses of DefaultComponent in org.apache.camel.component.bean
 class BeanComponent
          The Bean Component will look up the URI in the Spring ApplicationContext and use that to handle message dispatching.
 

Uses of DefaultComponent in org.apache.camel.component.browse
 

Subclasses of DefaultComponent in org.apache.camel.component.browse
 class BrowseComponent
          The browse component.
 

Uses of DefaultComponent in org.apache.camel.component.dataset
 

Subclasses of DefaultComponent in org.apache.camel.component.dataset
 class DataSetComponent
          Component for DataSet.
 

Uses of DefaultComponent in org.apache.camel.component.direct
 

Subclasses of DefaultComponent in org.apache.camel.component.direct
 class DirectComponent
          Represents the component that manages DirectEndpoint.
 

Uses of DefaultComponent in org.apache.camel.component.file
 

Subclasses of DefaultComponent in org.apache.camel.component.file
 class FileComponent
          File component.
 class GenericFileComponent<T>
          Base class file component.
 

Uses of DefaultComponent in org.apache.camel.component.jmx
 

Subclasses of DefaultComponent in org.apache.camel.component.jmx
 class JMXComponent
          The JMX Component for monitoring JMX attributes
 

Uses of DefaultComponent in org.apache.camel.component.log
 

Subclasses of DefaultComponent in org.apache.camel.component.log
 class LogComponent
          The Log Component to log message exchanges to the underlying logging mechanism.
 

Uses of DefaultComponent in org.apache.camel.component.mock
 

Subclasses of DefaultComponent in org.apache.camel.component.mock
 class MockComponent
          A factory of MockEndpoint instances
 

Uses of DefaultComponent in org.apache.camel.component.ref
 

Subclasses of DefaultComponent in org.apache.camel.component.ref
 class RefComponent
          Component for lookup of existing endpoints bound in the Registry.
 

Uses of DefaultComponent in org.apache.camel.component.seda
 

Subclasses of DefaultComponent in org.apache.camel.component.seda
 class SedaComponent
          An implementation of the SEDA components for asynchronous SEDA exchanges on a BlockingQueue within a CamelContext
 

Uses of DefaultComponent in org.apache.camel.component.timer
 

Subclasses of DefaultComponent in org.apache.camel.component.timer
 class TimerComponent
          Represents the component that manages TimerEndpoint.
 

Uses of DefaultComponent in org.apache.camel.component.vm
 

Subclasses of DefaultComponent in org.apache.camel.component.vm
 class VmComponent
          An implementation of the VM components for asynchronous SEDA exchanges on a BlockingQueue within the classloader tree containing the camel-core.jar.
 

Uses of DefaultComponent in org.apache.camel.impl
 

Subclasses of DefaultComponent in org.apache.camel.impl
 class HeaderFilterStrategyComponent
           
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.