public class SCAClientBean extends Object implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
| Constructor and Description |
|---|
SCAClientBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
Object |
getObject()
(non-Javadoc)
|
Class |
getObjectType() |
boolean |
isSingleton() |
void |
setResource(String resource)
set composite file's path.
|
public void setResource(String resource)
resource - composite file's pathpublic Object getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBeanExceptionFactoryBean.getObject()public Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionCopyright © 2018. All rights reserved.