| 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 | Description |
|---|---|---|
MimeBodyPart |
MultipartDataSource.getBodyPart(int index) |
Get the specified MimeBodyPart.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected MimeBodyPart |
MimeMultipart.parent |
The
MimeBodyPart containing this MimeMultipart,
if known. |
| Modifier and Type | Field | Description |
|---|---|---|
protected FinalArrayList<MimeBodyPart> |
MimeMultipart.parts |
Vector of MimeBodyPart objects.
|
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
protected MimeBodyPart |
MimeMultipart.createMimeBodyPart(InputStream is) |
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 | 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 | Description |
|---|---|
MimePartDataSource(MimeBodyPart part) |
Constructor, that constructs a DataSource from a MimeBodyPart.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
AttachmentPartImpl.copyMimeHeaders(MimeBodyPart mbp,
AttachmentPartImpl ap) |
|
static void |
AttachmentPartImpl.copyMimeHeaders(MimeHeaders headers,
MimeBodyPart mbp) |
Copyright © 2018 Oracle. All rights reserved.