An interface that a channel that wants to download MIME files must implement.
author: Shridar Venkatesh, svenkatesh@interactivebusiness.com version: $Revision: 34818 $
Method Summary
public void
downloadData(OutputStream out) Pass the OutputStream object to the download code if it needs special handling
(like outputting a Zip file).