Apache Camel

http://activemq.apache.org/camel/schema/camel-1.0.xsd
element predicate

Properties
This component is not nillable.

Model
<predicate>
((body | header) , (isEqualTo | isNotEqualTo) )
</predicate>


Nested Element Summary
 body
          
 header
          
 isEqualTo
          
 isNotEqualTo
          
Local Usage
predicate, when

Source
<xs:element name="predicate">
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element ref="c:body"/>
<xs:element ref="c:header"/>
</xs:choice>
<xs:choice>
<xs:element ref="c:isEqualTo"/>
<xs:element ref="c:isNotEqualTo"/>
</xs:choice>
</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.