Class EmailServices.StringDataSource

java.lang.Object
org.apache.ofbiz.common.email.EmailServices.StringDataSource
All Implemented Interfaces:
javax.activation.DataSource
Enclosing class:
EmailServices

public static class EmailServices.StringDataSource extends Object implements javax.activation.DataSource
class to create a file in memory required for sending as an attachment
  • Constructor Details

  • 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