Uses of Class
com.sun.xml.messaging.saaj.packaging.mime.internet.MimeBodyPart
Package
Description
-
Uses of MimeBodyPart in com.sun.xml.messaging.saaj.packaging.mime
Modifier and TypeMethodDescriptionMultipartDataSource.getBodyPart
(int index) Get the specified MimeBodyPart. -
Uses of MimeBodyPart in com.sun.xml.messaging.saaj.packaging.mime.internet
Modifier and TypeFieldDescriptionprotected MimeBodyPart
MimeMultipart.parent
TheMimeBodyPart
containing thisMimeMultipart
, if known.Modifier and TypeFieldDescriptionprotected FinalArrayList
<MimeBodyPart> MimeMultipart.parts
Vector of MimeBodyPart objects.Modifier and TypeMethodDescriptionprotected 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.MimeMultipart.getBodyPart
(int index) Get the specified MimeBodyPart.MimeMultipart.getBodyPart
(String CID) Get the MimeBodyPart referred to by the given ContentID (CID).BMMimeMultipart.getNextPart
(InputStream stream, byte[] pattern, SharedInputStream sin) Modifier and TypeMethodDescriptionvoid
MimeMultipart.addBodyPart
(MimeBodyPart part) Adds a MimeBodyPart to the multipart.void
MimeMultipart.addBodyPart
(MimeBodyPart part, int index) Adds a MimeBodyPart at positionindex
.boolean
MimeMultipart.removeBodyPart
(MimeBodyPart part) Remove the specified part from the multipart message.ModifierConstructorDescriptionConstructor, that constructs a DataSource from a MimeBodyPart. -
Uses of MimeBodyPart in com.sun.xml.messaging.saaj.soap
Modifier and TypeMethodDescriptionstatic void
AttachmentPartImpl.copyMimeHeaders
(MimeBodyPart mbp, AttachmentPartImpl ap) static void
AttachmentPartImpl.copyMimeHeaders
(MimeHeaders headers, MimeBodyPart mbp)