Apache Camel

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

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

Properties
This component is not nillable.

Model
<...
  inheritErrorHandler = xs:boolean
  ref = xs:string
  uri = xs:string>
interceptors*
</...>


Nested Element Summary
tns:interceptorRefinterceptors
          

Attribute Summary
 xs:booleaninheritErrorHandler
          
 xs:stringref
          
 xs:stringuri
          

Attribute Detail

inheritErrorHandler

Type:
xs:boolean
Use:
optional
Form:
unqualified

ref

Type:
xs:string
Use:
optional
Form:
unqualified

uri

Type:
xs:string
Use:
optional
Form:
unqualified

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