Apache Camel

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

Properties
This component is not nillable.

Model
<when>
(predicate | xpath | script | javaScript | groovy | php | python | ruby) to
</when>


Nested Element Summary
 groovy
          
 javaScript
          
 php
          
 predicate
          
 python
          
 ruby
          
 script
          
 to
          
 xpath
          
Local Usage
choice

Source
<xs:element name="when">
<xs:complexType>
<xs:complexContent>
<xs:extension base="c:predicate">
<xs:sequence>
<xs:element ref="c:to"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</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.