public static class DataObjectDefinitionParser.DataObjectFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean, org.springframework.context.ApplicationContextAware
Constructor and Description |
---|
DataObjectDefinitionParser.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 DataObjectDefinitionParser.DataObjectFactoryBean()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public Object getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
Exception
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public 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–2016 MuleSoft, Inc.. All rights reserved.