public abstract class

WireFormatOutputGenerator

extends CharacterGenerator<S>
java.lang.Object
   ↳ com.google.gdata.wireformats.output.CharacterGenerator<S>
     ↳ com.google.gdata.wireformats.output.WireFormatOutputGenerator<T>
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

An OutputGenerator using a WireFormat to serialize to the output stream.

Summary

Public Constructors
WireFormatOutputGenerator()
Public Methods
void generate(Writer w, OutputProperties outProps, T source)
Generates content to the writer based upon the provided request/response.
abstract WireFormat getWireFormat()
Returns the wire format to use when generating this output.
[Expand]
Inherited Methods
From class com.google.gdata.wireformats.output.CharacterGenerator
From class java.lang.Object
From interface com.google.gdata.wireformats.output.OutputGenerator

Public Constructors

public WireFormatOutputGenerator ()

Public Methods

public void generate (Writer w, OutputProperties outProps, T source)

Generates content to the writer based upon the provided request/response.

Parameters
w Output writer.
outProps Output properties for the generated output.
source Source object for the generated output.
Throws
IOException

public abstract WireFormat getWireFormat ()

Returns the wire format to use when generating this output.