Class SourceClosingDataHandler

java.lang.Object
javax.activation.DataHandler
org.frankframework.http.cxf.SourceClosingDataHandler
All Implemented Interfaces:
Transferable

public class SourceClosingDataHandler extends javax.activation.DataHandler
  • Constructor Summary

    Constructors
    Constructor
    Description
    SourceClosingDataHandler(javax.activation.DataSource ds)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class javax.activation.DataHandler

    getAllCommands, getBean, getCommand, getContent, getContentType, getDataSource, getInputStream, getName, getOutputStream, getPreferredCommands, getTransferData, getTransferDataFlavors, isDataFlavorSupported, setCommandMap, setDataContentHandlerFactory

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SourceClosingDataHandler

      public SourceClosingDataHandler(javax.activation.DataSource ds)
  • Method Details