org.springframework.integration.config
Class ExpressionFactoryBean
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<Expression>
org.springframework.integration.config.ExpressionFactoryBean
- All Implemented Interfaces:
- BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<Expression>, InitializingBean
public class ExpressionFactoryBean
- extends AbstractFactoryBean<Expression>
FactoryBean for creating Expression instances.
- Since:
- 2.0
- Author:
- Mark Fisher
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpressionFactoryBean
public ExpressionFactoryBean(String expressionString)
setParserConfiguration
public void setParserConfiguration(SpelParserConfiguration parserConfiguration)
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectType
in interface FactoryBean<Expression>
- Specified by:
getObjectType
in class AbstractFactoryBean<Expression>
createInstance
protected Expression createInstance()
throws Exception
- Specified by:
createInstance
in class AbstractFactoryBean<Expression>
- Throws:
Exception
Copyright © 2010. All Rights Reserved.