Uses of Class
org.apache.camel.model.WhenDefinition
-
Packages that use WhenDefinition Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of WhenDefinition in org.apache.camel.model
Subclasses of WhenDefinition in org.apache.camel.model Modifier and Type Class Description classWhenSkipSendToEndpointDefinitionPredicate to determine if the message should be sent or not to the endpoint, when using interceptSentToEndpoint.Methods in org.apache.camel.model that return WhenDefinition Modifier and Type Method Description WhenDefinitionCatchDefinition. getOnWhen()WhenDefinitionOnCompletionDefinition. getOnWhen()WhenDefinitionOnExceptionDefinition. getOnWhen()Methods in org.apache.camel.model that return types with arguments of type WhenDefinition Modifier and Type Method Description List<WhenDefinition>ChoiceDefinition. getWhenClauses()Methods in org.apache.camel.model with parameters of type WhenDefinition Modifier and Type Method Description voidCatchDefinition. setOnWhen(WhenDefinition onWhen)voidOnCompletionDefinition. setOnWhen(WhenDefinition onWhen)voidOnExceptionDefinition. setOnWhen(WhenDefinition onWhen)Method parameters in org.apache.camel.model with type arguments of type WhenDefinition Modifier and Type Method Description voidChoiceDefinition. setWhenClauses(List<WhenDefinition> whenClauses)Sets the when nodes
-