|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.messaging.saaj.packaging.mime.internet.MimeMultipart
com.sun.xml.messaging.saaj.packaging.mime.internet.MimePullMultipart
public class MimePullMultipart
| Field Summary |
|---|
| Fields inherited from class com.sun.xml.messaging.saaj.packaging.mime.internet.MimeMultipart |
|---|
contentType, ds, ignoreMissingEndBoundary, parent, parsed, parts |
| Constructor Summary | |
|---|---|
MimePullMultipart(javax.activation.DataSource ds,
ContentType ct)
|
|
| Method Summary | |
|---|---|
protected void |
parse()
Parse the InputStream from our DataSource, constructing the appropriate MimeBodyParts. |
void |
parseAll()
|
org.jvnet.mimepull.MIMEPart |
readAndReturnSOAPPart()
|
protected void |
readSOAPPart()
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MimePullMultipart(javax.activation.DataSource ds,
ContentType ct)
throws MessagingException
MessagingException| Method Detail |
|---|
public org.jvnet.mimepull.MIMEPart readAndReturnSOAPPart()
throws MessagingException
MessagingException
protected void readSOAPPart()
throws MessagingException
MessagingException
public void parseAll()
throws MessagingException
MessagingException
protected 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||