File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/main/java/org/springframework/ws/mime Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ public interface MimeMessage extends WebServiceMessage {
34
34
boolean convertToXopPackage ();
35
35
36
36
/**
37
- * Returns the <code> Attachment</code> with the specified content Id.
37
+ * Returns the {@link Attachment} with the specified content Id.
38
38
*
39
39
* @return the attachment with the specified content id; or <code>null</code> if it cannot be found
40
40
* @throws AttachmentException in case of errors
41
41
*/
42
42
Attachment getAttachment (String contentId ) throws AttachmentException ;
43
43
44
44
/**
45
- * Returns an <code>Iterator</code> over all <code> Attachment</code>s that are part of this message.
45
+ * Returns an <code>Iterator</code> over all {@link Attachment} objects that are part of this message.
46
46
*
47
47
* @return an iterator over all attachments
48
48
* @throws AttachmentException in case of errors
You can’t perform that action at this time.
0 commit comments