Class SoapAttachment

java.lang.Object
org.mule.soap.api.message.SoapAttachment
All Implemented Interfaces:
WithContentType

public class SoapAttachment extends Object implements WithContentType
Represents an attachment that was sent or received using the SOAP protocol, MTOM or SWA.
Since:
1.0
  • Constructor Details

    • SoapAttachment

      public SoapAttachment(InputStream content, String contentType)
    • SoapAttachment

      public SoapAttachment()
  • Method Details