public static class CloudScanHelper.ScannedServiceWrapper extends Object implements FactoryBean<Object>
| Constructor and Description |
|---|
ScannedServiceWrapper(GenericCloudServiceConnectorFactory cloudServiceConnectorFactory) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
public ScannedServiceWrapper(GenericCloudServiceConnectorFactory cloudServiceConnectorFactory)
public Object getObject() throws Exception
getObject in interface FactoryBean<Object>Exceptionpublic Class<?> getObjectType()
getObjectType in interface FactoryBean<Object>public boolean isSingleton()
isSingleton in interface FactoryBean<Object>