Part |
Attachments.addAttachmentPart(Part newPart) |
Adds an existing attachment to this list.
|
Part |
AttachmentsImpl.addAttachmentPart(Part newPart) |
Adds an existing attachment to this list.
|
Part |
Attachments.createAttachmentPart() |
Create a new attachment Part in this Message.
|
Part |
Attachments.createAttachmentPart(java.lang.Object part) |
Create a new attachment Part in this Message.
|
Part |
AttachmentsImpl.createAttachmentPart() |
Create a new attachment Part in this Message.
|
Part |
AttachmentsImpl.createAttachmentPart(java.lang.Object datahandler) |
|
Part |
Attachments.getAttachmentByReference(java.lang.String reference) |
This method should look at a refernce and determine if it is a CID: or url
to look for attachment.
|
Part |
AttachmentsImpl.getAttachmentByReference(java.lang.String reference) |
This method should look at a refernce and determine if it is a CID: or
url to look for attachment.
|
Part |
MultiPartDimeInputStream.getAttachmentByReference(java.lang.String[] id) |
|
abstract Part |
MultiPartInputStream.getAttachmentByReference(java.lang.String[] id) |
|
Part |
MultiPartRelatedInputStream.getAttachmentByReference(java.lang.String[] id) |
|
Part |
Attachments.getRootPart() |
From the complex stream return the SOAP part.
|
Part |
AttachmentsImpl.getRootPart() |
From the complex stream return the root part.
|
protected Part |
MultiPartDimeInputStream.readTillFound(java.lang.String[] id) |
This will read streams in till the one that is needed is found.
|
protected Part |
MultiPartRelatedInputStream.readTillFound(java.lang.String[] id) |
This will read streams in till the one that is needed is found.
|
Part |
Attachments.removeAttachmentPart(java.lang.String reference) |
This method uses getAttacmentByReference() to look for attachment.
|
Part |
AttachmentsImpl.removeAttachmentPart(java.lang.String reference) |
This method uses getAttacmentByReference() to look for attachment.
|