public class RssDualGenerator extends DualModeGenerator<IAtom>
Constructor and Description |
---|
RssDualGenerator() |
Modifier and Type | Method and Description |
---|---|
AltFormat |
getAltFormat()
Returns the alternate representation format produced the generator.
|
java.lang.Class<IAtom> |
getSourceType()
Returns the
Class that represents the expected source data type for
output generation. |
WireFormat |
getWireFormat()
Returns the wire format to use when generating this output.
|
generate
generate
public java.lang.Class<IAtom> getSourceType()
OutputGenerator
Class
that represents the expected source data type for
output generation.public AltFormat getAltFormat()
OutputGenerator
public WireFormat getWireFormat()
WireFormatOutputGenerator
getWireFormat
in class WireFormatOutputGenerator<IAtom>