Apache Camel

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

Properties
This component is not nillable.

Model
<recipients>
((header | bodyAs)? , (body | tokenize)? )
</recipients>


Nested Element Summary
 body
          
 bodyAs
          
 header
          
 tokenize
          
Local Usage
recipients

Source
<xs:element name="recipients">
<xs:complexType>
<xs:sequence>
<xs:choice minOccurs="0">
<xs:element ref="c:header"/>
<xs:element ref="c:bodyAs"/>
</xs:choice>
<xs:choice minOccurs="0">
<xs:element ref="c:body"/>
<xs:element ref="c:tokenize"/>
</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.