| Package | Description |
|---|---|
| com.sun.xml.messaging.saaj.packaging.mime.internet | |
| com.sun.xml.messaging.saaj.soap |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BMMimeMultipart |
The MimeMultipart class is an implementation of the abstract Multipart
class that uses MIME conventions for the multipart data.
|
class |
MimePullMultipart |
| Modifier and Type | Method | Description |
|---|---|---|
MimeMultipart |
MimeBodyPart.getParent() |
Return the containing
MimeMultipart object,
or null if not known. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
MimeBodyPart.setContent(MimeMultipart mp) |
This method sets the body part's content to a MimeMultipart object.
|
void |
MimeBodyPart.setParent(MimeMultipart parent) |
Set the parent of this
MimeBodyPart to be the specified
MimeMultipart. |
| Modifier and Type | Field | Description |
|---|---|---|
protected MimeMultipart |
MessageImpl.mmp |
|
protected MimeMultipart |
MessageImpl.multiPart |
Copyright © 2018 Oracle. All rights reserved.