Class DataSourceStreamingDataHandler

java.lang.Object
jakarta.activation.DataHandler
org.jvnet.staxex.StreamingDataHandler
com.sun.xml.ws.developer.StreamingDataHandler
com.sun.xml.ws.encoding.DataSourceStreamingDataHandler
All Implemented Interfaces:
Closeable, AutoCloseable

public class DataSourceStreamingDataHandler extends StreamingDataHandler
Author:
Jitendra Kotamraju
  • Constructor Summary

    Constructors
    Constructor
    Description
    DataSourceStreamingDataHandler(jakarta.activation.DataSource ds)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    moveTo(File file)
     
     

    Methods inherited from class org.jvnet.staxex.StreamingDataHandler

    getHrefCid, setHrefCid

    Methods inherited from class jakarta.activation.DataHandler

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

    Methods inherited from class java.lang.Object

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

    • DataSourceStreamingDataHandler

      public DataSourceStreamingDataHandler(jakarta.activation.DataSource ds)
  • Method Details