Class AttachmentDataSource

java.lang.Object
org.apache.cxf.attachment.AttachmentDataSource
All Implemented Interfaces:
jakarta.activation.DataSource

public class AttachmentDataSource extends Object implements jakarta.activation.DataSource
  • Constructor Details

    • AttachmentDataSource

      public AttachmentDataSource(String ctParam, InputStream inParam)
  • Method Details

    • isCached

      public boolean isCached()
    • cache

      public void cache(Message message) throws IOException
      Throws:
      IOException
    • hold

      public void hold(Message message) throws IOException
      Throws:
      IOException
    • release

      public void release()
    • getContentType

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

      public InputStream getInputStream()
      Specified by:
      getInputStream in interface jakarta.activation.DataSource
    • getName

      public String getName()
      Specified by:
      getName in interface jakarta.activation.DataSource
    • setName

      public void setName(String name)
    • getOutputStream

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