Package org.jclouds.profitbricks.config
Class ProfitBricksHttpApiModule.ProfitBricksHttpCommandExecutorServiceModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- org.jclouds.profitbricks.config.ProfitBricksHttpApiModule.ProfitBricksHttpCommandExecutorServiceModule
-
- All Implemented Interfaces:
com.google.inject.Module
- Enclosing class:
- ProfitBricksHttpApiModule
public static class ProfitBricksHttpApiModule.ProfitBricksHttpCommandExecutorServiceModule extends com.google.inject.AbstractModule
-
-
Constructor Summary
Constructors Constructor Description ProfitBricksHttpCommandExecutorServiceModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
configure()
ParseSax<ServiceFault>
serviceFaultParser(ParseSax.Factory factory, com.google.inject.Injector injector)
-
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-
-
-
Method Detail
-
configure
protected void configure()
- Overrides:
configure
in classcom.google.inject.AbstractModule
-
serviceFaultParser
@Provides public ParseSax<ServiceFault> serviceFaultParser(ParseSax.Factory factory, com.google.inject.Injector injector)
-
-