| Package | Description |
|---|---|
| com.google.gdata.client | |
| com.google.gdata.data.media | |
| com.google.gdata.wireformats | |
| com.google.gdata.wireformats.input | |
| com.google.gdata.wireformats.input.media |
| Modifier and Type | Class and Description |
|---|---|
protected class |
Service.ClientInputProperties
The ClientInputProperties class is an adaptor class that implements the
InputProperties interface for content to be read from the target
service based upon its attributes and a Service.GDataRequest. |
| Modifier and Type | Method and Description |
|---|---|
static InputProperties |
GDataContentHandler.getThreadInputProperties()
Returns the input properties for the current
Thread. |
static InputProperties |
GDataContentHandler.setThreadInputProperties(InputProperties inputProperties)
Sets the input properties for the current
Thread and
returns any existing input properties that have been set (so they can be
restored later). |
| Modifier and Type | Method and Description |
|---|---|
static InputProperties |
GDataContentHandler.setThreadInputProperties(InputProperties inputProperties)
Sets the input properties for the current
Thread and
returns any existing input properties that have been set (so they can be
restored later). |
| Modifier and Type | Method and Description |
|---|---|
WireFormatParser |
XmlWireFormat.createParser(InputProperties inProps,
Reader r,
Charset cs) |
abstract WireFormatParser |
WireFormat.createParser(InputProperties inProps,
Reader r,
Charset cs)
Create a wire format parser.
|
WireFormatParser |
XmlWireFormat.createParser(InputProperties inProps,
XmlEventSource source) |
WireFormatParser |
WireFormat.createParser(InputProperties inProps,
XmlEventSource source)
Create a wire format parser for a given xml event source.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingInputProperties
A
InputProperties implementation that forwards all
calls to another InputProperties. |
| Modifier and Type | Method and Description |
|---|---|
InputProperties |
InputPropertiesBuilder.build()
Returns a new
InputProperties instance initialized with the
property values set on the builder. |
| Modifier and Type | Method and Description |
|---|---|
protected String |
CharacterParser.getCharset(InputProperties inProps)
Returns the expected character set encoding for content based upon the
input properties content type.
|
<R extends IAtom> |
AtomDualParser.parse(ParseSource parseSource,
InputProperties inProps,
Class<R> resultClass) |
<R extends IServiceDocument> |
AtomServiceDualParser.parse(ParseSource parseSource,
InputProperties inProps,
Class<R> resultClass) |
<R extends T> |
XmlInputParser.parse(ParseSource parseSource,
InputProperties inProps,
Class<R> targetClass) |
<R extends T> |
InputParser.parse(ParseSource parseSource,
InputProperties inProps,
Class<R> resultClass)
Parses data in the supported representation format from the input stream
based upon the provided input properties into the provided target object.
|
<R extends T> |
CharacterParser.parse(ParseSource parseSource,
InputProperties inProps,
Class<R> targetClass)
The parse method will use the character encoding found in the output
properties instance to construct an appropriate
Reader and then
delegate to the CharacterParser.parse(Reader, InputProperties, Class) method
to perform the parsing. |
<R extends IAtom> |
AtomDataParser.parse(Reader inputReader,
InputProperties inProps,
Class<R> resultClass) |
<R extends ServiceDocument> |
AtomServiceDataParser.parse(Reader inputReader,
InputProperties inProps,
Class<R> resultClass) |
<R extends T> |
ElementParser.parse(Reader inputReader,
InputProperties inProps,
Class<R> resultClass) |
abstract <R extends T> |
CharacterParser.parse(Reader inputReader,
InputProperties inProps,
Class<R> resultClass)
Parses character content with the specified properties to produce a result
of an expected type.
|
protected <R extends IAtom> |
AtomDataParser.parse(XmlEventSource eventSource,
InputProperties inProps,
Class<R> resultClass) |
protected <R extends ServiceDocument> |
AtomServiceDataParser.parse(XmlEventSource eventSource,
InputProperties inProps,
Class<R> resultClass) |
protected abstract <R extends T> |
XmlInputParser.parse(XmlEventSource eventSource,
InputProperties inProps,
Class<R> targetClass)
The parse method should be implemented by subclasses and should parse
input data from the provided
XmlEventSource instance. |
| Constructor and Description |
|---|
ForwardingInputProperties(InputProperties delegate) |
InputPropertiesBuilder(InputProperties source)
Constructs a new InputPropertiesBuilder with properties set from an
existing
InputProperties instance. |
| Modifier and Type | Method and Description |
|---|---|
protected MediaMultipart |
MediaMultipartParser.createMultipart(ParseSource parseSource,
InputProperties inputProperties)
Creates the MediaMultipart instance that does the actual parsing into
multipart body parts.
|
<R extends MediaMultipart> |
MediaMultipartParser.parse(ParseSource parseSource,
InputProperties inputProperties,
Class<R> resultClass) |
<R extends MediaSource> |
MediaParser.parse(ParseSource parseSource,
InputProperties inProps,
Class<R> resultClass) |
Copyright © 2012. All Rights Reserved.