public static class DataObjectDefinitionParser.DataObjectFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
DataObjectFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getData() |
String |
getFile() |
Object |
getObject() |
Class |
getObjectType() |
String |
getRef() |
boolean |
isBinary() |
boolean |
isSingleton() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setBinary(boolean binary) |
void |
setData(Object data) |
void |
setFile(String file) |
void |
setRef(String ref) |
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic 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.FactoryBeanpublic String getFile()
public void setFile(String file)
public String getRef()
public void setRef(String ref)
public Object getData()
public void setData(Object data)
public boolean isBinary()
public void setBinary(boolean binary)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.