| Package | Description |
|---|---|
| org.apache.camel.management.mbean |
Camel management JMX MBeans
|
| org.apache.camel.model |
The JAXB POJOs for the
XML Configuration
of the routing rules.
|
| Modifier and Type | Method and Description |
|---|---|
ValidateDefinition |
ManagedValidate.getDefinition() |
| Constructor and Description |
|---|
ManagedValidate(CamelContext context,
PredicateValidatingProcessor processor,
ValidateDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
ValidateDefinition |
ProcessorDefinition.validate(Expression expression)
Creates a validation expression which only if it is true then the
exchange is forwarded to the destination.
|
ValidateDefinition |
ProcessorDefinition.validate(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