Apache Camel

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

Documentation
  Defines an endpoint as a top level Spring bean that can then be injected into other beans
  or shared across multiple routing expressions
      
Properties
This component is not nillable.

Model
<endpoint
  uri = xs:anyURI>

</endpoint>


Attribute Summary
 xs:anyURIuri
          

Attribute Detail

uri

Type:
xs:anyURI
Use:
optional
Form:
unqualified

Local Usage
camelContext, to

Source
<xs:element name="endpoint">
<xs:complexType>
<xs:complexContent>
<xs:extension base="s:identifiedType">
<xs:attribute name="uri" type="xs:anyURI"/>
</xs:extension>
</xs:complexContent>
</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.