org.jclouds.rest.config
Class BinderUtils

java.lang.Object
  extended by org.jclouds.rest.config.BinderUtils

public class BinderUtils
extends Object

Author:
Adrian Cole

Constructor Summary
BinderUtils()
           
 
Method Summary
static
<T> void
bindAsyncClient(com.google.inject.Binder binder, Class<T> asyncClientType)
           
static
<K,V> void
bindClient(com.google.inject.Binder binder, Class<K> syncClientType, Class<V> asyncClientType, Map<Class<?>,Class<?>> delegates)
           
static
<T> T
newNullProxy(Class<T> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinderUtils

public BinderUtils()
Method Detail

bindClient

public static <K,V> void bindClient(com.google.inject.Binder binder,
                                    Class<K> syncClientType,
                                    Class<V> asyncClientType,
                                    Map<Class<?>,Class<?>> delegates)

bindAsyncClient

public static <T> void bindAsyncClient(com.google.inject.Binder binder,
                                       Class<T> asyncClientType)

newNullProxy

public static <T> T newNullProxy(Class<T> clazz)


Copyright © 2009-2011 jclouds. All Rights Reserved.