INT-1129 moved Message and MessageHeaders from 'core' to the root (org.springframework.integration)

This commit is contained in:
Mark Fisher
2010-07-28 15:05:50 +00:00
parent 7434976734
commit 4de9a23357
510 changed files with 608 additions and 585 deletions

View File

@@ -22,7 +22,7 @@ import org.springframework.integration.annotation.Gateway;
* The entry point for Cafe Demo. The demo's main() method invokes the
* '<code>placeOrder</code>' method on a generated MessagingGateway proxy.
* The gateway then passes the {@link Order} as the payload of a
* {@link org.springframework.integration.core.Message} to the
* {@link org.springframework.integration.Message} to the
* configured <em>requestChannel</em>. The channel ('orders') is
* defined in the 'cafeDemo.xml' file.
*