com.google.gdata.wireformats.output
Class RssDualGenerator
java.lang.Object
com.google.gdata.wireformats.output.CharacterGenerator<T>
com.google.gdata.wireformats.output.WireFormatOutputGenerator<T>
com.google.gdata.wireformats.output.DualModeGenerator<IAtom>
com.google.gdata.wireformats.output.RssDualGenerator
- All Implemented Interfaces:
- OutputGenerator<IAtom>
public class RssDualGenerator
- extends DualModeGenerator<IAtom>
An RSS generator that can generate from both old and new data model formats.
Method Summary |
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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RssDualGenerator
public RssDualGenerator()
getSourceType
public java.lang.Class<IAtom> getSourceType()
- Description copied from interface:
OutputGenerator
- Returns the
Class
that represents the expected source data type for
output generation.
getAltFormat
public AltFormat getAltFormat()
- Description copied from interface:
OutputGenerator
- Returns the alternate representation format produced the generator.
getWireFormat
public WireFormat getWireFormat()
- Description copied from class:
WireFormatOutputGenerator
- Returns the wire format to use when generating this output.
- Specified by:
getWireFormat
in class WireFormatOutputGenerator<IAtom>