Apache Camel

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

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

Properties
This component is not nillable.

Model
<...
  inheritErrorHandler = xs:boolean>
(interceptors*, when*, otherwise? )
</...>


Nested Element Summary
tns:interceptorRefinterceptors
          
 otherwise
          
 when
          

Attribute Summary
 xs:booleaninheritErrorHandler
          

Attribute Detail

inheritErrorHandler

Type:
xs:boolean
Use:
optional
Form:
unqualified

Source
<xs:complexType name="choiceType">
<xs:complexContent>
<xs:extension base="tns:processorType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="interceptors" type="tns:interceptorRef"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:when"/>
<xs:element minOccurs="0" ref="tns:otherwise"/>
</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.