| Package | Description |
|---|---|
| org.apache.camel.model |
The JAXB POJOs for the
XML
Configuration of the routing rules.
|
| org.apache.camel.model.cloud |
The JAXB POJOs for the remote service call DSL
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeanDefinition
Calls a java bean
|
class |
ClaimCheckDefinition
The Claim Check EIP allows you to replace message content with a claim check
(a unique key), which can be used to retrieve the message content at a later
time.
|
class |
ConvertBodyDefinition
Converts the message body to another type
|
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 |
LogDefinition
Logs the defined message to the logger
|
class |
MarshalDefinition
Marshals data into a specified format for transmission over a transport or
component
|
class |
ProcessDefinition
Calls a Camel processor
|
class |
RemoveHeaderDefinition
Removes a named header from the message
|
class |
RemoveHeadersDefinition
Removes message headers whose name matches a specified pattern
|
class |
RemovePropertiesDefinition
Removes message exchange properties whose name matches a specified pattern
|
class |
RemovePropertyDefinition
Removes a named property from the message exchange
|
class |
RollbackDefinition
Forces a rollback by stopping routing the message
|
class |
SamplingDefinition
Extract a sample of the messages passing through a route
|
class |
SendDefinition<Type extends ProcessorDefinition<Type>>
Sends the message to an endpoint
|
class |
SetExchangePatternDefinition
Sets the exchange pattern on the message exchange
|
class |
StopDefinition
Stops the processing of the current message
|
class |
ThreadsDefinition
Specifies that all steps after this node are processed asynchronously
|
class |
ThrowExceptionDefinition
Throws an exception
|
class |
ToDefinition
Sends the message to a static endpoint
|
class |
ToDynamicDefinition
Sends the message to a dynamic endpoint
You can specify multiple languages in the uri separated by the plus sign,
such as mock:+language:xpath:/order/@uri where mock: would
be a prefix to a xpath expression.
|
class |
UnmarshalDefinition
Converts the message data received from the wire into a format that Apache
Camel processors can consume
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceCallDefinition
To call remote services
|
Apache Camel