com.google.gdata.wireformats.output
Class AtomServiceDualGenerator
java.lang.Object
com.google.gdata.wireformats.output.CharacterGenerator<T>
com.google.gdata.wireformats.output.WireFormatOutputGenerator<T>
com.google.gdata.wireformats.output.DualModeGenerator<IServiceDocument>
com.google.gdata.wireformats.output.AtomServiceDualGenerator
- All Implemented Interfaces:
- OutputGenerator<IServiceDocument>
public class AtomServiceDualGenerator
- extends DualModeGenerator<IServiceDocument>
A dual-mode generator for atom-service.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtomServiceDualGenerator
public AtomServiceDualGenerator()
getAltFormat
public AltFormat getAltFormat()
- Description copied from interface:
OutputGenerator
- Returns the alternate representation format produced the generator.
getSourceType
public java.lang.Class<IServiceDocument> getSourceType()
- Description copied from interface:
OutputGenerator
- Returns the
Class
that represents the expected source data type for
output generation.
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<IServiceDocument>