Apache Camel

http://activemq.apache.org/camel/schema/spring
element from

Documentation
  Defines the from endpoint(s) in a routing rules
      
Properties
This component is not nillable.

Model
<from
  ref = xs:string
  uri = xs:anyURI>

</from>


Attribute Summary
 xs:stringref
          
 xs:anyURIuri
          

Attribute Detail

ref

Type:
xs:string
Use:
optional
Form:
unqualified

uri

Type:
xs:anyURI
Use:
optional
Form:
unqualified

Local Usage
route

Source
<xs:element name="from">
<xs:complexType>
<xs:attribute name="uri" type="xs:anyURI"/>
<xs:attribute name="ref" type="xs:string"/>
</xs:complexType>
</xs:element>

Apache Camel

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.