<xsd:element name="router">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="beans:identifiedType">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="uriFactory">
</xsd:element>
<xsd:element ref="httpClientConfig">
</xsd:element>
<xsd:element ref="transport">
</xsd:element>
<xsd:element ref="stompProxy">
</xsd:element>
<xsd:element ref="swaggerProxy">
</xsd:element>
<xsd:element ref="proxy">
</xsd:element>
<xsd:element ref="soapProxy">
</xsd:element>
<xsd:element ref="serviceProxy">
</xsd:element>
<xsd:element ref="sslProxy">
</xsd:element>
<xsd:any namespace="##other" processContents="strict" />
</xsd:choice>
<xsd:attribute name="exchangeStore" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="hotDeploy" type="spel_boolean">
</xsd:attribute>
<xsd:attribute name="retryInitInterval" type="spel_number">
</xsd:attribute>
<xsd:attribute name="retryInit" type="spel_boolean">
</xsd:attribute>
<xsd:attribute name="jmx" type="xsd:string">
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
|