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.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.list The List 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.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   
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. 
 

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

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

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

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

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

Subclasses of DefaultComponent in org.apache.camel.component.direct
 class DirectComponent<E extends Exchange>
          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
          The File Component for working with file systems
 

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.list
 

Subclasses of DefaultComponent in org.apache.camel.component.list
 class ListComponent
           
 

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 QueueComponent
          An implementation of the Queue components for asynchronous SEDA exchanges on a BlockingQueue within a CamelContext
 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.
 



Copyright © 2008 IONA Open Source Community. All Rights Reserved.