Class DataSourceSource

java.lang.Object
javax.xml.transform.stream.StreamSource
com.sun.xml.bind.v2.util.DataSourceSource
All Implemented Interfaces:
Source

public final class DataSourceSource extends StreamSource
Source implementation backed by DataHandler.

This implementation allows the same Source to be used mutliple times.

Source isn't really pluggable. As a consequence, this implementation is clunky --- weak against unexpected usage of the class.

Author:
Kohsuke Kawaguchi