public class SCAClientServiceFactory extends Object implements org.springframework.beans.factory.FactoryBean
| Constructor and Description |
|---|
SCAClientServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject() |
Class |
getObjectType() |
boolean |
isSingleton() |
void |
setClassName(String className) |
void |
setClient(org.apache.tuscany.sca.node.SCAClient client) |
void |
setComponent(String component) |
public void setClient(org.apache.tuscany.sca.node.SCAClient client)
public void setClassName(String className)
public void setComponent(String component)
public Object getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBeanExceptionpublic Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanCopyright © 2018. All rights reserved.