Uses of Class
org.jvnet.mimepull.MIMEPart
-
Packages that use MIMEPart Package Description com.sun.xml.messaging.saaj.packaging.mime.internet com.sun.xml.messaging.saaj.soap com.sun.xml.ws.encoding org.jvnet.mimepull -
-
Uses of MIMEPart in com.sun.xml.messaging.saaj.packaging.mime.internet
Methods in com.sun.xml.messaging.saaj.packaging.mime.internet that return MIMEPart Modifier and Type Method Description MIMEPartMimePullMultipart. readAndReturnSOAPPart()Constructors in com.sun.xml.messaging.saaj.packaging.mime.internet with parameters of type MIMEPart Constructor Description MimeBodyPart(MIMEPart part) -
Uses of MIMEPart in com.sun.xml.messaging.saaj.soap
Constructors in com.sun.xml.messaging.saaj.soap with parameters of type MIMEPart Constructor Description AttachmentPartImpl(MIMEPart part) -
Uses of MIMEPart in com.sun.xml.ws.encoding
Constructors in com.sun.xml.ws.encoding with parameters of type MIMEPart Constructor Description MIMEPartStreamingDataHandler(MIMEPart part) -
Uses of MIMEPart in org.jvnet.mimepull
Methods in org.jvnet.mimepull that return MIMEPart Modifier and Type Method Description MIMEPartMIMEMessage. getPart(int index)Creates nth attachment lazily.MIMEPartMIMEMessage. getPart(String contentId)Creates a lazy attachment for a given Content-ID.Methods in org.jvnet.mimepull that return types with arguments of type MIMEPart Modifier and Type Method Description List<MIMEPart>MIMEMessage. getAttachments()Gets all the attachments by parsing the entire MIME message.
-