request-timeout replaced with reply-timeout for HTTP outbound-gateway

This commit is contained in:
Mark Fisher
2011-11-21 07:47:04 -05:00
parent 448808edb7
commit 8060a39aa5
3 changed files with 4 additions and 4 deletions

View File

@@ -249,7 +249,7 @@ The String "HTTP_REQUEST_HEADERS" will match against any of the standard HTTP Re
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="reply-key" type="xsd:string" />
<xsd:attribute name="reply-timeout" type="xsd:string" />
<xsd:attribute name="request-timeout" type="xsd:string" />
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
@@ -603,7 +603,7 @@ The String "HTTP_REQUEST_HEADERS" will match against any of the standard HTTP Re
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="request-timeout" type="xsd:string" />
<xsd:attribute name="reply-timeout" type="xsd:string" />
</xsd:complexType>
</xsd:schema>