Package | Description |
---|---|
org.apache.camel.component |
Base classes for Components
|
org.apache.camel.component.seda | |
org.apache.camel.component.timer |
The Timer Component provides a
simple timer
|
org.apache.camel.component.xslt |
The XSLT Component for transforming messages with XSLT
|
org.apache.camel.management.mbean |
Camel management JMX MBeans
|
org.apache.camel.processor.idempotent |
An implementation of the Idempotent Consumer
pattern.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceEndpoint
A useful base class for endpoints which depend on a resource
such as things like Velocity or XQuery based components.
|
Modifier and Type | Class and Description |
---|---|
class |
SedaEndpoint
An implementation of the Queue components for
asynchronous SEDA exchanges on a
BlockingQueue within a CamelContext |
Modifier and Type | Class and Description |
---|---|
class |
TimerEndpoint
Represents a timer endpoint that can generate periodic inbound exchanges triggered by a timer.
|
Modifier and Type | Class and Description |
---|---|
class |
XsltEndpoint |
Modifier and Type | Class and Description |
---|---|
class |
FileIdempotentRepository
A file based implementation of
IdempotentRepository . |
class |
MemoryIdempotentRepository
A memory based implementation of
IdempotentRepository . |
Apache Camel