Methods in org.jclouds.rest that return RestContext |
static
|
RestContextFactory.buildContextUnwrappingExceptions(RestContextBuilder<S,A> builder)
|
static
|
RestContextFactory.createContext(RestContextSpec<S,A> contextSpec)
|
static
|
RestContextFactory.createContext(RestContextSpec<S,A> contextSpec,
Iterable<com.google.inject.Module> modules)
|
static
|
RestContextFactory.createContext(RestContextSpec<S,A> contextSpec,
Iterable<com.google.inject.Module> modules,
Properties overrides)
|
static
|
RestContextFactory.createContext(RestContextSpec<S,A> contextSpec,
Properties overrides)
|
|
RestContextFactory.createContext(String provider,
Iterable<? extends com.google.inject.Module> wiring,
Properties overrides)
|
|
RestContextFactory.createContext(String provider,
Properties overrides)
|
|
RestContextFactory.createContext(String provider,
String identity,
String credential)
|
|
RestContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring)
|
|
RestContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring,
Properties overrides)
|
|
RestContextFactory.createContext(String provider,
String identity,
String credential,
Properties properties)
|