Apache Camel

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

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

Properties
This component is not nillable.

Model
<...
  id = xs:ID
  serviceInterface = xs:string
  serviceUrl = xs:string>

</...>


Attribute Summary
 xs:IDid
          
 xs:stringserviceInterface
          
 xs:stringserviceUrl
          

Attribute Detail

id

Type:
xs:ID
Use:
optional
Form:
unqualified

serviceInterface

Type:
xs:string
Use:
optional
Form:
unqualified

serviceUrl

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:complexType name="camelProxyFactoryType">
<xs:complexContent>
<xs:extension base="tns:identifiedType">
<xs:sequence/>
<xs:attribute name="serviceUrl" type="xs:string"/>
<xs:attribute name="serviceInterface" 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.