public class ProductFrameworkModule
extends com.google.inject.AbstractModule
| Constructor and Description |
|---|
ProductFrameworkModule() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBindingprotected 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.Copyright © 2012. All Rights Reserved.