|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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 | |
org.apache.camel.component.mock | The Mock Component which is used for testing of routing and mediation rules. |
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.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.log |
---|
Subclasses of DefaultComponent in org.apache.camel.component.log | |
---|---|
class |
LogComponent
|
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.seda |
---|
Subclasses of DefaultComponent in org.apache.camel.component.seda | |
---|---|
class |
QueueComponent<E extends Exchange>
An implementation of the Queue components for asynchronous SEDA exchanges on a BlockingQueue within a CamelContext |
class |
SedaComponent<E extends Exchange>
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<E extends Exchange>
An implementation of the VM components for asynchronous SEDA exchanges on a BlockingQueue within the classloader tree containing
the camel-core.jar. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |