| Package | Description |
|---|---|
| org.apache.camel.model |
The JAXB POJOs for the
XML
Configuration of the routing rules.
|
| org.apache.camel.model.rest |
The JAXB POJOs for the REST DSL
|
| org.apache.camel.reifier |
| Modifier and Type | Class and Description |
|---|---|
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 | Method and Description |
|---|---|
ToDynamicDefinition |
ToDynamicDefinition.allowOptimisedComponents(boolean allowOptimisedComponents)
Whether to allow components to optimise toD if they are
SendDynamicAware. |
ToDynamicDefinition |
ToDynamicDefinition.cacheSize(int cacheSize)
Sets the maximum size used by the
ConsumerCache which is used to cache and
reuse producers. |
ToDynamicDefinition |
ToDynamicDefinition.ignoreInvalidEndpoint()
Ignore the invalidate endpoint exception when try to create a producer
with that endpoint
|
ToDynamicDefinition |
ToDynamicDefinition.pattern(org.apache.camel.ExchangePattern pattern)
Sets the optional
ExchangePattern used to invoke this endpoint |
| Modifier and Type | Method and Description |
|---|---|
ToDynamicDefinition |
VerbDefinition.getToD() |
| Modifier and Type | Method and Description |
|---|---|
void |
VerbDefinition.setToD(ToDynamicDefinition to) |
| Modifier and Type | Class and Description |
|---|---|
class |
ToDynamicReifier<T extends ToDynamicDefinition> |
Apache Camel