public class ExpressionArgumentsStrategy extends Object implements ArgumentsStrategy, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
ExpressionArgumentsStrategy(String[] argumentExpressions) |
ExpressionArgumentsStrategy(String[] argumentExpressions,
boolean useCommandVariable) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Object[] |
resolve(String command,
org.springframework.messaging.Message<?> message) |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setIntegrationEvaluationContext(org.springframework.expression.EvaluationContext evaluationContext) |
public ExpressionArgumentsStrategy(String[] argumentExpressions)
public ExpressionArgumentsStrategy(String[] argumentExpressions, boolean useCommandVariable)
public void setIntegrationEvaluationContext(org.springframework.expression.EvaluationContext evaluationContext)
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic Object[] resolve(String command, org.springframework.messaging.Message<?> message)
resolve in interface ArgumentsStrategy