Module com.sun.xml.messaging.saaj
Class MimePullMultipart
java.lang.Object
com.sun.xml.messaging.saaj.packaging.mime.internet.MimeMultipart
com.sun.xml.messaging.saaj.packaging.mime.internet.MimePullMultipart
-
Field Summary
Fields inherited from class com.sun.xml.messaging.saaj.packaging.mime.internet.MimeMultipart
contentType, ds, ignoreMissingEndBoundary, parent, parsed, parts
-
Constructor Summary
-
Method Summary
Methods inherited from class com.sun.xml.messaging.saaj.packaging.mime.internet.MimeMultipart
addBodyPart, addBodyPart, createInternetHeaders, createMimeBodyPart, createMimeBodyPart, getBodyPart, getBodyPart, getContentType, getCount, removeBodyPart, removeBodyPart, setMultipartDataSource, setSubType, updateHeaders, writeTo
-
Constructor Details
-
MimePullMultipart
public MimePullMultipart(jakarta.activation.DataSource ds, ContentType ct) throws MessagingException - Throws:
MessagingException
-
-
Method Details
-
readAndReturnSOAPPart
- Throws:
MessagingException
-
readSOAPPart
- Throws:
MessagingException
-
parseAll
- Throws:
MessagingException
-
parse
Description copied from class:MimeMultipart
Parse the InputStream from our DataSource, constructing the appropriate MimeBodyParts. Theparsed
flag is set to true, and if true on entry nothing is done. This method is called by all other methods that need data for the body parts, to make sure the data has been parsed.- Overrides:
parse
in classMimeMultipart
- Throws:
MessagingException
- in case of error.
-