INTSAMPLES-19 Add Gateway Example

This commit is contained in:
Gary Russell
2011-02-02 13:28:36 -05:00
parent 00019ac90d
commit c5233cbd9f
8 changed files with 149 additions and 7 deletions

View File

@@ -60,4 +60,9 @@ This test case shows both unit testing a custom filter class as well
as testing it within a Spring Integration flow fragment.
...gateway.GatewayTests.java
This test case shows how to verify that a <gateway/> has been configured
to work as expected, including @Header parameters on the gateway method
and <method/> elements in the configuration.