Package | Description |
---|---|
org.apache.camel.model |
The JAXB POJOs for the
XML Configuration
of the routing rules.
|
Modifier and Type | Class and Description |
---|---|
class |
EnrichDefinition
Enriches a message with data from a secondary resource
|
class |
FromDefinition
Act as a message source as input to a route
|
class |
InOnlyDefinition
Marks the exchange pattern for the route to one way
|
class |
InOutDefinition
Marks the exchange pattern for the route to request/reply
|
class |
PollEnrichDefinition
Enriches messages with data polled from a secondary resource
|
class |
SendDefinition<Type extends ProcessorDefinition<Type>>
Sends the message to an endpoint
|
class |
ToDefinition
Sends the message to an endpoint
|
class |
WireTapDefinition<Type extends ProcessorDefinition<Type>>
Routes a copy of a message (or creates a new message) to a secondary destination while continue routing the original message.
|
Apache Camel