java.lang.Object
org.mule.runtime.extension.api.soap.SoapAttachment

public class SoapAttachment extends Object
Represents and enables the construction of an attachment to be sent over SOAP.
Since:
1.0
  • Constructor Details

    • SoapAttachment

      public SoapAttachment(InputStream content, org.mule.runtime.api.metadata.MediaType contentType)
    • SoapAttachment

      public SoapAttachment()
  • Method Details

    • getContent

      public InputStream getContent()
      Returns:
      the content of the attachment.
    • getContentType

      public org.mule.runtime.api.metadata.MediaType getContentType()
      Returns:
      the content type of the attachment content.