Class MethodNameMappingPublisherMetadataSource
java.lang.Object
org.springframework.integration.aop.MethodNameMappingPublisherMetadataSource
public class MethodNameMappingPublisherMetadataSource extends Object
- Since:
- 2.0
- Author:
- Mark Fisher, Artem Bilan
-
Field Summary
Fields Modifier and Type Field Description static String
ARGUMENT_MAP_VARIABLE_NAME
static String
EXCEPTION_VARIABLE_NAME
static ExpressionParser
EXPRESSION_PARSER
static String
METHOD_NAME_VARIABLE_NAME
static Expression
RETURN_VALUE_EXPRESSION
static String
RETURN_VALUE_VARIABLE_NAME
-
Constructor Summary
Constructors Constructor Description MethodNameMappingPublisherMetadataSource(Map<String,String> payloadExpressionMap)
-
Method Summary
Modifier and Type Method Description String
getChannelName(Method method)
Expression
getExpressionForPayload(Method method)
Map<String,Expression>
getExpressionsForHeaders(Method method)
void
setChannelMap(Map<String,String> channelMap)
void
setHeaderExpressionMap(Map<String,Map<String,String>> headerExpressionMap)