Uses of Class
org.apache.camel.model.ChoiceType

Packages that use ChoiceType
org.apache.camel.model Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of ChoiceType in org.apache.camel.model
 

Methods in org.apache.camel.model that return ChoiceType
 ChoiceType ProcessorType.choice()
          Creates a choice of one or more predicates with an otherwise clause
 ChoiceType ChoiceType.proceed()
           
 ChoiceType ChoiceType.to(Collection<Endpoint> endpoints)
           
 ChoiceType ChoiceType.to(Endpoint... endpoints)
           
 ChoiceType ChoiceType.to(Endpoint endpoint)
           
 ChoiceType ChoiceType.to(String... uris)
           
 ChoiceType ChoiceType.to(String uri)
           
 ChoiceType ChoiceType.when(Predicate predicate)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.