public final class ServiceFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean
| Constructor and Description |
|---|
ServiceFactoryBean(Application anApplication,
String aServiceId) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject() |
Class |
getObjectType() |
boolean |
isSingleton() |
public ServiceFactoryBean(Application anApplication, String aServiceId) throws IllegalArgumentException
IllegalArgumentExceptionpublic final Object getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBeanExceptionpublic final Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic final boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean