org.jclouds.rest
Class AsyncClientFactory

java.lang.Object
  extended by org.jclouds.rest.AsyncClientFactory

@Singleton
public class AsyncClientFactory
extends Object

Author:
Adrian Cole

Constructor Summary
AsyncClientFactory(com.google.inject.Injector injector)
           
 
Method Summary
<T> T
create(Class<T> clazz)
           
static
<T> T
create(Class<T> clazz, AsyncRestClientProxy<T> proxy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncClientFactory

@Inject
public AsyncClientFactory(com.google.inject.Injector injector)
Method Detail

create

public <T> T create(Class<T> clazz)

create

public static <T> T create(Class<T> clazz,
                           AsyncRestClientProxy<T> proxy)


Copyright © 2009-2011 jclouds. All Rights Reserved.