| Package | Description |
|---|---|
| com.google.gdata.wireformats | |
| com.google.gdata.wireformats.output | |
| com.google.gdata.wireformats.output.media |
| Modifier and Type | Method and Description |
|---|---|
OutputGenerator<?> |
AltRegistry.getGenerator(AltFormat altFormat)
Returns the
OutputGenerator for the provided format or null
if the format is not registered. |
| Modifier and Type | Method and Description |
|---|---|
void |
AltRegistry.register(AltFormat format,
InputParser<?> parser,
OutputGenerator<?> generator)
Registers the configuration for an
AltFormat, replacing any
existing configuration for the format in the registry. |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomDualGenerator
A dual-mode generator for atom.
|
class |
AtomGenerator
The AtomGenerator class is a concrete implementation of the OutputGenerator
interface that generates GData feeds and entries using the Atom XML Syntax.
|
class |
AtomServiceDualGenerator
A dual-mode generator for atom-service.
|
class |
AtomServiceGenerator
Generates the metadata for an Atom Service (introspection) document.
|
class |
CharacterGenerator<S>
The CharacterGenerator class is a base class to support the implementation of
character-oriented
OutputGenerator types. |
class |
DualModeGenerator<T>
A bridge between old and new data models for output generators.
|
class |
ElementGenerator<E extends Element>
The ElementGenerator class implements a simple {WireFormatOutputGenerator}
that can generate documents from any GDOM
Element representation. |
class |
OpenSearchGenerator
Generates the output for an OpenSearch description document
|
class |
RssDualGenerator
An RSS generator that can generate from both old and new data model formats.
|
class |
RssGenerator
The RssGenerator class is a concrete implementation of the OutputGenerator
interface that generates GData feeds and entries using the RSS 2.0 Syntax.
|
class |
WireFormatOutputGenerator<T>
An
OutputGenerator using a WireFormat to serialize to the
output stream. |
class |
XmlGenerator<S>
The XmlGenerator class is an abstract base class supporting the
implementation of the OutputGenerator interface for XML content types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MediaGenerator
The MediaGenerator class implements the
OutputGenerator interface
for generating media data for a service that supports media content. |
class |
MediaMultipartGenerator
The MediaMultipartGenerator class handles output generation for MIME
multipart related documents containing Atom and media content as separate
parts.
|
Copyright © 2012. All Rights Reserved.