public class MethodInvokingMessageSource extends AbstractMessageSource<Object> implements InitializingBean, Lifecycle
MessageSource
implementation that invokes a no-argument method so
that its return value may be sent to a channel.IntegrationManagement.ManagementOverrides
EXPRESSION_PARSER, logger
METER_PREFIX, RECEIVE_COUNTER_NAME, SEND_TIMER_NAME
Constructor and Description |
---|
MethodInvokingMessageSource() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
protected Object |
doReceive()
Subclasses must implement this method.
|
String |
getComponentType() |
boolean |
isRunning() |
void |
setMethod(Method method) |
void |
setMethodName(String methodName) |
void |
setObject(Object object) |
void |
start() |
void |
stop() |
buildMessage, getComponentName, getManagedName, getManagedType, getMessageCount, getMessageCountLong, getOverrides, isCountsEnabled, isLoggingEnabled, receive, registerMetricsCaptor, reset, setBeanName, setCountsEnabled, setHeaderExpressions, setLoggingEnabled, setManagedName, setManagedType
evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, getBeanFactory, getEvaluationContext, getEvaluationContext, getMessageBuilderFactory, setBeanFactory, setConversionService
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setCounter
public void setObject(Object object)
public void setMethod(Method method)
public void setMethodName(String methodName)
public String getComponentType()
getComponentType
in interface NamedComponent
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface InitializingBean
afterPropertiesSet
in class AbstractExpressionEvaluator
Exception
protected Object doReceive()
AbstractMessageSource
payload
of
type T, but the returned value may also be a Message
instance whose payload is of type T;
also can be AbstractIntegrationMessageBuilder
which is used for additional headers population.doReceive
in class AbstractMessageSource<Object>