Class MethodNameMappingPublisherMetadataSource
java.lang.Object
org.springframework.integration.aop.MethodNameMappingPublisherMetadataSource
- Since:
 - 2.0
 - Author:
 - Mark Fisher, Artem Bilan
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final ExpressionParserstatic final Stringstatic final Expressionstatic final String - 
Constructor Summary
ConstructorsConstructorDescriptionMethodNameMappingPublisherMetadataSource(Map<String, String> payloadExpressionMap)  - 
Method Summary
Modifier and TypeMethodDescriptiongetChannelName(Method method) getExpressionForPayload(Method method) getExpressionsForHeaders(Method method) voidsetChannelMap(Map<String, String> channelMap) void 
- 
Field Details
- 
METHOD_NAME_VARIABLE_NAME
- See Also:
 
 - 
ARGUMENT_MAP_VARIABLE_NAME
- See Also:
 
 - 
RETURN_VALUE_VARIABLE_NAME
- See Also:
 
 - 
EXCEPTION_VARIABLE_NAME
- See Also:
 
 - 
EXPRESSION_PARSER
 - 
RETURN_VALUE_EXPRESSION
 
 - 
 - 
Constructor Details
- 
MethodNameMappingPublisherMetadataSource
 
 - 
 - 
Method Details
- 
setHeaderExpressionMap
 - 
setChannelMap
 - 
getExpressionForPayload
 - 
getExpressionsForHeaders
 - 
getChannelName
 
 -