Package | Description |
---|---|
com.sun.xml.messaging.saaj.packaging.mime.internet | |
com.sun.xml.messaging.saaj.soap |
Modifier and Type | Class and 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 and Description |
---|---|
MimeMultipart |
MimeBodyPart.getParent()
Return the containing
MimeMultipart object,
or null if not known. |
Modifier and Type | Method and 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 and Description |
---|---|
protected MimeMultipart |
MessageImpl.mmp |
protected MimeMultipart |
MessageImpl.multiPart |
Copyright © 2015 Oracle. All rights reserved.