public interface

WireFormatGenerator

com.google.gdata.wireformats.WireFormatGenerator
Known Indirect Subclasses

Class Overview

A generator that translates an in-memory representation into wire content.

Summary

Public Methods
abstract void generate(Element root)
Generate wire content for tree rooted at root.

Public Methods

public abstract void generate (Element root)

Generate wire content for tree rooted at root.

Parameters
root Root of tree
Throws
IOException if content generation failed
ContentValidationException if content fails metadata validation