Uses of Class
com.sun.xml.messaging.saaj.packaging.mime.internet.MimeBodyPart

Packages that use MimeBodyPart
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
 MimeBodyPart MultipartDataSource.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
protected  MimeBodyPart MimeMultipart.parent
          The MimeBodyPart containing this MimeMultipart, if known.
 

Methods in com.sun.xml.messaging.saaj.packaging.mime.internet that return MimeBodyPart
protected  MimeBodyPart MimeMultipart.createMimeBodyPart(InputStream is)
          Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.
protected  MimeBodyPart MimeMultipart.createMimeBodyPart(InternetHeaders headers, byte[] content, int len)
          Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.
 MimeBodyPart MimeMultipart.getBodyPart(int index)
          Get the specified MimeBodyPart.
 MimeBodyPart MimeMultipart.getBodyPart(String CID)
          Get the MimeBodyPart referred to by the given ContentID (CID).
 MimeBodyPart BMMimeMultipart.getNextPart(InputStream stream, byte[] pattern, SharedInputStream sin)
           
 

Methods in com.sun.xml.messaging.saaj.packaging.mime.internet with parameters of type MimeBodyPart
 void MimeMultipart.addBodyPart(MimeBodyPart part)
          Adds a MimeBodyPart to the multipart.
 void MimeMultipart.addBodyPart(MimeBodyPart part, int index)
          Adds a MimeBodyPart at position index.
 boolean MimeMultipart.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
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
static void AttachmentPartImpl.copyMimeHeaders(MimeBodyPart mbp, AttachmentPartImpl ap)
           
static void AttachmentPartImpl.copyMimeHeaders(MimeHeaders headers, MimeBodyPart mbp)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.