Apache Camel

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

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

Properties
This component is not nillable.

Model
<...
  id = xs:ID>
(package*, (beanPostProcessor | proxy | export)* , endpoint*, route* )
</...>


Nested Element Summary
 beanPostProcessor
          
 endpoint
          
 export
          
xs:stringpackage
          
 proxy
          
 route
          

Attribute Summary
 xs:IDid
          

Attribute Detail

id

Type:
xs:ID
Use:
optional
Form:
unqualified

Source
<xs:complexType name="camelContextFactoryBean">
<xs:complexContent>
<xs:extension base="tns:identifiedType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="package" type="xs:string"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="tns:beanPostProcessor"/>
<xs:element ref="tns:proxy"/>
<xs:element ref="tns:export"/>
</xs:choice>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:endpoint"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:route"/>
</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.