| Package | Description |
|---|---|
| com.google.gdata.client | |
| com.google.gdata.data.introspection | |
| com.google.gdata.wireformats.input | |
| com.google.gdata.wireformats.output |
| Modifier and Type | Method and Description |
|---|---|
<S extends IServiceDocument> |
Service.introspect(URL feedUrl,
Class<S> serviceClass)
Returns the Atom introspection Service Document associated with a
particular feed URL.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceDocument
The ServiceDocument class defines the basic Java object model
representation and XML parsing/generation support for an
Atom Publishing Protocol introspection document
|
| Modifier and Type | Method and Description |
|---|---|
<R extends IServiceDocument> |
AtomServiceDualParser.parse(ParseSource parseSource,
InputProperties inProps,
Class<R> resultClass) |
| Modifier and Type | Method and Description |
|---|---|
Class<IServiceDocument> |
AtomServiceDualParser.getResultType() |
| Modifier and Type | Method and Description |
|---|---|
Class<IServiceDocument> |
AtomServiceGenerator.getSourceType() |
Class<IServiceDocument> |
AtomServiceDualGenerator.getSourceType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AtomServiceGenerator.generateXml(XmlWriter xw,
OutputProperties outProps,
IServiceDocument source)
Writes the Service document for the target feed.
|
Copyright © 2012. All Rights Reserved.