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