Apache Camel

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

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://activemq.apache.org/camel/schema/camel-1.0.xsd}predicate (restriction)

Properties
This component is not nillable.

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


Nested Element Summary
 groovy
          
 javaScript
          
 php
          
 predicate
          
 python
          
 ruby
          
 script
          
 xpath
          
Implementors
predicate

Local Usage
predicate, when

Source
<xs:complexType name="predicate">
<xs:choice maxOccurs="1" minOccurs="1">
<xs:element ref="c:predicate"/>
<xs:element ref="c:xpath"/>
<xs:element ref="c:script"/>
<xs:element ref="c:javaScript"/>
<xs:element ref="c:groovy"/>
<xs:element ref="c:php"/>
<xs:element ref="c:python"/>
<xs:element ref="c:ruby"/>
</xs:choice>
</xs:complexType>

Apache Camel

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