From 28e4f2d8e18c76b6a5aa513f8ff0c2d3b334d026 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sat, 23 Jun 2007 10:46:25 +0000 Subject: [PATCH] Javadoc --- .../main/java/org/springframework/ws/mime/MimeMessage.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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