Class ByteArrayDataSource

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

public final class ByteArrayDataSource extends Object implements javax.activation.DataSource
  • Constructor Details

    • ByteArrayDataSource

      public ByteArrayDataSource(byte[] data, org.mule.runtime.api.metadata.MediaType contentType, String name)
  • Method Details

    • getInputStream

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

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

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

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