Class InputStreamDataSource

java.lang.Object
org.mule.soapkit.soap.server.support.InputStreamDataSource
All Implemented Interfaces:
javax.activation.DataSource

public final class InputStreamDataSource extends Object implements javax.activation.DataSource
DataSource wapper for an InputStream.
  • Constructor Details

    • InputStreamDataSource

      public InputStreamDataSource(InputStream data, org.mule.runtime.api.metadata.MediaType contentType, String name)
  • Method Details

    • getContentType

      public String getContentType()
      Specified by:
      getContentType in interface javax.activation.DataSource
    • getInputStream

      public InputStream getInputStream() throws IOException
      Specified by:
      getInputStream in interface javax.activation.DataSource
      Throws:
      IOException
    • getName

      public String getName()
      Specified by:
      getName in interface javax.activation.DataSource
    • getOutputStream

      public OutputStream getOutputStream() throws IOException
      Specified by:
      getOutputStream in interface javax.activation.DataSource
      Throws:
      IOException