public class MimePullMultipart extends MimeMultipart
contentType, ds, ignoreMissingEndBoundary, parent, parsed, parts| Constructor and Description |
|---|
MimePullMultipart(DataSource ds,
ContentType ct) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
parse()
Parse the InputStream from our DataSource, constructing the
appropriate MimeBodyParts.
|
void |
parseAll() |
MIMEPart |
readAndReturnSOAPPart() |
protected void |
readSOAPPart() |
addBodyPart, addBodyPart, createInternetHeaders, createMimeBodyPart, createMimeBodyPart, getBodyPart, getBodyPart, getContentType, getCount, removeBodyPart, removeBodyPart, setMultipartDataSource, setSubType, updateHeaders, writeTopublic MimePullMultipart(DataSource ds, ContentType ct) throws MessagingException
MessagingExceptionpublic MIMEPart readAndReturnSOAPPart() throws MessagingException
MessagingExceptionprotected void readSOAPPart()
throws MessagingException
MessagingExceptionpublic void parseAll()
throws MessagingException
MessagingExceptionprotected void parse()
throws MessagingException
MimeMultipartparsed 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.parse in class MimeMultipartMessagingException - in case of error.Copyright © 2005–2017 Oracle Corporation. All rights reserved.