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