Package com.helger.phase4.messaging.mime
Class SoapMimeMultipart
java.lang.Object
javax.mail.Multipart
javax.mail.internet.MimeMultipart
com.helger.phase4.messaging.mime.SoapMimeMultipart
public class SoapMimeMultipart
extends javax.mail.internet.MimeMultipart
Special
MimeMultipart that modifies the Content-Type to add the
"type" parameter with the SOAP versions MIME type.- Author:
- Philip Helger
-
Field Summary
Fields inherited from class javax.mail.internet.MimeMultipart
allowEmpty, complete, ds, ignoreExistingBoundaryParameter, ignoreMissingBoundaryParameter, ignoreMissingEndBoundary, parsed, preambleFields inherited from class javax.mail.Multipart
contentType, parent, parts -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.mail.internet.MimeMultipart
addBodyPart, addBodyPart, createInternetHeaders, createMimeBodyPart, createMimeBodyPart, getBodyPart, getBodyPart, getCount, getPreamble, initializeProperties, isComplete, parse, removeBodyPart, removeBodyPart, setPreamble, setSubType, updateHeaders, writeToMethods inherited from class javax.mail.Multipart
getContentType, getParent, setMultipartDataSource, setParent
-
Constructor Details
-
SoapMimeMultipart
public SoapMimeMultipart(@Nonnull ESoapVersion eSoapVersion, @Nonnull Charset aCharset) throws javax.mail.internet.ParseException - Throws:
javax.mail.internet.ParseException
-