Uses of Class
com.sun.xml.messaging.saaj.packaging.mime.internet.MimeBodyPart
-
Packages that use MimeBodyPart Package Description com.sun.xml.messaging.saaj.packaging.mime com.sun.xml.messaging.saaj.packaging.mime.internet com.sun.xml.messaging.saaj.soap -
-
Uses of MimeBodyPart in com.sun.xml.messaging.saaj.packaging.mime
Methods in com.sun.xml.messaging.saaj.packaging.mime that return MimeBodyPart Modifier and Type Method Description MimeBodyPartMultipartDataSource. getBodyPart(int index)Get the specified MimeBodyPart. -
Uses of MimeBodyPart in com.sun.xml.messaging.saaj.packaging.mime.internet
Fields in com.sun.xml.messaging.saaj.packaging.mime.internet declared as MimeBodyPart Modifier and Type Field Description protected MimeBodyPartMimeMultipart. parentTheMimeBodyPartcontaining thisMimeMultipart, if known.Fields in com.sun.xml.messaging.saaj.packaging.mime.internet with type parameters of type MimeBodyPart Modifier and Type Field Description protected FinalArrayList<MimeBodyPart>MimeMultipart. partsVector of MimeBodyPart objects.Methods in com.sun.xml.messaging.saaj.packaging.mime.internet that return MimeBodyPart Modifier and Type Method Description protected MimeBodyPartMimeMultipart. createMimeBodyPart(InternetHeaders headers, byte[] content, int len)Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.protected MimeBodyPartMimeMultipart. createMimeBodyPart(InputStream is)Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.MimeBodyPartMimeMultipart. getBodyPart(int index)Get the specified MimeBodyPart.MimeBodyPartMimeMultipart. getBodyPart(String CID)Get the MimeBodyPart referred to by the given ContentID (CID).MimeBodyPartBMMimeMultipart. getNextPart(InputStream stream, byte[] pattern, SharedInputStream sin)Methods in com.sun.xml.messaging.saaj.packaging.mime.internet with parameters of type MimeBodyPart Modifier and Type Method Description voidMimeMultipart. addBodyPart(MimeBodyPart part)Adds a MimeBodyPart to the multipart.voidMimeMultipart. addBodyPart(MimeBodyPart part, int index)Adds a MimeBodyPart at positionindex.booleanMimeMultipart. removeBodyPart(MimeBodyPart part)Remove the specified part from the multipart message.Constructors in com.sun.xml.messaging.saaj.packaging.mime.internet with parameters of type MimeBodyPart Constructor Description MimePartDataSource(MimeBodyPart part)Constructor, that constructs a DataSource from a MimeBodyPart. -
Uses of MimeBodyPart in com.sun.xml.messaging.saaj.soap
Methods in com.sun.xml.messaging.saaj.soap with parameters of type MimeBodyPart Modifier and Type Method Description static voidAttachmentPartImpl. copyMimeHeaders(MimeBodyPart mbp, AttachmentPartImpl ap)static voidAttachmentPartImpl. copyMimeHeaders(jakarta.xml.soap.MimeHeaders headers, MimeBodyPart mbp)
-