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)* )
</...>
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:choice> <xs:choice maxOccurs="unbounded" minOccurs="0"> </xs:choice> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.