INT-3189 Fix JavaDocs

Links to classes moved to `spring-messaging`.

Also `MessageHeaders` was inadvertently added back in by the
last merge.

JIRA: https://jira.springsource.org/browse/INT-3189

__NOTE: Merge to 4.0.0-WIP, not master__
This commit is contained in:
Gary Russell
2013-11-27 12:40:18 -05:00
parent 6fd8d1dba7
commit 7da027ad63
12 changed files with 22 additions and 294 deletions

View File

@@ -42,7 +42,7 @@ import org.springframework.util.Assert;
import org.springframework.util.ObjectUtils;
/**
* A {@link MessageHandler} implementation for invoking JMX operations based on
* A {@link org.springframework.messaging.MessageHandler} implementation for invoking JMX operations based on
* the Message sent to its {@link #handleMessage(Message)} method. Message headers
* will be checked first when resolving the 'objectName' and 'operationName' to be
* invoked on an MBean. These values would be supplied with the Message headers