Apache Camel

http://activemq.apache.org/camel/schema/spring
complexType resequencerType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://activemq.apache.org/camel/schema/spring}processorType (restriction)
|
+--{http://activemq.apache.org/camel/schema/spring}resequencerType (extension)

Properties
This component is not nillable.

Model
<...
  inheritErrorHandler = xs:boolean>
(interceptors*, (el | groovy | header | javaScript | expression | ognl | php | python | ruby | simple | sql | xpath | xquery)* , (aggregator | bean | catch | choice | when | otherwise | delayer | filter | finally | idempotentConsumer | multicast | policy | process | recipientList | resequencer | route | splitter | throttler | to | try)* )
</...>


Nested Element Summary
 aggregator
          
 bean
          
 catch
          
 choice
          
 delayer
          
 el
          
 expression
          
 filter
          
 finally
          
 groovy
          
 header
          
 idempotentConsumer
          
tns:interceptorRefinterceptors
          
 javaScript
          
 multicast
          
 ognl
          
 otherwise
          
 php
          
 policy
          
 process
          
 python
          
 recipientList
          
 resequencer
          
 route
          
 ruby
          
 simple
          
 splitter
          
 sql
          
 throttler
          
 to
          
 try
          
 when
          
 xpath
          
 xquery
          

Attribute Summary
 xs:booleaninheritErrorHandler
          

Attribute Detail

inheritErrorHandler

Type:
xs:boolean
Use:
optional
Form:
unqualified

Source
<xs:complexType name="resequencerType">
<xs:complexContent>
<xs:extension base="tns:processorType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="interceptors" type="tns:interceptorRef"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="tns:el"/>
<xs:element ref="tns:groovy"/>
<xs:element ref="tns:header"/>
<xs:element ref="tns:javaScript"/>
<xs:element ref="tns:expression"/>
<xs:element ref="tns:ognl"/>
<xs:element ref="tns:php"/>
<xs:element ref="tns:python"/>
<xs:element ref="tns:ruby"/>
<xs:element ref="tns:simple"/>
<xs:element ref="tns:sql"/>
<xs:element ref="tns:xpath"/>
<xs:element ref="tns:xquery"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="tns:aggregator"/>
<xs:element ref="tns:bean"/>
<xs:element ref="tns:catch"/>
<xs:element ref="tns:choice"/>
<xs:element ref="tns:when"/>
<xs:element ref="tns:otherwise"/>
<xs:element ref="tns:delayer"/>
<xs:element ref="tns:filter"/>
<xs:element ref="tns:finally"/>
<xs:element ref="tns:idempotentConsumer"/>
<xs:element ref="tns:multicast"/>
<xs:element ref="tns:policy"/>
<xs:element ref="tns:process"/>
<xs:element ref="tns:recipientList"/>
<xs:element ref="tns:resequencer"/>
<xs:element ref="tns:route"/>
<xs:element ref="tns:splitter"/>
<xs:element ref="tns:throttler"/>
<xs:element ref="tns:to"/>
<xs:element ref="tns:try"/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

Apache Camel

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