| Package | Description |
|---|---|
| com.google.gdata.client | |
| com.google.gdata.client.media | |
| com.google.gdata.wireformats |
| Modifier and Type | Method and Description |
|---|---|
AltRegistry |
Service.getAltRegistry()
Returns the alternate registration registry that describes representations
that may be parsed from or generated to the remote GData service.
|
AltRegistry |
Service.ClientStreamProperties.getAltRegistry() |
static AltRegistry |
Service.getDefaultAltRegistry()
Returns an
AltRegistry instance that is configured with the
default parser/generator configuration for a media service. |
| Modifier and Type | Method and Description |
|---|---|
void |
Service.setAltRegistry(AltRegistry altRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static AltRegistry |
MediaService.getDefaultAltRegistry()
Returns an
AltRegistry instance that is configured with the
default parser/generator configuration for a media service. |
| Modifier and Type | Field and Description |
|---|---|
protected AltRegistry |
StreamPropertiesBuilder.altRegistry |
| Modifier and Type | Method and Description |
|---|---|
AltRegistry |
StreamPropertiesBuilder.StreamPropertiesImpl.getAltRegistry() |
AltRegistry |
StreamProperties.getAltRegistry()
Returns the
AltRegistry that contains the set of supported
representations and the parser/generator configuration for them. |
AltRegistry |
ForwardingStreamProperties.getAltRegistry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AltRegistry.hasSameHandlers(AltRegistry targetRegistry,
AltFormat altFormat)
Returns
true has an identical registration with the target
registry for the specified alt format. |
T |
StreamPropertiesBuilder.setAltRegistry(AltRegistry altRegistry)
Sets the
AltRegistry property that should be used for instances
created by the builder. |
void |
AltRegistry.setDelegate(AltRegistry delegate)
Sets a delegate registry that will be used to satisfy lookups that cannot
be resolved from the local registry.
|
| Constructor and Description |
|---|
AltRegistry(AltRegistry origRegistry)
Constructs a new AltRegistry with identical registration state to the
provided registry.
|
Copyright © 2012. All Rights Reserved.