Package org.apache.abdera.writer
Interface NamedWriter
-
- All Known Implementing Classes:
AbstractNamedWriter
public interface NamedWriter extends Writer, NamedItem
Named Writers provide a means of extending Abdera's built in serialization.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]getOutputFormats()Return a listing of MIME Media formats this NamedWriter is capable of outputting.booleanoutputsFormat(java.lang.String mediatype)Returns true if the format produced by this writer matches the specified media type
-