com.google.gdata.wireformats.output
Class AtomServiceDualGenerator

java.lang.Object
  extended by com.google.gdata.wireformats.output.CharacterGenerator<T>
      extended by com.google.gdata.wireformats.output.WireFormatOutputGenerator<T>
          extended by com.google.gdata.wireformats.output.DualModeGenerator<IServiceDocument>
              extended by com.google.gdata.wireformats.output.AtomServiceDualGenerator
All Implemented Interfaces:
OutputGenerator<IServiceDocument>

public class AtomServiceDualGenerator
extends DualModeGenerator<IServiceDocument>

A dual-mode generator for atom-service.


Constructor Summary
AtomServiceDualGenerator()
           
 
Method Summary
 AltFormat getAltFormat()
          Returns the alternate representation format produced the generator.
 java.lang.Class<IServiceDocument> 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 com.google.gdata.wireformats.output.DualModeGenerator
generate
 
Methods inherited from class com.google.gdata.wireformats.output.CharacterGenerator
generate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomServiceDualGenerator

public AtomServiceDualGenerator()
Method Detail

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>