|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.inject.AbstractModule
com.google.api.ads.common.lib.soap.ProductFrameworkModule
public class ProductFrameworkModule
Module for the product/framework.
| Constructor Summary | |
|---|---|
ProductFrameworkModule()
|
|
| Method Summary | |
|---|---|
protected void |
configure()
|
protected void |
configureConfigurations(URL propertiesUrl)
|
static ProductFrameworkModule |
determineSoapModule(Class<? extends Annotation> moduleAnnotationClass)
Deprecated. the SOAP-framework-agnostic *Services utilities, the only classes which use this method, are now all deprecated. |
| 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 |
|---|
public ProductFrameworkModule()
| Method Detail |
|---|
protected void configure()
configure in class com.google.inject.AbstractModuleprotected void configureConfigurations(URL propertiesUrl)
@Deprecated public static ProductFrameworkModule determineSoapModule(Class<? extends Annotation> moduleAnnotationClass)
IllegalStateException, exactly one module on the classpath must be
annotated with moduleAnnotationClass and an instance of this module
must instantiate successfully.
moduleAnnotationClass - the Annotation used to mark classes
that are valid modules to use with this product. The classpath will
be searched for classes with this annotation.
IllegalStateException - if the SOAP framework could not be configued.
Possible causes include: no SOAP module is available, more than
one SOAP module is available, or the only SOAP module available
could not be instantiated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||