Apache Camel

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

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}routeType (extension)

Properties
This component is not nillable.

Model
<...
  inheritErrorHandler = xs:boolean>
(interceptor*, from*, (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
          
 filter
          
 finally
          
 from
          
 idempotentConsumer
          
 interceptor
          
 multicast
          
 otherwise
          
 policy
          
 process
          
 recipientList
          
 resequencer
          
 route
          
 splitter
          
 throttler
          
 to
          
 try
          
 when
          

Attribute Summary
 xs:booleaninheritErrorHandler
          

Attribute Detail

inheritErrorHandler

Type:
xs:boolean
Use:
optional
Form:
unqualified

Source
<xs:complexType name="routeType">
<xs:complexContent>
<xs:extension base="tns:processorType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:interceptor"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:from"/>
<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.