| Package | Description |
|---|---|
| org.apache.camel.model |
The JAXB POJOs for the
XML
Configuration of the routing rules.
|
| Modifier and Type | Method and Description |
|---|---|
ValidateDefinition |
ProcessorDefinition.validate(org.apache.camel.Expression expression)
Creates a validation expression which only if it is true then
the exchange is forwarded to the destination.
|
ValidateDefinition |
ProcessorDefinition.validate(org.apache.camel.Predicate predicate)
Creates a validation expression which only if it is true then
the exchange is forwarded to the destination.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionClause<ValidateDefinition> |
ProcessorDefinition.validate()
Creates a validation expression which only if it is true then
the exchange is forwarded to the destination.
|
Apache Camel