Fix HTTP Doc

This commit is contained in:
Gary Russell
2016-02-19 10:47:39 -05:00
parent bfb31a1361
commit d4c6713e8a

View File

@@ -377,7 +377,7 @@ inbound adapter.
<int:header-enricher>
<int:header name="http_statusCode" value="504" />
</int:header-enricher>
<int:transformer expression="payload.message" />
<int:transformer expression="payload.failedMessage" />
</int:chain>
----