|
Spring Integration | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.integration.aop.MethodAnnotationExpressionSource
public class MethodAnnotationExpressionSource
An ExpressionSource
implementation that retrieves the expression
string and evaluation context variable names from an annotation.
Field Summary | |
---|---|
static String |
DEFAULT_ARGUMENT_MAP_VARIABLE_NAME
|
static String |
DEFAULT_EXCEPTION_VARIABLE_NAME
|
static String |
DEFAULT_METHOD_NAME_VARIABLE_NAME
|
static String |
DEFAULT_RETURN_VALUE_VARIABLE_NAME
|
Constructor Summary | |
---|---|
MethodAnnotationExpressionSource()
|
|
MethodAnnotationExpressionSource(Set<Class<? extends Annotation>> annotationTypes)
|
Method Summary | |
---|---|
String |
getArgumentMapVariableName(Method method)
Returns the variable name to use in the evaluation context for the Map of arguments. |
String[] |
getArgumentVariableNames(Method method)
Returns the variable names to be associated with the intercepted method invocation's argument array. |
String |
getChannelName(Method method)
Returns the channel name to which Messages should be published for this particular method invocation. |
String |
getExceptionVariableName(Method method)
Returns the variable name to use in the evaluation context for any exception thrown from the method invocation. |
Map<String,String> |
getHeaderExpressions(Method method)
Returns the map of expression strings to be evaluated for any headers that should be set on the published Message. |
String |
getMethodNameVariableName(Method method)
Returns the variable name to be associated with the intercepted method's name. |
String |
getPayloadExpression(Method method)
Returns the expression string to be evaluated for creating the Message payload. |
String |
getReturnValueVariableName(Method method)
Returns the variable name to use in the evaluation context for any return value resulting from the method invocation. |
void |
setChannelAttributeName(String channelAttributeName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DEFAULT_METHOD_NAME_VARIABLE_NAME
public static final String DEFAULT_ARGUMENT_MAP_VARIABLE_NAME
public static final String DEFAULT_RETURN_VALUE_VARIABLE_NAME
public static final String DEFAULT_EXCEPTION_VARIABLE_NAME
Constructor Detail |
---|
public MethodAnnotationExpressionSource()
public MethodAnnotationExpressionSource(Set<Class<? extends Annotation>> annotationTypes)
Method Detail |
---|
public void setChannelAttributeName(String channelAttributeName)
public String getPayloadExpression(Method method)
public Map<String,String> getHeaderExpressions(Method method)
public String getMethodNameVariableName(Method method)
public String[] getArgumentVariableNames(Method method)
public String getArgumentMapVariableName(Method method)
getArgumentVariableNames(Method)
method.
public String getReturnValueVariableName(Method method)
public String getExceptionVariableName(Method method)
public String getChannelName(Method method)
|
Spring Integration | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |