The SourceDataSource class provides an object, that wraps a
Cocoon org.apache.excalibur.source.Source object
in a DataSource interface.
See Also: org.apache.excalibur.source.Source See Also:javax.activation.DataSource version: $Id: SourceDataSource.java 469258 2006-10-30 20:21:40Z vgritsenko $
Constructor Summary
public
SourceDataSource(Source src) Creates a new instance of SourceDataSource.
Get the InputStream object from the
Source object.
throws: java.io.IOException - if an I/O error occurs. The InputStream object from the Source object. See Also: org.apache.excalibur.source.Source.getInputStream
Methods inherited from org.apache.cocoon.mail.datasource.AbstractDataSource