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, preamble

    Fields inherited from class javax.mail.Multipart

    contentType, parent, parts
  • Constructor Summary

    Constructors
    Constructor
    Description
    SoapMimeMultipart(ESoapVersion eSoapVersion, Charset aCharset)
     
  • 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, writeTo

    Methods inherited from class javax.mail.Multipart

    getContentType, getParent, setMultipartDataSource, setParent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SoapMimeMultipart

      public SoapMimeMultipart(@Nonnull ESoapVersion eSoapVersion, @Nonnull Charset aCharset) throws javax.mail.internet.ParseException
      Throws:
      javax.mail.internet.ParseException