Package com.google.gdata.wireformats

Interface Summary
StreamProperties The StreamProperties interface defines the common set of properties for input or output data streams that are being used to consume/produce data.
WireFormatGenerator A generator that translates an in-memory representation into wire content.
WireFormatParser A parser that translates wire format content into a in-memory representation.
XmlGenerator.ElementGenerator The ElementGenerator interface is implemented by helper classes that will generate the start element, text content, and end element syntax for an Element to an XmlWriter.
 

Class Summary
AltFormat The AltFormat class represents an alternate representation format for a GData resources.
AltFormat.Builder A builder for AltFormat.
AltRegistry The AltRegistry class maintains a registry of supported alternate representation formats along with the configuration of input and output handlers that will be used to process wire format content using the representations.
ForwardingStreamProperties A StreamProperties implementation that forwards all calls to another StreamProperties.
GeneratorUtils Utility functions shared across generators.
ObjectConverter<T> Converts values from strings to typed values (objects).
ObjectConverter.MappedEnumConverter<T> Object converter for pseudo-enum types backed by a map.
ParserUtils Utility functions shared across parser implementations.
SaxEventSource XmlEventSource implementation based on SAX.
StreamPropertiesBuilder<T extends StreamPropertiesBuilder<T>> The StreamPropertiesBuilder class is a abstract builder base class that aids in the construction of new StreamProperties instances.
StreamPropertiesBuilder.StreamPropertiesImpl The StreamPropertiesImpl class is a simple immutable value object that implements the StreamProperties interface.
WireFormat Top-level information about a wire format.
XmlGenerator XML generator that outputs a tree of Element objects using the XML wire format.
XmlGenerator.XmlElementGenerator The XmlElementGenerator class provides the default implementation of the interface.
XmlHandler XML handler that translates XML content from a wire format into an in-memory representation.
XmlParser XML parser, branched from XmlParser.
XmlWireFormat JSON wire format properties.
XmlWireFormatProperties The XmlWireFormatProperties class represents the collection of properties that can be optionally configured to customize XML parsing and generation.
 

Exception Summary
ContentCreationException The ContentCreationException indicates that content cannot be created.
ContentModelException The ContentModelException indicates that a content model is incompatible with request content being generated or parsed.
ContentValidationException The ContentValidationException indicates that an instance document does not conform to the content model.