Apache Camel

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

Documentation
  Defines a routing rule
      
Properties
This component is not nillable.

Model
<route>
(from, (filter* | intercept*) , (choice | process | recipientList)? , splitter?, to? )
</route>


Nested Element Summary
 choice
          
 filter
          
 from
          
 intercept
          
 process
          
 recipientList
          
 splitter
          
 to
          
Local Usage
camelContext, routeBuilder

Source
<xs:element name="route">
<xs:complexType>
<xs:sequence>
<xs:element ref="c:from"/>
<xs:choice>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="c:filter"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="c:intercept"/>
</xs:choice>
<xs:choice minOccurs="0">
<xs:element ref="c:choice"/>
<xs:element ref="c:process"/>
<xs:element ref="c:recipientList"/>
</xs:choice>
<xs:element minOccurs="0" ref="c:splitter"/>
<xs:element minOccurs="0" ref="c:to"/>
</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.