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.validator |
The Validator Component for validating XML against some schema
|
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
The seda component provides asynchronous call to another endpoint from any CamelContext in the same JVM.
|
Modifier and Type | Class and Description |
---|---|
class |
TimerEndpoint
The timer component is used for generating message exchanges when a timer fires.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidatorEndpoint
Validates the payload of a message using XML Schema and JAXP Validation.
|
Modifier and Type | Class and Description |
---|---|
class |
XsltEndpoint
Transforms the message using a XSLT template.
|
Modifier and Type | Class and Description |
---|---|
class |
FileIdempotentRepository
A file based implementation of
IdempotentRepository . |
class |
MemoryIdempotentRepository
A memory based implementation of
IdempotentRepository . |
Apache Camel