diff --git a/core/src/main/java/org/springframework/ws/mime/MimeMessage.java b/core/src/main/java/org/springframework/ws/mime/MimeMessage.java
index 854e72b5..9efea14e 100644
--- a/core/src/main/java/org/springframework/ws/mime/MimeMessage.java
+++ b/core/src/main/java/org/springframework/ws/mime/MimeMessage.java
@@ -34,7 +34,7 @@ public interface MimeMessage extends WebServiceMessage {
boolean convertToXopPackage();
/**
- * Returns the Attachment with the specified content Id.
+ * Returns the {@link Attachment} with the specified content Id.
*
* @return the attachment with the specified content id; or null if it cannot be found
* @throws AttachmentException in case of errors
@@ -42,7 +42,7 @@ public interface MimeMessage extends WebServiceMessage {
Attachment getAttachment(String contentId) throws AttachmentException;
/**
- * Returns an Iterator over all Attachments that are part of this message.
+ * Returns an Iterator over all {@link Attachment} objects that are part of this message.
*
* @return an iterator over all attachments
* @throws AttachmentException in case of errors