Uses of Class
com.sun.xml.messaging.saaj.packaging.mime.internet.MimeBodyPart
Packages that use MimeBodyPart
Package
Description
-
Uses of MimeBodyPart in com.sun.xml.messaging.saaj.packaging.mime
Methods in com.sun.xml.messaging.saaj.packaging.mime that return MimeBodyPartModifier and TypeMethodDescriptionMultipartDataSource.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 MimeBodyPartModifier and TypeFieldDescriptionprotected MimeBodyPartMimeMultipart.parentTheMimeBodyPartcontaining thisMimeMultipart, if known.Fields in com.sun.xml.messaging.saaj.packaging.mime.internet with type parameters of type MimeBodyPartModifier and TypeFieldDescriptionprotected FinalArrayList<MimeBodyPart> MimeMultipart.partsVector of MimeBodyPart objects.Methods in com.sun.xml.messaging.saaj.packaging.mime.internet that return MimeBodyPartModifier and TypeMethodDescriptionprotected 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.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) Methods in com.sun.xml.messaging.saaj.packaging.mime.internet with parameters of type MimeBodyPartModifier and TypeMethodDescriptionvoidMimeMultipart.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 MimeBodyPartModifierConstructorDescriptionConstructor, 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 MimeBodyPartModifier and TypeMethodDescriptionstatic voidAttachmentPartImpl.copyMimeHeaders(MimeBodyPart mbp, AttachmentPartImpl ap) static voidAttachmentPartImpl.copyMimeHeaders(MimeHeaders headers, MimeBodyPart mbp)