de.nava.informa.core
Interface ChannelExporterIF
- All Known Implementing Classes:
- RSS_0_91_Exporter, RSS_1_0_Exporter, RSS_2_0_Exporter
public interface ChannelExporterIF
A channel exporter is used to write channel objects in an
implementation dependent way to an implicit destination.
- Author:
- Niko Schmuck (niko@nava.de)
Method Summary |
void |
write(ChannelIF channel)
Writes the given channel to an implicit implementation dependent
destination. |
write
void write(ChannelIF channel)
throws IOException
- Writes the given channel to an implicit implementation dependent
destination.
- Parameters:
channel
- - The channel to be exported/written;
an object implementing ChannelIF.
- Throws:
IOException
- - Thrown if writing the channel fails.
Copyright © 2002-2007 Niko Schmuck.
All Rights Reserved.