Apache Camel

http://activemq.apache.org/camel/schema/spring
element choice

Properties
This component is not nillable.

Model
<choice>
(when+, otherwise )
</choice>


Nested Element Summary
 otherwise
          
 when
          
Local Usage
route

Source
<xs:element name="choice">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="c:when"/>
<xs:element ref="c:otherwise"/>
</xs:sequence>
</xs:complexType>
</xs:element>

Apache Camel

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.