org.jclouds.openstack.nova.ec2.config
Class NovaEC2RestClientModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by org.jclouds.rest.config.RestClientModule<S,A>
          extended by org.jclouds.aws.config.AWSRestClientModule<S,A>
              extended by org.jclouds.aws.config.FormSigningRestClientModule<S,A>
                  extended by org.jclouds.aws.config.WithZonesFormSigningRestClientModule<S,A>
                      extended by org.jclouds.ec2.config.EC2RestClientModule<org.jclouds.ec2.EC2Client,org.jclouds.ec2.EC2AsyncClient>
                          extended by org.jclouds.openstack.nova.ec2.config.NovaEC2RestClientModule
All Implemented Interfaces:
com.google.inject.Module

public class NovaEC2RestClientModule
extends org.jclouds.ec2.config.EC2RestClientModule<org.jclouds.ec2.EC2Client,org.jclouds.ec2.EC2AsyncClient>

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.ec2.config.EC2RestClientModule
DELEGATE_MAP
 
Fields inherited from class org.jclouds.rest.config.RestClientModule
asyncClientType, authException, sync2Async, syncClientType, URI_SUPPLIER_TYPE
 
Constructor Summary
NovaEC2RestClientModule()
           
 
Method Summary
protected  void installLocations()
           
 
Methods inherited from class org.jclouds.ec2.config.EC2RestClientModule
create
 
Methods inherited from class org.jclouds.aws.config.FormSigningRestClientModule
provideTimeStamp
 
Methods inherited from class org.jclouds.aws.config.AWSRestClientModule
bindErrorHandlers, bindRetryHandlers
 
Methods inherited from class org.jclouds.rest.config.RestClientModule
bindAsyncClient, bindClient, configure
 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NovaEC2RestClientModule

public NovaEC2RestClientModule()
Method Detail

installLocations

protected void installLocations()
Overrides:
installLocations in class org.jclouds.ec2.config.EC2RestClientModule<org.jclouds.ec2.EC2Client,org.jclouds.ec2.EC2AsyncClient>


Copyright © 2009-2012 jclouds. All Rights Reserved.