public class MethodAnnotationPublisherMetadataSource
extends java.lang.Object
PublisherMetadataSource
implementation that retrieves the channel
name and expression strings from an annotation.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ARGUMENT_MAP_VARIABLE_NAME |
static java.lang.String |
EXCEPTION_VARIABLE_NAME |
static java.lang.String |
METHOD_NAME_VARIABLE_NAME |
static java.lang.String |
RETURN_VALUE_VARIABLE_NAME |
Constructor and Description |
---|
MethodAnnotationPublisherMetadataSource() |
MethodAnnotationPublisherMetadataSource(java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> annotationTypes) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChannelName(java.lang.reflect.Method method)
Returns the channel name to which Messages should be published
for this particular method invocation.
|
java.util.Map<java.lang.String,java.lang.String> |
getHeaderExpressions(java.lang.reflect.Method method)
Returns the map of expression strings to be evaluated for any headers
that should be set on the published Message.
|
java.lang.String |
getPayloadExpression(java.lang.reflect.Method method)
Returns the expression string to be evaluated for creating the Message
payload.
|
void |
setChannelAttributeName(java.lang.String channelAttributeName) |
public static final java.lang.String METHOD_NAME_VARIABLE_NAME
public static final java.lang.String ARGUMENT_MAP_VARIABLE_NAME
public static final java.lang.String RETURN_VALUE_VARIABLE_NAME
public static final java.lang.String EXCEPTION_VARIABLE_NAME
public MethodAnnotationPublisherMetadataSource()
public MethodAnnotationPublisherMetadataSource(java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> annotationTypes)
public void setChannelAttributeName(java.lang.String channelAttributeName)
public java.lang.String getChannelName(java.lang.reflect.Method method)
public java.lang.String getPayloadExpression(java.lang.reflect.Method method)
public java.util.Map<java.lang.String,java.lang.String> getHeaderExpressions(java.lang.reflect.Method method)