Uses of Class
com.sun.xml.messaging.saaj.packaging.mime.internet.MimeMultipart
Package
Description
-
Uses of MimeMultipart in com.sun.xml.messaging.saaj.packaging.mime.internet
Modifier and TypeClassDescriptionclass
The MimeMultipart class is an implementation of the abstract Multipart class that uses MIME conventions for the multipart data.class
Modifier and TypeMethodDescriptionMimeBodyPart.getParent()
Return the containingMimeMultipart
object, ornull
if not known.Modifier and TypeMethodDescriptionvoid
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 thisMimeBodyPart
to be the specifiedMimeMultipart
. -
Uses of MimeMultipart in com.sun.xml.messaging.saaj.soap
Modifier and TypeFieldDescriptionprotected MimeMultipart
MessageImpl.mmp
protected MimeMultipart
MessageImpl.multiPart