Uses of Interface
org.jclouds.rest.RestContext

Packages that use RestContext
org.jclouds.rest   
org.jclouds.rest.internal   
 

Uses of RestContext in org.jclouds.rest
 

Methods in org.jclouds.rest with type parameters of type RestContext
<T extends RestContext<S,A>>
T
RestContextBuilder.buildContext()
           
 

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

Uses of RestContext in org.jclouds.rest.internal
 

Classes in org.jclouds.rest.internal that implement RestContext
 class RestContextImpl<S,A>
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.