|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.handler.AbstractMessageHandlerAdapter
org.springframework.integration.handler.MethodInvokingTarget
public class MethodInvokingTarget
A messaging target that invokes the specified method on the provided object.
Field Summary |
---|
Fields inherited from class org.springframework.integration.handler.AbstractMessageHandlerAdapter |
---|
invoker, logger, OUTPUT_CHANNEL_NAME_KEY |
Constructor Summary | |
---|---|
MethodInvokingTarget()
|
Method Summary | |
---|---|
protected Message<?> |
handleReturnValue(java.lang.Object returnValue,
Message<?> originalMessage)
Subclasses must implement this method to handle the return value. |
boolean |
send(Message<?> message)
|
Methods inherited from class org.springframework.integration.handler.AbstractMessageHandlerAdapter |
---|
afterPropertiesSet, createReplyMessage, getMethod, getObject, handle, initialize, setMessageCreator, setMessageMapper, setMethod, setMethodExpectsMessage, setMethodName, setObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodInvokingTarget()
Method Detail |
---|
public boolean send(Message<?> message)
send
in interface Target
protected Message<?> handleReturnValue(java.lang.Object returnValue, Message<?> originalMessage)
AbstractMessageHandlerAdapter
handleReturnValue
in class AbstractMessageHandlerAdapter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |