| Package | Description |
|---|---|
| com.sun.xml.messaging.saaj.packaging.mime | |
| com.sun.xml.messaging.saaj.packaging.mime.internet | |
| com.sun.xml.messaging.saaj.soap |
| Modifier and Type | Method and Description |
|---|---|
MimeBodyPart |
MultipartDataSource.getBodyPart(int index)
Get the specified MimeBodyPart.
|
| Modifier and Type | Field and Description |
|---|---|
protected MimeBodyPart |
MimeMultipart.parent
The
MimeBodyPart containing this MimeMultipart,
if known. |
| Modifier and Type | Field and Description |
|---|---|
protected FinalArrayList<MimeBodyPart> |
MimeMultipart.parts
Vector of MimeBodyPart objects.
|
| Modifier and Type | Method and Description |
|---|---|
protected MimeBodyPart |
MimeMultipart.createMimeBodyPart(InputStream is)
Create and return a MimeBodyPart object to represent a
body part parsed from the InputStream.
|
protected MimeBodyPart |
MimeMultipart.createMimeBodyPart(InternetHeaders headers,
byte[] content,
int len)
Create and return a MimeBodyPart object to represent a
body part parsed from the InputStream.
|
MimeBodyPart |
MimeMultipart.getBodyPart(int index)
Get the specified MimeBodyPart.
|
MimeBodyPart |
MimeMultipart.getBodyPart(String CID)
Get the MimeBodyPart referred to by the given ContentID (CID).
|
MimeBodyPart |
BMMimeMultipart.getNextPart(InputStream stream,
byte[] pattern,
SharedInputStream sin) |
| Modifier and Type | Method and Description |
|---|---|
void |
MimeMultipart.addBodyPart(MimeBodyPart part)
Adds a MimeBodyPart to the multipart.
|
void |
MimeMultipart.addBodyPart(MimeBodyPart part,
int index)
Adds a MimeBodyPart at position
index. |
boolean |
MimeMultipart.removeBodyPart(MimeBodyPart part)
Remove the specified part from the multipart message.
|
| Constructor and Description |
|---|
MimePartDataSource(MimeBodyPart part)
Constructor, that constructs a DataSource from a MimeBodyPart.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AttachmentPartImpl.copyMimeHeaders(MimeBodyPart mbp,
AttachmentPartImpl ap) |
static void |
AttachmentPartImpl.copyMimeHeaders(MimeHeaders headers,
MimeBodyPart mbp) |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.