| Modifier and Type | Method and Description |
|---|---|
ParseSource |
Service.GDataRequest.getParseSource()
Returns a parse source that can be used to read response data from the
GData service.
|
| Modifier and Type | Method and Description |
|---|---|
protected <E> E |
Service.parseResponseData(ParseSource source,
ContentType responseType,
Class<E> resultType)
Parses the response stream for a request based upon response content type
and an expected result type.
|
| Modifier and Type | Method and Description |
|---|---|
ParseSource |
HttpGDataRequest.getParseSource() |
| Modifier and Type | Method and Description |
|---|---|
static BaseEntry<?> |
BaseEntry.readEntry(ParseSource source)
Reads an entry representation from the provided
ParseSource. |
static <T extends BaseEntry> |
BaseEntry.readEntry(ParseSource source,
Class<T> entryClass,
ExtensionProfile extProfile)
Reads an entry of type
T using the given extension profile. |
static BaseFeed<?,?> |
BaseFeed.readFeed(ParseSource source)
Reads a feed representation from the provided
ParseSource. |
static <F extends BaseFeed> |
BaseFeed.readFeed(ParseSource source,
Class<F> feedClass,
ExtensionProfile extProfile)
This method provides the base implementation of feed reading using either
static or dynamic typing.
|
| Modifier and Type | Method and Description |
|---|---|
static IEntry |
ParseUtil.readEntry(ParseSource source)
Reads an entry from a parse source.
|
static <T extends IEntry> |
ParseUtil.readEntry(ParseSource source,
Class<T> requestedClass,
ExtensionProfile extProfile,
Schema schema)
Reads an entry from a parse source, returning an instance of the requested
class, and using the given extension profile if parsing into the old data
model.
|
static IFeed |
ParseUtil.readFeed(ParseSource source)
Reads a feed from a parse source.
|
static <F extends IFeed> |
ParseUtil.readFeed(ParseSource source,
Class<F> requestedClass,
ExtensionProfile extProfile,
Schema schema)
This method provides the base implementation of feed reading using either
static or dynamic typing.
|
| Modifier and Type | Method and Description |
|---|---|
<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. |
| 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.