| Package | Description |
|---|---|
| org.miniclient.ext.google.factory |
MiniClient ext/google module factory interfaces.
|
| org.miniclient.ext.google.factory.impl |
MiniClient ext/google module factory class implementations.
|
| org.miniclient.ext.google.impl |
MiniClient ext/google module client base implementations.
|
| org.miniclient.ext.google.proxy |
MiniClient ext/google module client wrapper interface,
following the "decorator" design pattern.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleRestUserClient |
GoogleRestUserClientFactory.createGoogleRestUserClient(RestServiceClient restServiceClient,
UserCredential userCredential) |
GoogleRestUserClient |
GoogleRestUserClientFactory.createGoogleRestUserClient(String resourceBaseUrl,
UserCredential userCredential) |
| Modifier and Type | Method and Description |
|---|---|
GoogleRestUserClient |
BaseGoogleRestUserClientFactory.createGoogleRestUserClient(RestServiceClient restServiceClient,
UserCredential userCredential) |
GoogleRestUserClient |
BaseGoogleRestUserClientFactory.createGoogleRestUserClient(String resourceBaseUrl,
UserCredential userCredential) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseGoogleRestUserClient |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DecoratedGoogleRestUserClient |
Copyright © 2013. All rights reserved.