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